/* 
    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.
*/

#jevents_header{
display:none;
}
.jev_toprow{
display:none;
}
#jevents_body{
background-color:transparent;
border:none;
padding:0 10px;
}
#jev_maincal{
background-color:transparent;
border:none;
margin: 0 auto;
}
#jevents_body ul.ev_ul li.ev_td_li {
border:0;
}
#jevents_body .jev_listview .jev_listrow li{
margin: 0 auto;
}
.jevbootstrap ul, .jevbootstrap ol{
margin: 0 auto;
}
a.ev_link_row:link, a.ev_link_row:visited, a.ev_link_row:hover{
font-size:100%;
color:black;
}
#toolbar-box {float:right;}
.jev_listview .jev_listrow{border-style:none;}
.arrow_box {
	position: relative;
	background: #2ec7bd;
        padding:12px 16px;
        color: #fff;
        width: 200px;
}
.arrow_box:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(46, 199, 189, 0);
	border-top-color: #2ec7bd;
	border-width: 10px;
}
.jeveditrepeats { display: none; }

#jev_maincal.jev_listview.category .jev_listrow:first-child { display: none; }

.custom-edit-jevents .control-group input { min-height: 30px !important;}
.jevdateiconmod {font-weight:normal !important;}
span.jevdateicon1, span.jevdateicon2 {padding:3px !important; font-size: 13px; display:inline !important;}
.jev_red .jevdateicon1{margin-left:-2px; font-size:1.2em;}
.jev_red .jevdateiconmod{width:53px !important;}