<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">			.mr-3 {
    margin-right: 20px;
}

.d-flex {
    display: flex;
}
		.table {
  border-spacing: 0 0.85rem !important;
}

.table .dropdown {
  display: inline-block;
}

.table td,
.table th {
  vertical-align: middle;
  margin-bottom: 10px;
  border: none;
}
.table&gt;tbody&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;thead&gt;tr&gt;th {
    vertical-align: middle!important;
	border-top: none!important;		
	position:relative;
}

.table thead tr,
.table thead th {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: transparent;
}

.table td {
  background: #fff;
}

.table td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.table-hover&gt;tbody&gt;tr:hover {
    background-color: #e5e4e4;
}
.avatar {
  width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    display: flex;
    background: transparent;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 700;
    vertical-align: bottom;
    font-size: 34px!important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    justify-content: center;
}

.avatar-sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.83333rem;
  line-height: 1.5;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar-blue {
  background-color: #c8d9f1;
  color: #467fcf;
}
.table thead tr, .table thead th {
    border: none;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: transparent;
    font-weight: bold!important;
}
table.dataTable.dtr-inline.collapsed
  &gt; tbody
  &gt; tr[role="row"]
  &gt; td:first-child:before,
table.dataTable.dtr-inline.collapsed
  &gt; tbody
  &gt; tr[role="row"]
  &gt; th:first-child:before {
  top: 28px;
  left: 14px;
  border: none;
  box-shadow: none;
}

table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; td:first-child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr[role="row"] &gt; th:first-child {
  padding-left: 48px;
}

table.dataTable &gt; tbody &gt; tr.child ul.dtr-details {
  width: 100%;
}

table.dataTable &gt; tbody &gt; tr.child span.dtr-title {
  min-width: 50%;
}

table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; th.child,
table.dataTable.dtr-inline.collapsed &gt; tbody &gt; tr &gt; td.dataTables_empty {
  padding: 0.75rem 1rem 0.125rem;
}

div.dataTables_wrapper div.dataTables_length label,
div.dataTables_wrapper div.dataTables_filter label {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin-top: 1rem;
  }
}

.btn-icon {
  background: #fff;
}
.btn-icon .bx {
  font-size: 20px;
}

.btn .bx {
  vertical-align: middle;
  font-size: 20px;
}
.rendering, .rendering span {
    font-size: 16px; line-height:1.1; max-width: 900px;
	    z-index: 9;		
}
.badge {
  padding: 0.5em 0.75em;
}

.table a {
  color: #212529;
}

.table a:hover,
.table a:focus {
  text-decoration: none;
}

table.dataTable {
  margin-top: 12px !important;
}

.icon &gt; .bx {
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  text-align: center;
  font-size: 1.0625rem;
}

input.form-control {
    border: 1px solid rgba(12, 12, 12, 0.12);
    padding: 0 10px;
    background: #fff;
}


select.form-control {
    border: 1px solid rgba(12, 12, 12, 0.12);
    background: #fff;
}
h3.title, h3.title a.link, h3.title span {
    font-size: 18px;
    font-weight: 700!important;
    margin-bottom: 0;
    white-space: normal;
    line-height: 1.1;
	max-width: 800px;		
}

p.type {
    margin-bottom: 0;
    margin-top: 5px;
}
span.type_family {
    font-weight: bold;
}
p.type {
    margin-bottom: 0;

    margin-top: 5px;
    font-size: 14px;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
    white-space: unset!important;
}			

a.link.person {
    border-bottom: 1px solid #ffd400;
}
a.link.person:hover {
    background: #ffd40045;
}			
		#example tr:nth-of-type(5n-4) .avatar {
            background-color: rgb(248 183 59 / 20%);
        }

        #example tr:nth-of-type(5n-3) .avatar {
            background-color: rgb(97 185 199 / 20%);
        }

        #example tr:nth-of-type(5n-2) .avatar {
            background-color: rgb(233 30 99 / 10%);
        }

        #example tr:nth-of-type(5n-1) .avatar {
            background-color: rgb(161 122 198 / 20%);
        }

        #example tr:nth-of-type(5n) .avatar {
            background-color: rgb(197 225 165 / 51%);
        }

   
		
		#example tr:nth-of-type(5n-4) .avatar i {
            color: #f8b73b;
        }

        #example tr:nth-of-type(5n-3) .avatar i {
            color: #61b9c7;
        }

        #example tr:nth-of-type(5n-2) .avatar i {
            color: #e91e63;
        }

        #example tr:nth-of-type(5n-1) .avatar i {
            color: #a17ac6;
        }

        #example tr:nth-of-type(5n) .avatar i {
            color: #689f38;
        }

     
	.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    background-color: #003359;
    border-color: #003359;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    color: #003359;
}	
	
@media (max-width:650px) {
.d-flex.align-items-center {flex-direction: column; text-align: center;}
.avatar {width: 40px; height: 40px; line-height: 40px; font-size: 20px;}
p.type {display: none;}
.rendering, .rendering span {font-size: inherit; line-height: inherit;}
#example_wrapper .col-sm-12 {padding: 0;}
}	
</pre></body></html>