﻿.validation-summary-errors, .field-validation-error {
    color: #dd4b39;
}

.IGEATable {
    display: table;
}

.IGEACell {
    display: table-cell;
}

/*
.IGEARadioProductDiv {
    position: relative;
    display: block;
}

.IGEARadioProductLabel {
    margin-bottom: 0px !important;
}

.IGEARadioProductDiv:hover > label {
    border: 1px solid black;
}

.IGEARadioProduct {
    position: absolute;
    top: 20px;
    left: 50%;
}

.IGEARadioProduct:checked + .IGEARadioProductLabel {
    border: black 2px solid;
}
    */
.direct-chat {
    bottom: -16px;
    width: 450px;
    right: 10px;
}
    .direct-chat .direct-chat-messages {
        height: 300px;
    }

.direct-chat-text {
    margin-left: 0;
}
.right .direct-chat-text {
    margin-right: 4px;
}

table.table-hover tr {
    cursor: pointer;
}

.detailsTitle {
    min-height: 40px;
    white-space: nowrap;
}