/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
  ========================================
  Custom styles
  ===
*/

body {
  background: #293f50;
  font-family: 'Poppins', serif;
  font-size: 300 16px/22px;
}

.input-group .form-control {
    margin: 0px !important;
}

/*
  ========================================
  Grid
  ========================================
*/

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.container,
.grid {
  margin: 0 auto;
  min-width: 960px;
}
.container {
  padding-left: 30px;
  padding-right: 30px;
}
.grid,
.col-1-3,
.col-2-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1-3,
.col-2-3  {
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 33.33%;
}
.col-2-3 {
  width: 66.66%;
}

/*
  ========================================
  Clearfix
  ========================================
*/

.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  clear: both;
  zoom: 1;
}

/*
  ========================================
  Rows
  ========================================
*/

.row,
.row-alt {
  min-width: 960px;
}
.row {
  background: #fff;
  padding: 44px 0 44px 0;
}
.row-alt {
  background: #cbe2c1;
  background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:    -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:         linear-gradient(to right, #a1d3b0, #f6f1d3);
  padding: 44px 0 22px 0;
}

/*
  ========================================
  Typography
  ========================================
*/

h1, h2, h3, h4 {
  color: #648880;
}
h1, h3, h4, h5, p {
  margin-bottom: 22px;
}
h1 {
  font-size: 36px;
  line-height: 44px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 18px;
}
h5 {
  color: #a9b2b9;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
strong {
  font-weight: 400;
}
.vstrong {
  font-weight: 600;
}
.vweak {
  font-weight: 200;
}
cite,
em {
  font-style: italic;
}
.pagination li a {
  color: #648880 !important;
}
.pagination li a:focus,
.pagination li a:hover {
  color: black !important;
}

.dont-break-out {

  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/*
  ========================================
  Leads
  ========================================
*/

.lead {
  text-align: center;
}
.lead p {
  font-size: 21px;
  line-height: 33px;
}

/*
  ========================================
  Links
  ========================================
*/

a {
  color: #648880;
  text-decoration: none;
}
a:hover {
  color: #a9b2b9;
}
p a {
  border-bottom: 1px solid #dfe2e5;
}
.primary-header a,
.primary-footer a {
  color: #fff;
}
.primary-header a:hover,
.primary-footer a:hover {
  color: #648880;
}

/*
  ========================================
  Buttons
  ========================================
*/

.btn {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0;
  text-transform: uppercase;
}
.btn-select {
  background: #648880;
}
.btn-default {
  border: 0;
  background: #648880;
  padding: 11px 10px;
  font-size: 14px;
}
.btn-default-2 {
  border: 0;
  background: #648880;
  padding: 3px 3px;
  font-size: 14px;
}
.btn-default-dlg {
  border: 0;
  background: #648880;
  padding: 5px 5px;
  font-size: 14px;
  width: 100px;
  margin-bottom: 10px;
}
.btn-default-40 {
  width: 40px;
  margin-bottom: 10px;
}
.btn-default-100 {
  width: 110px;
  margin-bottom: 10px;
}
.btn-default:hover {
  background: #77a198;
}
.btn-alt {
  border: 1px solid #fff;
  padding: 10px 30px;
}
.btn-alt:hover {
  background: #fff;
  color: #648880;
}

/*
  ========================================
  Primary header
  ========================================
*/

.logo {
  border-top: 4px solid #648880;
  float: left;
  font-size: 48px;
  font-weight: 100;
  letter-spacing: .5px;
  line-height: 44px;
  padding: 20px 0 22px 0;
  margin-right: 20px;
  text-transform: uppercase;
}
.tagline {
  margin: 66px 0 22px 0;
  text-align: right;
}
.primary-nav {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  padding: 10px 0 22px 0;
  text-transform: uppercase;
}

/*
  ========================================
  Primary footer
  ========================================
*/

.primary-footer {
  color: #648880;
  font-size: 14px;
  padding-bottom: 44px;
  padding-top: 44px;
}
.primary-footer small {
  float: left;
  font-weight: 400;
}

/*
  ========================================
  Navigation
  ========================================
*/

.nav {
  text-align: right;
}
.nav li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
}
.nav li:last-child {
  margin-right: 0;
}
.nav-tabs .nav-item .nav-link-search {
  background-color: #0080FF;
  color: #FFF;
}

.nav-tabs .nav-item .nav-link-search.active {
  color: #0080FF;
}

/*
  ========================================
  Menus
  ========================================
*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 100px;
}

.dropdown-content a {
    display: block;
}

.dropdown:hover .dropdown-content {display: block;}


/*
  ========================================
  Images
  ========================================
*/
.upload-area:hover{
    cursor: pointer;
}

.img__wrap {
  position: relative;
  height: 200px;
  width: 257px;
}

.img__description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(29, 106, 154, 0.72);
  color: #fff;
  visibility: hidden;
  opacity: 0;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
}

/*
  ========================================
  Home
  ========================================
*/

.page-detail {
  background: #fff;
  color: #000;
  line-height: 44px;
  padding: 22px 80px 66px 80px;
  text-align: center;
}
.page-detail h2 {
  font-size: 36px;
}
.page-detail p {
  font-size: 24px;
  font-weight: 100;
}
.teaser a:hover h3 {
  color: #a9b2b9;
}

.search-link.active {
  background-color: #cbe2c1 !important;
  border-color: #a9b2b9 !important;
  border-bottom-color: #cbe2c1 !important;
}
.search-link {
    border-bottom: 1px solid #a9b2b9 !important;
}


/*
  ========================================
  Base Form
  ========================================
*/
form {
  margin-bottom: 22px;
}
input,
select,
textarea {
  font-family: 'Poppins', serif;
  font-size: 300 12px/16px;
}
.wrapper {
  background: #cbe2c1;
  display: flex;
  width: 100%;
  align-items: stretch
}

.record-header {
  background: #cbe2c1;
  padding: 10px 10px 10px 10px;
  color: #648880;
  font-size: 18px;
  line-height: 22px;
}

#sidebar {
    min-width: 220px;
    max-width: 220px;
    min-height: 100vh;
}

#sidebar .sidebar-header {
    padding: 10px;
    font-size: 20px;
}

#sidebar .sidebar-detail {
    padding: 10px;
}

#sidebar.active {
    margin-left: -220px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -220px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

.pad-below {
    padding-bottom: 10px;
}

#buttonbar {
    min-width: 120px;
    max-width: 120px;
    margin-right: 0;
}

#buttonbar .buttonbar-detail {
    padding: 50px 0px 0px 0px;
} 
.detailtable{
  width: 90%;
  table-layout:fixed;
}
.eventtable{
  width: 90%;
  padding: 10px 20px;
  table-layout:fixed;
}
/*
table  */
th {
  border-bottom: 1px solid #cecfd5;
} 
th,
td {
  color: #648880;
  font-size: 12px;
  padding: 10px 15px;
  border-top: 0;
}
td.eventdata {
  padding: 5px 2px;
}
th.colHistEvent {
  width: 15%;
} 
th.colHistRegistration {
  width: 15%;
}
th.colHistDate {
  width: 20%;
} 
th.colHistDescription {
  width: 40%;
} 
th.colChkOption {
  width: 5%;
} 
th.colSequence {
  width: 10%;
} 
th.colFeature {
  width: 10%;
} 
th.colFeatureDesc {
  width: 35%;
} 
th.colOption {
  width: 15%;
} 
th.colOptionDesc {
  width: 25%;
  min-width: 25%;
} 
th.col0pcent {
  padding: 0px 0px;
  width: 0%;
}
th.col5pcent {
  padding: 0px 1px;
  width: 5%;
} 
th.col45pcent {
  width: 45%;
} 
th.col60pcent {
  width: 60%;
} 
th.colChkEvent {
  padding: 5px 5px;
  width: 30px;
} 
th.colDescription {
  padding: 5px 2px;
  width: 200px;
} 
th.colDate {
  padding: 5px 2px;
  width: 80px;
} 
th.colLink {
  padding: 5px 2px;
  width: 200px;
} 
th.colChassis {
  padding: 5px 2px;
  width: 80px;
} 
th.colHidden {
  padding: 0px 0px;
  width: 0px;
} 
th.colEventRegistration {
  padding: 5px 2px;
  width: 100px;
} 
th.colVin {
  padding: 5px 2px;
  width: 150px;
} 
th.colCountry {
  padding: 5px 2px;
  width: 70px;
}
th.colModel {
  padding: 5px 2px;
  width: 200px;
} 
th.colTransmission {
  padding: 5px 2px;
  width: 110px;
} 
th.colExterior {
  padding: 5px 2px;
  width: 100px;
} 
th.colColourName {
  padding: 5px 2px;
  width: 200px;
} 
th.colInterior {
  padding: 5px 2px;
  width: 100px;
} 
th.colYear {
  padding: 5px 2px;
  width: 60px;
} 
th.colSteering {
  padding: 5px 2px;
  width: 70px;
} 
th.colPrice {
  padding: 5px 2px;
  width: 80px;
} 
th.colCurrency {
  padding: 5px 2px;
  width: 75px;
} 
th.colMileage {
  padding: 5px 2px;
  width: 70px;
} 
th.colMileageUnits {
  padding: 5px 2px;
  width: 70px;
} 
th.colSaleStatus {
  padding: 5px 2px;
  width: 80px;
}
th.colEvent20 {
  padding: 5px 2px;
  width: 20px;
}
th.colEvent60 {
  padding: 5px 2px;
  width: 60px;
}
th.colEvent70 {
  padding: 5px 2px;
  width: 70px;
} 
th.colEvent80 {
  padding: 5px 2px;
  width: 80px;
} 
th.colEvent100 {
  padding: 5px 2px;
  width: 100px;
}
th.colEvent120 {
  padding: 5px 2px;
  width: 120px;
}
th.colEvent150 {
  padding: 5px 2px;
  width: 150px;
}
th.colEvent160 {
  padding: 5px 2px;
  width: 160px;
}
th.colEvent200 {
  padding: 5px 2px;
  width: 200px;
}
th.colEvent300 {
  padding: 5px 2px;
  width: 300px;
}
th.colEvent400 {
  padding: 5px 2px;
  width: 400px;
} 
th.colEvent500 {
  padding: 5px 2px;
  width: 500px;
} 
th.colEvent800 {
  padding: 5px 2px;
  width: 800px;
} 
#importtable tr:nth-child(even) {
  background: #f0f0f2;
}
select.eventSelect {
  padding: 5px 2px;
}
select.eventColour {
  padding: 5px 2px;
  width: 96px;
}
td.cellDiscrepancy {
  color: orange;
}
td.cellConfirmed {
  color: green;
}
td.cellError {
  color: red;
}
.tablepanel {
  width: 100%;
  overflow:auto;  
}


/*
  ========================================
  Search
  ========================================
*/
.search-group label {
  color: #648880;
  cursor: pointer;
  font-weight: 400;
}
.search-group a {
  padding-top: 10px;
  padding-left: 5px;
}
/*
  ========================================
  Login
  ========================================
*/
.login-group label {
  color: #648880;
  cursor: pointer;
  font-weight: 400;
}
.login-group input,
.login-group select,
.login-group textarea {
  border: 1px solid #c6c9cc;
  border-radius: 5px;
  color: #888;
  display: block;
  margin: 5px 0 27px 0;
  padding: 5px 8px;
}
.login-group input,
.login-group textarea {
  width: 100%;
}
.login-group select {
  height: 34px;
  width: 60px;
}
.login-group textarea {
  height: 78px;
}
.alert{
    border-radius: 3px;
}
#display_error{
	display: none;
}

/*
  ========================================
  Edit Form
  ========================================
*/
.edit-form {
  background: #fff;
  margin-top: 0px;
  padding: 10px 10px 10px 10px;
}

.edit-form label.error {
  margin-left: 10px;
  width: auto;
  display: inline;
  font-size: 12px;
  color: red;
}
.edit-group {
  padding-top: 10px;
}
.edit-group label,
.edit-group-defaults label {
  color: #648880;
  cursor: pointer;
  font-weight: 400;
}
.edit-group input,
.edit-group-defaults input,
.edit-group select,
.edit-group-defaults select,
.edit-group textarea {
  border: 1px solid #c6c9cc;
  border-radius: 5px;
  color: #888;
  display: block;
  margin: 5px 0 5px 0;
  padding: 5px 8px;
}
.edit-group input,
.edit-group textarea {
  width: 100%;
}
.edit-group xxtextarea {
  height: 208px;
}
.edit-group .btn {
  color: #fff;
}
.edit-group .btn-default:hover {
  background: #77a198;
}
.edit-group-defaults {
  margin: 5px;
  border: 1px solid #c6c9cc;
  padding: 8px;   
  border-radius: 4px;
  width: 90%;
}
.edit-group-defaults legend {
  color: #648880;
  padding: 2px;   
  width: auto;
}
.info-message {
  margin-bottom: 10px;
  color: green;
}
.error-message {
  margin-bottom: 10px;
  color: red;
}
span.success {
  margin-bottom: 10px;
  color: black;
}
span.failure {
  margin-bottom: 10px;
  color: red;
}

.error-message textarea {
  padding-bottom: 5px;
  color: red;
}
span.help-block {
  font-size: 12px;
}
.lblinline {
  margin-right: 5px;
}

#profile_form label.error {
    margin-left: 10px;
    width: auto;
    display: inline;
  color: red;
}

.registration input {
  text-transform: uppercase; 
}
/*
  ========================================
  Register
  ========================================
*/

.why-attend {
  list-style: square;
  margin: 0 0 22px 30px;
}
form {
  margin-bottom: 22px;
}
input,
select,
textarea {
  font-family: 'Poppins', serif;
  font-size: 300 16px/22px;
}
.register-group label {
  color: #648880;
  cursor: pointer;
  font-weight: 400;
}
.register-group input,
.register-group select,
.register-group textarea {
  border: 1px solid #c6c9cc;
  border-radius: 5px;
  color: #888;
  display: block;
  margin: 5px 0 27px 0;
  padding: 5px 8px;
}
.register-group input,
.register-group textarea {
  width: 100%;
}
.register-group select {
  height: 34px;
  width: 60px;
}
.register-group textarea {
  height: 78px;
}

/*
  ========================================
  Select lists
  ========================================
*/
.subject-info-box-1,
.subject-info-box-2 {
    float: left;
    width: 45%;
    height: 250px;
}
.subject-info-arrows {
    float: left;
    width: 10%;
}
/*
  ========================================
  Loading overlay
  ========================================
*/

@font-face {
font-family: "demo";
src: url('fonts/icons.woff') format("woff"), url('fonts/icons.ttf') format("truetype");
}
 @-moz-keyframes loadingStart {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes loadingStart {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-o-keyframes loadingStart {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@keyframes loadingStart {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-moz-keyframes loading {
 0% {
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -moz-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -moz-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-webkit-keyframes loading {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -webkit-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@-o-keyframes loading {
 0% {
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 50% {
 -o-transform: rotate(180deg);
 transform: rotate(180deg);
}
 100% {
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes loading {
 0% {
 transform: rotate(0deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
#target {
border: 2px solid black;
height: 400px;
width: 800px;
}
.loading {
position: relative;
}
.loading .loading-overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-animation: loadingStart 3s 300ms linear 1 both;
-moz-animation: loadingStart 3s 300ms linear 1 both;
-o-animation: loadingStart 3s 300ms linear 1 both;
animation: loadingStart 3s 300ms linear 1 both;
background: rgba(255, 255, 255, 0.25);
text-align: center;
}
.loading .loading-text {
font-size: 0.875rem;
line-height: 1.3125rem;
text-shadow: white 0 0 1em, white 0 0 0.5em, white 0 0 0.25em;
position: relative;
display: block;
text-transform: uppercase;
font-weight: bold;
}
.loading .loading-text:after {
content: "...";
}
.loading .loading-spinner {
position: absolute;
top: 50%;
bottom: 0;
left: 0;
right: 0;
margin: -3.9375rem auto 0;
color: #1a1d1d;
text-align: center;
}
.loading .loading-icon {
font-size: 4.8125rem;
line-height: 5.25rem;
text-shadow: rgba(255, 255, 255, 0.75) 0 0 0.5em;
-webkit-animation: loading 1s steps(4) infinite;
-moz-animation: loading 1s steps(4) infinite;
-o-animation: loading 1s steps(4) infinite;
animation: loading 1s steps(4) infinite;
display: block;
}
.loading .loading-icon:before {
vertical-align: middle;
content: "\e000";
font-family: "demo";
}