body,html {
    font-family: 'Source Sans Pro', sans-serif;
}

.bg-primary {
    background-color: #006D4E;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #006D4E;
    color: white !important;
}

.text-primary {
    color: #006D4E;
}

a {
    color: #006D4E;
}

.form-control:focus {
    border-color: #4ED176;
}

.daterangepicker .ranges ul li.active {
    background-color: #006D4E;
}

.daterangepicker .calendar-table td.active, .daterangepicker .calendar-table td.active:hover {
    background-color: #006D4E;
}

.offcanvas .tab-pane .fecha span {
    color: #4ED176;
}

.table-bordered.dataTable {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

/**** PAGINACION ****/
.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 1.67em;
}

.dataTables_paginate .pagination {
    background-color: #f2f2f2;
    line-height: 1;
    border-radius: 0;
    padding: 4px 10px; /*0.4rem 1rem*/
    margin: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 0;
    min-width: 27px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button > a > .material-icons {
    font-size: 24px;
    line-height: 30px;
}

.dataTables_paginate .pagination > li > a,
.dataTables_paginate .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    opacity: 1;
    text-decoration: none;
    color: #9b9b9b; /*#4E455C*/
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
}

.dataTables_paginate .pagination > li > a:focus,
.dataTables_paginate .pagination > li > a:hover,
.dataTables_paginate .pagination > li > span:focus,
.dataTables_paginate .pagination > li > span:hover {
    color: #5A6366;
    background-color: transparent;
    border-color: transparent;
}

.dataTables_paginate .pagination > li:first-child > a,
.dataTables_paginate .pagination > li:first-child > span,
.dataTables_paginate .pagination > li:last-child > a,
.dataTables_paginate .pagination > li:last-child > span {
    padding: 0;
    margin-left: 0;
    color: #FFF;
    border-color: #4ED176;
    background-color: #4ED176;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
    border-radius: 0;
    min-width: 32px;
    min-height: 30px;
}

.dataTables_paginate .pagination > li:first-child > a:hover,
.dataTables_paginate .pagination > li:first-child > span:hover,
.dataTables_paginate .pagination > li:last-child > a:hover,
.dataTables_paginate .pagination > li:last-child > span:hover {
    background-color: rgba(78, 209, 118, 0.5);
    border-color: rgba(78, 209, 118, 0.5);
}

.dataTables_paginate .pagination > .active > a,
.dataTables_paginate .pagination > .active > a:focus,
.dataTables_paginate .pagination > .active > a:hover,
.dataTables_paginate .pagination > .active > span,
.dataTables_paginate .pagination > .active > span:focus,
.dataTables_paginate .pagination > .active > span:hover {
    z-index: 2;
    color: #006D4E !important;
    cursor: default;
    border-color: transparent !important;
    background-color: transparent !important;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

.dataTables_paginate .pagination > li.disabled > a,
.dataTables_paginate .pagination > li.disabled > a:focus,
.dataTables_paginate .pagination > li.disabled > a:hover,
.dataTables_paginate .pagination > li.disabled > span,
.dataTables_paginate .pagination > li.disabled > span:focus,
.dataTables_paginate .pagination > li.disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: transparent;
    border-color: transparent;
}

.dataTables_length .custom-select {
    display: inline-block;
    width: auto;
    max-width: 5em; /*7rem*/
}