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

.editfields td {
  font-family: Tahoma, Verdana, sans-serif!important;
  font-size: 12px;
  padding:15px;
 border:1px;
  border-style: solid;
  border-width:.5px;
   border-color:#C8C8C8;
  background-color:#E8E8E8;
}

.spanfullwidth
{width:250px !important;}

/*#state {display:none !important;}
.state {display:none !important;}*/
#tab-event-invitations {display:none !important;}
#jev_maincal > .jev_month_cal {display:inline-block;margin: 18px;}
.rsvp_attendintro {display:none !important;}
.rsvp_sessionaccess control-group {display:none !important;}
  .rsvp_extrafields {display:none !important;}
  #rsvp_extrafields {display:none !important;}
/*#jevendcancel {display:none !important;}*/
#rsvp_remindermessage control-group {display:none !important;}
.rsvp_remindermessage control-group {display:none !important;}
/*.jevendcancel {display:none !important;}*/
  jeveditrepeats jevdatetime {display:none !important;}
  .jeveditrepeats jevdatetime {display:none !important;}
  #jeveditrepeats jevdatetime {display:none !important;}
/*.rsvp_allowcancellation {display:none !important;}*/
.rsvp_showattendees {display: none !important;}
/*.loccountry {display: none !important;}*/
/*.locurl {display: none !important;}*/
.locphone {display: none !important;}
.loctargetmenu {display: none !important;}
.locordering {display: none !important;}
/*.locimage {display: none !important;}*/
.locoverlaps {display: none !important;}
/*.locglobal {display: none !important;}*/
/*.locpublished {display: none !important;}*/
/*.jevnoeendtime {display: none !important;}*/
.allDayEvent {display: none !important;}
div.jeveditrepeats {display: none !important;}
/*#jevmessage {display:none !important;}*/
.rsvp_sessionaccess {display:none !important;}
#jform_defintro {display: none !important;}
.rsvp_attendintro.control-group {display:none;}
.rsvp_extrafields {display:none;}
  #rsvp_extrafields {display:none;}


/* event editing registration lables*/

#jevents #adminForm label:not(.gsl-button) {
  width: 200px!important;
  font-weight: bold;
  padding-left: 0;
}


/* Hide "Unpublish event", "Copy and edit event" & "Delete Event" from Manage Event action dialogue pop-up and "x" in calendar version. */
div.action_dialogJQ a#publish_reccur, /*div.action_dialogJQ a#edit_eventcopy,*/ div.action_dialogJQ a#delete_event, div.action_dialogJQ .close.uk-modal-close-default {
    display: none !important;
}