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

#flatcal_minical .flatcal_busylink:link, #flatcal_minical .flatcal_busylink:visited {
    color: #66b53b !important;
    text-decoration: none;
}

.nav-items > div {
    border: 1px solid #66b53b !important;
}

.nav-items > div:first-child,
.nav-items > div:last-child
{
    border-right: 1px solid #66b53b !important;
}

.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #66b53b !important;
    border: 1px solid #66b53b !important;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #66b53b;
    border-bottom: 1px solid #66b53b;
    margin-bottom: -1px;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #66b53b;
    color: #FFF;
}

#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
    background-color: #FFF;
    border-left: 1px solid #66b53b;
}

#jevents_body .nav-items > div a:hover {
    padding: 7px 12px 7px 12px;
    background-color: #CCC;
    border-left: 1px solid #66b53b;
    color: #000;
}

#flatcal_minical .flatcal_todaycell .flatcal_busylink:link {
    color: #fff !important;
    padding: 3px;
    border: 1px solid #66b53b !important;
  	color: white;
    background-color: #66b53b !important;
    border-radius: 20px;
}

#jevents_body .cal_today a.cal_daylink {
    background-color: #66b53b;
    padding: 4px;
    border-radius: 10px;
    color: #FFFFFF;
}

div#jevents {
    width: 630px!important;
}

#jevents div.new-navigation div.nav-items {
  font-size: 12px;
}

#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  width: calc(100% - 10px) !important;
  overflow: inherit !important;
  background-color: #66b53b;
  color: white;
  text-align: center;
}

#jevents_body .jev_daysnames.category select {
  background-color: white;
  color: black;
}

#flatcal_minical .flatcal_busylink {
	font-size: 12px !important;
}

.popover-body {
  background-color: white;
}

#jevents .popover {
  width: 350px;
}

div.jevtt_title {
    color: #fff !important;
    background-color: #66b53b !important;
}
