/* CSS Document */
 body {
      position: relative; 
  }

.bg-green {
	background-color: #1abc9c !important;
}
.navbar-brand img{
    border-radius: 5px;
}

.navbar-green .navbar-brand {
  color: #fff;
}

.navbar-green .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-green .navbar-nav .nav-link:not(.actice) {
 ;color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.navbar-green .navbar-nav .nav-link:hover, .navbar-green.navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-green .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
._active {
    background-color:  #fff;
    border-radius: 10px;
    color: #1abc9c !important;
}

.img-40x40 {
	width:40px;
	height: 40px;
}

.bg-caption-green {
    border-radius: 20px;
    text-shadow: -2px 2px #fff;
    color: #000000;
    opacity: .5;
    background: rgba(27, 188, 159, .9);
}


.img_rounded {
    border-radius: 10px;
}

