/* url(images/bg.jpg) no-repeat center center fixed; */
/* url(images/bg.jpg) no-repeat center center fixed; */
/*@import url("../fonts/HCo_fonts.css");*/

@font-face {
    font-family: 'ApexNew';
    src: url("../fonts/ApexNew-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Light.otf") format("opentype"), url("../fonts/ApexNew-Light.woff") format("woff"), url("../fonts/ApexNew-Light.ttf") format("truetype"), url("../fonts/ApexNew-Light.svg#ApexNew-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ApexNew-Light';
    src: url("../fonts/ApexNew-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Light.otf") format("opentype"), url("../fonts/ApexNew-Light.woff") format("woff"), url("../fonts/ApexNew-Light.ttf") format("truetype"), url("../fonts/ApexNew-Light.svg#ApexNew-Light") format("svg");
}
@font-face {
    font-family: 'ApexNew';
    src: url("../fonts/ApexNew-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Medium.otf") format("opentype"), url("../fonts/ApexNew-Medium.woff") format("woff"), url("../fonts/ApexNew-Medium.ttf") format("truetype"), url("../fonts/ApexNew-Medium.svg#ApexNew-Medium") format("svg");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ApexNew-Bold';
    src: url("../fonts/ApexNew-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Bold.otf") format("opentype"), url("../fonts/ApexNew-Bold.woff") format("woff"), url("../fonts/ApexNew-Bold.ttf") format("truetype"), url("../fonts/ApexNew-Bold.svg#ApexNew-Bold") format("svg");
}
@font-face {
    font-family: 'ApexNew-Book';
    src: url("../fonts/ApexNew-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/ApexNew-Book.otf") format("opentype"), url("../fonts/ApexNew-Book.woff") format("woff"), url("../fonts/ApexNew-Book.ttf") format("truetype"), url("../fonts/ApexNew-Book.svg#ApexNew-Bold") format("svg");
}
@font-face {
    font-family: 'Spurs';
    src: url("../fonts/spurs-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'ApexNew-Normal';
    src: url('../../fonts/ApexNew-Light.eot?#iefix') format('embedded-opentype'),  url('../../fonts/ApexNew-Light.otf')  format('opentype'),
    url('../../fonts/ApexNew-Light.woff') format('woff'), url('../../fonts/ApexNew-Light.ttf')  format('truetype'), url('../../fonts/ApexNew-Light.svg#ApexNew-Medium') format('svg');
    font-style: normal;
}

@font-face {
    font-family: 'ApexNew-Medium';
    src: url('../../fonts/ApexNew-Medium.eot?#iefix') format('embedded-opentype'),  url('../../fonts/ApexNew-Medium.otf')  format('opentype'),
    url('../../fonts/ApexNew-Medium.woff') format('woff'), url('../../fonts/ApexNew-Medium.ttf')  format('truetype'), url('../../fonts/ApexNew-Medium.svg#ApexNew-Medium') format('svg');
    font-style: normal;
}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
}

.booking-btns .btn {
  margin-bottom: 10px;
}

.rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
  font-size: 32px;
  margin: 10px 10px;
}

.rating > span:hover,
.rating > span:hover ~ span {
  color: transparent;
}

.rating > span:hover:before,
.rating > span:hover ~ span:before {
  content: "\2605";
  position: absolute;
  left: 0;
  color: #10214A;
}

.survey-style label {
  margin: 5px 0 15px 0;
  display: block;
}

.legend-guide-img img {
  width: 70px;
  height: 70px;
}

.legend-guide-img {
    padding-left: 0px;
}

.legend-guide-info {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 10px;
}
label.inline {
    margin:10px 25px 20px 0;
    display: inline-block;
}

label.inline input[type="radio"]{
    display: block;
    text-align: center;
    margin: 0 auto;
}

ul.social-links.mob-hide {
    display: none;
}

img.logo {
    float: left;
    margin-right: 20px;
    margin: 10px 20px 10px 0px;
    padding-bottom: 20px;
    width: 126px;
    position: absolute;
}

.navbar-default .navbar-toggle .icon-bar {
    color: #1b265b;
    background-color: #fff;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #1B265B;
}

html {
    color: #000;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body {
    margin: 0 auto;
    /*padding-bottom: 50px;*/
    font-family: "ApexNew", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #333333;
    background: whitesmoke;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "ApexNew", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-family: "ApexNew", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 36px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h3.timeInfo {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 16px !important;
}

table.panel-table {
    margin: 0 0 -20px 0;
    padding: 0;
    border-top: none!important;
}

table.panel-table td {
    border-top: none!important;
    font-size: 14px;
}

table.panel-table-inner td {
    font-size: 14px;
    font-weight: normal;
}

table.table-striped td {
    vertical-align: middle!important;
}

/*.form-control {
background-color: #f5f5f5;
border: 1px #666 solid;
}*/

.ss-public ul.nav.navbar-nav {
    display: inline-block;
    float: left;
    margin: 50px 0 0 400px;
}

.ss-public ul.nav.navbar-nav li {
    display: block;
    margin: 0 30px 0 0;
}

.ss-public ul.nav.navbar-nav li a:hover {
    background: none;
}

.navbar-collapse {
    border-top: 0;
    box-shadow: none;
}

.ss-public ul.nav.navbar-nav li a {
    margin-left: 0;
    padding-left: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.ss-public.navbar-default {
    float: left;
    position: relative;
    padding-top: 50px;
    border: 0;
    background-image: none;
    box-shadow: none;
}

.ss-public .navbar-toggle {
    color: #fff;
    background: #681b29;
}

.ss-public .navbar-toggle span {
    color: #fff;
    background: #fff;
}

.ss-public.header {
    padding: 0 0 0 0;
    min-height: 95px;
    border-bottom: 5px solid #29b1e4;
    background-color: #777;
    background-width: 100%;
}

img.lords-logo {
    z-index: 1000;
    float: left;
    position: relative;
    width: 160px;
    margin: 15px 0 10px 5px;
}

.header {
    padding: 0px 0 0 0;
    background-color: #777;
}

.masthead {
    height: 160px;
    background: #404040 url(images/masthead.jpg) center top no-repeat;
}

.masthead.cl {
    border-bottom: 5px solid #d1ac65;
}

.sub-menu.cl a {
    padding: 7px 20px 14px 20px!important;
}

.sub-menu.cl {
    margin: -41px 0 0 0;
}

.sub-menu.cl li.active a {
    color: #fff;
    background: #d1ac65;
}

.sub-menu.cl a:hover {
    color: #fff;
    background: #b6965a;
}

.masterhead-season-tickets {
    height: 160px;
    background: #404040 url(images/masterhead-season-tickets.jpg) center top no-repeat;
}

.masterhead-ss {
    height: 160px;
    background: #404040 url(images/masterhead-ss.jpg) center top no-repeat;
}

.cart-public {
    margin-right: 50px;
}

.videoWrapper {
    position: relative;
    height: 0;
    padding-top: 25px;
    padding-bottom: 56.25%;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sub-menu {
    z-index: 10000;
    margin: -34px 0 0 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.sub-menu li {
    display: inline;
}

.sub-menu li.active a {
    color: #333;
    background-color: #fff;
}

.sub-menu a {
    display: inline-block;
    margin: 0 -2px;
    padding: 7px 20px!important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    background-image: url(images/bg_tab_off-sub-nav.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.sub-menu a:hover {
    color: #333;
    background: #cccccc;
}

a.timings-thumb {
    display: inline-block;
    float: left;
    width: 40%;
    margin: 0 20px 20px 0;
}

.panel {
    border: 0!important;
    border-radius: 0!important;
}

.panel-heading {
    display: block;
    position: relative;
    border-color: transparent!important;
    color: #333333!important;
    background-color: #f5f5f5!important;
}

.panel-body {
    background: #eaeaea;
}

.key {
    font-weight: 600;
}

.value {
    padding-right: 40px;
}

.panel-heading .value {
    display: block;
}

.panel-heading .key {
    display: inline-block;
    float: left;
    margin-right: 5px;
}

.panel-title > a {
    display: block;
    padding: 5px 0 5px 0;
    text-decoration: none!important;
    font-size: 24px;
}

.panel-heading a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    color: grey;
    background-image: url(images/minus.png);
}

.panel-heading a.collapsed:after {
    content: " ";
    background-image: url(images/plus.png);
}

a.img-link img {
    border: 5px solid transparent;
    box-shadow: 0 1px 5px rgba(0,0,0,0.15);
}

a:hover.img-link img {
    border: 5px solid #eaeaea;
}

.confirmcheck {
    display: inline-block;
    float: left;
    position: relative;
    width: 25px;
}

.confirmtext {
    display: block;
    width: 100%;
    margin: 0 0 5px 0;
}

.pad-right {
    margin-right: 15px;
}

.calendar-full {
    margin-top: 20px;
    padding: 0 10px;
}

.calendar-header h3 {
    display: inline-block;
    margin: 0;
    padding: 0 0;
}

.calendar-header {
    padding: 10px 25px!important;
}

.month-stat,
.invite-stat {
    padding: 0 10px 18px 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.invite-stat {
    padding: 0 10px 10px 10px;
    text-align: center;
}

.month-stat:last-child {
    border: 0!important;
}

.month-stat h3,
.invite-stat h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

.glyphicon {
    margin-left: 7px;
}

table.timesheet th,
table.timesheet td {
    text-align: center;
}

tr.total-row td {
    border: 0!important;
    font-weight: bold;
    background: none!important;
}

tr.total-row {
    border: 0!important;
    font-weight: bold;
}

ul.list {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}

ul.list li {
    padding: 5px 0;
}

.ticket-table {
    margin: 2% 0;
    padding-bottom: 7.5%;
}

.close-btn {
    margin-top: 6px;
}

img.Arsenal-foundation {
    float: left;
    margin: 20px 0 0 0;
}

h1.name {
    margin: 35px 0 0 10px;
    font-size: 28px;
    font-weight: 300;
    color: #ffffff;
}

.advert {
    width: 31.2%;
    margin: 1% 1% 0 1%;
    padding: 3%;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f9f9f9;
}

.side-advert {
    top: 52px;
    height: 200px;
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f9f9f9;
}

#legend-cal {
    clear: both;
    position: relative;
    margin: 20px 0 0 0;
    margin-bottom: 10px;
    padding: 0;
    list-style: none;
}

#legend-cal li {
    margin: 0 7px 1px 0;
    padding-bottom: 10px;
    border: 0;
    font-size: 13px;
}

span.cal-black {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 3px 12px;
    background: #15212f;
}

span.cal-grey {
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    padding: 3px 12px;
    background: #0a6535;
}

h4.green {
    color: #2a6510;
}

.gold {
    font-size: 16px;
    font-weight: bold;
    color: #d0ac6f;
}

table.seat-table td,
table.seat-table th {
    padding: 5px!important;
}

table.seat-table td:first-child {
    width: 50px!important;
}

.main-logo {
    float: left;
}

.main-logo-login {
    margin: 2% 0 5% 0;
}

.main-logo-login p {
    margin: 3% 0 7% 0;
    text-align: center;
}

#emailv {
    clear: both;
    width: 100%;
    padding: 6% 0 0;
    text-align: left;
}

.pie-green {
    margin-right: 10px;
    padding: 1px 10px;
    background: #93bd44;
}

tr.bold {
    font-weight: bold;
}

tr.blue {
    background-color: #d9f1fb;
}

tr.blue-dark {
    background-color: #e5f6fd;
}

.morning {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #6d182f!important;
}

.afternoon {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #54091d!important;
}

.evening {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #5e182b!important;
}

.full-day {
    font-size: 12.5px;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #4e1323!important;
}

ul.sortable {
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

ul.sortable li {
    margin: 7px 0;
    padding: 10px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 15px;
    list-style-type: none;
    background-color: #f9f9f9;
    cursor: pointer;
}

#course-pref {
    margin-top: 3%;
}

#course-pref h4 {
    padding: 10px 0;
    text-align: center;
}

span.to {
    margin: 1%;
}

.date h3 {
    font-size: 20px!important;
}

.timeslot {
    float: left;
    width: 40%;
    margin: 6px 0;
}

.timeslot p {
    font-size: 20px;
}

.time {
    font-size: 28px;
}

.add-new {
    float: right;
    width: 40%;
    margin-top: 1%;
}

tr.grey {
    background-color: #f9f9f9;
}

td.no-line {
    border-top: 0!important;
    border-bottom: 0!important;
}

tr.line {
    border-bottom: 1px solid #ccc!important;
}

fieldset {
    border: solid 0 transparent;
}

a img {
    border: 0;
}

a {
    color: #333333;
}

a:hover {
    text-decoration: underline;
    color: #1b265b;
}

label {
    font-weight: normal;
}

.age-select select {
    display: inline-block;
    float: left;
    position: relative;
    width: 70px;
}

.age-select p {
    display: inline-block;
    float: left;
    width: 30px;
    margin: 5px 0 0 0;
    text-align: center;
}

.date-range {
    margin-top: 10px;
}

.date-range input {
    display: inline-block;
    float: left;
    position: relative;
    width: 70px;
}

.date-range p {
    display: inline-block;
    float: left;
    width: 30px;
    margin: 5px 0 0 0;
    text-align: center;
}

.search-form .form-group {
    display: inline-block;
    margin-right: 10px;
}

.search-form input.input-sm {
    display: block;
    width: 160px;
}

.search-form {
    display: block;
    margin-bottom: 40px;
    overflow: auto;
}

.search-form h2 {
    padding-bottom: 40px;
}

.search-form .checkbox {
    margin: 0 20px 0 0;
}

.search-form a {
    margin: 20px;
}

.search-form input[type=checkbox] {
    float: left;
    margin: -3px 5px 0 0!important;
}

.search-form.checkbox label {
    padding-top: 20px;
    background: red!important;
}

.arrow-choice-1 {
    width: 100%;
    margin: 0 -18px -20px;
    text-align: center;
}

.arrow-choice-2 {
    width: 100%;
    margin: 0 0 0 -49px;
    text-align: center;
}

.arrow-choice-3 {
    width: 100%;
    margin: 0 35px -20px;
    text-align: center;
}

.arrow-choice-4 {
    width: 100%;
    margin: 0 0 0 62px;
    text-align: center;
}

.arrow-choice-1 p,
.arrow-choice-2 p,
.arrow-choice-3 p,
.arrow-choice-4 p {
    margin: 0;
}

table.text-sm td {
    font-size: 12px;
}

.whitebox {
    height: 250px;
    margin-bottom: 2%;
    border: 1px solid #ccc;
    background-color: #fff;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.progress-section {
    height: 100px;
}

.progress {
    margin: 0;
    padding: 0;
}

.pro-number {
    clear: both;
    width: 100%;
    height: 20px;
    font-weight: bold;
}

.progress-bar-red {
    background-color: #782d43;
}

.replyforward {
    margin: 1.5% 0 0 0;
    padding: 0;
}

.profile {
    padding: 0;
}

.profile img {
    border-radius: 60px;
}

p.grey {
    color: #777;
}

.ticket-comment {
    margin: 0 0 2% 0;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
}

.blue-bg {
    margin: 0 0 2% 0;
    padding: 15px;
    border: 1px solid #ddd;
    background-color: #fffcf7;
}

.blue-bg h4 {
    margin: 0 0 3px 0;
}

.module-grey {
    margin-bottom: 5%;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    overflow: auto;
    overflow: hidden;
    background-color: #f9f9f9;
}

.module-grey img {
    width: 100%;
    text-align: center;
}

.dash-table {
    margin-top: 3%;
}

.dash-table p {
    margin: 8px 4px;
    padding: 8px 6px;
    border-radius: 5px;
    font-size: 12.5px;
    background-color: #e2e0e0;
}

td.no-black {
    border: 0!important;
    background-color: #fff!important;
}

span.grey {
    color: #999;
}

.address {
    padding: 0;
}

.address-btn {
    margin-top: 3.7%;
    padding: 0;
}

.no-pad {
    padding: 0;
}

.dash-box {
    padding: 0 5px 5px 5px;
}

table.seat-selector td,
table.seat-selector-right td {
    padding: 10px 5px 0 5px!important;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

table.seat-selector th {
    width: 30px;
    text-align: center;
}

table.seat-selector td:first-child {
    padding: 5px;
    border: 0!important;
    color: red;
    background-color: #fff;
}

.modal-bottom {
    margin-bottom: 25%;
}

.mob-show {
    display: none;
}

td.right {
    text-align: right;
}

.top-btns {
    margin: 2%;
    text-align: center;
}

.pref-table td:first-child {
    width: 110px;
    font-weight: bold;
}

.Stadium-container {
    display: inline-block;
    float: left;
    width: 650px;
}

.Stadium-container img {
    display: inline-block;
    margin: 0!important;
    background: none;
}

.show-btns {
    display: inline-block;
    float: right;
    width: 150px;
}

.show-btns a {
    width: 100%;
    margin-bottom: 10px;
}

.show-btns h4 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

.Stadium-blocks {
    margin: 5% 0 0 0;
}

table.Stadium-blocks-table td {
    width: 30px;
}

.block-sel img {
    margin: 0 0 0 1%;
}

.block-sel-tabs {
    margin: 1% 0 4% 0;
    text-align: center;
}

.title-block {
    clear: both;
    margin: 4% 0 0 0;
    padding: 6px 0;
    border-bottom: 1px solid #dac397;
    font-size: 16px;
    color: #d0ac6f;
}

.grey-block {
    clear: both;
    padding: 6px 10px;
    color: #000;
    background-color: #ddd;
}

.title-block-accordian {
    clear: both;
    margin: 1% 0 0 0;
    padding: 6px 0;
    border-bottom: 1px solid #dac397;
    font-size: 15px;
    color: #d0ac6f;
}

.title-block-accordian:hover {
    clear: both;
    margin: 1% 0 0 0;
    padding: 6px 0;
    border-bottom: 1px solid #dac397;
    color: #7d2139;
    transition: all 0.9s ease;
}

th.time {
    width: 50px;
}

th.client {
    width: 130px;
}

th.group {
    width: 120px;
}

th.request {
    width: 100px;
}

th.agent {
    width: 100px;
}

th.attended {
    width: 50px;
}

.viewby {
    float: right;
    width: 350px;
    margin-top: -0.7%;
}

.login {
    clear: both;
    margin: 31px 0 10px 0;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border: 1px solid #72021c;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #a90329;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a90329), to(#6d0019) );
    background-image: -webkit-linear-gradient(top,#a90329,#6d0019);
    background-image: -moz-linear-gradient(top,#a90329,#6d0019);
    background-image: -ms-linear-gradient(top,#a90329,#6d0019);
    background-image: -o-linear-gradient(top,#a90329,#6d0019);
    background-image: linear-gradient(to bottom,#a90329,#6d0019);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#a90329, endColorstr=#6d0019);
}

.btn-primary:hover {
    color: #fff;
    background-color: #3c5098;
}

.btn.btn-default {
    border-radius: none;
    color: #ffffff;
    border-color: #283e63;
    background-color: #485978;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#485978), to(#08234D));
    background-image: -webkit-linear-gradient(top, #485978, #08234D);
    background-image: -moz-linear-gradient(top, #485978, #08234D);
    background-image: -o-linear-gradient(top, #485978, #08234D);
    background-image: -ms-linear-gradient(top, #485978, #08234D);
    background-image: linear-gradient(top, #485978, #08234D);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='$button-light', EndColorStr='$button-dark');
    padding: 6px 12px;
    font-size: 14px;
    text-decoration: none;
}

.btn.btn-default:hover {
    background-color: #485978;
    background-image: linear-gradient(to bottom, #485978 0%, #485978 100%);
    color: #fff !important;
    border-color: transparent;
}

.wrap-top {
    height: 4px;
    background: url(images/bg-bar.jpg);
}

/*.dropdown-default {
max-width: 100%;
border: 1px solid #ccc;
line-height: 22px;
border-radius: 4px;
height: 33px;
overflow: hidden;
background: url(images/drop.png) no-repeat right #fff;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
text-indent: 0.01px;
text-overflow: ''; }*/

.form-section {
    display: inline;
    width: 50%;
}

input.reginput {
    display: block;
    min-width: 15%;
}

select.input-sm {
    line-height: 1em;
}

span.apt {
    margin-left: 18px;
}

td.center {
    text-align: center;
}

tr.inactive td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #e70000,inset 10px 0 0 #e70000,inset 10px 0 0 #e70000;
    -moz-box-shadow: inset 10px 0 0 #e70000,inset 10px 0 0 #e70000,inset 10px 0 0 #e70000;
    box-shadow: inset 10px 0 0 #e70000,inset 10px 0 0 #e70000,inset 10px 0 0 #e70000;
}

span.inactive {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #e70000;
}

tr.sold td:first-child {
    padding-left: 20px;
    -webkit-box-shadow: inset 10px 0 0 #7d2139,inset 10px 0 0 #7d2139,inset 10px 0 0 #7d2139;
    -moz-box-shadow: inset 10px 0 0 #7d2139,inset 10px 0 0 #7d2139,inset 10px 0 0 #7d2139;
    box-shadow: inset 10px 0 0 #7d2139,inset 10px 0 0 #7d2139,inset 10px 0 0 #7d2139;
}

span.sold {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #7d2139;
}

span.info {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #10214A;
}


td.blue-block {
    color: #fff;
    background-color: #57bdf2!important;
}

tr.reserved td:first-child {
    padding-left: 20px;
    -webkit-box-shadow: inset 10px 0 0 #cfab6c,inset 10px 0 0 #cfab6c,inset 10px 0 0 #cfab6c;
    -moz-box-shadow: inset 10px 0 0 #cfab6c,inset 10px 0 0 #cfab6c,inset 10px 0 0 #cfab6c;
    box-shadow: inset 10px 0 0 #cfab6c,inset 10px 0 0 #cfab6c,inset 10px 0 0 #cfab6c;
}

span.reserved {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #cfab6c;
}

span.inactive {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #bbb;
}

tr.inactive td:first-child {
    padding-left: 20px;
    -webkit-box-shadow: inset 10px 0 0 #bbb,inset 10px 0 0 #bbb,inset 10px 0 0 #bbb;
    -moz-box-shadow: inset 10px 0 0 #bbb,inset 10px 0 0 #bbb,inset 10px 0 0 #bbb;
    box-shadow: inset 10px 0 0 #bbb,inset 10px 0 0 #bbb,inset 10px 0 0 #bbb;
}

span.active-green {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #89af2f;
}

tr.active-green td:first-child {
    padding-left: 20px;
    -webkit-box-shadow: inset 10px 0 0 #89af2f,inset 10px 0 0 #89af2f,inset 10px 0 0 #89af2f;
    -moz-box-shadow: inset 10px 0 0 #89af2f,inset 10px 0 0 #89af2f,inset 10px 0 0 #89af2f;
    box-shadow: inset 10px 0 0 #89af2f,inset 10px 0 0 #89af2f,inset 10px 0 0 #89af2f;
}

tr.blue-attended td:first-child {
    padding-left: 20px;
    -webkit-box-shadow: inset 10px 0 0 #1b2f97,inset 10px 0 0 #1b2f97,inset 10px 0 0 #1b2f97;
    -moz-box-shadow: inset 10px 0 0 #1b2f97,inset 10px 0 0 #1b2f97,inset 10px 0 0 #1b2f97;
    box-shadow: inset 10px 0 0 #1b2f97,inset 10px 0 0 #1b2f97,inset 10px 0 0 #1b2f97;
}

span.blue-attended {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #1b2f97;
}

tr.invited td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #ff9900,inset 10px 0 0 #ff9900,inset 10px 0 0 #ff9900;
    -moz-box-shadow: inset 10px 0 0 #ff9900,inset 10px 0 0 #ff9900,inset 10px 0 0 #ff9900;
    box-shadow: inset 10px 0 0 #ff9900,inset 10px 0 0 #ff9900,inset 10px 0 0 #ff9900;
}

span.invited {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #ff9900;
}

span.seat {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #111;
}

span.no-seat {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    border: 1px solid #ccc;
    background: #fff;
}

span.aisle {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #bbb;
}

tr.abandoned td:first-child {
    padding-left: 20px;
    -webkit-box-shadow: inset 10px 0 0 #000,inset 10px 0 0 #000,inset 10px 0 0 #000;
    -moz-box-shadow: inset 10px 0 0 #000,inset 10px 0 0 #000,inset 10px 0 0 #000;
    box-shadow: inset 10px 0 0 #000,inset 10px 0 0 #000,inset 10px 0 0 #000;
}

span.abandoned {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #000;
}

span.appointment-invite {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #ccc;
}

span.accept-invite {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: orange;
}

span.invite-declined {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #da2037;
}

span.appointment-confirm {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: green;
}

span.avail-require {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #ba008c;
}

.table-number {
    padding: 2%;
    background-color: #eee;
}

.form-control-num {
    width: 40px;
    margin: 2px;
    text-align: center;
}

.modal-header-sml {
    margin: 2% 2% -1% 2%;
    border-bottom: 3px solid #cfab66;
}

.modal-header-sml h4 {
    font-size: 20px;
    color: #68132b;
}

.modal-header-sml-config {
    margin: 4% 4% 0 4%;
}

.modal-header-sml-config h4 {
    font-size: 20px!important;
}

th.center {
    text-align: center;
}

table.table-configure td:first-child {
    max-width: 25px!important;
}

h3.blue {
    color: #65caf2;
}

table.table-configure td {
    padding: 1px!important;
    max-width: 50px!important;
    text-align: center;
    font-size: 11px;
    background-color: #fff!important;
}

table.table-configure th {
    padding: 5px!important;
    max-width: 50px!important;
    background-color: #fff!important;
}

table.table-configure td.seat {
    color: #fff;
    background-color: #111!important;
}

table.table-configure td.grey {
    background-color: #bbb!important;
}

table.table-configure td.settings {
    font-size: 13px!important;
    background-color: #eee!important;
}

.block-select {
    float: right;
    width: 300px;
    margin: 1% 0;
}

.sf-2col tr td:first-child {
    width: 200px;
}

footer p {
    margin: 20px 10px 10px 10px;
}

.sf-link {
    display: inline-block;
    padding: 0;
    text-align: right;
    font-size: 15px;
    color: #fff;
}

.sf-link a:hover {
    text-decoration: underline;
}

.text-sm {
    font-size: 13px;
    color: #555;
}

.sf-dashboard td:last-child {
    text-align: center;
    vertical-align: middle!important;
}

span.title-des {
    font-style: italic;
    font-weight: normal;
}

span.red {
    color: #da2037;
}

span.green {
    color: #169e00;
}

span.orange {
    color: #ce760f;
}

table.table-check td:first-child {
    width: 40px;
}

table.table-pref tr {
    background-color: #fafafa;
}

table.table-pref td:first-child {
    font-weight: bold;
}

table.table-group td:first-child {
    width: 100px;
    font-weight: normal;
}

table.table-check td,
table.table-group td {
    border: 0!important;
}

.sf-2col td:first-child {
    font-weight: bold;
}

.form-sml {
    display: inline;
    width: 20%;
}

.rating {
    display: inline;
    width: 42%;
}

.form-sml-48 {
    display: inline;
    width: 48%;
}

.btn-close {
    padding: 0 1% 0.2% 0!important;
}

.modal-content-wide {
    width: 900px;
    margin-left: -26%;
}

.modal-content-full {
    width: 100%;
}

.modal-content-wide-1 {
    width: 1250px;
    margin-left: -58%;
    max-height: 650px;
    overflow: auto;
}

.site-title {
    float: right;
    clear: right;
    height: 32px;
    margin-top: -3px;
    background: #d0ac6f;
}

.site-title p,
.site-title-login p {
    padding: 7px 13px 0;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #fff;
}

.site-title-login {
    height: 32px;
    margin: 2% 0;
    text-align: center;
    background: #d0ac6f;
}

.fix-red {
    padding: 8%;
    text-decoration: none;
    color: #fff;
    background-color: #da2037;
}

.fix-green {
    padding: 8%;
    text-decoration: none;
    color: #fff;
    background-color: #009900;
}

.highlight-red:hover {
    padding: 11px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #960303;
}

.highlight-green:hover {
    padding: 11px 15px;
    text-decoration: none;
    color: #fff;
    background-color: #016e01;
}

.admin {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 400px;
    overflow: auto;
}

.pagination {
    display: inline-block;
    float: left;
    margin: 0 0 20px 0;
    padding-left: 0;
    border-radius: 4px;
}

.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;
    border: 1px solid #ccc;
    color: #ffffff;
    background-color: #d1d3d4;
    cursor: default;
}

ul.Stadium-legend {
    margin: 5% 0 0 0;
    text-align: center;
}

ul#legend {
    display: block;
    clear: both;
    position: relative;
    margin: 19px 0 10px 0;
    padding: 0;
    padding-top: 20px;
    text-align: center;
    list-style: none;
}

ul#legend li {
    display: inline-block;
    margin: 0 7px 10px 0;
    border: 0;
    font-size: 13px;
}

ul#legend span {
    display: inline-block;
    float: left;
    padding: 2px 0 0 0;
}

tr.previous-tour td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #8b60ac,inset 10px 0 0 #8b60ac,inset 10px 0 0 #8b60ac;
    -moz-box-shadow: inset 10px 0 0 #8b60ac,inset 10px 0 0 #8b60ac,inset 10px 0 0 #8b60ac;
    box-shadow: inset 10px 0 0 #8b60ac,inset 10px 0 0 #8b60ac,inset 10px 0 0 #8b60ac;
}

span.previous-tour {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #8b60ac;
}

tr.free td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #1476db,inset 10px 0 0 #1476db,inset 10px 0 0 #1476db;
    -moz-box-shadow: inset 10px 0 0 #1476db,inset 10px 0 0 #1476db,inset 10px 0 0 #1476db;
    box-shadow: inset 10px 0 0 #1476db,inset 10px 0 0 #1476db,inset 10px 0 0 #1476db;
}

span.free {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #1476db;
}

.free {
    border-left: 10px solid #1476db;
}

tr.free2 td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #9c14db,inset 10px 0 0 #9c14db,inset 10px 0 0 #9c14db;
    -moz-box-shadow: inset 10px 0 0 #9c14db,inset 10px 0 0 #9c14db,inset 10px 0 0 #9c14db;
    box-shadow: inset 10px 0 0 #9c14db,inset 10px 0 0 #9c14db,inset 10px 0 0 #9c14db;
}

span.free2 {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #9c14db;
}

.free2 {
    border-left: 10px solid #9c14db;
}

tr.available td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
    -moz-box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
    box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
}

span.available {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #009d68;
}

/*.available {
border-left: 10px solid #009d68;
}*/

tr.live td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
    -moz-box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
    box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
}

span.live {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #009d68;
}

tr.paid td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
    -moz-box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
    box-shadow: inset 10px 0 0 #009d68,inset 10px 0 0 #009d68,inset 10px 0 0 #009d68;
}

span.paid {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #009d68;
}

tr.suspended td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #a16300,inset 10px 0 0 #a16300,inset 10px 0 0 #a16300;
    -moz-box-shadow: inset 10px 0 0 #a16300,inset 10px 0 0 #a16300,inset 10px 0 0 #a16300;
    box-shadow: inset 10px 0 0 #a16300,inset 10px 0 0 #a16300,inset 10px 0 0 #a16300;
}

span.suspended {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #a16300;
}

tr.limited td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
    -moz-box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
    box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
}

span.limited {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #ff9500;
}

.limited {
    border-left: 10px solid #ff9500;
}

tr.not-due td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
    -moz-box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
    box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
}

span.not-due {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #ff9500;
}

tr.scheduled td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
    -moz-box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
    box-shadow: inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500,inset 10px 0 0 #ff9500;
}

span.scheduled {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #ff9500;
}

tr.waiting-list td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed;
    -moz-box-shadow: inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed;
    box-shadow: inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed;
}

span.waiting-list {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #0087ed;
}

.address-search {
    float: right;
    margin-top: 15px;
    padding: 0;
}

.emer-name {
    margin-right: 2%;
}

tr.complete td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed;
    -moz-box-shadow: inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed;
    box-shadow: inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed,inset 10px 0 0 #0087ed;
}

span.complete {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #0087ed;
}

tr.sold-out td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #db0000,inset 10px 0 0 #db0000,inset 10px 0 0 #db0000;
    -moz-box-shadow: inset 10px 0 0 #db0000,inset 10px 0 0 #db0000,inset 10px 0 0 #db0000;
    box-shadow: inset 10px 0 0 #db0000,inset 10px 0 0 #db0000,inset 10px 0 0 #db0000;
}

span.sold-out {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #db0000;
}

.sold-out {
    border-left: 10px solid #db0000;
}

tr.overdue td:first-child {
    padding-left: 10px;
    -webkit-box-shadow: inset 10px 0 0 #db0000,inset 10px 0 0 #db0000,inset 10px 0 0 #db0000;
    -moz-box-shadow: inset 10px 0 0 #db0000,inset 10px 0 0 #db0000,inset 10px 0 0 #db0000;
    box-shadow: inset 10px 0 0 #db0000,inset 10px 0 0 #db0000,inset 10px 0 0 #db0000;
}

span.overdue {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    background: #db0000;
}

td.green-block {
    color: #fff;
    background-color: #219c19;
    cursor: pointer;
}

td.black-block {
    color: #fff;
    background-color: #000;
    cursor: pointer;
}

td.blue-block {
    color: #fff;
    background-color: #1999dc;
    cursor: pointer;
}

td.orange-block {
    color: #fff;
    background-color: #fda729;
    cursor: pointer;
}

span.green-block {
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    background: #219c19;
}

span.orange-block {
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    background: #fda729;
}

span.blue-block {
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    background: #1999dc;
}

span.black-block {
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    background: #000;
}

span.red-block {
    width: 15px;
    height: 15px;
    margin: 2px 5px 0 0;
    background: #f20f35;
}

.modal-header {
    padding: 10px 21px 14px;
    min-height: 16.428571429px;
    border-bottom: 3px solid #cfab66;
}

.modal-header h3 {
    margin: 10px 0 5px;
}

.modal-title {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.428571429;
}

.waiting-btn {
    margin: 2%;
}

.form-sml-1 {
    display: inline;
    width: 80%;
}

.form-sml-2 {
    display: inline;
    width: 32%;
}

.wrap {
    position: relative;
    padding: 10px 10px 40px 10px;
    overflow: hidden;
    background: white;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrap.active {
    left: 320px;
    overflow: normal;
}

button.side-menu-link {
    float: right;
    position: relative;
    margin: 8px 0 8px 0;
}

.module-activate {
    width: 60%;
    margin: 30px auto 0;
    padding: 30px 35px 70px;
    border: 1px solid #ddd;
    border-top: 5px solid #d0ac6f;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

.modal-login p {
    font-weight: normal;
}

.modal-login {
    padding: 3% 9% 9%;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 5px solid #d0ac6f;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}

.module-login {
    width: 40%;
    margin: 6% auto 0;
    padding: 25px 35px 45px 35px;
    border: 1px solid #ddd;
    border-top: 5px solid #d0ac6f;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.1);
}

h1.login-title {
    margin-top: 50px;
    text-align: center;
    color: #6b1a2f;
}

.form-group-login {
    margin: 20px 0 25px 0;
}

.header-login {
    border-bottom: 1px solid #ddd;
}

.header {
    background: #0f142b;
    background-attachment: fixed;
    background-image: none;
    /*height: 117px;*/
    width: 100%;
    position: relative;
    z-index: 103;
    color: #000000;
}

.stats {
    margin-right: 10px;
}

.filter-div {
    display: block;
    float: right;
    width: 160px;
    margin-right: 30px!important;
    overflow: auto;
}

#course-header,
#extra-header {
    display: inline-block;
    float: left;
    width: 100%;
    padding-left: 5px;
    border-left: 20px solid transparent;
    font-size: 14px;
    font-weight: bold;
}

.coaches-container {
    display: inline-block;
    margin: 0 10px 0 15px;
}

table.v-align-m td {
    vertical-align: middle!important;
}

td.center {
    text-align: center!important;
}

.indate {
    padding: 5px;
    border: 1px solid #009d68!important;
    text-align: center;
    color: #009d68;
    background: #d6e9c6;
}

.expired {
    padding: 5px;
    border: 1px solid #a30206!important;
    text-align: center;
    color: #a30206;
    background: #e99292;
}

a.expired:hover {
    color: #a30206!important;
}

.warning {
    padding: 5px;
    border: 1px solid #f08a00!important;
    text-align: center;
    color: #995213;
    background: #f8b452;
}

a.warning:hover {
    color: #f08a00!important;
}

.dra {
    float: right;
    margin: 10px 20px 0 0;
}

.coaches-assigned {
    display: inline-block;
    margin: -1px 10px 0 10px;
    padding: 7px 8px;
    border: 2px solid #009d68!important;
    font-size: 14px;
    font-weight: bold;
    color: #009d68;
    background: #d6e9c6;
}

.coaches-un-assigned {
    display: inline-block;
    margin: -1px 10px 0 10px;
    padding: 7px 8px;
    border: 2px solid #a30206!important;
    font-size: 14px;
    font-weight: bold;
    color: #a30206;
    background: #e99292;
}

.coaches-un-assigned .btn {
    margin-right: 20px;
}

.course-container {
    display: block;
    position: relative;
    margin-bottom: 25px;
    padding: 0 0 0 0;
    font-size: 12px;
    line-height: 20px;
    background: #f1f1f1;
}

.course-container img {
    padding: 0;
}

.course-container .row {
    position: relative;
    margin: 0 0 0 0;
    padding: 8px 5px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    overflow: auto;
    vertical-align: middle;
}

.course-container .row:first-child {
    border-top: 1px solid #dfdfdf;
}

.course-container .btn-block {
    margin: 5px 0;
}

.course-container .btn {
    margin-top: 5px;
}

.invite-only {
    margin: 5px 5px 0 0;
}

.course-status {
    position: absolute;
    right: 0;
    bottom: 0;
}

.course-detail-top {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
}

.course-detail-bottom {
    display: inline-block;
    float: left;
    width: 80%;
    font-size: 12px;
}

.course-col-1 {
    display: inline-block;
    float: left;
    width: 18%;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.course-col-6 {
    display: inline-block;
    float: left;
    width: 45.2%;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.course-col-7 {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.bottom-header {
    font-weight: bold;
}

.course-col-4 {
    display: inline-block;
    float: left;
    width: 20%;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.course-col-3 {
    display: inline-block;
    float: left;
    width: 25%;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.course-col-2 {
    display: inline-block;
    float: left;
    width: 17.5%;
    margin: 0 5px 0 0;
    line-height: 26px;
}

.course-col-5 {
    display: inline-block;
    float: left;
    width: 20%;
    font-size: 12px;
    line-height: 26px;
}

.course-col-5 a {
    display: inline-block;
    float: left;
    margin: 0 0 0 5px;
    font-size: 13px;
}

.table tr th {
    border-top: 0!important;
    background: none!important;
}

ul.top-nav {
    display: inline;
    float: left;
    clear: both;
    width: 100%;
    margin: 1% 0 0 2.7%;
    padding: 0;
}

ul.top-nav li {
    display: inline;
    margin: 20px 20px 20px 0;
    font-weight: bold;
    list-style-type: none;
}

ul.top-nav li a {
    font-size: 13.5px;
    color: #d0ac6f;
}

ul.sub-nav {
    display: inline;
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 0;
}

ul.sub-nav li {
    display: inline;
    margin: 20px 20px 20px 0;
    font-weight: bold;
    list-style-type: none;
}

ul.sub-nav li a {
    font-size: 13.5px;
}

.homepage-tabs {
    border-bottom: none;
}

.homepage-tabs li a {
    background: #fff;
    color: #1B265B;
    border-color:  #1B265B;
    font-size:18px;
    border-radius: 0px;
}

.homepage-tabs li a:hover {
    background: whitesmoke;
    border-color: #1B265B;
}

.homepage-tabs li.active a {
    background:  #1B265B;
    color: #fff;
    border-color: #1B265B !important;
}

.homepage-tabs li.active a:hover {
    background: #1B265B;
    color: #fff;
    border-color:  #1B265B!important;
}

.homepage-tabs li.active a:focus {
    background:  #1B265B;
    color: #fff;
    border-color:  #1B265B !important;
}

.ad-banner {
    background-color: #ececec;
    outline: 2px solid #ccc;
    padding: 30px 20px 20px 20px;
    margin-top: 20px;
    color: black;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}

.basket-total {
    background: grey;
    color:white;
    padding: 5px;
    margin-left: 5px;
}

.basket-sidebar {
    background: whitesmoke;
    padding: 20px;
}
table.app-table tr {
    border-bottom: 1px solid #ccc;
}

td.white-bg {
    background-color: #fcfcfc;
}

span.control-buttons-center p {
    margin-bottom: 25px;
    text-align: center;
}

td.bold {
    font-weight: bold;
}

.openclose {
    margin-top: 6px;
}

.btn-green {
    color: #fff;
    background-color: green;
}

.btn-disabled {
    color: #fff;
    background-color: #bbb;
}

.btn-action {
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #777;
    text-decoration: none;
    font-size: 13.5px;
    color: #FFFFFF;
    background-color: #777;
}

.btn-action:hover {
    color: #fff;
    background-color: #555;
}

.btn-gold {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #20344a;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: #121a29;
}

.btn-gold:hover {
    color: #fff;
    background: #20344a;
}

.btn-grey {
    color: #fff;
    background-color: #bbb;
}

.btn-grey:hover {
    color: #fff;
    background-color: #999;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin: 0;
}

.navbar {
    z-index: 1;
}

.form-confirm {
    clear: both;
    margin-top: -10px;
}

.form-row {
    clear: both;
    width: 100%;
    padding: 3% 0;
}

.form-row h4 {
    padding-bottom: 10px;
}

/*.nav > li > a {
    padding: 8px 11px;
}

.nav > li > a:hover {
    background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    margin: 0;
}

.navbar-default .navbar-nav ul {
    padding-left: 20px;
}

.navbar-nav {
    padding: 0;
}

.navbar-nav > li > a {
    padding: 14px 10px;
}

.navbar-default .navbar-nav > li:last-child > a {
    border-right: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #7D2139;
    background: #ececeb;
    background-image: none;
}*/

.module-sub-title {
    display: block;
    width: 100%;
}

.prev-next {
    float: right;
    margin-top: -5px;
}

.calendar-wrapper {
    padding: 0 20px;
}

.current-month {
    float: left;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
}

.top {
    margin-top: 21%;
}

.col-md-9 .module-title {
    padding: 0 15px;
}

.module-title {
    width: 100%;
}

.module-title h3 {
    display: block;
    margin-bottom: 0;
    padding: 0 0 10px;
    border-bottom: 1px #dcbb82 solid;
    font-size: 19px;
    font-weight: bolder;
    color: #7d2139;
}

.col-md-3 .module-title h3 {
    display: block;
    margin-bottom: 0;
    padding: 0 0 10px;
    border-bottom: 1px #d0ac6f solid;
    font-size: 19px;
    font-weight: bolder;
    color: #7d2439;
}

.col-md-3 h5 {
    padding: 2% 0 3%;
    font-size: 18px;
    color: #12202f;
}

.module-title h4 {
    display: block;
    padding: 20px 0 9px 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #2d2d2d;
}

.module-sub-title h3 {
    display: block;
    margin-top: 0;
    padding: 10px 0 5px 0;
    border-bottom: 1px #000 solid;
    font-size: 16px;
    font-weight: bolder;
    color: #2d2d2d;
}

.module-content {
    /*border:solid 1px #dcdcdc;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;*/

    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    padding: 15px 15px 20px 15px;
    overflow: auto;
    color: #2d2d2d;
}

.col-md-3 .module-content {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    padding: 15px 20px 20px;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: auto;
    color: #2d2d2d;
    background: rgba(244,244,244,0.75);
}

.module-content-small {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    padding: 15px 5px 20px;
    border: solid 1px #dcdcdc;
    -webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: auto;
    color: #000;
    background: #f9f9f9;
}

.circle {
    width: 90px;
    height: 90px;
    font-size: 75px;
    color: #fff;
    background-image: url("images/circle.png");
    background-repeat: no-repeat;
}

.arrow-down {
    margin: -18px 0 -33px 0;
    text-align: center;
    font-size: 100px;
    color: #fff;
}

p.title {
    font-size: 16px;
    font-weight: bold;
}

.table-no-border {
    width: 70%;
}

.table-no-border td {
    border: 0!important;
}

table.no-border td,
table.no-border tr {
    border: 0!important;
}

.add-mem {
    margin: 0 0 3% 0;
}

.green-block {
    margin-bottom: 2%;
    padding: 2%;
    overflow: auto;
    color: #fff;
    background-color: #009900;
}

.red-block {
    margin-bottom: 2%;
    padding: 2%;
    overflow: auto;
    color: #fff;
    background-color: #862e43;
}

/* REVAMP */

.btn-new {
    width: 49.5%;
    margin: 2% 0 0 0;
    text-align: center;
    font-size: 16px;
}

.table-new {
    background-color: #fff;
    box-shadow: 0 4px 5px #ddd;
}

table.basket-table {
    border-bottom: 1px solid #ddd;
}

.basket-table td:first-child {
    border-left: 1px solid #ddd;
}

.basket-table td:last-child {
    border-right: 1px solid #ddd;
}

.table-new th,
.table-grey th,
.basket-table th {
    padding: 12px 8px 11px 8px!important;
}

.table-grey {
    border: 1px solid #eee;
    color: #111;
    background-color: #f3f3f5!important;
}

.purchase-btns {
    margin: 5% 0;
    padding-bottom: 10%;
    text-align: center;
}

td.right,
th.right {
    text-align: right;
}

.tracker-buttons {
    clear: both;
    width: 100%;
    margin: 2% 0 5% 0;
}

ul.pref-btns {
    display: inline-block;
    width: auto;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0;
}

ul.pref-btns li {
    display: inline;
}

ul.pref-btns li a {
    width: 25%;
    padding: 10px 30px 10px 0;
    border-bottom: 4px solid #ccc;
    font-size: 16px;
    list-style-image: none;
    color: #ccc;
}

ul.pref-btns li a:hover {
    text-decoration: none;
}

ul.pref-btns li a.active {
    border-bottom: 4px solid #d0ac6f;
    font-weight: bold;
    color: #781f37;
}

.track {
  clear: both;
  margin-right: 5px;
  font-size: 21px;
}

.pay-description {
  margin: 3% 0;
}

.green-alert {
  margin: 3% 0;
  padding: 2%;
  font-size: 16px;
  color: green;
}

.blue-line {
  margin: 3% 0 1% 0;
  padding: 1% 3% 3% 3%;
  border-top: 5px solid #cfab66;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}

.red-line {
  margin: 3% 0 1% 0;
  padding: 1% 3% 3% 3%;
  border-top: 5px solid #7b263a;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  background-color: #fff;
}

.grey-line {
  clear: both;
  width: 100%;
  margin: 3% 0;
  padding: 1% 3% 3% 3%;
  overflow: auto;
  color: #999;
  background-color: #eee;
}

.circle1-com {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 3% 0 0 -3%;
  padding-top: 1%;
  border: 1px solid #7b263a;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #7b263a;
}

.circle2-com {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 3% 0 0 -3%;
  padding-top: 1%;
  border: 1px solid #cfab66;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #cfab66;
}

.circle3-com {
  position: absolute;
  width: 60px;
  height: 60px;
  margin: 3% 0 0 -3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #ddd;
}

.progress-box {
  display: inline-block;
  width: 31.9%;
  margin: 0 1% 0 0;
  padding: 2% 1% 1% 1%;
  border: 3px 1px 1px solid #eee;
  text-align: center;
  color: #ccc;
  background-color: #f9f9f9;
}

.progress-box h1 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 5%;
  border-radius: 40px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  background-color: #ddd;
}

.progress-box-active {
  display: inline-block;
  width: 31.9%;
  margin: 0 1% 0 0;
  padding: 2% 1% 1% 1%;
  border: 1px solid #eee;
  text-align: center;
  color: #fff;
  background-color: #cfab66;
}

.progress-box-active h1 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 5%;
  border-radius: 40px;
  text-align: center;
  font-size: 19px;
  color: #cfab66;
  background-color: #fff;
}

.progress-box-complete {
  display: inline-block;
  width: 31.9%;
  margin: 0 1% 0 0;
  padding: 2% 1% 1% 1%;
  border: 3px 1px 1px solid #7b263a #eee #eee;
  text-align: center;
  color: #7b263a;
  background-color: #f9f9f9;
}

.progress-box-complete h1 {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  padding: 4.5%;
  border-radius: 40px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  background-color: #7b263a;
}

.progress-box-active p,
.progress-box p,
.progress-box-complete p {
  margin-top: 4%;
}

.circle1 {
  position: absolute;
  width: 55px;
  height: 55px;
  margin: 3% 0 0 -3%;
  padding-top: 1%;
  border: 1px solid #cfab66;
  border-radius: 55px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  background-color: #cfab66;
}

h3.green {
  color: green;
}

.circle2 {
  position: absolute;
  width: 55px;
  height: 55px;
  margin: 3% 0 0 -3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 55px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  background-color: #ddd;
}

.circle3 {
  position: absolute;
  width: 55px;
  height: 55px;
  margin: 3% 0 0 -3%;
  padding-top: 1%;
  border: 1px solid #ddd;
  border-radius: 55px;
  text-align: center;
  font-size: 27px;
  color: #fff;
  background-color: #ddd;
}

/* END OF REVAMP*/
.grey-block {
  margin-bottom: 2%;
  padding: 2%;
  overflow: auto;
  color: #999;
  background-color: #eee;
}

.green-block a,
.red-block a,
.grey-block a {
  text-decoration: underline;
  color: #fff;
}

.border-bottom {
  border-bottom: 1px solid #ddd;
}

.table-striped tr td {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.table-striped tr {
  border-bottom: 1px solid #ccc;
}

/*.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) td {
background: rgba(244,244,244,0.7);
}*/
.cell-bold {
  font-weight: bold !important;
}

.cell-center {
  text-align: center !important;
}

.cell-right {
  text-align: right !important;
}

.cell-left {
  text-align: left !important;
}

.cell-empty {
  border: none !important;
  background: none !important;
}

a.float-right {
  float: right;
  margin-left: 5px;
}

.cell-emptyborder {
  border-top: none !important;
  border-right: 1px solid #b9b9b9;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
}

.afterlabel {
  display: inline-block;
  padding: 3px 0 0 0;
}

.table tr th {
  border-top: 0 !important;
  background: none !important;
}

.small-margin {
  margin: 0 0 15px 0 !important;
}

.mob-show {
  display: none !important;
}

.pull-right.btn {
  margin-left: 5px;
}

.cell-empty {
  border: none !important;
  background: none !important;
}

.cell-emptyborder {
  border-top: none !important;
  border-right: 1px solid #b9b9b9;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
}

.cell-bordertop td {
  border-top: 1px solid #b9b9b9;
}

@media screen and (max-width: 60.3em) {
  .navbar-default .navbar-nav > li > a.active:before {
    display: none;
  }

  .navbar-default .navbar-nav > li a {
    border-bottom: 1px solid #0f142b;
  }

  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: none !important;
  }

  .nav-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
  }

  img.logo {
    margin-top: 18px;
    margin-left: 30px;
    /* min-width: 320px;
     margin-bottom: 0px;
     margin-right: 250px;
     width: 164px;*/
  }

  ul.social-links {
    margin-top: 10px !important;
    float: right !important;
    padding-left: 0px;
  }

  ul.social-links i {
    margin-bottom: 20px;
  }

  .sf-2col tr td:first-child {
    width: 100px;
  }

  .responsive-calendar .controls h4 {
    display: inline;
    font-size: 20px;
    line-height: 32px;
  }

  /*img.logo {
      display: inline-block;
      float: left;
      max-width: 59%;
  }*/
  .js .oc {
    position: absolute;
    top: 0;
    left: -320px;
    width: auto;
  }

  .wrap {
    overflow: inherit !important;
    box-shadow: none;
  }

  #side-menu {
    width: 100%;
  }

  .navbar-nav > li > a {
    padding: 10px 0;
  }

  .navbar-default .navbar-nav > li > a {
    border-right: none;
    text-transform: uppercase;
    color: #333;
  }

  .navbar-default .navbar-nav > li:first-child > a {
    margin-top: 5px;
    border-top: none;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #7d2439;
    background: none;
    background-image: none;
  }

  .mob-show {
    display: inline-block;
    display: none;
  }

  .mob-hide {
    display: none !important;
  }

  .module-title h3 {
    padding: 15px 0 10px 10px;
  }

  .form-group {
    margin: 0 1px 10px 1px !important;
  }

  .navbar-collapse {
    border-top: 0;
    box-shadow: none;
  }

  /* SS public mob nav*/
  .ss-public ul.nav.navbar-nav {
    display: block;
    margin: 40px 0 10px 0;
    color: #fff;
  }

  .ss-public ul.nav.navbar-nav li a {
    margin-left: 0;
    padding-left: 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
  }

  .ss-public.navbar-default {
    float: left;
    position: relative;
    padding-top: 50px;
    border: 0;
    background-image: none;
    box-shadow: none;
  }

  .ss-public .navbar-toggle {
    color: #fff;
    background: #681b29;
  }

  .ss-public .navbar-toggle span {
    color: #fff;
    background: #fff;
  }

  .ss-public.header {
    padding: 0 0 0 0;
    min-height: 75px;
    border-bottom: 3px solid #29b1e4;
    background-color: #777;
    background-width: 100%;
  }

  img.afc-logo {
    z-index: 1000;
    float: left;
    position: absolute;
    width: 250px;
    margin: 20px 0 10px 5px;
  }
}
/*iPad*/
@media screen and (min-width: 33em) and (max-width: 63.236em) {
  .navbar-nav > li > a {
    padding: 5px 8px;
    font-size: 12px;
  }

  .module-login {
    width: 80%;
  }

  .form-group {
    margin: 0 1px 10px 1px !important;
  }

  .form-group.sp-sel {
    margin: auto !important;
  }

  .form-group.col-md-3.limit-pad {
    padding: 0 5px;
  }

  ul.top-nav {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 2.5% 1%;
  }

  .ticket-comment,
  .blue-bg {
    padding: 10px 15px 10px;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4,
  .circle1-com,
  .circle2-com,
  .circle3-com {
    display: none;
  }

  .advert {
    width: 100%;
  }

  ul.pref-btns li a {
    display: block;
    width: 100%;
    margin: 3% 0;
  }

  h1.name {
    font-size: 16px;
  }
}
@media screen and (min-width: 46em) {
  button.side-menu-link {
    display: none;
  }
}
@media screen and (max-width: 32em) {
  body {
    background-color: #f5f5f5;
    background-image: none;
  }

  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 5px;
  }

  .module-login {
    width: 100%;
  }

  h1.login-title {
    font-size: 28px;
  }

  .mob-show {
    display: block;
    display: none;
  }

  .main-logo {
    float: left;
    width: 25%;
  }

  .mob-hide {
    display: none;
  }

  .navbar-nav > li > a {
    padding: 5px 8px;
    font-size: 12px;
  }

  ul.top-nav {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 2% 0 4%;
    padding: 0;
  }

  ul.top-nav li {
    display: block;
    margin: 0 3%;
    line-height: 2em;
  }

  .header {
    width: 100%;
  }

  .form-group {
    margin: 0 1px 10px 0 !important;
  }

  .form-group.sp-sel {
    margin: auto !important;
  }

  .form-sml {
    width: 42%;
  }

  .logo {
    width: 50%;
  }

  select.input-sm {
    height: 32px;
  }

  .input-sm {
    padding: 0 0 0 10px;
  }

  .circle1,
  .circle2,
  .circle3,
  .circle4,
  .circle1-com,
  .circle2-com,
  .circle3-com,
  .profile {
    display: none;
  }

  .ticket-comment,
  .blue-bg {
    padding: 10px 15px 10px;
  }

  .btn-new {
    width: 100%;
  }

  h1.name {
    margin: 10px 0 0 15px;
    font-size: 9px;
  }

  .advert {
    width: 100%;
  }

  ul.pref-btns li a {
    display: block;
    width: 100%;
    margin: 3% 0;
  }

  .module-title h3 {
    padding: 0 0 10px 0;
  }

  .progress-box,
  .progress-box-active,
  .progress-box-complete {
    width: auto;
  }
}
/*iPad*/

@media screen and (min-width:33em) and (max-width:63.236em) {
    .navbar-nav > li > a {
        padding: 5px 8px;
        font-size: 12px;
    }

    .voucher-ad {
        display: none;
    }

    input.reginput {
        width: 50%;
    }

    .extra-col-1 {
        margin: 0 0 0 11.5%;
    }
}
@media screen and (max-width: 36em) {
  .search-form input.input-sm {
    display: block;
    width: 100%;
  }

  .search-form select {
    width: 99%;
  }

  .search-form .form-group {
    width: 99%;
  }

  .search-form .form-group a {
    float: left;
  }

  .course-col-2,
  .course-col-4,
  .course-col-1,
  .course-col-3,
  .course-col-6 {
    width: 100%;
  }

  .course-col-5 {
    width: 100%;
    margin: 3.5% 0 2% 0;
    padding: 0 0 0 5px;
  }

  input.reginput {
    width: 100%;
  }

  .course-col-7 {
    font-size: 14px;
  }

  ul#legend li {
    margin: 0 4px 11px 0;
  }

  #course-header {
    display: none;
  }

  .course-detail-top {
    font-size: 14px;
  }

  .course-detail-bottom {
    width: 100%;
  }

  .module-title h3 {
    padding: 15px 0 10px 10px;
  }

  .course-container {
    padding: 10px 0;
  }

  input.emergency-input {
    display: block;
    max-width: 100%;
  }

  .extra-col-1 {
    margin: 0 0 0 16%;
  }
}
/*mobile*/
@media screen and (max-width: 32em) {
  .sf-link {
    float: left !important;
    margin-top: 10px !important;
    width: 97%;
    text-align: left;
  }

  .navbar-default .navbar-nav > li > a.active:before {
    display: none;
  }

  .navbar-default .navbar-nav > li a {
    border-bottom: 1px solid #0f142b;
  }

  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: none !important;
  }

  .nav-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
  }

  .extra-hide {
    display: none;
  }

  .extra-col-1 {
    width: 29%;
    margin: 0;
  }

  .extras-actions {
    width: 33%;
  }

  .extras-content {
    width: 27%;
  }

  .extra-col-2 {
    width: 42%;
  }

  img.logo {
    margin-top: 18px;
    margin-left: 30px;
    /*
    min-width: 220px;
    margin-bottom: 0px;
    float: none;
    margin: 0 auto;
    width: 100%;*/
    display: block;
  }

  ul.social-links {
    margin-top: 10px !important;
    float: right !important;
    padding-left: 0px;
  }

  .mob-btn {
    display: block;
    float: left;
    clear: both;
    margin: 0 0 3% 0;
  }

  .basket-btn {
    display: block;
    float: left;
    width: 100%;
  }
}
label.time {
  display: inline;
  font-size: 13px;
}

label.time input {
  display: inline-block;
  max-width: 55px;
  text-align: center;
  font-size: 13px;
}

.map {
  display: block;
  margin: 20px 0;
}

.contact-intro {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

input[type='checkbox'].checkbox-button-inline {
  margin-right: 10px;
  padding-right: 20px !important;
}

.checkbox-button-inline input[type='checkbox'] {
  margin-right: 10px;
  padding-right: 20px !important;
}

.checkbox-button-inline {
  margin: 5px 20px 0 0;
}

.control-buttons {
  margin-top: 20px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .IE-float {
    float: left;
  }
}
@media (max-width: 1200px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 0.9em !important;
  }
}
@media (max-width: 1012px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 0.8em !important;
  }
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav > li > a {
    font-size: 0.7em !important;
  }
}
@media (max-width: 992px) {
  .basket-sidebar {
    margin-top: 80px;
  }

  .footer p {
    font-size: 12px;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }

  .navbar-collapse.collapse {
    display: none !important;
  }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }

  .navbar-nav > li {
    float: none;
  }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-default .navbar-nav > li {
    border-right: none !important;
  }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    box-shadow: none;
  }

  .navbar-default .navbar-nav > li > a.active:before {
    display: none;
  }

  .navbar-default .navbar-nav > li a {
    border-bottom: 1px solid #0f142b;
  }

  .navbar-default .navbar-nav > li:last-child > a {
    border-bottom: none !important;
  }

  .nav-tabs {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0px;
  }

  ul.social-links {
    float: right !important;
  }
}
/*VOUCHER STYLES */
.choose-gift-voucher {
  margin-top: 30px;
  width: 100%;
}

.choose-gift-voucher h3 {
  border-bottom: 1px solid #1b265b;
  width: 100%;
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}

.choose-voucher-design {
  margin-top: 25px;
  margin-bottom: 20px;
}

.voucher-type-label span {
  font-weight: bold;
}

.voucher-thumb {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 30px;
}

.voucher-thumb:hover {
  border: 1px solid #1b265b;
}

.voucher-preview {
  margin-top: 25px;
  margin-bottom: 8px;
}

.voucher-preview p {
  padding: 20px 10px;
  border: 1px solid #ddd;
  margin-bottom: 0;
}

.voucher-footer {
  padding: 17px 10px;
  background-color: #10214A;
}

.voucher-footer p {
  border: none;
}

.voucher-footer-label {
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
}

.voucher-total {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

hr.red {
  border-color: #1B265B;
}

p.voucher-select-label {
  margin-top: 33px;
}

/*.total {*/
    /*position: relative;*/
    /*margin-top: 5px;*/
/*}*/

/*.total span {*/
    /*font-size: 30px;*/
    /*margin-left: 10px;*/
    /*position: absolute;*/
    /*font-weight: bold;*/
    /*top: -13px;*/
/*}*/

ul.modal-filter {
  margin: 0;
  padding: 0;
}

ul.modal-filter li {
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 12px;
}

ul.modal-filter li input {
  margin-right: 5px;
}

#more-vouchers .modal-body .col-md-9 {
  border-left: 1px solid #eee;
}

#more-vouchers .modal-footer {
  margin-top: 0;
}

#voucher-preview p {
  font-weight: normal;
  margin-bottom: 0;
}

#voucher-preview .modal-footer {
  margin-top: 0;
}

#voucher-preview .modal-body {
  padding-bottom: 0;
  background-image: url("../images/liver.jpg");
  background-position: top right;
  background-repeat: no-repeat;
}

.preview-row {
  margin-left: -20px;
  margin-right: -20px;
}

.preview {
  background-color: #eee;
  padding: 40px;
  border-top: 10px solid #CAD2DC;
}

.preview-container {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.preview-body {
  background-color: #fff;
  padding: 40px 40px 80px 40px;
  text-align: center;
  position: relative;
}

.preview-body p {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

.preview-footer {
  background-color: #fff;
  padding: 60px 40px 40px 40px;
  text-align: center;
  border-top: 1px solid #eee;
  box-shadow: 0 4px 2px -2px gray;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.preview-footer p {
  font-size: 14px;
  color: #999;
  font-weight: bold !important;
  margin-bottom: 10px !important;
  padding-bottom: 0 !important;
}

.preview-footer p.total {
  color: #1B265B;
  font-weight: bold !important;
  font-size: 55px;
  line-height: 40px;
}

.small-crest {
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -50px;
}

@media screen and (max-width: 63.236em) and (min-width: 33em) {
  .form-group.col-xs-6.col-sm-2.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
  }
}
@media screen and (max-width: 60.3em) {
  .form-group.col-xs-6.col-sm-2.no-gutters {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0px !important;
  }
}
/*END VOUCHER STYLES */

/** Footer Updates **/
img.footer-logo {
    max-width: 75px;
    float: right;
}
@media (max-width:767px) {
  img.footer-logo {
    float: left;
    margin-bottom: 30px;
  }
}

/** Header Title Addtion **/
.row.desktop-index-title {
  background: white;
  text-align: center;
  max-width: 100%;
}
@media (max-width:767px) {
  .row.desktop-index-title {
    display: none;
  }
}
.row.desktop-index-title h1 {
  margin-top: 35px;
  margin-bottom: 20px;
  color:#101735;
}
@media (max-width:1199px) {
  .row.desktop-index-title h1 {
    margin-top: 65px;
  }
}
@media (max-width:1010px) {
  .row.desktop-index-title h1 {
    margin-top: 130px;
  }
}

.home-page-below-title {
    padding-top: 5px!important;
}

.row.mobile-index-title {
  background: white;
  text-align: center;
  display: none;
  max-width: 100%;
}
@media (max-width:767px) {
  .row.mobile-index-title {
    display: block;
    width:100%;
    margin: 0;
  }
}
.row.mobile-index-title h1 {
  margin-top: 20px;
  margin-bottom: 0;
  color:#101735;
  font-size: 20px;
}

.vis-hidden {
    visibility: hidden;
}

@media (max-width: 767px) and (min-width: 576px) {
    .alt-ticket-col {
        width: 50%;
        float: left;
    }
}

.quant-box.quant-box-alt {
    padding: 0px 20px 25px 20px;
    text-align: center !important;
}
.quant-box.quant-box-alt .q-title {
    height: 85px;
    display: inline-flex;
    align-items: center;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .quant-box.quant-box-alt .q-title {
        height: 100px;
    }
}
.quant-box.quant-box-alt .q-title h3 {
    font-size: 19px;
}
.quant-box.quant-box-alt .q-alt-price p {
    font-size: 27px;
    color: #333330;
    margin-bottom: 0px;
    height: 27px;
}

.q-select-alt select.form-control {
    border: 1px solid #071231;
    background-color: white !important;
    margin-bottom: 35px;
}

@media (max-width: 575px) {
    h2.main-title-ul.no-top.color.custom-title {
        font-size: 21px;
    }
}

@media (max-width: 575px) {
    .quant-row.mobile-quant-alt .quant-box.quant-box-alt {
        padding: 0px 20px 3px 20px;
    }
}
@media (max-width: 575px) {
    .quant-row.mobile-quant-alt .quant-box.quant-box-alt .q-title {
        height: auto;
    }
}
@media (max-width: 575px) {
    .quant-row.mobile-quant-alt .quant-box.quant-box-alt .q-title h3 {
        margin-top: 10px;
        margin-bottom: 4px;
    }
}
@media (max-width: 575px) {
    .quant-row.mobile-quant-alt .q-select-alt select.form-control {
        margin-bottom: 5px;
    }
}
.quant-row.mobile-quant-alt .q-alt-price p {
    font-size: 19px;
}
