/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */
html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/* Sections ========================================================================== */
/** Remove the margin in all browsers. */
body { margin: 0; }

/** Render the `main` element consistently in IE. */
main { display: block; }

/** Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 { font-size: 2em; margin: 0.67em 0; }

/* Grouping content ========================================================================== */
/** 1. Add the correct box sizing in Firefox. 2. Show the overflow in Edge and IE. */
hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/* Text-level semantics ========================================================================== */
/** Remove the gray background on active links in IE 10. */
a { background-color: transparent; }

/** 1. Remove the bottom border in Chrome 57- 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ -webkit-text-decoration: underline dotted; text-decoration: underline dotted; /* 2 */ }

/** Add the correct font weight in Chrome, Edge, and Safari. */
b, strong { font-weight: bolder; }

/** 1. Correct the inheritance and scaling of font size in all browsers. 2. Correct the odd `em` font sizing in all browsers. */
code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ }

/** Add the correct font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sub { bottom: -0.25em; }

sup { top: -0.5em; }

/* Embedded content ========================================================================== */
/** Remove the border on images inside links in IE 10. */
img { border-style: none; }

/* Forms ========================================================================== */
/** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */
button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ }

/** Show the overflow in IE. 1. Show the overflow in Edge. */
button, input { /* 1 */ overflow: visible; }

/** Remove the inheritance of text transform in Edge, Firefox, and IE. 1. Remove the inheritance of text transform in Firefox. */
button, select { /* 1 */ text-transform: none; }

/** Correct the inability to style clickable types in iOS and Safari. */
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }

/** Remove the inner border and padding in Firefox. */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }

/** Restore the focus styles unset by the previous rule. */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }

/** Correct the padding in Firefox. */
fieldset { padding: 0.35em 0.75em 0.625em; }

/** 1. Correct the text wrapping in Edge and IE. 2. Correct the color inheritance from `fieldset` elements in IE. 3. Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers. */
legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ }

/** Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { vertical-align: baseline; }

/** Remove the default vertical scrollbar in IE 10+. */
textarea { overflow: auto; }

/** 1. Add the correct box sizing in IE 10. 2. Remove the padding in IE 10. */
[type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */
[type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ }

/** Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ }

/* Interactive ========================================================================== */
/* Add the correct display in Edge, IE 10+, and Firefox. */
details { display: block; }

/* Add the correct display in all browsers. */
summary { display: list-item; }

/* Misc ========================================================================== */
/** Add the correct display in IE 10+. */
template { display: none; }

/** Add the correct display in IE 10. */
[hidden] { display: none; }

header.red, .header.red { background-color: #AA191E; }

.table.red .table-row { background-color: #9C1317; }

.table.red .table-row:nth-child(odd) { background-color: #AA191E; }

.table.red::-webkit-scrollbar { width: 30px; }

.table.red::-webkit-scrollbar-track { background: #6B080B; }

.table.red::-webkit-scrollbar-thumb { height: 6px; border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 20px; background-color: #AA191E; box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05); }

header.brown, .header.brown { background-color: #5B372B; }

.table.brown .table-row { background-color: #482920; }

.table.brown .table-row:nth-child(odd) { background-color: #5B372B; }

.table.brown::-webkit-scrollbar { width: 30px; }

.table.brown::-webkit-scrollbar-track { background: #2E1710; }

.table.brown::-webkit-scrollbar-thumb { height: 6px; border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 20px; background-color: #5B372B; box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05); }

header.blue, .header.blue { background-color: #004582; }

.table.blue .table-row { background-color: #00386A; }

.table.blue .table-row:nth-child(odd) { background-color: #004582; }

.table.blue::-webkit-scrollbar { width: 30px; }

.table.blue::-webkit-scrollbar-track { background: #00203C; }

.table.blue::-webkit-scrollbar-thumb { height: 6px; border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 20px; background-color: #004582; box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05); }

header.plum, .header.plum { background-color: #341131; }

.table.plum .table-row { background-color: #21091F; }

.table.plum .table-row:nth-child(odd) { background-color: #341131; }

.table.plum::-webkit-scrollbar { width: 30px; }

.table.plum::-webkit-scrollbar-track { background: #140413; }

.table.plum::-webkit-scrollbar-thumb { height: 6px; border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 20px; background-color: #341131; box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05); }

header.green, .header.green { background-color: #0A6641; }

.table.green .table-row { background-color: #065435; }

.table.green .table-row:nth-child(odd) { background-color: #0A6641; }

.table.green::-webkit-scrollbar { width: 30px; }

.table.green::-webkit-scrollbar-track { background: #012C1B; }

.table.green::-webkit-scrollbar-thumb { height: 6px; border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 20px; background-color: #0A6641; box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05); }

header.grey, .header.grey { background-color: #ffffff; color: #000000; }

.table.grey .table-row { background-color: #EBF0F5; color: #000000; }

.table.grey .table-row:nth-child(odd) { background-color: #ffffff; }

.table.grey::-webkit-scrollbar { width: 30px; }

.table.grey::-webkit-scrollbar-track { background: #9CA5AE; }

.table.grey::-webkit-scrollbar-thumb { height: 6px; border: 6px solid rgba(0, 0, 0, 0); background-clip: padding-box; border-radius: 20px; background-color: #ffffff; box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05); }

.table .table-row.grey { background-color: #ffffff; color: #000000; }

.table .table-row.grey:nth-child(odd) { background-color: #EBF0F5; color: #000000; }

body { -webkit-font-smoothing: antialiased; font-family: "Roboto", sans-serif; font-size: 16px; color: #ffffff; font-weight: 400; }

h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; }

body { overflow: hidden; }

header .wrap, .header .wrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 20px 20px 40px; }

header .wrap .left h2, .header .wrap .left h2 { font-size: 60px; }

header .wrap .right svg, .header .wrap .right svg { max-width: 100%; height: auto; max-height: 100px; display: block; width: 220px; }

body.fuajee header { background-color: white; }

body.fuajee header .left h2 { color: #000000; font-weight: 400; }

div.table { overflow-x: hidden; overflow-y: scroll; }

div.table .table-row { display: flex; max-width: 100%; align-items: center; }

div.table .table-row .table-cell { padding-top: 15px; padding-bottom: 15px; padding-left: 40px; font-size: 30px; }

div.table .table-row.head { text-transform: uppercase; }

div.table .table-row.head .table-cell { padding-right: 25px; }

div.table .table-row.head .table-cell.line { width: 100%; padding-left: 10px; padding-right: 10px; }

div.table .table-row.head .table-cell.line hr { width: 100%; max-width: 95%; }

div.table .table-row.head .table-cell.title h3, div.table .table-row.head .table-cell.title h4 { padding-right: 25px; display: inline; white-space: nowrap; }

div.table .table-row.info .table-cell.name { padding-left: 80px; min-width: 25rem; width: 25rem; }

div.table .table-row.info .table-cell.cabinet { min-width: 12rem; }

div.table > .table-row.head.grey { height: 80px; }

div.table > .table-row.head.grey ~ .table-row.head.grey { height: auto; }

body.fuajee main { display: flex; height: 100vh; }

body.fuajee .header { position: -webkit-sticky; position: sticky; top: 0; }

body.fuajee .header .wrap .left h2 { font-size: 30px; }

@media (max-width: 575px) { body.fuajee .header .wrap .left h2 { font-size: 20px; } }

body.fuajee div.table { width: 100%; padding-bottom: 2.5rem; }

@media (max-width: 2180px) { body.fuajee div.table:nth-of-type(1n+5) { display: none; } }

body.fuajee div.table .table-row .table-cell { font-size: 15px; padding-left: 20px; }

body.fuajee div.table .table-row.head .table-cell.title h3 { display: block; white-space: unset; word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

body.fuajee div.table .table-row.info:last-of-type { padding-bottom: 70px; }

body.fuajee div.table .table-row.info .table-cell.name { min-width: 14rem; width: 14rem; padding-left: 40px; word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -ms-hyphens: auto; hyphens: auto; }

body.fuajee div.table .table-row.info .table-cell.cabinet { min-width: 3.2rem; }

body.web { overflow-y: scroll; }

body.web header .wrap { align-items: flex-end; }

body.web header .wrap .left h2 { color: black; font-size: 40px; font-weight: 400; }

@media (max-width: 575px) { body.web header .wrap .left h2 { font-size: 6.5vw; padding-right: 20px; } }

body.web header .wrap .right svg { max-height: 60px; width: 134px; }

body.web .search-wrap { position: relative; display: flex; flex-wrap: wrap; width: 100%; }

body.web .search-wrap input { display: block; width: 100%; background-color: rgba(0, 0, 0, 0.15); height: 30px; border: 0; padding: 10px 10px 10px 38px; background-position: 15px 18px; background-repeat: no-repeat; background-size: 15px; background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="search" class="svg-inline--fa fa-search fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z"></path></svg>'); }

body.web .search-wrap input:focus { outline: #5b372b solid 2px; }

body.web .search-wrap input::-webkit-input-placeholder { color: black; font-size: 14px; }

body.web .search-wrap input::-moz-placeholder { color: black; font-size: 14px; }

body.web .search-wrap input:-ms-input-placeholder { color: black; font-size: 14px; }

body.web .search-wrap input::-ms-input-placeholder { color: black; font-size: 14px; }

body.web .search-wrap input::placeholder { color: black; font-size: 14px; }

body.web .search-wrap .results { display: none; width: 100%; background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)); }

body.web .search-wrap .results .table { overflow-y: auto; }

body.web .search-wrap .notfound { display: none; width: 100%; background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)); }

body.web .search-wrap .notfound .table { overflow-y: auto; }

body.web main .header .wrap .left h2 { font-size: 30px; }

@media (max-width: 575px) { body.web main .header .wrap .left h2 { font-size: 20px; } }

body.web main .header .wrap .right { font-weight: 900; font-size: 12px; text-transform: uppercase; padding-right: 20px; display: inline-block; }

body.web main .header .wrap .right:after { content: ''; display: inline-block; width: 12px; height: 12px; margin-left: 10px; background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="svg-inline--fa fa-angle-down fa-w-10" data-icon="angle-down" data-prefix="far" viewBox="0 0 320 512"><path fill="%23fff" d="M151.5 347.8L3.5 201c-4.7-4.7-4.7-12.3 0-17l19.8-19.8c4.7-4.7 12.3-4.7 17 0L160 282.7l119.7-118.5c4.7-4.7 12.3-4.7 17 0l19.8 19.8c4.7 4.7 4.7 12.3 0 17l-148 146.8c-4.7 4.7-12.3 4.7-17 0z"/></svg>'); background-repeat: no-repeat; background-size: cover; background-position: center; transition: transform ease .3s; }

body.web main .header .wrap .right.active:after { transform: scaleY(-1); }

body.web main .header:hover { cursor: pointer; }

body.web main .inner { overflow: hidden; display: none; }

body.web main .inner.show { /*display: block;*/ }

body.web div.table { width: 100%; }

body.web div.table .table-row .table-cell { font-size: 18px; }

@media (max-width: 1199px) { body.web div.table .table-row .table-cell { padding-left: 30px; } body.web div.table .table-row.info .table-cell.name { padding-left: 60px; min-width: unset; width: 40%; } body.web div.table .table-row.info .table-cell.cabinet { min-width: unset; width: 28%; } body.web div.table .table-row.info .table-cell.date { width: 100%; } }

@media (max-width: 575px) { body.web div.table .table-row .table-cell { font-size: 13px; padding-left: 20px; } body.web div.table .table-row.info .table-cell.name { padding-left: 30px; min-width: 80px; } body.web div.table .table-row.info .table-cell.cabinet { min-width: 44px; padding-left: 0; } }
/*# sourceMappingURL=main.min.css.map */