﻿body {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
    color: #333;
}

.navbar-targus {
    background-color: #363c74;
    color: #ffffff;
}

    .navbar-targus a {
        color: #ffffff;
    }

#search {
    padding-bottom: 20px;
}

    #search .searchbar > .glyphicon {
        top: -0px !important;
        line-height: 20px !important;
    }

#suggests {
    clear:left;
    position: relative;
    display: inline-block;
    width: 100%;    
    vertical-align:top;
}
    #suggests ul {
        top:40px!important;
		max-height:130px;
		min-height:80px;
    }
    #suggests li {
        font-size: 0.8em;
        width: 100%;              
    }
#devices {    
}
    #devices a {
        text-decoration: none;
        font-size: 0.8em;
    }

.glyphfix {
    top: 0 !important;
    line-height: 20px !important;
}
ul.top-brds {
    display: block;    
    width: 100%;
    list-style-type: none;    
}
    ul.top-brds li {
        display: inline-block;
        border: solid 1px #ccc;
        width: 15%;
        text-align: center;
        padding: 10px 0px;
        vertical-align: middle;
        margin: 5px 1% 5px 0;
        cursor: pointer;  
        cursor: hand;
    }

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 300px;
}


@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

.nav {
    width: 100%;
    height: 75px;
    background: #202040;
    padding: 24px 10px 0 40px;
}

h3 {
    font-family: 'Raleway', serif !important;
    font-weight: 400;
    font-size: 24px;
}

.pagetitle h3 {
    font-size: 46px;
    font-weight: 400;
    color: #575757;
    font-family: 'Raleway', serif !important;
}

.container {
    width: 100%;
    max-width: 980px;
    padding: 20px;
}

.row-wrap {
    margin-top: 40px;
    width: 100%;
    float: left;
}

#category {
    width: 50%;
    margin-right: 5%;
    float: left;
}

#replace {
    width: 45%;
    float: left;
    padding: 0 !important;
    margin: 0 !important;
}

#category .row-title,
#replace .row-title {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
}


#category .row-title,
#replace .row-title {
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
}

#category .row,
#replace .row {
    max-width: 980px;
    margin: 0 auto;
}

#replacement {
    padding: 15px;
}

h2 {
    font-family: Raleway;
    font-weight: 400;
    font-size: 24px;
}

.circle {
    width: ;
    float: left;
    margin: 10px 40px 40px auto;
    text-align: center;
}

.circle:hover {
    opacity: .8;
}

.input-group {
    width: 90% !important;
}

#frmSearch input {
    height: 40px !important;
}

#btn-search {
    background: #202040;
    height: 40px;
    position: absolute;
    border: 1px solid #202040;
}

.glyphicon-search {
    color: #ffffff;
}

#buy-link, #prod-link {
    background: #433b67;
    color: #ffffff;
    text-decoration: none;
    padding: 3px 5px;
}

#buy-link:hover, #prod-link:hover {
    opacity: .7;
}

/* 3M STUFF */

.box {
    padding: 10px;
    display: none;
    margin-top: 20px;
    background: #f8f8f8;
    border: 1px solid #cccccc;
}

.box h3 {
    padding: 0 20px;
}

.sku-item {
    padding: 20px;
}

.sku-item a {
    color: #202040;
    text-decoration: none;
}

.sku-item h3 {
    font-size: 20px;
    padding: 2px 0;
    margin: 0;
}

.sku-item h4 {
    font-size: 16px;
    color: #787878;
    font-weight: 100;
    padding: 2px 0;
    margin: 0;
}

.sku-item h5 {
    font-size: 16px;
    font-weight: 100;
    padding: 2px 0;
    margin: 0 0 4px 0;
}

.sku-item .more-info a {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 5px;
    background: #202040;
    color: #ffffff;
}

.sku-item h3 a:hover,
.sku-item .more-info a:hover {
    opacity: .7;
}

.brand-select select {
    width: 100%;
    background: #ffffff;
    border: 1px solid #cccccc;
    font-size: 18px;
    line-height: 22.5px;
    padding: 10px 16px;
}

.strike {
    display: block;
    text-align: left;
    padding-left: 100px;
    overflow: hidden;
    white-space: nowrap; 
    font-size: 18px;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #cccccc;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.footer {
    width: 100%;
    border-top: 1px solid #cccccc;
    padding: 10px;
    margin-top: 40px;
    text-align: center;
}

.footer-disclaimer {
    color: #cccccc;
    font-size: 12px;
    padding: 10px 0;
}

.footer-copyright {
    font-size: 12px;
    padding: 10px 0;
}

.sup {
    font-size: 16px;
    vertical-align: top;
    font-family: "Raleway",Arial,sans-serif;
}

/*=====================================================
    
 Research support request

=====================================================*/

.error {
    color: red;
}

.success {
    color: green;
}

/*=====================================================
    
    TABLET AND ABOVE DEVICES

=====================================================*/

@media screen and (min-width: 980px) {

    .container {
        width: 980px;
    }

    #category .row {
        margin: 0;
    }

}


/*=====================================================
    
    MID MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 810px) and (min-width: 769px) {

    .circle {
        width: ;
        float: left;
        margin: 10px 20px 40px auto;
        text-align: center;
    }

}


/*=====================================================
    
    MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 768px) and (min-width: 469px) {

    .row {
        width: 100%;
        text-align: center;
    }

    .row-title {
        width: 100%;
        float: left;
    }

    #category,
    #replace {
        width: 100%;
        float: left;
    }

    .row {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .circle-wrap-3 {
        width: 360px;
        height: 200px;
        margin: 0 auto;
    }

    .circle-wrap-1 {
        width: 120px;
        height: 200px;
        margin: 0 auto;
    }

    .circle {
        width: 120px;
        height: 100px;
        margin: 0 auto;
    }

}


/*=====================================================
    
    SMALLER MOBILE DEVICES

=====================================================*/

@media screen and (max-width: 468px) {

    .pagetitle h3 {
        font-size: 26px;
        font-weight: 400;
        color: #575757;
        text-align: center;
        font-family: 'Raleway', serif !important;
    }

    .row {
        width: 100%;
        text-align: center;
    }

    .row-title {
        width: 100%;
        float: left;
    }

    #category,
    #replace {
        width: 100%;
        float: left;
    }

    .row {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .circle-wrap-3 {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }

    .circle-wrap-1 {
        width: 100%;
        margin: 0 auto;
        float: left;
        margin-bottom: 30px;
    }

    .circle {
        width: 100%;
        height: 100px;
        margin: 0 auto;
    }

}


