﻿.btn-group.ls-grid-dropdown.open .dropdown-toggle {
    box-shadow: 0 0px 1px #292929 inset;
}

.btn-table-dropdown {
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    vertical-align: top;
    background: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0px 1px #292929 inset;
    width: 250px;
    text-align: left;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ls-grid-dropdown .dropdown-menu {
    width: 500px;
    border-radius: 0;
    left: auto;
    right: 0;
}

.ls-grid-dropdown button {
    font-size: 12px;
}

.dropdown-menu.list-column {
    //padding: 5px 10px;
}

.list-column table {
    margin-bottom: 5px;
}

.list-column tbody {
    border-color: #d1d1d1;
}

.list-column .table tr {
    cursor: pointer;
}

    .list-column .table tr:hover td {
        background: #e5e5e5;
    }

.list-column .table td,
.list-column .table th {
    width: 250px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #d1d1d1;
    font-size: 12px;
    padding: 5px 10px;
}

.list-column .table td {
    border-width: 0 1px 0 0;
}

.list-column .table .first-column {
    width: 18px;
    max-width: 18px;
    padding: 5px 0;
    text-align: center;
    border-right: 0;
}

.list-column .table .first-column span {
    margin: 0;
    font-size: 10px;
}

.list-column .table th {
    background: #f5f5f5;
    padding: 10px;
}

.list-column td:last-of-type,
.list-column th:last-of-type {
    border-right: 0;
}

.list-column .filter-group {
    width: 100%;
    margin: 0;
    padding: 5px 10px;
}

    .list-column .filter-group input.ls-input-field {
        width: 100%;
    }

.list-column .table tr.marked-row {
    background-color: #f5f5f5;
    color: #711515;
}

/*.list-column .table tr.marked-row td:first-of-type:before {
        color: #711515;
        font-family: FontAwesome;
        content: "\f00c";
        float: left;
    }*/

    .list-column .table tr.marked-row:hover td {
        //background-color: #B32020;
    }

.list-column .button-group {
    margin: 10px 10px 5px 10px;
}

.list-column a.clear-input-field {
    font-size: 10px;
    color: #711515;
    top: 12px;
    right: 16px;
    position: absolute;
}

    .list-column a.clear-input-field:hover {
        text-decoration: none;
        cursor: pointer;
    }

.ls-button.ls-button-confirm {
    background: #5cb85c;
    border-color: #5cb85c;
    -webkit-box-shadow: 0px 1px 1px rgba(54,199,54,0.8) inset;
    -moz-box-shadow: 0px 1px 1px rgba(54,199,54,0.8) inset;
    box-shadow: 0px 1px 1px rgba(54,199,54,0.8) inset;
}

    .ls-button.ls-button-confirm:hover {
        background: #36C736;
    }
