﻿.tool-title {
    cursor: help;
}
    .tool-title:hover:after, .tool-title-darkred:hover:after, .tool-title-green:hover:after, .tool-title-black:hover:after {
        content: attr(data-title);
        font-weight: normal;
        display: inline;
        position: absolute;
        color: #111;
        border: 1px solid #DCA;
        /*background:#fffAF0;*/
        background: #F6FBDF;
        padding: 5px 5px;
        border-radius: 4px;
        box-shadow: 5px 5px 8px #CCC;
        text-align: left;
        max-width: 600px;
        white-space: pre-wrap;
    }

    .tool-title:after, .tool-title-darkred:after, .tool-title-green:after, .tool-title-black:after {
        content: attr(data-title);
        z-index: 10;
        display: none;
        margin-top: 0px;
        margin-left: 10px;
        line-height: 20px;
    }
.simple-table {
    border-collapse: collapse;
}

    .simple-table td {
        padding: 5px 10px;
    }
.rc-link {
    display: inline-block;
    position: relative;
    overflow: hidden;
    padding: 0 1px;
    cursor: pointer;
    vertical-align: bottom;
    text-decoration: none;
    line-height: inherit;
    color: #428bca;
    border: 0;
    outline: 0 !important;
    background: 0 0
}

    .rc-link:hover:before {
        position: absolute;
        top: 50%;
        right: 110%;
        width: 33%;
        max-width: 30px;
        height: 100px;
        margin-top: -50px;
        content: '';
        transform: rotate(45deg);
        animation: .7s ease-in-out rc-link-blick;
        opacity: 0;
        background-color: #fff
    }

@keyframes rc-link-blick {
    0% {
        opacity: .7
    }

    40% {
        opacity: .4
    }

    100% {
        right: -100%
    }
}
/* Общий стиль таблиц */
.list_table {
    border-collapse: collapse;
    border-radius: 6px;
}

    /* Стиль таблицы со списком элементов */
    .list_table thead {
        /*display: block;
    /* width: 500px; */
        /*color: #fff;
    background: #D9EDF7;*/
    }

    .list_table td {
        border: 1px solid #94A1A6;
        padding: 1px 1px 1px 1px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 13px;
        /*width: 120px!important;*/
    }

    .list_table th {
        border: 1px solid #94A1A6;
        font-size: 12px;
        padding: 1px 1px 1px 1px;
        text-align: center;
        color: #2B2F30;
        background: #D9EDF7;
    }

    .list_table tbody {
        display: block;
    }

    .list_table thead {
        display: block;
    }

    .list_table tbody {
        overflow-y: auto;
        height: 700px;
    }

        .list_table tbody tr:hover {
            background: #D3D3D3;
        }

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

.center {
    text-align: center !important;
}

.bottom {
    vertical-align: bottom !important;
}

.top {
    vertical-align: top;
}
/*
    ******Склад*******
*/
.roll {
    width: 100%;
    display: block;
    border-radius: 3px;
}

.craft {
    background: rgb(125,103,74);
    background: linear-gradient(90deg, rgba(125,103,74,1) 0%, rgba(222,184,135,1) 50%, rgba(125,103,74,1) 100%);
}

.testliner {
    background: rgb(145,135,116);
    background: linear-gradient(90deg, rgba(145,135,116,1) 0%, rgba(219,201,170,1) 50%, rgba(145,135,116,1) 100%);
}

.coated {
    background: rgb(194,193,193);
    background: linear-gradient(90deg, rgba(194,193,193,1) 0%, rgba(241,241,241,1) 50%, rgba(194,193,193,1) 100%);
}

.glue {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 5px;
    background: rgb(194,193,193);
    background: linear-gradient(50deg, rgba(194,193,193,1) 0%, rgba(241,241,241,1) 50%, rgba(194,193,193,1) 100%);
}

.glue2 {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 3px;
    border: 1px dotted #bbb;
    background: linear-gradient( #bbb, transparent 1px), linear-gradient( 90deg, #bbb, transparent 1px);
    background-size: 25px 25px;
    background-position: center center;
}