/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.custom-search-input-2 input[type="button"] {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    border: 0;
    padding: 0 25px;
    height: 50px;
    cursor: pointer;
    outline: none;
    width: 100%;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    background-color: #3578fa;
    margin-right: -1px;
}
.nice-select .list {
    height: 15vh;
}
#star_raiting.error{
    border: 1px solid red;
    padding: 4px;
}
#login_bg, #register_bg {
    background: #ccc url(../img/login.jpg) center center no-repeat fixed;
    background-size: cover;
}
.reviews_summary {
    border-bottom: none;
}
.breadcrumbs>.container {
    padding-top: 12px;
    padding-bottom: 2px;
}
.breadcrumbs {
    background: white;
}
.breadcrumb-item+.breadcrumb-item::before
 {
    float: left;
    padding-right: .5rem;
    color: #6c757d;
    content: '/'; /* Use a forward slash as the separator */
}
img.avatar_small {
    max-width: 120px;
}
h3.review_person {
    font-size: 1.75rem;
    margin-top: 0px;
    padding-top: 0px;
    color: #3c3a35;
}
span.rating {
    padding-left: 12px;
}
#forgot_pw {
    min-height: 310px;
}
textarea#reportDescription {
    height: auto;
}
.award {
    max-width: 100px;
}
.displayCard {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 16px;
    margin-bottom: 20px;
}
/* cookies */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
   background-color: #333;
}

.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
.float-end {
    padding-top: 28px;
    padding-right: 20px;
}
.showList {
    padding-left: 2rem;
    list-style: auto;
}
img.img-fluid.avatar_small.float-left {
    vertical-align: bottom;
}
.terms {
    font-size: small;
}
#login figure, #register figure {
    text-align: center;
    border-bottom: 1px solid #ededed;
    margin: -45px -60px 0;
    padding: 20px 60px 45px;
}
.btn-success:focus {
    box-shadow: none;
}
li.pagination_list.active {
    border: 1px solid #3578fa;
    border-radius: 50%;
    background: #3578fa;
    color: #ffffff;
}
a.page-link.active.active2 {
    background: #5f6163;
}