/* 
    Document   : jevcustom
    Created on : 22-Apr-2013, 14:12:51
    Author     : Tony Partridge - GWE Systems Ltd
    Description: To allow customisation of CSS Strings where they can never be lost.
    Purpose of the stylesheet follows.
*/

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Green Button design */
.green-button, {
color: #fff !important;
font-size: 16px;
background-color: #15af52;
border-color: #0f9745 !important;
border-width: 1px !important;
border-style: solid;
border-radius: 6px;
padding: 10px
}

.green-button a:link {
}

.green-button:hover {
color: #fff !important;
background-color: #176741;
border-color: #000 !important;
border-width: 1px !important;
border-style: solid;
}
/* END Button design */

/*  Set Body text to 16px  */
#jevents_body {
    font-size: 16px;
}
/*  End set Body test to 16px  */

/*  Set top Margin of H£,h4,h5,h6 to 20px  */
*+.h3, *+.h4, *+.h5, *+.h6, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 20px;
}
/*  End set top margin  */

/*  lINK COLOUR FOR lOGIN  */
#jevents_body a {
    color: #fc0048;
}
/*  END lINK COLOUR FOR lOGIN  */

/*  EXPAND THE FIRST COLUMN ON THE BOOKING FORM  */
#jevents_body .paramlist_key {
    width: 350px;
}
/*  END EXPAND THE FIRST COLUMN ON THE BOOKING FORM  */

/*  ADD MARGIN TO THE TOP OF THE REGISTRATION FORM  */

#registration-tab-pane {
    margin-top: 10px;
}

/*  END ADD MARGIN TO THE TOP OF THE REGISTRATION FORM  */

/*  ADD MARGIN TO THE TOP OF THE BUTTONS  */

.btn, .uk-button {
    margin-top: 10px;
}

/*  END ADD MARGIN TO THE TOP OF THE BUTTONS  */
