﻿.aip-section {
    list-style-type: disc;
    padding: 0 0 0 40px
}

#divUploadAIP {
    margin-bottom: 30px
}
.ms-rtestate-field>p{display:none!important}
.package a {
    text-decoration: underline !important
}
.package a:hover {
    text-decoration: underline !important;
    font-weight: 500;
}
.package label{
    margin:0
}
.form-group {
    margin-bottom: 1rem;
}

.fa-download {
    cursor: pointer;
}

.table-ib th {
    background: #333;
    color: #fff;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #fff;
}

table.dataTable thead .sorting, table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    vertical-align: middle;
}

table.table-ib tr:nth-child(even),
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1,
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1,
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #fff !important;
}

/* .table-ib th, .table-ib tr { */
/* text-align: center; */
/* } */

.dataTables_wrapper .dataTables_filter input {
    border-radius: 5px;
    border: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 22px !important;
    padding: 2px 5px !important;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    font-size: 12px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 20px !important;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 16px !important;
}

td.child {
    text-align: left;
}


.hiddenClass, .auto-style2 {
    visibility: hidden !important;
}

.overlayAIP {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("/en/ais/SiteAssets/AIP/Images/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
.loading {
    overflow: hidden;
}
    /* Make spinner image visible when body element has the loading class */
    .loading.overlayAIP {
        /*display: block; */
    }
