@media screen and (min-width: 426px) {
    div.tx-atl-downloadservice .container > .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
}

div.tx-atl-downloadservice {
    margin-bottom: 20px;
}

div.tx-atl-downloadservice #pills-tab {
    margin: 10px 0;
    border: 1px solid #e3e3e3;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item {
    border-bottom: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:nth-child(4) {
    border-right: 0;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:nth-last-child(-n+4) {
    border-bottom: 0;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:last-child {
    border-right: 0;
}

@media screen and (max-width: 768px) {
    div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:nth-child(3) {
        border-right: 0;
    }

    div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:nth-last-child(-n+3) {
        border-bottom: 0;
    }

    div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:last-child {
        border-right: 1px solid #e3e3e3;
    }
}

@media screen and (max-width: 425px) {
    div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item {
        border-bottom: 1px solid #e3e3e3 !important;
        border-right: 0 !important;
    }

    div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:last-child {
        border-bottom: 0 !important;
    }
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-link {
    background-color: #f0f0f0;
    font-size: 18px;
    line-height: 39px;
    color: #000;
    padding: 0;
    border: 0;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-item:nth-last-child(-n+4) .nav-link {
    line-height: 40px;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-link:focus {
    box-shadow: inset 0 0 0 #ddd;
}

div.tx-atl-downloadservice #pills-tab.nav-pills .nav-link.active {
    background-color: #ffb800;
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
}

div.tx-atl-downloadservice .accordion div.card {
    margin-bottom: 10px;
}

div.tx-atl-downloadservice .accordion div.card .card-header {
    background-color: #f0f0f0;
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    position: relative;
    padding: 10px 10px 9px;
    line-height: 20px;
}

div.tx-atl-downloadservice .accordion div.card .card-header span {
    font-family: FagoWebPro, Helvetica, Arial, sans-serif;
    position: absolute;
    font-size: 15px;
    right: 50px;
    top: 10px;
}

@media screen and (max-width: 375px) {
    div.tx-atl-downloadservice .accordion div.card .card-header span {
        display: none;
    }
}

div.tx-atl-downloadservice .accordion div.card .card-header:before {
    content: "";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 23px;
    height: 15px;
    background-image: url('vhs-assets-css-2b6b9e6d0e5f7cf228dac4096e0e9ad8.svg');
    background-size: 100%;
}

div.tx-atl-downloadservice .accordion div.card.active .card-header:before {
    transform: rotate(180deg);
}

div.tx-atl-downloadservice .accordion div.card .card-header:hover {
    cursor: pointer;
}

div.tx-atl-downloadservice .accordion div.card.active .card-header {
    background-color: #ffb800;
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
}

div.tx-atl-downloadservice .accordion div.card .card-body {
    border: 1px solid #ffb800;
    border-top: 0;
}

div.tx-atl-downloadservice .accordion div.card .card-body .col-sm-4 {
    margin-bottom: 12px;
}

div.tx-atl-downloadservice .accordion div.card .card-body.tableView table.table td,
div.tx-atl-downloadservice .accordion div.card .card-body.tableView table.table th {
    vertical-align: middle;
}

div.tx-atl-downloadservice .accordion div.card .card-body.tableView table.table th {
    width: 33.3333%;
    vertical-align: middle;
    font-family: FagoWebPro-Bold, Helvetica, Arial, sans-serif;
    background-color: #f0f0f0;
    color: #000;
}

div.tx-atl-downloadservice .accordion div.card .card-body.tableView .subcategory-text {
    padding: 0 1.25rem;
}

div.tx-atl-downloadservice .accordion div.card .card-body.fileView table.table {
    margin-bottom: 0;
}

div.tx-atl-downloadservice .accordion div.card .card-body.fileView table.table td:nth-child(3) {
    vertical-align: middle;
}

div.tx-atl-downloadservice .accordion div.card .card-body.fileView table.table td {
    vertical-align: top;
}

div.tx-atl-downloadservice .accordion div.card .card-body .form-check-inline {
    margin-right: 5px;
}

div.tx-atl-downloadservice .accordion div.card .card-body.fileView .form-check-inline {
    float: left;
    margin-top: 2px;
}

div.tx-atl-downloadservice .accordion div.card .card-body .form-check-label {
    margin-right: 5px;
}

div.tx-atl-downloadservice .accordion div.card .card-body .form-check-label:before {
    margin-right: 0;
}

div.tx-atl-downloadservice .accordion div.card .card-body i {
    display: inline-block;
    width: 27px;
    height: 38px;
    margin-right: 21px;
    background-color: #ffb800;
    vertical-align: middle;
    position: relative;
    padding: 12px 2px 0 0;
}

div.tx-atl-downloadservice .accordion div.card .card-body.fileView i {
    float: left;
    margin-top: 1px;
}

div.tx-atl-downloadservice .accordion div.card .card-body i img {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

div.tx-atl-downloadservice .accordion div.card .card-body i:before {
    content: "";
    width: 39px;
    height: 40px;
    position: absolute;
    z-index: 99;
    top: -1px;
    left: -1px;
}

div.tx-atl-downloadservice .accordion div.card .card-body i.file-pdf:before {
    background-image: url('vhs-assets-css-549b60372d2d4b9f2ecd3f1ce9f08455.svg');
}

div.tx-atl-downloadservice .accordion div.card .card-body i.file-exe:before {
    background-image: url('vhs-assets-css-2dc9e35c0d5608c65d2420b8b41b9865.svg');
}

div.tx-atl-downloadservice .accordion div.card .card-body i.file-zip:before {
    background-image: url('vhs-assets-css-2da3d46516b25fb4d9510e60ef60a252.svg');
}

div.tx-atl-downloadservice .accordion div.card .card-body.fileView a,
div.tx-atl-downloadservice .accordion div.card .card-body.tableView a {
    display: inline-block;
    width: 100%;
    max-width: 254px;
}

div.tx-atl-downloadservice .form-navigation button {
    display: inline-block;
}

div.tx-atl-downloadservice .form-navigation button i.icon-pdf {
    display: inline-block;
    margin-right: 5px;
    width: 34px;
    height: 31px;
    background-image: url('vhs-assets-css-1c963bb97e554fc7c8f642f58c31dbb3.svg');
    vertical-align: middle;
}

div.tx-atl-downloadservice .form-navigation button span {
    display: inline-block;
    vertical-align: middle;
}

.jconfirm .jconfirm-box {
    border-radius: 0 !important;
}

.jconfirm .jconfirm-box.jconfirm-type-dark {
    animation-name: inherit;
    border-top: solid 7px #ffb800;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-warning {
    background-color: #ffb800;
    border-color: #ffb800;
    color: #000;
}


