/*  RESPONSIVE TABLES   */

.responsive-table table {
    width: 100% !important;
}

.responsive-table table thead tr {
    background-color: #ffffff !important;
    word-break: break-word;
}

.responsive-table table tr:nth-child(odd) {
    background-color: #fdfdfd;
}

.responsive-table table thead td:first-child {
    padding: 0.625rem 0.625rem;
}

.responsive-table table thead td {
    font-size: 10px;
    padding: 2px;
    width: auto !important;
    white-space: normal;
    word-break: keep-all;
}

.responsive-table table td:first-child {
    text-align: left;
}

.responsive-table table td {
    text-align: center;
    width: 100px;
}

.responsive-table table.dataTable td:nth-child(2),
.responsive-table table td:nth-child(3) {
    min-width: 90px;
    white-space: normal;
    word-break: break-word;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before {
    border: none;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    background: none;
    color: #002052;
    box-shadow: none;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 12px;
    content: "+";
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before {
    content: "-";
}


/* APPLICATIONS */

.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    height: 100px;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 50px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}


/*  OTHER STYLES    */

table {
    border-spacing: 2px;
}

table thead tr td {
    background-color: #3CB4E6;
    color: #FFFFFF !important;
    border-top: 0px;
    border-bottom: 0px;
    vertical-align: middle !important;
    border-bottom: none !important;
}