﻿#carousel-thumb {
    height: 400px;
}

.carousel-inner {
    height: 300px;
}

.carousel-item {
    height: 300px;
}

    .carousel-item img {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto;
    }

.carousel-indicators {
    top: 310px;
    bottom: auto;
    margin: 0;
}

    .carousel-indicators li {
        width: auto;
        text-indent: 0;
    }

    .carousel-indicators img {
        height: 40px;
    }

.videolinks a {
    margin: 4px;
}

.photopopup {
    width: 100%;
}

.photopopupportrait {
    max-width: 100%;
    max-height: 100%;
}

.photomodal .modal-body {
    text-align: center;
}

.lotmedia a {
    cursor: pointer;
}

.cataloguecomment {
    border: 1px solid #094FA3;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: white;
    vertical-align: middle;
}

    .cataloguecomment:before {
        content: "\f05a";
        color: #094FA3;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 0.5em;
        font-size: 20px;
        vertical-align: middle;
    }

.defects {
    border: 1px solid #990000;
    border-radius: 4px;
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: white;
    vertical-align: middle;
}

    .defects:before {
        content: "\f071";
        color: #990000;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        margin-right: 0.5em;
        font-size: 20px;
        vertical-align: middle;
    }

.lotheader {
    /*background-color: #FFF;*/
    padding: 6px;
}

    .lotheader h2 {
        color: #094FA3;
    }

    .lotheader .changeLot {
        padding: 4.5px;
        width: 45px;
    }

.lotdetail {
    padding: 6px;
}

    .lotdetail div.container {
        padding: 10px;
    }

.withdrawnlot div.container {
    background-color: rgba(255, 0, 0, 0.1);
    position: relative;
}

    .withdrawnlot div.container:before {
        color: rgba(255, 0, 0, 0.5);
        content: 'WITHDRAWN';
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 2em;
    }

.passedinlot div.container {
    background-color: rgba(0, 125, 0, 0.1);
    position: relative;
}

    .passedinlot div.container:before {
        color: rgba(0, 125, 0, 0.5);
        content: 'PASSED IN';
        position: absolute;
        bottom: 10px;
        right: 10px;
        font-size: 2em;
    }

.pedigreesummary th {
    vertical-align: top;
}

div.section.arion-report.pedigree-report {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

#dlguploadphoto {
    display: none;
    /*background-color:#eaeaea;*/
    border: 1px solid #d1d1d1;
    padding: 10px;
}

.lotphoto {
    margin: 10px 0;
}

    .lotphoto img {
        width: 100%;
    }

.lotphotosingle {
    float: none !important;
}

.brandimage {
    max-width: 20px;
    max-height: 20px;
}

.bonusschemes {
    margin: 10px auto;
    text-align: center;
}

.schemelogo {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    border: 2px solid #cdcdcd;
    /*-webkit-box-shadow: 4px 4px 24px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 4px 4px 24px -5px rgba(0,0,0,0.5);
    box-shadow: 4px 4px 24px -5px rgba(0,0,0,0.5);*/
}

    .schemelogo img {
        width: 80px;
    }

.showalllinks a {
    background: #666;
    border: 1px solid #666;
    margin: 10px auto;
    outline: none;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: inset 0 0 0 0 #fff;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    height: 32px;
    width: auto;
    padding: 3px 10px 0;
}

@media only screen and (min-width: 768px) {
    .lotphoto {
        display: block;
        margin: 0;
    }

        .lotphoto img {
            height: 60px;
            width: auto;
        }

        .lotphoto:first-child {
            margin-right: 10px;
            overflow: hidden;
            float: left;
        }

        .lotphoto:nth-child(2) {
            margin-bottom: 10px;
        }

        .lotphoto:first-child img {
            height: 130px;
        }
}

@media only screen and (min-width: 1200px) {
    .lotphoto {
        display: block;
        margin: 0;
    }

        .lotphoto img {
            height: 150px;
            width: auto;
        }

        .lotphoto:first-child {
            margin-right: 10px;
            overflow: hidden;
            float: left;
        }

        .lotphoto:nth-child(2) {
            margin-bottom: 10px;
        }

        .lotphoto:first-child img {
            height: 310px;
        }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1000px;
    }
}


@media (max-width: 576px) {
    .lotheader {
        padding: 6px 0;
    }

    .lotdetail {
        padding: 20px 0;
    }
}
