﻿.pagination {
    border-top: none !important;
}

.frisor-dropdown {
    min-height: 44px !important;
    padding: 0 18px 3px !important;
    border: 1px solid #dbe2e8 !important;
    border-radius: 22px !important;
    background-color: #ffffff !important;
    color: #606975 !important;
    font-size: 13px !important;
    -webkit-appearance: none !important;
}

.font-20 {
    font-size: 15px;
    padding-left: 2px;
    padding-right: 2px;
}

.nav-item:hover {
    color: #50c6e9 !important;
}

html body tr td h1 h2 p span header nav {
    font-family: monospace !important;
}

.filters {
    border: #9da9b9 1px solid;
    padding: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 20px;
}

.filters-row {
    margin-bottom: 22px;
}

.profile-image-box {
    display: inline-block;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.placehold3-3 {
    background-image: url('http://placehold.it/300x300');
}

.placehold50-50 {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url('http://placehold.it/50x50');
}

    .placehold50-50 img {
        width: 50px;
        height: 50px;
    }

.placehold100-100 {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .placehold100-100 img {
        width: 100px;
        height: 100px;
    }

.profile-image {
    display: block;
    margin: 0px auto !important;
    width: 300px !important;
    height: 300px !important;
    border-radius: 50%;
}
