﻿

.form-group {
    display: block;
    float: left;
}

td {
    padding: 20px 16px !important;
    line-height: normal; 
}

th {
    padding: 8px 16px !important;
    background-color: #333333;
    color: #fff !important;
    font-weight: normal;
    cursor:pointer;
}
    th:first-child, td:first-child {
        padding-left: 16px !important;
    }

    th a {
        color: #fff !important;
    }

input, textarea, select, label {
    margin-bottom: 0px;
}

.w-100 {
    width: 100% !important;
}

.table {
    background-color: #fff;
}

.table {
    background-color: #fff;
}

.sc-grid-options-wrapper {
    text-align: left;
}

 
.sc-grid-search-param {
    padding-top: 5px;
}

.sc-grid-options-wrapper {
    margin-bottom: 0px;
}

#tblEventsSummary {
    margin-bottom: 0px;
}

.btn {
    background-color: #fff;
    border-radius: 25px;
    padding: 12px 20px;
    cursor: pointer;
}

.btn-dark {
    background-color: #333333;
    color: #fff !important;
    margin-left: 15px;
    float: left;
}

.btn-clear-search {
    background-color: #7f7f7f;
    color: #fff !important;
    margin-left: 15px;
    float: left;
}

.btn-next-chunk {
    background-color: #fff;
    border: solid 1px #da680f;
    border-radius: 20px;
    padding: 12px 20px;
    cursor: pointer;
    display: none;
} 

.desc:before {
    content: "▼  ";
}

.asc:before {
    content: "▲  ";
}

.sc-page-size{
    margin-top: -7px !important;
}