/* AddEvent Default theme CSS
---------------------------------------------------------------------- */



/* The button */
.addeventatc {
  font-family: var(--font-title)
  font-weight:normal;
  display:inline-block;
  position:relative;
  cursor:pointer;
  text-decoration:none;

}

.addeventatc:hover            {}
.addeventatc:active           {}
.addeventatc-selected {}
.addeventatc .start, .addeventatc .end, .addeventatc .timezone, .addeventatc .title, .addeventatc .description, .addeventatc .location, .addeventatc .organizer, .addeventatc .organizer_email, .addeventatc .facebook_event, .addeventatc .all_day_event, .addeventatc .date_format, .addeventatc .alarm_reminder, .addeventatc .recurring, .addeventatc .attendees, .addeventatc .calname, .addeventatc .uid, .addeventatc .status, .addeventatc .method, .addeventatc .client 
{display:none!important;}

/* The drop down */
.addeventatc_dropdown{
  font-family: 'BonnieSmConPro-Normal', sans-serif, Arial;
  font-weight:normal;
  width:220px;
  position:absolute;
  z-index:99999;
  padding:6px 0px 0px 0px;
  background:#fff;
  text-align:left;
  display:none;
  margin-top:0px;
  margin-left:0px;
  border:1px solid #F5F5F5}

.addeventatc_dropdown span {
  display:block;
  line-height:100%;
  background:#fff;
  text-decoration:none;
  font-size:14px;
  color:#333;
  padding:9px 10px 9px 10px;}
.addeventatc_dropdown span:hover{
  background-color:#f4f4f4;
  color:#000;
  text-decoration:none;
  font-size:14px;}
.addeventatc_dropdown em        {color:#999!important;font-size:12px!important;}
.addeventatc_dropdown .frs        {background:#fff;color:#cacaca!important;cursor:pointer;font-size:9px!important;font-style:normal!important;font-weight:normal!important;line-height:110%!important;padding-left:10px;position:absolute;right:10px;text-align:right;text-decoration:none;top:5px;z-index:101;}
.addeventatc_dropdown .frs:hover    {color:#999!important;}

.addeventatc_dropdown .ateappleical:before  {font-family: FontAwesome;content:"\f179";margin-right:15px;}
.addeventatc_dropdown .ateoutlook:before  {font-family: FontAwesome;content:"\f17a";margin-right:15px;}
.addeventatc_dropdown .ateoutlookcom:before {font-family: FontAwesome;content:"\f17a";margin-right:15px;}
.addeventatc_dropdown .ategoogle:before   {font-family: FontAwesome;content:"\f1a0";margin-right:15px;}
.addeventatc_dropdown .ateyahoo:before    {font-family: FontAwesome;content:"\f19e";margin-right:15px;}
.addeventatc_dropdown .atefacebook:before   {font-family: FontAwesome;content:"\f09a";margin-right:15px;}
.addeventatc_dropdown .copyx      {height:21px;display:block;position:relative;cursor:default;}
.addeventatc_dropdown .brx        {height:1px;overflow:hidden;background:#e0e0e0;position:absolute;z-index:100;left:10px;right:10px;top:9px;}





