/* History datatable */
#exportImportSelection {
    width:100%!important;
    margin-bottom: 30px;
}

#exportImportSelection th {
    font-weight: normal;
    color: #888888;
}

#exportImportSelection > tbody > tr:hover {
    background-color: #dcf4fe;
    cursor: pointer;
}

#exportImportSelection td {
    border-top-style: dashed;
    padding: 7px;
}

.dt-footer #exportImportSelection_paginate,
.dt-footer #exportImportDesigner_paginate {
    float:none !important;
}

.dt-footer #exportImportSelection_paginate .pagination > li > a,
.dt-footer #exportImportSelection_paginate .pagination > li > span,

.dt-footer #exportImportDesigner_paginate .pagination > li > a,
.dt-footer #exportImportDesigner_paginate .pagination > li > span {
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
    width: 36px;
    color: #25AAE1;
    border-color: #25AAE1;
}

.dt-footer #exportImportSelection_paginate .pagination > .active > a,
.dt-footer #exportImportSelection_paginate .pagination > .active > a:hover,

.dt-footer #exportImportDesigner_paginate .pagination > .active > a,
.dt-footer #exportImportDesigner_paginate .pagination > .active > a:hover {
    background-color: #25AAE1;
    border-color: #25AAE1;
    color: #ffffff;
}

.dt-footer #exportImportSelection_paginate .pagination > .disabled > a,
.dt-footer #exportImportSelection_paginate .pagination > .disabled > a:hover,

.dt-footer #exportImportDesigner_paginate .pagination > .disabled > a,
.dt-footer #exportImportDesigner_paginate .pagination > .disabled > a:hover {
    background-color: transparent !important;
    border-color: #dddddd;
    color: #dddddd;
}

.dt-footer #exportImportSelection_paginate .pagination > li > a:hover,
.dt-footer #exportImportSelection_paginate .pagination > li > span:hover,
.dt-footer #exportImportSelection_paginate .pagination > li > a:focus,
.dt-footer #exportImportSelection_paginate .pagination > li > span:focus,

.dt-footer #exportImportDesigner_paginate .pagination > li > a:hover,
.dt-footer #exportImportDesigner_paginate .pagination > li > span:hover,
.dt-footer #exportImportDesigner_paginate .pagination > li > a:focus,
.dt-footer #exportImportDesigner_paginate .pagination > li > span:focus{
    background-color: #dcf4fe;
}

.dt-header #exportImportSelection_filter {
    padding-top: 5px;
}

.dt-header #exportImportSelection_filter label {
    float: left;
}

.dt-header #exportImportSelection_filter .input-sm {
    width: 250px;
    border-radius: 0px;
    font-size: 14px;
}

.dt-header .action-bar {
    display: flex;
    gap: 10px;
}

.dt-header .action-bar .action-item {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d7d7d7;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}
.dt-header .action-bar .action-item:active {
    border: 3px solid #e9e9e9;
}
.dt-header .action-bar .action-item.active,
.dt-header .action-bar .action-item:hover {
    background-color: #25AAE1;
    color: white;
}
.dt-header .action-bar .action-item .action-icon {
    font-size: 17px;
}

/* History item designer */
.export-import-designer .alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.history-items-header {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    background-color: var(--light-blue);
    padding: 12px;
    border-radius: 5px;
    margin-block-end: 25px;
}

.history-items-header-item {
    display: flex;
    align-items: center;
}

.history-items-section {
    margin-bottom: 32px;
}

.history-items-section-item {
    margin: 8px 0px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.history-items-section-item.grid {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
}

.history-items-section-item.grid.cloumns3 {
    grid-template-columns: 1fr 2fr 2fr;
}

.history-items-section-item.grid .title {
    font-weight: 600;
}