/* 
    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_body .nav-items div.active a, .jev_header2 .active a {
background-color: #e9007b;
}

#jevents_body {
border: 0px ;
background-color: white;
margin-top: -20px;
padding-top:0px;
}

#jevents_body .cal_top_day_names {
border: 1px solid #DDD;
margin-top: 10px;
margin-bottom: 0px;
margin-left: -1px;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
background-color: #e9007b;
border: 1px solid #E9007B;
}

.nav-items > div {
border: 1px solid #E9007B;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
background-color:#FFF; border-left: 1px solid #E9007B;
}

.jev_toprow div.currentmonth {
border-top: 1px solid #E9007B;
border-bottom: 1px solid #E9007B;
margin-bottom: -1px;
}

#jevents_body .cal_today a.cal_daylink {
background-color: #E9007B;
}

span.mod_events_latest_content {
font-family: 'Museo Slab', 'Roboto Slab', "Helvetica", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 18px;
text-transform: capitalize;
padding-right: 5px;
}

.jevents-mod-date {
font-family: 'open sans', helvetica, sans-serif;
font-size: 11px;
line-height: 15px;
display: block;
margin-top: 5px;
background: url('/images/redesign/cal-icon.png') top left no-repeat;
padding-left: 20px;
font-weight: bold;
color: grey;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
background: white;
}

.nav-items {
font-size: 12px;
letter-spacing: 1.5px;
line-height: 25px;
color: #999999;
font-weight: normal;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
/* margin-bottom: 5px; */
}

.jev_toprow{
font-size: 11px;
letter-spacing: 1.5px;
line-height: 25px;
color: #999999;
font-weight: normal;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif;
}

.month_title {
font-size: 1.5em;
padding-bottom: 20px;
}

.nav-items > div:first-child {
border-radius: 0px 0 0 0px;
}

.nav-items > div:last-child {
border-radius: 0px 0 0 0px;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
border-radius: 0px;
}

select#justmine_fv {
width: 50%;
}

.nav-items{
margin-left: auto;
margin-right: auto;
text-align: center;
display: block;
width: 100%;
}

ul.ev_ul {
padding: 5px;
}

.month_date {
padding-left: 5px;
width:50%;
}

#toolbar .button {
background: none;
}

div.toolbar-list a, div.toolbar-list a:hover, div.toolbar-list a:active, div.toolbar-list a:focus {
color: #000;
}

#toolbar-box div.pagetitle h2{
color:#000;
font-size:16px;
}

#jevents_body ul.ev_ul li.ev_td_li {
margin-bottom: 20px;
}

#jevents_header .actions {
border: none;
}

div#jevents {
  padding: 15px;
}

select#EventEditor {
  width: 100%!important;
}