/**** КАРТЧОКА КОМПАНИИ: таблицы "Информация" ******/

/**
 * Таблица "Информация"
 *
 * @author Каймонов Владимир
 * @lastmodified 22.08.2014
 *
 */
#table-information {
    table-layout: auto;
    border-collapse: collapse;
    font: inherit;
}

#table-information td {
    text-align: left;
    padding: 5px;
    word-wrap: break-word;
    border-bottom: 3px solid #f1f1f1;
}

#table-information tr[hover-selection="1"]:hover {
    background-color: #D6D6D8;
    cursor: pointer;
}

#table-information td[column-number="2"] {
    width: 81%;
    max-width: 81%;
    vertical-align: top;
}

#table-information td[column-number="3"] {
    width: 9%;
    max-width: 9%;
}

#table-information td[column-number="2"] [field-number="CREATED_DATE"] {
    padding-left: 5px;
}

#table-information td[column-number="2"] [field-number="SHORT_DESCRIPTION"] {
    display: inline-block;
    width: 100%;
    color: gray;
    font-size: 12px;
}

#table-information .information__img-container {
    width: 10%;
    max-width: 10%;
    text-align: center;
    vertical-align: top;
}

#table-information .information__img {
    width: 100%;
    max-width: 100%;
}

.grayscale .information__name, .grayscale a {
    color: gray;
}

.grayscale .information__type {
    background-color: gray;
}

.grayscale [field-number="IMAGE"] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

