/* Style the buttons that are used to open and close the accordion panel */
a.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 92%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
a.accordion.active, div.accordion:hover {
    background-color: #ddd;
}

/* Style the accordion panel. Note: hidden by default */
a.panel {
    padding: 0 18px;
    background-color: white;
    display: none;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
a.panel.show {
    display: block;
}

a.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
}

a.panel.show {
    opacity: 1;
    max-height:inherit; /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */
}

a.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

a.accordion.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td{
    margin: 0;
    padding: 0 0 0 10px;
}




.sfContentBlock table {
    border-collapse: collapse;
    width: 100%;
}
.sfContentBlock table th {
    background-color: #4CAF50;
    color: white; padding: 15px;
    text-align: left;
}
.sfContentBlock table tr:nth-child(even) {background-color: #f2f2f2}

.sfContentBlock table td{
    
    text-align: left;
    border-bottom: 1px solid #ddd; padding: 15px;
    text-align: left;
}




/*STYLES TO OVER RIDE NAVIGATION WIDGET*/
/*
.k-treeview .k-item {
    display: block;
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 92%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
   
}*/

.accordion {
	list-style: none;
	padding: 0 0 0 0;
	width: 170px;
}
.accordion div {
	display: block;
/*	background-color: #FF9927;*/
	font-weight: bold;
	margin: 1px;
	cursor: pointer;
	padding: 5 5 5 7px;
	list-style: circle;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.accordion ul {
	list-style: none;
	padding: 0 0 0 0;
}
.accordion ul{
	display: none;
}
.accordion ul li {
	font-weight: normal;
	cursor: auto;
/*	background-color: #fff;*/
	padding: 0 0 0 7px;
}
.accordion a {
	text-decoration: none;
}
.accordion a:hover {
	text-decoration: underline;
}





























.k-treeview .sfNavTreeview .k-in, .sfNavTreeview .k-in.k-state-hover, .sfNavTreeview .k-in.k-state-selected, .sfNavTreeview .k-in.k-state-focused {
text-decoration:underline;
}

.k-bot, .k-mid, .k-top
{
    padding:5px;
   
}
.k-treeview .k-item
{
  
}
.sfNavTreeview
{
      background-color:#333 !important;   width: 356px;
}

.k-bot a, .k-mid a, .k-top a
{
    color :#fff !important;
    text-transform:uppercase;font-size: 13px;
}


.sfNavTreeview .k-minus {
    background-position: initial;
}
.sfNavTreeview .k-plus {
    background-position: initial;
}
.sfNavTreeview .k-minus {
    background-color: transparent;padding-right: 5px;
    background-image: url(/images/default-source/subpage/open.png);
    background-repeat: no-repeat; background-size: 15px 19px;
    
}
.sfNavTreeview .k-plus
{
    background-color: transparent;padding-right: 5px;
    background-image: url(/images/default-source/subpage/close.png);
    background-repeat: no-repeat;background-size: 15px 19px;
     
}



 /*.k-treeview .k-item ul li:before {
    content: "\2796"; 
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.k-treeview .k-item ul li:after {
    content: '\02795';
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.k-treeview .k-item ul li:after {
    content: "\2796"; Unicode character for "minus" sign (-) */
}










/*.sfNavTreeview .k-minus {
    background-position: 3px -976px;
}
.sfNavTreeview .k-minus, .sfNavTreeview .k-plus {
    background-color: transparent;
     content: "\2796"; /* Unicode character for "minus" sign (-) 
    background-repeat: no-repeat;
}
.k-treeview .k-minus, .k-treeview .k-minus-disabled, .k-treeview .k-plus, .k-treeview .k-plus-disabled {
    margin-top: .25em;
    margin-left: -16px;
    cursor: pointer;
}


*/