/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  background-color: #f0f0f0;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
  background-color:#46b482;//#2d8d88;//#0d90b5;//#17547E;
  color:#ffffff;
}

.navbar-fixed-top .navbar-nav > li > a {
    color: #fff;
    font-weight:bold;
    font-size:1.1em;
}

.navbar-fixed-top .navbar-nav > li > a:hover {
    color: #dbdbdb;
}

.navbar-fixed-top  .navbar-nav .dropdown-menu  {
  background-color: #2d8d88;//#0d90b5;
}
.navbar-fixed-top  .navbar-nav .dropdown-menu>li>a  {
  color: #fff;
}
.navbar-fixed-top  .navbar-nav .dropdown-menu>li>a:hover,.navbar-custom .navbar-nav .dropdown-menu>li>a:focus  {
  color: #0d90b5;
}

.navbar-fixed-top .dropdown.open a:focus {
    background-color: #2d8d88;//#0d90b5;
}

.imgdet{width:120px;height:120px;}
/* Mobile version */
.navbar-fixed-top .navbar-toggle {
    border-color: #DDD;
}
.navbar-fixed-top .navbar-toggle:hover,
.navbar-fixed-top .navbar-toggle:focus {
    /*background-color: #DDD;  */
}
.navbar-fixed-top .navbar-toggle .icon-bar {
  /*  background-color: #CCC;   */
}
@media (max-width: 767px) {
    .navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-fixed-top .navbar-nav .open .dropdown-menu > li > a:focus {
          color: #2d8d88;//#0d90b5;
          background-color:#dbdbdb;
    }
    .imgdet{width:80px;height:80px;}
}

footer a{
  color:#ffffff;
}
/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}


/* Carousel base class */
.carousel {
  height: 300px;
  margin-bottom: 30px;

}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  top:0px;
  left:60px;
  width:100%px;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 400px;
 background-color: #fff;
  
  
}

.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}

.carousel-control.left, .carousel-control.right {
    background-image: none;
    color:#646464;
}

.carousel-indicators li {
  background-color: #e5e5e5;
}
.carousel-indicators .active {
  background-color: #646464;
}


@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
  
   /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.4;
  }
  
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}  
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}




