﻿body {
    font-family: Segoe-Ui, Tahoma;
    font-size: 13px;
}

#skuTree > ul > li {
    text-transform: uppercase;
}

#header {
    width: 100%;
}

    #header > div {
        display: inline-block;
    }

        #header > div > img {
            padding-left: 30px;
            padding-top: 10px;
        }

        #header > div > span {
            position: relative;
            left: 60px;
            top: -27px;
            font-size: 20px;
            font-weight: bold;
            color: gray;
        }

hr {
    background-color: gainsboro;
    border: none;
    height: 1px;
}

#factory {
    width: 300px;
    border-right-width: 1px;
    border-color: gainsboro;
    border-right-style: solid;
    position: absolute;
    left: 6px;
    top: 125px;
    bottom: 3px;
}

#data {
    vertical-align: top;
    position: absolute;
    overflow: auto;
    right: 3px;
    left: 309px;
    top: 125px;
    bottom: 3px;
}

a {
    text-decoration: none;
    color: #808080;
}

    a:hover {
        text-decoration: underline;
        color: #000;
    }

#factory > a {
    padding-left: 20px;
    line-height: 1.5;
    background-image: url(/images/factory.png);
    background-repeat: no-repeat;
}

#userDiv {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    display: block;
}

    #userDiv > div {
        display: inline;
    }

        #userDiv > div:first-of-type {
            width: 20px;
        }

        #userDiv > div:last-of-type {
            vertical-align: top;
        }

#adminDiv {
    position: absolute;
    right: 10px;
    top: 25px;
    z-index: 2;
    display: block;
}

#tooManyResults {
    font-size: 10px;
    color: #F98E0E;
    display: none;
}

#goodsLst {
    display: block;
    position: absolute;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    top: 49px;
    left: 10px;
    right: 0;
    height: 300px;
    overflow: auto;
}

#skuLoader {
    display: none;
    text-align: center;
}

#emptyText {
    color: #ccc;
    padding-top: 10px;
    text-align: center;
    display: block;
}

#certTable {
    margin-top: 60px;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    border-collapse: collapse;
    width: 100%;
}

    #certTable td {
        border-color: #ccc;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        text-align: center;
    }

    #certTable th {
        white-space: nowrap;
        height: 18px;
        font-weight: bold;
        border-color: #b3b3b3;
        border-style: solid;
        border-width: 1px;
        padding: 3px;
        background-color: #dbdbdb;
    }

#searchBlock {
    text-align: right;
    display: block;
    padding: 10px;
    padding-left: 30px;
    padding-right: 2px;
    background-image: url('/images/filter.png');
    background-position-x: 10px;
    background-position-y: center;
    background-repeat: no-repeat;
    float: right;
}

    #searchBlock.active {
        background-image: url('/images/filter_active.png');
        border-width: 1px;
        border-style: solid;
        border-color: #ccc;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

sort {
    cursor: pointer;
    padding-right: 20px;
    padding-left: 20px;
}

    sort[value] {
        background-position-x: right;
        background-position-y: center;
        background-repeat: no-repeat;
    }

    sort[value="order"] {
        background-image: url("/images/order.png");
    }

    sort[value="orderdesc"] {
        background-image: url("/images/orderDesc.png");
    }

#remImgBtn {
    display: none;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    background-image: url('/images/remove.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    cursor: pointer;
}

    #remImgBtn:hover {
        opacity: 1;
        -webkit-box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.75);
        box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.75);
    }

#searchTable {
    display: none;
    width: 100%;
    border-collapse: collapse;
}

    #searchTable th {
        border-color: #ccc;
        border-width: 0;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-style: solid;
    }

        #searchTable th:first-child {
            border-left-width: 0;
        }

    #searchTable td {
        border-color: #ccc;
        border-width: 0;
        border-left-width: 1px;
        border-bottom-width: 1px;
        border-style: solid;
        padding-left: 3px;
    }

        #searchTable td:first-child {
            border-left-width: 0;
            text-align: center;
        }

    #searchTable tr:last-child td {
        border-bottom-width: 0;
    }

.history {
    display: block;
    font-size: 10px;
}

.historyDate {
    font-size: 12px;
    font-weight: bold;
}

.historyOwner {
    font-size: 12px;
}

.likedSku {
    display: block;
    font-size: 11px;
}

    .likedSku a {
        text-decoration: none;
        font-weight: bold;
    }

.blockedCertificate {
    text-decoration: line-through;
}


.remImgBtn {
    display: none;
    position: absolute;
    z-index: 10;
    left: 10px;
    top: 10px;
    background-image: url('/images/remove.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    cursor: pointer;
}

 .remImgBtn:hover {
        opacity: 1;
        -webkit-box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.75);
        -moz-box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.75);
        box-shadow: 1px 1px 15px 0px rgba(255, 255, 255, 0.75);
    }
