.navbar-mediumseagreen {
	background-color: #6bc077;
}

.navbar-brand {
	font-size: 1.3rem;
    margin-right: 0;
}

.navbar-brand img {
    max-width: 200px;
}

#navbarMenu a {
	color: #fff;
}

.sidebar-default .nav > .nav-item.active > .nav-link {
	color: #3cb371;
}

.sidebar-default .nav.has-active-border .nav-item.active > .nav-link::before {
	border-color: #3cb371;
}

.sidebar-default .nav > .nav-item.active > .nav-link > .nav-icon {
	color: #3cb371;
}


.text-primary-d2 {
	color: #3cb371 !important;
}

.required label:after {
	content: '*';
	color: red;
}

select.ace-select {
	line-height: inherit;
}

#preloader { 
    position: fixed; 
    left: 0; 
    top: 0; 
    z-index: 9999; 
    width: 100%; 
    height: 100%; 
    overflow: visible;
    background: #fff;
}

#preview-area {
    width: 200px;
    height: 80px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 60px;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.add-button {
  position: absolute;
  top: 1px;
  left: 1px;
}

/* reveal grid after images loaded */
.grid.are-images-unloaded {
    opacity: 0;
}

.grid__gutter-sizer { width: 10px; }

/* hide by default */
.grid.are-images-unloaded .image-grid__item {
    opacity: 0;
}

.grid__item {
  margin-bottom: 10px;
  float: left;
}

@media (max-width: 576px) {
    .grid__item,
    .grid__col-sizer {
        width: 48.2%;
    }
}

@media (min-width: 576px) {
    .grid__item,
    .grid__col-sizer {
        width: 32%;
    }
}

@media (min-width: 768px) {
    .grid__item,
    .grid__col-sizer {
        width: 30%;
    }
}

@media (min-width: 992px) {
    .grid__item,
    .grid__col-sizer {
        width: 15%;
    } 
}

@media (min-width: 1200px) {
    .grid__item,
    .grid__col-sizer {
        width: 15%;
    }
}
