.widget-map {
    height: 400px;
}

.widget-table {
    height: 400px;
    margin: 12px 0;
}

.widget-table ul {
    float: left;
}

.widget-table-row {
    float: left;
    width: 100%;
    border: 1px solid #ddd;
    line-height: normal;
    box-sizing: border-box;
    margin: 2px 0;
    border-left: 6px solid #ddd;
    transition: all 0.3s ease;
}

.widget-table-row:hover {
    border: 1px solid #aaa;
    border-left: 6px solid #aaa;
    color: inherit;
}

.widget-table-row-active {
    border: 1px solid #3498DB;
    border-left: 6px solid #3498DB;
}

.widget-table-row-active:hover {
    border: 1px solid #3498DB;
    border-left: 6px solid #3498DB;
}

.widget-table-row.header {
    font-weight: bold;
    color: inherit;
}

.widget-table-row.header:hover {
    background-color: transparent;
}


.widget-table-row .icon {
    font-size: 24px;
    width: 80px;

    float: left;
    margin: 6px 12px;
    text-align: center;
    line-height: 6px;
}

.widget-table-row .icon-status {
    font-size: 12px;
}

.widget-table-row .txt {
    display: block;
    font-size: 18px;
}

.widget-table-row .pri-facts {
    font-size: 12px;
}

.left {
    float: left;
}

hr {
    width: 100%;
    margin: 0;
    border: 0;
}

.spacer {
    margin: 0 6px;
    font-weight: lighter;
    font-size: 10px;
    opacity: 0.5
}

.widget-table-row table.more {
    table-layout: fixed;
    margin: 0px 0 12px 124px;
    float: left;
    font-size: 12px;
    font-weight: lighter;
    width: auto;
}

.widget-table-row table.more td {
    line-height: 14px;
    vertical-align: text-top;
    padding: 3px 12px 3px 0;
    word-wrap: break-word;
}

.widget-table-row table.more {
    display: none;
}

.widget-table-row-active table.more {
    display: table;
}

.widget-table-row table.more td:nth-of-type(1) {
    font-weight: bold;
}

.hide {
    display: none;
}



.widget-search-input ul.better-autocomplete {
    max-height: 300px;
}