.page-header .employee-photo {
    max-width: 50px;
    max-height: 50px;
}

a {
    color: #333333;
    cursor: pointer;
}

.card {
    border-radius: 2px;
    background-color: #f5f5f5;
    margin: 20px 10px;
    padding: 10px;
}

.top-part .card {
    border-left: 4px solid #938454;
}

.bot-part .card {
    height: 500px;
    min-height: 500px;
    max-height: 500px;
}

.bot-part .card-title,
.client-list .card-title {
    border-bottom: 2px solid #938454;
    margin-bottom: 12px;
    width: 100%;
}

.card .card-content small {
    font-style: 11px;
    margin-bottom: 2px;
    display: block;
}

.card .card-content .big {
    font-size: 32px;
    margin: 0;
}

/*Client List*/

.list {
    margin: 0;
    padding-left: 0;
    list-style: none;
    line-height: 24px;
}
.list .tile {
    position: relative;
    display: table;
    width: 100%;
    min-height: 64px;
}

.list li.tile {
    border-bottom: 1px solid #e5e6e6;
    margin-bottom: 12px;
}

.list .tile .tile-content .tile-icon {
    min-width: 64px;
    width: 64px;
    padding: 8px 0;
    text-align: center;
}

.tile-icon img {
    width: 64px;
    height: 64px;
    border-radius: 64px;
}

.list .tile .tile-content .tile-text {
    padding: 0 0 0 12px;
    font-size: 18px;
    width: 100%;
}

.list .tile .tile-content > div, .list .tile .tile-content > div {
    display: table-cell;
    vertical-align: middle;
}

.tile-title {
    color: #888888;
    font-size: 10px;
    text-transform: uppercase;
}

.tile-buttons {
    float: right;
}

.tile-buttons .btn, .tile-buttons .btn:visited {
    border: 1px solid #938454;
    background-color: inherit;
    margin: 0;
    margin-right: 6px;
}

.tile-buttons .btn:hover, .tile-buttons .btn:active, .tile-buttons .btn:focus {
    border: 1px solid #938454;
    background-color: #938454;
    margin: 0;
    margin-right: 6px;
}

.tile-buttons .btn i {
    color: inherit;
}

img.products {
    border-radius: 0;
}

img.products:hover {
    border-radius: 0;
    border: 1px solid #938454;
}