﻿html {
    /*background-color: #e2e2e2;*/
    margin: 0;
    padding: 0;
}

body {
    background-color: #dfe1e2;
    color: #333;
    font-size: 1.1em;
    font-family: Helvetica, Arial, sans-serif;
    padding: 0;
}


#body {
    clear: both;
}



footer {
    clear: both;
}

header, footer, hgroup,nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}



/*header*/
.site-header-wrapper {
    float: left;
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
}


#site-logo1 {
    max-width: 360px;
    float: left;
}

#site-logo2 {
    max-width: 400px;
    float: left;
}

.site-header-box {
    background-color: #fff;
    width: 100%;

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.site-header-box-item1 {
    flex-shrink: 1;
    /*border: 1px #6E2529 solid;*/
}

.site-header-box-item2 {
    flex-grow: 1; 
    height: 80px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
}

.site-header-box-item3{
    /*flex-grow: 1;*/
    /*flex-shrink:1;*/
    padding-top: 25px;
    padding-right:10px;
}

.site-header-box-item4 {
}


.site-header-logo-left {
    float: left;
}

.site-header-logo-right {
    height: inherit;
    float: right;
    margin-top:18px;
}


.site-header-left {
    /*padding: 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    height: 100px;
    float: left;
}

.site-header-right {
    /*padding:10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #6E2529;
    height:100px;
    overflow: hidden;

}


.site-header-searcher {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #6E2529;
    width: 100%;
    float: left;
}


.site-info {
    background-color: #321012;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    width:100%;
    float:left;
}
    .site-info a, .site-info a:visited {
        color: #ffffff;
    }

        .site-info a:hover {
            color: #606060;
        }


.col-center-block {
    float: none;
    display: block;
    margin: 0 auto;
}



button.btn-vika{
    
}
    button.btn-vika:hover {
        color: #fff;
        background-color: #6e2529;
    }

a.btn{

}

    a.btn:hover {
        color: #fff;
        background-color: #6e2529;
    }

    a.btn:focus {
        color: #fff;
        text-decoration: none;
    }

    a.btn:active {
        color: #fff;
        text-decoration: none;
    }


a.btn-large {
    background-color: #6e2529;
    color: #fff !important;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    margin: 20px;
    padding: 15px 30px !important;
}

    a.btn-large:hover {
        color: #fff;
        background-color: #321012;
    }

a.btn-data-search {
    background-color: #6e2529;
    color: #fff !important;
    cursor: pointer;
    margin: 5px 30px;
    padding: 5px 20px !important;
}
    a.btn-data-search:hover {
        color: #fff;
        background-color: #321012;
    }

a.btn-all {
    background-color: #b6bbbd;
    color: #fff;
}

a.btn-selected {
    color: #fff;
    background-color: #6e2529;
}

input.btn {
    background-color: #6e2529;
    color: #fff !important;
    border-color: #6e2529;
}

    input.btn:hover {
        color: #fff;
        background-color: #321012;
        /*border-color: #398439;*/
    }


#allcontent {
    font-size: 1.3em;
    min-height: 400px;
    padding-bottom: 20px;
}

    #allcontent .row{
        /*padding: 0 5px;*/
    }
    /*#catalogContentSelector .row {
    padding: 0 5px;
}*/
    /*#catalogContentSelector {
        padding-bottom: 30px;
    }*/





/* CATALOG CONTENT ITEMS */
.element-container {
    margin: 8px 0;
}



h3 {
    font-size: 15px;
    /*font-weight: bold;*/
    text-indent: 10px;
    border-left: 2px;
    border-left-style: solid;
    border-left-color: #6e2529;
    margin-top: 15px;
    margin-bottom: 10px;
}



/* GENERAL CLASSES */
.row.separator {
    border-bottom: 1px solid #dfe1e2;
}


.pdf-make{
    padding-top:20px;
}


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 1170px;
    background-color: #fff;
}


.content-login-well {
    padding: 20px 20px 20px 20px;
    background-image: url(/Images/loginpage/login-back.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 100%;
}

.content-well {
    padding: 20px 20px 20px 20px;
    width: 100%;
}


.content-header {
    background-color: #b6bbbd;
    padding: 10px 20px 10px 20px;
    min-height: 40px;
    color: #6E2529;
    font-size:1.2em;
    font-weight: bold;
    margin-bottom: 20px;
}


.content-header-sub {
    background-color: #dfe1e2;
    padding: 10px 20px 10px 20px;
    min-height: 40px;
    color: #6E2529;
    font-size: 1.2em;
    font-weight: bold;
}


.content-table {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;

    padding-bottom: 20px;
    margin-top:20px;
}

.content-text {
    padding: 10px 20px 10px 20px;
    font-size: 0.9em;
    line-height: 25px;
}



.art-card {
    float: none;
    padding: 10px 10px 10px 10px;
    width: 263px;
    min-height: 300px;
    border: 1px #dfe1e2 solid;
    margin: 10px;
    box-shadow: none;
}
    .art-card:hover {
        box-shadow: 2px 2px 2px 3px #888888;
    }

.art-item-name {
    color: #5e6a70;
}


.art-card-text {
    float: none;
    padding: 10px;
}
.art-card-img {
    float: none;
    /*height: 160px;*/
    padding: 10px;
    border-bottom: 1px #dfe1e2 solid;
}

img{
    width:100%;
    /*height:100%;*/   
}

/*article 页面*/

/*Search page*/

.art-item-brand-logo {
}
    .art-item-brand-logo img {
        max-width: 40vw;
    }
.art-item-img {
    /*height: 400px;*/
    /*border: 1px #dfe1e2 solid;*/
    margin-bottom: 20px;
    border: 1px #dfe1e2 solid;
}


.art-item-text {
    padding-left:20px;
    /*padding-right:20px;*/
    /*min-height: 400px;*/
    margin-bottom: 20px;
}

.art-item-desc {
    min-height: 150px;
    font-size: 1.1em;
}

.art-item-number{
    font-weight:bold;
    font-size: 1.5em;
}


.art-item-oe-list {
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
.art-item-oe-value {
    margin-left: 20px;
    padding-left:20px;
    padding-right:20px;
    /*background-color: aqua;*/
    border-left: 1px #6E2529 solid;
}

table{
    font-size: 1.0em;
}


.icon-search {
    width: 30px;
}

.form-title {
    font-weight: bold;
}


/*autocomplete*/
ul.ui-autocomplete {
    z-index: 9999;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}
.footer-img-new {
    height: 50px;
    margin: 10px 10px 0 0px;
    width: auto;
}

.footer-img2 {
    width: 50px;
    margin: 0 10px 0 10px;
}
@media screen and (max-width: 830px) {
    #site-logo2 {
        display: none;
    }
    .site-header-box-item1 {
        max-width: calc(100% - 80px);
    }
    .footer-img-new {
        height: 40px;
        margin: 10px 10px 0 0px;
        width: auto;
    }
    .footer-img2 {
        width: 40px;
        margin: 0 5px 0 5px;
    }
}