html
{
    position: relative;
    min-height: 100%;
}

body
{
    font-family: "Varela Round", sans-serif;
    line-height: 1.2;
}

#wrapper
{
    margin: 50px 0 60px;
}

#wrapper.nofixed
{
    margin-top: -20px;
}

.footer
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding-top: 25px;
    background-color: #e7e7e7;
}
.footer > .container
{
    background-color: #e7e7e7;
}
.footer a
{
    margin-left: 20px;
    color: #5f5f5f;
}

.navbar-brand span
{
    color: #ccc;
}
.navbar-menu
{
    max-height: 450px;
    overflow-y: auto;
}

.top-items
{
    margin-bottom: 0;
}
.top-items dt
{
    font-size: 21px;
    margin-bottom: 10px;
}
.top-items dd
{
    margin-bottom: 5px;
}
.top-items dd > a
{
    color: #fff !important;
}
.top-items dd:last-child
{
    margin-top: 10px;
}
.top-items dd:last-child > a
{
    font-size: 16px;
    color: #ccc !important;
}

.home-jumbo
{
    text-align: center;
    padding-top: 150px;

    background-color: #3498db;
    background-image:
        url('/theme/datasheet/static/images/bg-top-left.png'),
        url('/theme/datasheet/static/images/bg-bottom-right.png');
    background-repeat: no-repeat, no-repeat;
    background-position: top left, bottom right;
}
.home-jumbo h1
{
    color: #fff;
}
.home-jumbo span
{
    margin: 0 15px;
    white-space: nowrap;
    font-size: 24px;
    color: #fff;
    opacity: .6;
}
.home-jumbo .row
{
    margin-top: 200px;
    margin-bottom: 20px;
}

.home-classifier h1
{
    margin-bottom: 25px;
}
.home-classifier ul
{
    margin-bottom: 30px;
}
.home-classifier ul:first-of-type
{
    margin-bottom: 0px;
}
.home-classifier li
{
    margin-bottom: 5px;
}
.home-classifier li a
{
    font-size: 20px;
    color: #929292;
}

.home-popular
{
    background-color: #e7e7e7;
}
.home-popular h1
{
    color: #3498db;
    white-space: nowrap;
}
.home-popular h1 > small
{
    color: #bfbfbf;
}
.home-popular button
{
    margin-top: 40px;
}
@media (max-width: 767px) {
.home-popular button
{
    margin: 15px 0;
}}

.home-brands
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.home-brands li a
{
    font-size: 20px;
    color: #929292;
}

.manual
{
    background: #eff0f2;
}
.manual ol
{
    background-color: inherit;
    margin-bottom: 0;
    font-size: 18px;
}
.manual li a
{
    color: #1b7cc1;
}
.manual h3
{
    margin-top: 15px;
}
.manual h3 a
{
    color: #616161;
}
.manual dl
{
    margin-top: 30px;
}
.manual dt
{
    font-size: 18px;
    font-weight: normal;
    color: #1b7cc1;
}
.manual dd
{
    font-size: 14px;
    margin-top: 10px;
}
.manual dd a
{
    color: #616161;
}
.manual .social_links
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.manual #viewer
{
    width: auto;
    height: 600px; /*fallback*/
    height: calc(100vh - 130px);
    margin-bottom: 30px;
}
.manual #viewer-next
{
    width:100%;
    height: 400px; /*fallback*/
    height: calc(100vh - 200px);
    margin-bottom: 30px;
}
.manual .jumbotron
{
    background-color: #ddd;
    border-radius: 0;
    margin-top: 10px;
}

.search h2
{
    margin-top: 0;
    color: #666;
}
.search .row
{
    margin-top: 10px;
    margin-bottom: 10px;
}
.search .item
{
    overflow: hidden;
    text-overflow: ellipsis;
}

.social_links
{
    cursor: pointer;
}
.social_links .facebook
{
    color: #3b5998;
}
.social_links .twitter
{
    color: #00aced
}
.social_links .google-plus
{
    color: #dd4b39;
}

.btn
{
    font-size: 14px !important;
}

.login,
.registration
{
    padding-top: 30px;
    text-align: center;
}

.group_category h1
{
    color: #1b7cc1;
    margin-bottom: 30px;
}
.group_category a
{
    font-size: 24px;
    color: #00a185;
}

.brand_directory h1
{
    color: #1b7cc1;
}
.brand_directory ul
{
    overflow-y: auto;
    max-height: 500px;
}
.brand_directory dt
{
    font-size: 30px;
    font-weight: normal;
    color: #797a7b;
}
.brand_directory dd
{
    font-size: 18px;
    margin-top: 5px;
}
.brand_directory dd a
{
    color: #262727;
}
.brand_directory dd .more
{
    color: #1b7cc1;
}
.brand_directory .list-group a:not(:first-child)
{
    border-top: 1px solid #b1b2b3;
}
.brand_directory .list-group-item
{
    border: none;
    color: #6e6f70;
}
.brand_directory .list-group-item:first-child,
.brand_directory .list-group-item:last-child
{
    border-radius: 0;
}
.brand_directory .list-group-item .caret
{
    float: right;
    margin-top: 8px;
}

.products_category h1, h3
{
    color: #1b7cc1;
}
.products_category .breadcrumb
{
    margin-bottom: 5px;
    border-radius: 0;
    padding-bottom: 15px;
    font-size: 18px;
}
.products_category .affix
{
    top: 50px;
}
.products_category ul
{
    max-height: calc(100vh - 207px);
    overflow-y: auto;
}
.products_category li
{
    margin-top: 10px;
}
.products_category li a
{
    font-size: 18px;
    color: #5b5859;
}
.products_category dd a
{
    color: #262727;
}
.products_category dd .more
{
    color: #1b7cc1;
}
.products_category .top-brands dt
{
    font-size: 30px;
    font-weight: normal;
    color: #797a7b;
}
.products_category .top-brands dd
{
    font-size: 18px;
    margin-top: 5px;
}

.brand_directory h1
{
    color: #1b7cc1;
    margin-bottom: 0;
}
.brand_directory dt
{
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: normal;
    color: #797a7b;
}
.brand_directory dd
{
    font-size: 18px;
    margin-top: 5px;
}
.brand_directory dd a
{
    color: #262727;
}
.brand_directory dd .more
{
    margin-top: 6px;
    color: #1b7cc1;
}
.brand_directory .list-group
{
    overflow-y: auto;
    max-height: calc(100vh - 130px);
    margin-top: 10px;
    font-size: 18px;
}
.brand_directory .list-group a:not(:first-child)
{
    border-top: 1px solid #b1b2b3;
}
.brand_directory .list-group-item
{
    border: none;
    color: #6e6f70;
}
.brand_directory .list-group-item:first-child,
.brand_directory .list-group-item:last-child
{
    border-radius: 0;
}
.brand_directory .list-group-item .caret
{
    float: right;
    margin-top: 8px;
}

.manuals_brand h1
{
    color: #1b7cc1;
    margin-bottom: 30px;
}
.manuals_brand a
{
    color: #262727;
    font-size: 18px;
}
.manuals_brand .list-group
{
    margin-top: 10px;
}
.manuals_brand .list-group a:not(:first-child)
{
    border-top: 1px solid #b1b2b3;
}
.manuals_brand .list-group-item
{
    border: none;
    color: #6e6f70;
}
.manuals_brand .list-group-item:first-child,
.manuals_brand .list-group-item:last-child
{
    border-radius: 0;
}

/* ===== New ===== */

.models-catalog h1
{
    margin-top: 20px;
    margin-bottom: 20px;
}
.models-catalog .breadcrumb
{
    margin-bottom: 5px;
    border-radius: 0;
    padding-bottom: 15px;
    font-size: 18px;
}
.models-catalog .breadcrumb li:first-child
{
    margin-left: 15px;
}
.models-catalog .affix
{
    top: 50px;
}
.models-catalog .list-group,
.models-catalog .list-unstyled
{
    overflow-y: auto;
    overflow-x: hidden;
}
.models-catalog .list-group
{
    max-height: calc(100vh - 130px);
    margin-top: 10px;
    font-size: 18px;
}
.models-catalog .list-unstyled
{
    max-height: calc(100vh - 210px);
}
.models-catalog .list-group a:not(:first-child)
{
    border-top: 1px solid #b1b2b3;
}
.models-catalog .list-group-item
{
    border: none;
    color: #6e6f70;
}
.models-catalog .list-group-item:first-child,
.models-catalog .list-group-item:last-child
{
    border-radius: 0;
}
.models-catalog .list-group-item .caret
{
    float: right;
    margin-top: 8px;
}
.models-catalog li
{
    margin-top: 10px;
}
.models-catalog li a
{
    font-size: 18px;
    color: #5b5859;
}
@media (min-width: 768px)
{
    .models-catalog dt
    {
        text-align: left;
        width: 300px;
    }
    .models-catalog dd
    {
        margin-left: 320px;
    }
}

.abuse_page,
.error_page
{
    padding-top: 20px;
}

.static_page h1
{
    margin-bottom: 20px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.classifier *
{
    border-radius: 0 !important;
}
.classifier .list-unstyled li
{
    margin-bottom: 15px;
}
.classifier .breadcrumb
{
    margin-top: 20px;
    font-size: 18px;
}
.classifier .pagination
{
    display: block;
    background-color: #f5f5f5;
    padding: 5px 15px;
    margin: 0 -15px 15px;
}
.classifier .media
{
    margin-top: 0;
    margin-bottom: 15px;
}
.classifier .media h4
{
    margin-bottom: 10px;
}
.classifier .media small
 {
     display: block;
     margin-top: 10px;
 }
.classifier .media .sheet
{
    color: inherit;
}
.classifier .media .sheet span
{
    color: #337ab7;
}
