.folder {
    margin-bottom: 10px;
    background-clip: padding-box;
    border-radius: 5px
}

.folder .has-button {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 26px;
    line-height: 1.625rem
}

.folder > h2, .folder > h3, .folder > h4, .folder > h5 {
    margin: 0
}

.folder-trigger {
    position: relative;
    width: 100%;
    padding: 17px 20px 17px 70px;
    font-weight: 600;
    text-align: left;
    color: #222222;
    border: 0;
    background-color: #b1b1b2;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    background-clip: padding-box;
    border-radius: 5px
}

.folder-trigger h2 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
    margin: 0;
}

.folder-trigger::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background-color: #137685;
    background-clip: padding-box;
    border-radius: 5px 0 0 5px
}

.folder.is-active .folder-trigger {
    background-clip: padding-box;
    border-radius: 5px 5px 0 0
}

.folder.is-active .folder-trigger::before {
    background-clip: padding-box;
    border-radius: 5px 0 0 0
}

.is-nav .folder-trigger {
    padding: 17px 70px 20px 17px;
    color: #003767;
    background-color: #8fc3ea;
    background-clip: padding-box;
    border-radius: 0
}

.is-nav .folder-trigger:before {
    right: 0;
    left: auto;
    width: 57px;
    background-color: #222222;
    background-clip: padding-box;
    border-radius: 0
}

.folder-trigger-symbol {
    position: absolute;
    top: calc(50% - 7px);
    left: 17px;
    width: 15px;
    height: 15px
}

.is-nav .folder-trigger-symbol {
    right: 21px;
    left: auto;
    background-image: url(../img/icn-arrow-sublevel-trigger.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    transition: 0.25s;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.folder.is-active.is-nav .folder-trigger-symbol {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.folder-trigger-stroke {
    position: absolute;
    top: 0;
    left: 7px;
    width: 2px;
    height: 15px;
    background-color: #ffffff;
    transition: 0.5s
}

.folder-trigger-stroke.horizontal {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.folder.is-active .folder-trigger-stroke.horizontal {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.folder.is-active .folder-trigger-stroke.vertical {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.folder-content {
    display: none;
    padding: 17px 15px 10px;
    background-color: #f3f1f1;
    background-clip: padding-box;
    border-radius: 0 0 5px 5px
}

.is-nav .folder-content {
    padding: 0;
    background: 0
}

.folder-alternate .folder-trigger {
    color: #fff;
    background-color: #c3c3c3
}

.folder-alternate .folder-trigger::before {
    background-color: #686869
}

.folder-alternate .folder-trigger-stroke {
    background-color: #fff
}

.table-wrapper {
    margin: 30px 0
}

@media only screen and (max-width: 767px) {
    .folder-content .table-wrapper {
        overflow-x: auto;
        width: 100%
    }

    .folder-content .table-wrapper > span {
        display: block
    }
}

.folder-content.table-wrapper > span {
    display: none
}

.folder-content .table-wrapper table {
    width: 100%;
    margin: 0
}

.folder-content table {
    margin: 30px 0;
    border-spacing: 0;
    border-collapse: separate
}

.folder-content td, .folder-content th {
    padding: 15px
}

.folder-content td.align-right, .folder-content th.align-right {
    text-align: right
}

.folder-content td {
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
}

.folder-content td, .folder-content td p {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

.folder-content tr:last-child th,
.folder-content tr:last-child td {
    border-bottom: 1px solid #c3c3c3;
}

.folder-content thead th, .folder-content tbody .thead th {
    font-weight: 400;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    border-right: 1px solid #c3c3c3;
    background-color: #686869;
    font-size: 14px;
}

.folder-content thead th p, .folder-content thead th button, .folder-content tbody .thead th p, .folder-content tbody .thead th button {
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.folder-content thead th:nth-child(2) p, .folder-content thead th:nth-child(2) button, .folder-content tbody .thead th:nth-child(2) p, .folder-content tbody .thead th:nth-child(2) button {
    text-align: center;
}

.folder-content thead th:nth-child(3) p,
.folder-content thead th:nth-child(3),
.folder-content tbody .thead th:nth-child(3) p,
.folder-content tbody .thead th:nth-child(3) {
    width: 115px;
}

.folder-content thead th:nth-child(4) p, .folder-content thead th:nth-child(4) button, .folder-content tbody .thead th:nth-child(4) p, .folder-content tbody .thead th:nth-child(4) button {
    width: 100px;
    margin-left: 22px;
}

.folder-content tr th:first-child,
.folder-content tr th:first-child p,
.folder-content tr td:nth-child(3),
.folder-content tr td:nth-child(3) p,
.folder-content tr td:nth-child(4) p,
.folder-content tr td:nth-child(4) {
    text-align: center;
}

.folder-content thead th:first-child p, .folder-content thead th:first-child button, .folder-content tbody .thead th:first-child p, .folder-content tbody .thead th:first-child button {
    text-align: left;
}

.folder-content thead th:nth-child(5) p, .folder-content thead th:nth-child(5) button, .folder-content tbody .thead th:nth-child(5) p, .folder-content tbody .thead th:nth-child(5) button {
    width: 210px;
    margin-left: 35px;;
}

.folder-content thead th:first-child, .folder-content tbody .thead th:first-child {
    background-clip: padding-box;
    border-radius: 5px 0 0 0;
    width: 100px;
}

.folder-content thead th:last-child, .folder-content tbody .thead th:last-child {
    background-clip: padding-box;
    border-radius: 0 5px 0 0;
}

.folder-content thead th:last-child td, .folder-content tbody .thead th:last-child td {
    border-right: 0
}

.folder-content thead th:first-child:last-child, .folder-content tbody .thead th:first-child:last-child {
    background-clip: padding-box;
    border-radius: 5px 5px 0 0;
}

.folder-content tbody th {
    font-weight: 600;
    text-align: left;
    border-top: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}

.folder-content thead th p,
.folder-content tbody th p {
    font-weight: 600
}

.folder-content tbody tr:first-child td, .folder-content tbody tr:first-child th, .folder-content tbody tr.force-first td, .folder-content tbody tr.force-first th {
    border-top: 0
}

.folder-content table.desktop-table {
    width: 100%;
    margin: 30px 0
}

.folder-content tr:nth-child(even) {
    background: #f1f1f2;
}
.folder-content tr:nth-child(odd) {
    background: #e4e4e4;
}

@media only screen and (max-width: 767px) {
    .folder-content table.desktop-table {
        display: none
    }
}

.folder-content .mobile-tables {
    margin: 30px 0
}

@media (min-width: 768px) {
    .folder-content .mobile-tables {
        display: none
    }
}

.folder-content .mobile-table {
    width: 100%
}

.folder-content .mobile-tables--no-title .mobile-table {
    border-top: 1px solid #c3c3c3
}

.folder-content .mobile-tables .mobile-table:nth-child(even) .mobile-table--row {
    background-color: #f3f1f1
}

.folder .folder-content .mobile-tables .mobile-table:nth-child(even) .mobile-table--row {
    background-color: #fbfbfb
}

.folder-content .mobile-tables .mobile-table:nth-child(odd) .mobile-table--row {
    background-color: #fff
}

.folder-content .mobile-table + .mobile-table {
    margin-top: 10px
}

.folder-content .mobile-table--title {
    font-weight: 400;
    text-align: left;
    color: #fff;
    border: 1px solid #c3c3c3;
    background-color: #686869;
    padding: 15px;
    background-clip: padding-box;
    border-radius: 5px 5px 0 0
}

.folder-content .mobile-table--title a, .folder-content .mobile-table--title p, .folder-content .mobile-table--title .tooltip {
    color: #fff;
    font-weight: 400
}

.folder-content .mobile-table--title .is-external svg {
    fill: #8fc3ea
}

.mobile-table--row {
    border: 1px solid #c3c3c3;
    border-top: none;
    padding: 15px
}

.folder-content .mobile-table--row, .folder-content .mobile-table--row p, .folder-content .mobile-table--row .tooltip {
    color: #222222;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 20px;
    line-height: 1.25rem
}

.folder-content .mobile-table--row :last-child {
    margin-bottom: 0;
    margin-top: 0;
}

.folder-content .mobile-table--row-title {
    display: block;
    font-weight: 600
}

.folder-content .mobile-table--title-title, .folder-content .mobile-table--title-title p {
    margin-bottom: 0;
    margin-bottom: 0;
    margin-block-start: 0;
}

.folder-content .mobile-table--row-title a, .folder-content .mobile-table--row-title p, .folder-content .mobile-table--row-title .tooltip {
    font-weight: 600
}

.folder-content .mobile-table--row-title + * {
    margin-top: 0
}

.folder-content .mobile-tables--no-title .mobile-table--row {
    border-bottom: 0;
    padding-bottom: 0;
    border-color: #d0d4d7
}

.folder-content .mobile-tables--no-title .mobile-table--row:last-child {
    border-bottom: 1px solid #d0d4d7;
    padding-bottom: 15px
}

.folder-content .mobile-tables--no-title .mobile-table {
    border-top: 1px solid #d0d4d7
}

.folder-content .mobile-tables .inline-title .mobile-table--row-title {
    float: left
}

.folder-content .mobile-tables .inline-title .mobile-table--row-title:before, .folder-content .mobile-tables .inline-title .mobile-table--row-title:after {
    content: "";
    display: table;
    line-height: 0
}

.folder-content .mobile-tables .inline-title .mobile-table--row-title:after {
    clear: both
}

.folder-content .mobile-tables .inline-title .mobile-table--row {
    text-align: right
}

.folder-content .mobile-tables .inline-title :first-child.mobile-table--tag-th {
    text-align: left;
    font-weight: 600
}

.folder-content .mobile-tables .inline-title :first-child.mobile-table--tag-th .mobile-table--row-title {
    display: none
}

.file-size .size {
    display: none;
}

.folder-content .file-size .size {
    display: inline;
}

.is-external .external-wrapper {
    margin-left: 5px !important;
}

.is-external svg {
    fill: #137685;
}