.docs-overview .card:hover, .docs-overview .card {
	background: #f5f6fe;
	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;
}


.site-subline {
    font-size: 2rem;
}

.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%;
}


.PicList_user {
	width: 100%;
}

.fa-space-r {
	margin-right: 0.3rem;
}

.fa-space-l {
	margin-left: 0.3rem;
}

select.form-control {
	padding: 0;
}

#cookie-notification {
	position: fixed;
    bottom: 0px;
    z-index: 100;
    background-color: white;
    width: 100%;
    border-top: solid 1px lightgrey;
}

#cookie-notification alert {
	margin-bottom: 0px;
}

#cookie-notification a {
	padding: 0 5px;
    border-radius: 10px;
}

#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;
}

.benefits-section .item .icon-holder i {
	color: #4550E6;
	font-size:1.75rem;
}

.benefits-section a:hover {
	text-decoration: none!important;
}

.benefits-section a:hover .item .card-body {
	background-color: #fff;
}

.site-logo .navbar-brand img {
	width:162px;
	height: 40px;
}