body {margin:0;}

.topnav {
    overflow: hidden;
	margin: 0px 0px 0 15px;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
 border-left: solid 1px #a0a0a0;
}

.topnav a:hover {
    color: white !important;
    background-color: #000000;
  text-decoration: none;
}
.menu-active {
    color: white !important;
    background-color: #000000;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	font-size: 30px !important;
    padding: 6px 8px 0 0;
	text-decoration: none;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	border-bottom: solid 1px #ded9d9;
  }
}
/********** Sol Accordion Menü *************/
.panel-default>.panel-heading {
    color: #fff;
    background-color: #dddddd !important;
    border-color: #ddd;
	background-image:none !important;
}

.panel-group .panel+.panel {
    margin-top: 0px;
}
.panel-group {
	margin-top: 0px;
}
.panel-collapse {
	background-color:rgba(220, 213, 172, 0.5);
}

.glyphicon { 
margin-right:10px; 
}
ul.list-group {
	margin:0px;
}
ul.bulletlist li {
	list-style:disc;
}
ul.list-group  li a {
 display:block;
 padding:5px 0px 5px 15px;
 text-decoration:none;
}

ul.list-group li {
	border-bottom: 1px dotted rgba(0,0,0,0.2);
    list-style-type: none;
	background: #f3f3f3;
}
ul.list-group  li a:hover, ul li a:focus {
 background-color: #a0a0a0;
 color:#FFF;
}
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus,
.panel-title .open a:hover,
.panel-title .open a:active,
.panel-title .open a:focus
 {
	text-decoration:none;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
        display: block;
}

@media (min-width: 768px){
.navbar-collapse.collapse 
	{
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
	padding-left:0px; 
}
}
@media (min-width: 992px){
.menu-hide {
    display: none;
}
}
.menu-hide .panel-default>.panel-heading {
    background-color: #8e8c8c;
    border-color: #ddd;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    padding: 11px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #000000;
    border-radius: 0px;
}
.sag-ok{
	 margin: 5px 0 0 0;
	float:right;
    border-top: 6px dashed !important;
    border-top: 4px solid\9 !important;
    border-right: 6px solid transparent !important;
    border-left: 6px solid transparent !important;
}
.s-a-menu{
	border: 0px solid transparent !important;
}
.panel-heading {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
/********** Sol Accordion Menü *************/