#frmAddDog .select2-container .select2-selection--single, #frmAddDog .select2-container--default .select2-selection--single .select2-selection__arrow, #frmUpdateDog .select2-container .select2-selection--single, #frmUpdateDog .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px !important;
}

#frmAddDog .select2-container--default .select2-selection--single .select2-selection__rendered, #frmAddDog .select2-container--default .select2-selection--single .select2-selection__arrow, #frmUpdateDog .select2-container--default .select2-selection--single .select2-selection__rendered, #frmUpdateDog .select2-container--default .select2-selection--single .select2-selection__arrow{
    line-height: 33px;
}

.fileUpload {
    position: relative;
    overflow: hidden;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.imgThumbnail {
    width: 100px;
    max-height: 100px;
}

.btn-chat{
    width: 42px;
    height: 42px;
    background-color: #fff;
    color: rgb(37,135,82);
    text-align: center;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    border: 1px solid rgb(37,135,82);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
/*.select2-search__field{ width: 100% !important; }*/

/* Absolute Center Spinner */
.loading {
    display: none;
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    width: 100%;
    height: 100vh;
    background-color: rgba(192, 192, 192, 0.5);
    background-image: url("../img/loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px 60px;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
}

.owner-name{
    color: #553102;
    font-weight: 500;
    cursor: pointer;
}