.btn-light {
	color: #a300cc!important;
}

.docs-overview .card:hover, .docs-overview .card {
	background: #FAE0F9;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075) !important;
}

.docs-overview .card:hover .card-icon-holder, .docs-overview .card .card-icon-holder{
	background: #fff;
	color: #a300cc;
}



.site-subline {
    font-size: 2rem;
}

.theme-bg-light-card {
background: #eaeaea;
}

.box-success {
	padding: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    border: 1px solid #d1ead9;
    height: 100%;
    background: #def0e4;
}

.box-warning {
	padding: 1.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,0.075);
    border: 1px solid #faedca;
    height: 100%;
    background: #fcf2d9;
}

.theme-bg-white {
	background: #ffffff;
}

.color-success {
    color: #5cb377 !important;
}

.color-warning {
    color: #EEBF41 !important;
}

.badgekey {
    position: relative;
    top: -1px;
}

.badgekey {
    display: inline-block;
    padding: .25em .4em;
    font-weight: 100;
    line-height: 1;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s
 ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s
 ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badgekey-text-home {
	font-size: 90%;
}

.badgekey-text-list {
	font-size: 85%;
}

.benefits-section .item .icon-holder i {
	color: #a300cc;
	font-size:1.75rem;
}

.benefits-section a:hover {
	text-decoration: none!important;
}

.benefits-section a:hover .item .card-body {
	background-color: #fbf2fb;
}

.item .card-body .PicList_user {
	width: 100%;
}

.navbar-brand {
	color: white!important;
}

#info-price {
	text-align:center;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	background-color: white;
	padding:5px;
	margin-left: -1.5rem;
	margin-right: -1.5rem; 
}

#info-price h4 {
	text-align:center;
	color: #5d6778;
	padding-top: 0.5rem;
}

.form-control {
	padding: 0;
}

.navbar-toggler span {
	background-color: white;
}

.collapsed+.collapse {
	display:none;
}
