.DTFC_LeftBodyWrapper{
	position: relative;
    top: 0px;
    left: 0px;
    height: 6902px;
    overflow: hidden !important;
    background: white;
}
.DTFC_LeftBodyLiner{
	position: relative;
    top: 0px;
    left: 0px;
    overflow-y: hidden !important;
    width: 100%;
    height: 6902px;
    max-height: 6902px;
}
.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    min-height: 25px !important;
    padding: 0 2.25rem;
    background-color: transparent;
    border-bottom: 1px solid #eff2f5;
}
.container-privacy{
  margin: auto;
  width: 80%;
  height:auto;
  padding: 10px;
  background: white;
  box-shadow: 2px 2px 5px;
  text-align: center;
}
.text-privacy{
	font-size: 15px;
    text-align: justify;
    padding: 20px;
    font-family: inherit;
}
.button-privacy{
	width:100%;
}
table.dataTable {
    width: 100%!important;
    margin: 0!important;
}
/*
td[id*=id_status]{
    background: #17438d !important;
	  color: white !important;
}
*/
/* Ensure that the demo table scrolls */
th, td { 
	white-space: nowrap;
	border: 1px solid #A8A8A8 !important;
}
div.dataTables_wrapper {
        /*width: 800px;*/
    margin: 0 auto;
}
.dataTables_scrollBody{
	max-height: 100% !important;
}
.DTFC_ScrollWrapper{
	height: 100% !important;
}
.badge{
	padding:3px !important;
}
table.dataTable>thead .sorting_asc, table.dataTable>thead .sorting_desc{
	vertical-align: bottom !important;
}
table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #17438d !important;
}
.dataTable > thead > tr > th[class*="sort"]:before,.dataTable > thead > tr > th[class*="sort"]:after {
    background:none !important;
}
.odd{
	background: #ededed;
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
div.container {
    width: 100%;
}
.required:after {
    content: "*";
    position: relative;
    font-size: inherit;
    color: #fff !important;
    padding-left: 0.25rem;
    font-weight: 700;
}
.pagination li{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
}
.pagination li:active{
	z-index: 3;
    color: #fff !important;
    background-color: #092E79 !important;
    border-color: transparent;
}
.pagination li.active{
	z-index: 3;
    color: #fff !important;
    background-color: #092E79 !important;
    border-color: transparent;
}
.pagination li.active a{
    color: #fff !important;
}
.pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px !important;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	padding-left: 0;
    list-style: none;
}
.summary{
    color: #009ef7;
    background-color: #f1faff;
    margin-right: auto!important;
    display: inline-block;
    padding: 0.5em 0.85em;
    font-size: .85rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.475rem;
}
th{
	font-size: 13px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
	color: #0e0e0e !important;
	padding: 10px !important;
}
td span{
	padding: 10px !important;
}
th a{
	color: black !important;
}
main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
	background: #e9f6ff !important;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.input-group-text {
	text-align: left !important;
	white-space: nowrap !important;
}

table, th, td{
  width: 100px !important;
}
