﻿.contactList li, .cardList li {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    margin-bottom: 10px;
}

.contactList li:hover, .cardList li:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.contactList address, .cardList address {
    padding: 17px 16px 10px 16px;
    margin-bottom: 0px;
}

.cardList li {
    padding: 10px;
}

.contactList .addressBlock {
    min-height: initial;
}

.contactList .addressBlock, .contactList .footerBlock {
    display: block;
}

.footerBlock {
    padding: 5px 16px 5px 16px;
    width: 100%;
}

.topCards {
	margin-top: 50px;
}

.blockLeft, .blockRight {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.staffSearch {
	border-radius: 6px 0 0 6px!important;
	padding-left: 43px!important;
}

.staffBtn {
	border-radius: 0 6px 6px 0!important;
}

#staffInputClear {
    cursor: pointer;
    left: unset;
    margin-right: 5px;
    color: #9a9a9a;
    pointer-events: auto;
    display: none;
}

#staffInputClear:before {	
    text-align: center;
	display: block;
}
	
.filterBlock #staffInputClear.form-control-feedback-right {
    right: 115px;	
}

.contactList .chapters .chItem + .chItem::before {
    content: ", ";
}
