/* Overrides for public Certification */
table.catalog thead th:first-of-type {
    text-align: center;
}


ul.models {
    margin: 0;
    padding: 0;

    border-top: 1px dotted #333;
}

li.model {
    display: block;
    overflow: hidden;

    padding: 8px 8px 8px 12px;
    border-bottom: 1px dotted #333;
    background-repeat: no-repeat;
    background-position: 16px 20px;
}

li.model:last-of-type { border-bottom: None; }

li.model ul.device_summary {
    display: block;
}

li.model ul.device_summary li.device {
    line-height: 20px;

    display: inline;

    margin-left: 4px;
    padding: 2px 0 2px 18px;

    cursor: help;

    opacity: .6;
    color: #333;
    background-repeat: no-repeat;
    background-position: 0 1px;

    filter: alpha(opacity=60);
}

li.model ul.device_summary li.processor {
    background-image: url(/National_Library/20160930123623oe_/https://ubuntu.com/certification/static/images/processor.png);
}

li.model ul.device_summary li.video {
    background-image: url(/National_Library/20160930123623oe_/https://ubuntu.com/certification/static/images/video.png);
}

li.model ul.device_summary li.network {
    background-image: url(/National_Library/20160930123623oe_/https://ubuntu.com/certification/static/images/network.png);
}

li.model ul.device_summary li.storage {
    background-image: url(/National_Library/20160930123623oe_/https://ubuntu.com/certification/static/images/storage.png);
}

li.model ul.device_summary li.in_oil {
    font-weight: 600;
    color: white;
    background-color: rgba(51, 51, 51, 0.3);
    padding: 5px 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

li.model ul.device_summary li.level {
    padding-left: 0px;
}

/* Search form in the content area */
.body-search input[type='text'] {
    margin: 5px 0 12px;
    padding: 5px 5px 5px 40px;

    border: 1px solid #ccc;
    border-radius: 4px;
    /*    background: url('//web-archive.nli.org.il/National_Library/20160930123623oe_///design.ubuntu.com/wp-content/themes/ubuntu-brand-guidelines/img/icon-search-warm-grey.png') no-repeat scroll 5px center transparent;*/
    background-image: url(/National_Library/20160930123623oe_/https://ubuntu.com/certification/static/images/search-orange.png);
    background-image: url(/National_Library/20160930123623oe_/https://ubuntu.com/certification/static/images/search-orange.svg), none;
    background-repeat: no-repeat;
    background-position: 5px center;
}

.cosy-fit {
    margin-bottom: 0;
}

/* Pagination */
.pagination {
    clear: both;
    border-bottom: 1px dotted #333;
    height: 24px;
    margin: 0;
    padding: 10px 0;
}
.pagination:last-of-type {
    border-bottom: None;
    border-top: 1px dotted #333;
}
.information p,
.controls p,
.information a,
.controls a {
    line-height: 13px;

    padding: 4px 8px;

    vertical-align: middle;
}
.information {
    float: left;

    text-align: center;
}.pagination .information p {
    margin-bottom: 0;
}
.controls.left {
    float: left;

    text-align: left;
}
.controls.right {
    float: right;

    text-align: right;
}
.controls a {
    color: #fff;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background: #dd4814;
}
.controls a.disabled {
    cursor: default;

    background: #aea79f;
}.pagination .controls a.disabled:hover {
    background: #aea79f;
}
.controls a:hover {
    color: #fff;
    background: #b83a10;
}

.models {
    padding: 0 20px;

    background-color: #eee;
}

ul.model-list {
    margin-bottom: 0px;
    margin-left: 0px;
    overflow: hidden;
    float: left;
    width: 100%;
}

li.model {
    margin-bottom: 0;
    padding: 12px 8px 12px 12px;
}

li.model p {
    margin-bottom: 0;
}

li.model ul.device_summary {
    margin-left: 0;
    overflow: hidden;
}

li.model ul.device_summary li.device {
    margin-right: 4px;
    margin-left: 0;

    background-position: 0 3px;
}

/* Titles */
div#main-content div.title h1 span.grey {
    display: inline;

    color: #aea79f;
}

/* Hardware details */
.device {
    border-radius: 4px;
    background-color: #eee;
}

#hardware-detail {
   border-bottom: None;
}

.back-link {

}
/* Certified release box */
div.release h3 {
    margin-bottom: 0px;
}

p.availability {
    font-size: small;
    color: #666;
}

div.release h4 {
    margin-bottom: .25em;
}

div.release dl dt {
    font-weight: bold;

    padding-left: 24px;
}

div.release dl dd {
    margin-bottom: 8px;
    margin-left: 0;
    padding-left: 24px;
}

hr {
    height: 1px;

    border: 0;
    background: #ccc;
}

table.definitions td {
    text-align: left;

    border: none;
    background-color: #eee;
}

table.definitions td.title {
    font-weight: bold;

    vertical-align: top;
}

/* Filter box */
#search {
    margin-bottom: 20px;
}
#filter p label {
    font-weight: bold;
}

/* Introduction page */

.row-overflow-right {
    padding-right: 0px;
}

.row-overflow-left {
    padding-left: 0px;
}

.row-overflow-left .six-col {
    float: right;
}
.column-overflow {
    overflow: hidden;
}

.column-overflow img {
    max-width: none;
}

.row-overflow-left img {
    margin-left: -65px;
}
