﻿#main-menu, .badge-big {
	background: #E638A5;
}

.navbar-toggle{
	background-color: rgba(227, 77, 157, .75);
}

.logo-background {
	background: none;
}
section {
	box-shadow: 0px 2px 5px rgb(50 50 50 / 30%), 0px 2px 5px rgb(50 50 50 / 30%);
}

.welcome-title {
	color: black
}

.caret.grey-colored {
	color: #707070 !important;
}

@media only screen and (max-width: 1024px) and (max-device-width: 1024px) {
	#navbar.navbar-static-top {
		background: none;
	}
}

section section {
	box-shadow: none;
}
body {	
	background-image: url('/Content/img/login/background.png');
    background-color: #FFF !important;
    background-repeat: no-repeat;
    background-position: bottom 0% right 0px !important;
    background-size: 100%;
}

.list-unstyled .left-menu-link a{
	color: black;
}

.left-menu-sublinks li.active, .left-menu-link.active{
	background-color: #E638A5 !important;
	border: 1px solid #E638A5 !important;
}

.left-menu-sublinks li.active a,
.left-menu-link.active a{
	color: white;
}

.card-body{
	border-left: 3px solid #E638A5 !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover{
	border-bottom: 2px solid #E638A5;
    border-bottom-color: #E638A5;
}

.btn-purple{
	background-color: #E638A5;
    border-color: #E638A5;
	color: white;
}

.btn-purple:hover{
	opacity: 0.7;
	background-color: #E638A5;
    border-color: #E638A5;
	color: white;
}

span.label-default{
	background-color: #E638A5 !important;
}

form input[type='submit']{
	background-color: #E638A5;
	border: #E638A5;
}

.toggler-doc.active {
	background: #E638A5;
    color: white !important;
    border-radius: 50px !important;
    border-bottom: #E638A5;
    border-bottom-color: #E638A5;
}