﻿#catalogueindexcontainer {
    display: none;
}

#filtercontrols {
    display: none;
    position: absolute;
}

.shortlistcol {
    text-align: right;
}

.timeleft {
    width: 100px !important;
}

.name {
    min-width: 120px;
}

.sire {
    min-width: 120px;
}

.dam {
    min-width: 120px;
}

.vendor {
    min-width: 120px;
}

.isRecommendation div.addtoshortlist {
    background-color: darkorange;
    border: 1px solid darkorange;
}

#btn-Recommendation {
    background-color: darkorange;
    color: #fff;
}


#filtercontrols {
    position: relative;
    padding: 10px 0;
    background-color: #dedede;
}

    #filtercontrols div, #filtercontrols span, #filtercontrols select, #filtercontrols input {
        display: inline-block;
        vertical-align: middle;
        margin: 0 6px;
    }
    

    #filtercontrols div {
        display: block;
        margin-bottom: 2px;
    }

    #filtercontrols span {
        width: 110px;
    }

@media only screen and (max-width: 1023px) {
}

@media only screen and (max-width: 767px) {
    .ui-tabs .ui-tabs-nav li a {
        /*display: none;*/
    }
}
