/* 
    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;
}

/*---- Navigationsmenü -----*/



div.new-navigation{
  width: 40%;
  float: right;
}



.pagenav{
  padding: 5px;
}

.jev_toprow{
  margin-bottom: 10px;
  width: 60%;
}

.nav-items {
  text-align: right;
}

.jev_toprow .jev_header2 {
    display: flex;
}

.jev_toprow div.previousmonth, .jev_toprow div.currentmonth, .jev_toprow div.nextmonth {
  border: none;
  border-radius: 0;
  color: #FFF !important;
  background-color: transparent;
  margin-right: 5px;
  width: inherit;
}
.jev_toprow a, .jev_toprow div.currentmonth {
  box-shadow: 3px 3px 3px #ddd;
  padding: 13px 7px;
}
#jevents_body .jev_toprow div.previousmonth a, #jevents_body .jev_toprow div.nextmonth a {
    background-color: #82a8cd !important;
  	padding: 15px 0;
  	width: inherit;
}
#jevents_body .jev_toprow div.previousmonth a { background-position: left 8px center !important; }
#jevents_body .jev_toprow div.nextmonth a { background-position: right 8px center !important; }

.jev_toprow div.currentmonth {
  background-color: #808080;
  padding: 15px 0 38px;
}
.jev_toprow a {
  color: #FFF;
}
.jev_toprow div a:hover {
  opacity: 0.75;
}
#jevents_body .jev_toprow div.previousmonth:hover, #jevents_body .jev_toprow div.nextmonth:hover {
  background-color: transparent;
}

#jev_maincal {
    background-color: transparent;
    border: none;
}

#nav-search{
  display:none !important;
}

#nav-year, #nav-month {
  border: none;
}
#nav-year a, #nav-month a, #jevents_body .nav-items > div a:hover {
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 32px;
  display: block;
}
#nav-year a {
  background-image: url('../../../../templates/dmv-standard/images/kalender/liste-off.gif');
}
#nav-year.active a {
  background-image: url('../../../../templates/dmv-standard/images/kalender/liste-on.gif');
}
#nav-month a {
  background-image: url('../../../../templates/dmv-standard/images/kalender/kachel-off.gif');
}
#nav-month.active a {
  background-image: url('../../../../templates/dmv-standard/images/kalender/kachel-on.gif');
}

.nav-items > div a {
  color: #027bae;
}
.nav-items div.active a {
  color: #7a7a7a;
}


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

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

.nav-items > div {border:1px solid #000;}

.nav-items > div:first-child {border-left:1px solid #000;}

.nav-items > div:last-child {border-right: 1px solid #000;}

#jevents_body .nav-items > div a:hover {border-left: 1px solid #000;border-right: 1px solid #000;}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #fd7a10;
    color: #fff;
}

#jevents_body #jev_maincal.jev_listview .jev_daysnames {
  text-transform: uppercase;
  background: none;
  border: none;
  border-top: 3px solid #7a7a7a;
  width: 100%;
  color: #7a7a7a;
  font-size: 1.5em;
  line-height: 1.7em;
  overflow: inherit;
  height: 45px;
  font-weight: 700;
  padding: 10px 0 0;
}

#jevents_body ul.ev_ul li.ev_td_li {
  border-color: #b3b3b3 !important;
  border-width: 0 0 1px !important;
  padding: 10px 0 0px;
  margin: 0;
}
#jevents_body ul.ev_ul li.ev_td_li:last-child {
  border-width: 0 !important;
}

/*---- Aktueller Tag im Kalender----*/

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


#jevents_body .cal_today a.cal_daylink:hover {
    border-left: 1px solid #fd7a10;
    background-color: #fff;
    border: 1px solid #fd7a10;
    padding: 4px;
    border-radius: 10px;
    color: #fd7a10;}

.jevbootstrap a:hover, .jevbootstrap a:focus {
    color: #fd7a10;
    text-decoration: underline;
}

/* ----- listevents ----- */

a.ev_link_row{
  font-size: 18px !important;
  color: #027bae !important;
}

/* ----- monthview ----- */

#jevents{
  margin-bottom: 40px;
}

#jevents_body a.cal_titlelink:link{
  font-size: 14px;
  line-height: 14px;
  color: #7A7A7A;
}

div.event_legend_name a {
    color: #7A7A7A;
}

.cal_cell_rows: hover{
  background-color: #FFF;
}

#jevents_body .cal_table, .cal_daysoutofmonth{
    background-color: #E9E9E9;
}

.jev_pagination .limit {
  display: none;
}

.ev_td_li, .ev_td_li .list-dates {
  display: flex;
  margin-right: 15px;
  padding-top: 7px;
}


.list-dates time {
  float: left;
  width: 45px;
  text-align: center;
  line-height: 1.2em;
}
.list-dates time b {
  font-size: 30px;
  display: block;
  padding-bottom: 5px;
}
.list-dates time:last-child {
  padding-left: 5px;
}
.list-dates time:last-child b {
  text-align: left;
  padding-left: 3px;
}
.list-dates time:last-child b::before {
  content: "-";
  margin-left: -8px;
}
.list-dates time:last-child b:empty {
  display: none;
}
.list-info {
  line-height: 1.6em;
}
.list-info span {
  font-size: 14px;
}

@media (max-width: 941px) {
  .jev_toprow {
    margin-bottom: 50px;
    width: inherit;
  }
}
@media (max-width: 480px) {
  .jev_toprow .jev_header2 {
	display: block;
  }
  .jev_toprow div, .jev_toprow div.currentmonth {
    margin: 5px 0;
  }
  .jev_toprow div.currentmonth {
    padding: 15px 0;
  }
}