﻿@media (min-width: 768px) {
    .navbar-default {
        background: none;
        border: none;
        border-bottom: none !important;
        margin-top:0px;
        border:0px solid #fff !important;
        margin:0 !important;
        
        
    }

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 0px solid transparent;
  box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-nav > li > a { 
  padding-top: 0px; 
  border-radius:0; 
  -webkit-border-radius:0; 
  -moz-border-radius:0;
  padding-bottom: 0px;
  font-family: 'Titillium Web', sans-serif;
  font-weight:400; font-size:16px;
  background:url(../images/a-bg.png) repeat-x center top;
  margin-left:0px; color:#fff !important;
  border-right:0px solid #555555;
  height:36px;
  
}

.navbar-nav > li:first-child > a { 
     border-radius:6px 0 0 6px;
}

.navbar-nav > li:last-child > a { 
    border-right:0px;
     border-radius:0 6px 6px 0;
}

.navbar-nav > li > a:hover {  background-color: #0092c9 !important; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
                color: #333333;
                background-color: transparent;
            }

        .navbar-default .navbar-nav > .active > a,
        .navbar-default .navbar-nav > .active > a:hover,
        .navbar-default .navbar-nav > .active > a:focus {
            color: #555555;
            background-color:#FF530D !important;
            background:url(../images/a-hover.png) no-repeat center top !important;
        }

        .navbar-default .navbar-nav > .disabled > a,
        .navbar-default .navbar-nav > .disabled > a:hover,
        .navbar-default .navbar-nav > .disabled > a:focus {
            color: #cccccc;
            background-color: #0092c9;
        }

        
        .navbar-default .navbar-nav > .open > a,
        .navbar-default .navbar-nav > .open > a:hover,
        .navbar-default .navbar-nav > .open > a:focus {
            color: #555555;
            background-color:#FF530D;
        }

}


.page-nav-header  { 
  padding-top:3px;
  padding-bottom: 3px;
  padding-left:10px;
  margin: 0px 0 20px;
  border: 1px solid #eeeeee;
  border-radius:4px;
  background:#fff; 
  line-height:40px;
  }
.page-nav-header h4 {color:#000;}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.panel-default {
  border-color: #1A025C;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #1A025C;
  border-color: #1A025C;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #000;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #ED1C24;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #000;
}

/* List grub sağ navigate*/
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #1A025C;
  border-color: #1A025C;
}