/* 
    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 .cal_td_daysnames {
  background: #272b4c;
  background: -moz-linear-gradient(top, #272b4c 0%, #000013 100%);
  background: -webkit-linear-gradient(top, #272b4c 0%,#000013 100%);
  background: linear-gradient(to bottom, #272b4c 0%,#000013 100%);
  color: #f90;
  font-size: 1.5em;
}

#jevents_body {
  border: none;
  background-color: none;
} 

#jevents_body .ev_td_left {
  background-color: unset;
  font-size: 1.2em;
  font-style: unset;
  font-weight: unset;
  color: #f90;
  text-align: right;
  vertical-align: middle;
  padding: 8px;
  width: 160px !important;
}

#jevents_body ul.ev_ul {
  background-color: #0F0F0F;
  vertical-align: middle;
  padding: 8px;
  margin: 3px;
}

#jevents_body ul.ev_ul p {
  margin: 0px;
}

#jevents_body ul.ev_ul li.ev_td_li {
  border-color: #4f6084 !important;
}

#jevents_body .ev_table {
  border: #1d1d38 solid 1px;
  background-color: #000013;
}

/* #jevents_body:hover {
  -webkit-box-shadow: 0px 0 10px 0 rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0 10px 0 rgba(255, 255, 255, 0.35);
  box-shadow: 0px 0 10px 0 rgba(255, 255, 255, 0.35);
} */

a.ev_link_row:link, a.ev_link_row:visited {
  color: inherit;
  font-size: inherit;
}

a.ev_link_row:hover {
  color: #fff;
}

#cal_title {
  font-size: 20px;
  color: #f90;
}

/* Edit Event */

.jev_evdt .jev_evdt_icons a {
  border: #fff solid 3px;
  background-color: #fff;
}

.jevbootstrap legend {
  color: #f90;
}


/* Admin */
.nav_bar_cell {
  background-color: unset;
}
