/*  Additional style */

.login-btn-top {
border: 1px solid #ddd;
color: #FFF;
background-color:#61d139;
padding: 0 0 0 10px;
line-height: 28px;
float: right;
margin-top: 27px;
}

.search-demo .red-holder {
background: rgba(97, 209, 57, 0.8);
padding: 10px;
margin-bottom: 0;
}

.search-demo .black-holder {
background: none;
padding: 10px;
margin-bottom: 0;
}

input, select, textarea {
color: #333;
outline: none;
font-family: 'Open Sans', sans-serif;
}

.row.black-row {
/*background: none;*/
background: rgba(97, 209, 57, 0.8);
/*background: rgba(70, 70, 70, 0.8);*/
/*background: rgba(0, 0, 0, 0.6);*/
padding: 0.9375em 0;
overflow: hidden;
}

.search-demo {
padding: 20px 0;
/* border-bottom: 1px solid #ddd; */
background: url(../custom-css/img/autoroute-cars-inline-dark.jpg) no-repeat top center #fff;
background-size: cover;
}

.list-info p {
font-size: 13px;
color: #000;
line-height: 25px;
margin: 0;
position: relative;
/*border-top: 1px solid #61d139;*/
}

.sidebar-user {
background: url(../custom-css/img/autoroute-black-user.jpg) no-repeat center center #ececec;
border-bottom: 1px solid #ddd;
padding-top: 90px;
padding-bottom: 20px;
padding-left: 15px;
margin-top: 86px;
margin-bottom: 40px;
}
.sidebar-user .avatar {
border-radius: 500px;
border: 4px solid #61d139;
background: #61d139;
width: 80px;
height: 80px;
overflow: hidden;
}
.sidebar-user .avatar-name {
	color: #FFFFFF;
}
.sidebar-user .avatar-name p {
	color: #FFFFFF;
}