/* 
    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 {
    border: 1px solid #c3d7e5;
	background-color: #dfedf7;
}
.nav-items {
	display: block !important;
}
.nav-items > div {
	border-color: transparent !important;
	border-style: 0 !important;
	border-width: 0 !important;
	line-height: 32px !important;
}
.nav-items > div:first-child {
	border: 0 !important;
	border-radius: 0;
}
.nav-items div a {
	background-color: #cee3f2 !important;
}
.nav-items div:nth-child(2n+0) a {
	background-color: #b8d2e5 !important;
}
#jevents_body .nav-items > div a:active {
	border: 0 !important
}
#jevents_body .nav-items > div a:hover {
	background-color:#cceaff !important;
	border: 0 !important
}
#jevents_body .nav-items > div a:hover {
	border: 0 !important;
	padding:8px 12px 7px 12px;
}
#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #004a80 !important;
	border: 0 !important
}
#jevents_body .nav-items div.active a:hover, .jev_header2 .active a:hover {
	background-color:#0061a6;
	color:#fff;
}
.nav-items > div:last-child {
	border: 0 !important;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth, jev_toprow div.currentmonth {
 	border: 0 !important;
	height: 32px !important;
	line-height: 32px !important;
	min-height: 32px !important;
}
.jev_toprow {
    margin-bottom: 25px;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #004a80 !important;
	line-height: 32px;
	transition: background-color 0.5s;
}
.jev_toprow div.previousmonth:hover, .jev_toprow div.nextmonth:hover {
    background-color: #0068b3 !important;
}
.jev_toprow div.currentmonth {
	background-color: #b8d2e5 !important;
	border: 0 !important;
	height: 32px !important;
	line-height: 32px
}
#jevents_body .cal_today a.cal_daylink {
    background-color: #004a80;
}
#jevents_body .cal_today a.cal_daylink:hover {
	background-color:#fff;
	border: 0 !important;
	color: #ff3b30;
}
.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
	border: 0 !important;
}
.nav_bar_cell {
	background-color: #dfedf7;
}
.jevbootstrap input, .jevbootstrap textarea, .jevbootstrap .uneditable-input {
    background-color: #cceaff;
}
.jevbootstrap input:hover {
    background-color: #e5f4ff;
}
.cal_daysoutofmonth {
	background-color: #c3d7e5;
}
.pagination.pagination-toolbar.clearfix {
	padding: 0 10px;
}
div.ev_adminpanel {
	padding: 10px;
}