﻿.HeaderCell
{
    text-align: left;
    line-height: 25px;    
    display: inline-block;
    padding-right: 5px;
    float:left;
    box-sizing: border-box;

}

.HeaderCell select {
    width: 100%;
}

.filter_button, .filter_button_open {
    width: 18px;
    height: 25px;
    background-repeat:no-repeat;  
    vertical-align:central;
    float: right;
    padding-left:10px;
}

.filter_button {
    background-image: url('../Images/filterArrow.png');
}

.filter_button_open {
    background-image: url('../Images/filterArrowReverse.png');
}

#ErrorHeader
{
    background-color: #D3E0EF;
}

    #ErrorHeader tr
    {
        display: block;
        position: relative;
        /*border-bottom: 1px solid #808080;*/
    }

#ErrorMessageTable
{
    width: 938px;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 0px;
    margin-top: 10px;
    font-size: 0.8em;
}

    /* Anropstidpunkt */
    #ErrorMessageTable td:nth-child(1), #ErrorMessageTable th:nth-child(1)
    {
        width: 120px;
        padding-left: 5px;
    }

    /* Felkälla*/
    #ErrorMessageTable td:nth-child(2), #ErrorMessageTable th:nth-child(2)
    {
        width: 85px;
    }

    /* Tjänstekontrakt */
    #ErrorMessageTable td:nth-child(3), #ErrorMessageTable th:nth-child(3)
    {
        width: 140px;
    }

    /* Feltyp */
    #ErrorMessageTable td:nth-child(4), #ErrorMessageTable th:nth-child(4)
    {
        width: 110px;
    }

    /* Logisk adress
 */
    #ErrorMessageTable td:nth-child(5), #ErrorMessageTable th:nth-child(5)
    {
        width: 150px;
    }

    /* Meddelande */
    #ErrorMessageTable td:nth-child(6), #ErrorMessageTable th:nth-child(6)
    {
        width: 300px;
    }

#ErrorMessageTableBody
{
    overflow-y: scroll;
    height: 450px;
    display: block;
    width: 100%;
    border-collapse: collapse;
}

    #ErrorMessageTableBody .loading
    {
        background-image: url('../Images/loader.gif');
        background-position: 440px 200px;
        background-repeat: no-repeat;
        height: 300px;
    }

.MessageRow
{
}

    .MessageRow:nth-child(even)
    {
        background-color: #eee;
    }

.MessageCell
{
    text-align: left;
    line-height: 20px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: top;
    box-sizing: border-box;
}


    .MessageCell:nth-child(6)
    {
        white-space: pre-wrap;
        display: -webkit-inline-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
    }


.MessageCellMaxRow
{
    width: 888px !important;
    text-align: center;
}


/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: auto;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

