.dashboard-element-container {
    background-color: white;
}

#dashboardGeneralRegistry {
    background-color: #ecf0f5;
}

#dashboardGeneralRegistry .row {
    margin-bottom: 15px;
}

.dashboard-element-title {
    padding: 5px 0 0 5px;
    font-size: larger;
    font-weight: bold;
}

.chartMainContent {
    text-align: center;
    font-size: 24px;
    color: #00AEEC;
}

.chartMainContentDescription {
    text-align: center;
    font-size: 16px;
}

.dashboard-element-footer {
    padding: 10px 0 10px 0;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
}

.dashboard-element-footer-element {
    padding: 0 10px 0 10px;
    background-color: #ecf0f5;
}

.trendValue {
    display: flex;
    flex: 0 1 auto;
    justify-content: space-around;
    align-items: center;
}

.trendValue i {
    display: none;
    padding-right: 5px;
}

.rising-trend {
    color: #6fec6f;
}

.falling-trend {
    color: #ff3155;
}

.const-trend {
    color: #0000ff;
}

.inline-to-right-span {
    float: right;
    display: block;
}

.title-page + .inline-to-right-span {
    display: inline;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover, 
#agentDashboardTable_previous:hover,
#agentDashboardTable_next:hover
{
    border: none;
    border-radius: none;
}

#dashboardGeneralRegistry .pagination {
    margin: 5px;
}

.table-dashboard-header {
    background-color: #00AEEC;
    border: 1px solid white;
    border-collapse: collapse;
}

table.dataTable thead .sorting {
  background-image: url("../plugins/datatables/images/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../plugins/datatables/images/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../plugins/datatables/images/sort_desc.png");
}

.dashboard-title-icon {
    padding: 5% 5% 0% 10%;
    vertical-align: sub;
}

.chartContentDiv{
    text-align: center;
}

.inline-title-and-select {
    padding: 5px;
    min-height: 45px;
}

.select-inline-map-type{
    display: inline-block;
    float: right;
}

#dashboardMapTypeSelect::after {
    content: "";
    clear: both;
    display: table;
}

.centered-table-input-td {
    text-align: center;
}

input.centered-table-input {
    min-width: 125px;
}


.btn-warning-default {
    background-color: #f0ad4e;
    color: #ffffff;
    border-color: #f0ad4e;
}

.main-footer {
    background: #ecf0f5;
    padding: 15px;
    color: #444;
    border-top: none;
}

#chartOrdersDone {
    min-height: 195px;
}