#header {
	background: #59947F; /*rgba(29,107,94,.59);*/
}
#branding h1 a:link, #branding h1 a:visited {
    color: #f6f6f6;
}
a.section:link, a.section:visited {
    color: #1D6B5E;
    text-decoration: none;
}
.module caption{
	background: #1D6B5E26;
	color: #1D6B5E;
}
div.breadcrumbs {
	background: #1D6B5E26;
	color: #1D6B5E;
}
div.breadcrumbs a {
	color: #1D6B5E;
}
#nav-sidebar .current-app .section:link, #nav-sidebar .current-app .section:visited{
  color: #1D6B5E;
}
.button.default, input[type=submit].default, .submit-row input.default{
	background: #59947F;
}
input[type=submit].default:hover {
	background: #1e6357;
	color: #fff;
}
input[type=submit], input[type=button], 
	.button, input[type=submit], input[type=button], .button, input[type=submit] {
		background: #6dbdb0;
}
input[type=submit]:active, input[type=button]:active, 
	.button:focus, input[type=submit]:focus, input[type=button]:focus, .button:hover, input[type=submit]:hover {
	background: #1e6357;
	color: #fff;
}
.object-tools a:focus, .object-tools a:hover{
	background: #1e6357;
}

#user-tools a:hover {
    text-decoration: none;
    border-bottom-color: #1d6b5e;
    color: #1d6b5e;
}
.module h2{
	background: #1D6B5E26;
    color: #1D6B5E;
}
.graphy{
	display: flex;
	justify-content: space-around;
}
.title-stats{
	font-size: 12px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.block-justify-content-center{
	display: flex;
	justify-content: space-around;
	margin:15px auto;
}
.analytics-info p{
	font-size: 22px;
	text-align: center;
}
.analytics-info h3{
	text-align: center;
	letter-spacing: 1px;
}

.selector-chosen h2{
	background: #1D6B5E26;
    color: #1D6B5E;
}

.navbar_mic-wrapper__3N300 {
    position: relative;
    height: 75px;
    border-radius: 10px;
    background-color: rgba(96,101,101,.57);
    text-align: center;
    align-items: center!important;
    display: flex!important;
    justify-content: center!important;
}

.navbar_mic-circle__LWRgR {
    position: relative;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.4em;
    color: #ea5b0c;
    z-index: 3;
    align-items: center!important;
    display: flex!important;
    justify-content: center!important;
}

/*.navbar_circle__3rjzS {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateX(194%);
    -moz-transform: translateX(194%);
    transform: translateX(194%);
    opacity: 0;
    background-color: #ea5b0c;
    -webkit-animation: navbar_scaleIn__3s08o 5s cubic-bezier(.36,.11,.89,.32) infinite;
    -moz-animation: navbar_scaleIn__3s08o 5s cubic-bezier(.36,.11,.89,.32) infinite;
    animation: navbar_scaleIn__3s08o 5s cubic-bezier(.36,.11,.89,.32) infinite;
}
*/