.dog-photo{
    width: 100px;
}
.dog-status{
    font-size:0.6rem;
}

.handler-photo,.rotate-button{
    width:100px;
}

.text-xs{
    font-size:0.6rem;
}


.crop-container{
    margin: 0 auto;
    height: 200px;
    width: 160px;
    overflow:hidden;
    position:relative;
    background-color: black;
}
.crop-container img{
    left: 0;
    margin-left:0;
    position: absolute;
}

.btn-custom-red{
    background-color: rgb(219,22,58);
    color: #fff;
}
.btn-custom-red:hover{
    background-color: rgb(199,2,38);
    color: #fff;
}

.search-result-row:hover{
    cursor:pointer;
    background-color: #dfdfdf;
}
.search-result-row td, .search-result-header th{
    background-color:transparent;
    font-size:14px;
}

.generic-text{
    font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    color: #333;
    font-size: 16px;
}

.custom-badge{
    font-size:0.8rem;
}
