/* 
    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.
*/

/*** JEvent RSS Feed Page ***/
#feedHeaderContainer {
    background-color: #fff0e0 !important;
    border: 1px solid threedshadow;
    border-radius: 10px;
    display: flex;
    margin: 1em auto 0 !important;
}
.feedBackground {
    background: #fff0e0 url("http://chrome://browser/skin/feeds/feedIcon.png") no-repeat scroll 0 10% !important;
}
#feedTitleContainer {
    border-bottom: 2px solid #024692 !important;
    margin-bottom: 0;
    margin-inline-end: 0.6em;
    margin-inline-start: 0;
    margin-right: 50% !important;
    margin-top: 0;
}
#feedTitleContainer h1 {
    font-size: 160%;
    margin: 0 0 0.2em;
    border: none !important;
}
/*** END JEvent RSS Feed Page ***/

/*** Custom Fields CSS ***/
.jev-tabs-all-fields-empty {
  display:none;
}
.jev-empty-field {
  display:none;
}
.jev-agenda-minutes h4 .jevbootstrap label {
  font-size: 20px !important;
}
#jev_email input[value="Add Email Invitee"] {
  background: #c3d4e5; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#b8c8d9,#c3d4e5,#cee0f2); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#b8c8d9,#c3d4e5,#cee0f2); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#b8c8d9,#c3d4e5,#cee0f2); /* Firefox 3.6 to 15 */
  background: linear-gradient(#b8c8d9,#c3d4e5,#cee0f2); /* Standard syntax (must be last) */
  left:0 !important;
  border: solid 1px #b1c8de !important;
  border-radius: 5px;
  color: #606f79 !important;
  font-size: 17px;
  font-weight: bold;
  height: 1.2em 1important;
  left:0 !important;
  line-height: 1.2em;
  margin-top: 10px;
  padding: 6px;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition-property: background, border, text-shadow; /* Safari */
  transition-property: background, border, text-shadow;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease; /* Safari and Chrome */
  transition-timing-function: ease;
}
#jev_email input[value="Add Email Invitee"]:hover,
#jev_email input[value="Add Email Invitee"]:focus, 
#jev_email input[value="Add Email Invitee"]:active {
  background: #cee0f2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Firefox 3.6 to 15 */
  background: linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Standard syntax (must be last) */
  border: solid 1px #b1c8de !important;
  text-shadow: none;
}
/** End Custom Fields CSS **/
/** RSVP CSS **/
.button2-left .blank a, .button2-left a {
  background: #c3d4e5;
  background: -webkit-linear-gradient(#b8c8d9,#c3d4e5,#cee0f2);
  background: -o-linear-gradient(#b8c8d9,#c3d4e5,#cee0f2);
  background: -moz-linear-gradient(#b8c8d9,#c3d4e5,#cee0f2);
  background: linear-gradient(#b8c8d9,#c3d4e5,#cee0f2);
  border: solid 1px #b1c8de !important;
  border-radius: 5px;
  color: #606f79 !important;
  font-size: 17px;
  font-weight: bold;
  height: 1.2em !important;
  left: 0 !important;
  line-height: 1.2em;
  margin-top: 10px;
  padding: 6px;
  text-decoration: none;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition-property: background, border, text-shadow;
  transition-property: background, border, text-shadow;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.button2-left .blank a:hover, .button2-left a:hover,
.button2-left .blank a:focus, .button2-left a:focus,
.button2-left .blank a:active, .button2-left a:active {
  background: #cee0f2; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Firefox 3.6 to 15 */
  background: linear-gradient(#cee0f2,#c3d4e5,#b8c8d9); /* Standard syntax (must be last) */
  border: solid 1px #b1c8de !important;
  text-shadow: none;
}
#jevents_body .button2-left, #jevents_body .button2-left .blank {
    background: none;
    float: left;
    margin: 0px 5px 5px;
}

/** End RSVTP CSS **/