﻿.group:after {
  content: "";
  display: table;
  clear: both;
}
#tblSearchResults {
    
}

#tblSearchResults ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#tblSearchResults li {
    float: left;
    list-style: none;
    margin: 5px;
    display: flex;
}

#tblSearchResults .list-item {
    border: 1px solid #e0e0e0;
    padding: 5px;
    width: 180px;
}
#tblSearchResults .list-animal-photo-block {
   text-align: center;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e8e8e8;
}
.header {
    border-bottom: 1px solid #d1d1d1;
    margin: 0px 0px 5px 0px;
}
.header li {
    float: right;
    list-style: none;
    margin: 5px;
}
.detail-animal-name {
    padding: 5px 0;
    font-weight: bold;
    color: #29527e;
    font-size: 20px;
}
.detail-table {
    max-width: 100%;
    margin-bottom: 10px;
}
.detail-table td {
    padding: 2px 5px;
}
.detail-table .detail-label {
    width: 150px;
}
.detail-table .detail-value {

}
.detail-animal-desc {
    margin: 10px 0px;
    padding: 0;
}
.detail-photo-links {
    margin: 5px 0px;
}
.detail-photo-links .btn {
    background: #29527e;
    color: #fff;
}
.glyphicon-ok {
    color: #159c31;
}
.glyphicon-remove {
    color: #960707;
}
.footer-ad-area {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 6px 2px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:    0px 6px 2px 0px rgba(0, 0, 0, 0.45);
    box-shadow:         0px 6px 2px 0px rgba(0, 0, 0, 0.45);
    background: #e8e8e8;
    padding: 5px;
}
.animal-details {
    margin-right: 15px;
}
.addthis_inline_share_toolbox{
    display: inline-block;
    margin-top: 25px;
}
.print_btn_container{
    position: relative;
    top: 18px;
}
.col-sm-6 {
    width: auto;
    float: left;
}
.animal-details, .detail-table-wrapper {    
    width: auto;
}
.animal-details, .animal-details-wrapper, .detail-table-wrapper {
    padding: 0;
}
#petango_ad {
    padding: 10px 0 10px 0;
    width: auto;
}
#toolbar {
    position: relative;
    float: right;
}
#toolbar ul {
    position: absolute;
    right: 0px;
}
.hidden { display: none; }
#plPhotosContainer {
    display: inline-block;
    min-height: 10px !important;
    min-width: 10px !important;
}
 
@media only screen and (min-width: 980px){   
    #toolbar {
        min-width: 600px !important;
    }   
    .print_btn{
        display: inline-block;
        width: 67px;
        height: 26px;
        position: relative;
        top: -23px;
        background: url(../images/printbutton.gif) no-repeat top left;
    }
}
@media only screen and (max-width: 979px){  
    .print_btn{
        display: inline-block;
        width: 26px;
        height: 26px;
        position: relative;
        top: -23px;
        background: url(../images/printbuttonsmall.gif) no-repeat top left;
    }
    #toolbar {
        min-width: 300px !important;
    } 
}

@media only screen and (max-width : 520px) {  
    .col-sm-6 {
        width: 100% !important;
        float:none !important;
    }  
    .header ul {
        content: "";
        display: table;
        clear: both;
        padding: 0px;
        width: 100%;
    }
    #toolbar {
        min-width: 0px !important;
    }  
    #toolbar ul {
        position: static !important;
    }
    #petango_ad {
        text-align: center;
    }
    .animal-details {
        margin-right: 0 !important;
    }
    .detail-animal-name {
        text-align: center;
    }
    .header li {
        width: 100%;
        display: block;
        text-align: center;
        margin: 0;
    }
}
.btn-orange, .btn-orange:visited {
    background: #ed6a00;
    color: white;
    font-weight: normal;
    text-decoration: none;
    border: none;
    box-shadow: none;
    text-shadow: none;
    margin-top: 10px;
    margin-bottom: 10px;
    touch-action: manipulation;
    cursor: pointer;
}
.btn-orange:hover {
    background: #ccc;
    color: #333;
}