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

a.cal_titlelink:link, a.cal_titlelink:visited, a.cal_titlelink:hover {
    font-size: 14px;
    line-height: 16px;
    font-family: Arial, Geneva, sans-serif;
    padding: 5px 8px;
    font-weight:normal;
}
a.cal_titlelink span{
  font-weight:bold;
  font-size:15px;
}
.jevtt_title{font-size:14px;}
.jevtt_text.tooltip{
	font-size:12px;
}

#jevents_body.contentpaneopen.jeventpage{
  border-width:0;
  background-color:transparent;
}
#jevents .row-header{
  border-bottom: 5px solid #185a97;
}
#jevents #jev_maincal.jev_listview{
  background-color:transparent;
  border-width:0;
}
#jevents_body #jev_maincal.jev_listview .jev_listrow{border-width:0;}
#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  background-color: transparent;
  border-style: solid;
  border-color: transparent;
  padding-left: 10px;
  height: 30px;
  line-height: 30px;
  color: #474747;
  font-size: 24px;
  font-weight: bold;
  float: left;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
#jevents #jev_maincal.jev_listview .ev_ul {
  display:flex;
  flex-wrap:wrap;
  padding-left:0;
}
#jevents #jev_maincal.jev_listview .ev_ul .ev_td_li{
  padding:0 !important;
  width:23%;
  border-width:1px !important;
  border-radius:20px;
}
#jevents #jev_maincal.jev_listview .ev_ul .ev_td_li .rl-event-img img{
  width:100%;
  height:170px;
  object-fit:cover;
  object-position:center;
  border-radius:20px 20px 0 0;
}
#jevents #jev_maincal.jev_listview .ev_ul .ev_td_li .rl-event-desc{
  padding:10px;
}
#jevents #jev_maincal.jev_listview .ev_ul .ev_td_li .rl-event-title{
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
}
.view-day #jevents_body #jev_maincal.jev_listview .jev_listrow{
  display: flex;
  flex-wrap: wrap;
}
.view-day #jevents #jev_maincal.jev_listview .ev_ul {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
}
#jevents #jev_maincal.jev_listview .ev_ul .ev_td_li{
  width:280px;
}
