.content {
    display: flex;
    border: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    flex: 1;
    width: 100%;
    font-size: small;
}


.editor-outer {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 30px 20px 30px 20px;
    background-color: white;
}

.editor-row-center {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.editor-row-left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content:  flex-start;
    width: 100%;
}

.editor-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.editor-item label {
    display: inline-block;
    width: 100px;
    text-align: right;
    padding-right: 10px;
}

.editor-readonlyfield {
    display: inline-block;
    color: gray;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 6px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
}


.product {
    margin: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    height: 800px;
    border: 1px solid lightgray;
    overflow-y: scroll;
    padding: 0px 10px;
}

.product-header {
    padding: 10px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    width: 100%;
    margin-bottom: 8px;
}

.product-header div {
    border-bottom: 1px solid lightgray;
    margin: 10px 1px;
    padding: 10px 5px;
    text-align: center;
}

.product-header .ptype {
    width: 150px;
}

.product-header .psubject {
    width: 170px;
}

.product-header .pname {
    width: 180px;
}

.product-header .pver {
    width: 80px;
}

.product-header .pauth {
    width: 100px;
}

.product-header .pdesc {
    flex: 1;
}

.product-header .pcount {
    width: 100px;
}

.product-header .pcmd {
    width: 100px;
}

/***************************************************************/

.product-item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.product-item div {
    margin: 5px 1px;
    padding: 0px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    background-color: #eeeeee;
}

.product-item .ptype {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 150px;
}

.product-item .psubject {
    width: 170px;
}

.product-item .pname {
    width: 180px;
}

.product-item .pver {
    width: 80px;
}

.product-item .pauth {
    width: 100px;
}

.product-item .pdesc {
    flex: 1;
    line-height: normal;
    padding: 5px;
    text-align: left;
    overflow-y: auto;
}

.product-item .pcount {
    width: 100px;
}

.product-item .pcmd {
    width: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-item .pcmd a {
    line-height: 30px;
    color: blue;
    cursor: pointer;
}

/***************************************************************/


product-item:hover {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.product-item:hover div {
    margin: 5px 1px;
    padding: 0px;
    text-align: center;
    line-height: 80px;
    height: 80px;
    background-color: moccasin;
}

.product-item:hover .ptype {
    width: 150px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.product-item:hover .psubject {
    width: 170px;
}

.product-item:hover .pname {
    width: 180px;
}

.product-item:hover .pver {
    width: 80px;
}

.product-item:hover .pauth {
    width: 100px;
}

.product-item:hover .pdesc {
    flex: 1;
    padding: 5px;
    line-height: normal;
    text-align: left;
    overflow-y: auto;
}


.product-item:hover .pcount {
    width: 100px;
}


.product-item:hover .pcmd {
    width: 100px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.product-item:hover .pcmd a {
    line-height: 30px;
    color: blue;
    cursor: pointer;
}

/************************************************************************/

.content .header {
    display: flex;
    border: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    height: 70px;
}

.content .header .banner {
    height: 100%;
    color: white;
    background-color: #e6efff;
    width: 100%;
    padding-left: 30px;

    display: flex;
    border: none;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    background-image: url("//cdn.eval100.com/img/market-banner5.jpg");
    background-repeat: no-repeat;
    background-size:100% 100%;
}

.content .header .banner .desc {
    font-size: medium;
    margin-bottom: 20px;
}

.content .header .row {
    padding: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.content .header .row div {
    margin-right: 30px;
}

.content .header .row div label {
    width: 70px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
}