th{
    position: relative;
}

.removegroup{
    position: absolute;
    top: 10px;
    right: 10px;
    outline: none !important;
    color: #74788d;
    font-family: "LineAwesome";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 1.25rem;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.removegroup:before {
    font-size: 1.3rem;
}

.removegroup:before {
    content: "";
}

.datatable.table-bordered{
    border: 0;
}

.datatable.table-bordered th {
    border: 0px solid #ebedf2;
}

.datatable.table-bordered.header th {
    border: 1px solid #ebedf2;
}

.datatable th{
    text-align: center;
}

.datatable th.kt-align-left{
    text-align: left;
}

.datatable th.kt-align-right{
    text-align: right;
}

.datatable{
    font-size: 12px;
}

.datatable thead tr{
    border: 0;
}

.datatable tbody{
    border-bottom: 2px solid #000!important;
}

.datatable.top tbody{
    border-bottom: 0px solid #000!important;
}

.datatable .num{
    text-align: right;
}

.datatable.table-bordered .brd-top{
    border-top: 2px solid #000;
}

.datatable.table-bordered .brd-bottom{
    border-bottom: 2px solid #000;
}

.datatable.table-bordered .brd-bottom-sm{
    border-bottom: 1px solid #000;
}

.datatable.table-bordered .brd-left{
    border-left: 2px solid #000;
}

.datatable.table-bordered .brd-right{
    border-right: 2px solid #000;
}

.datatable .sortable{
    cursor: pointer;
    position: relative;
}

.datatable .sortable div{
    pointer-events: none;
}

.datatable .hide_btn{
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    font-size: 9px;
    margin: 3px;
}

.datatable .sortcol{
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
}

.datatable .sortcol:before{
    position: absolute;
    content: '..';
    top: 0px;
    right: 0px;
    display: block;
    font-size: 9px;
    content: "\f1a9";
    font-family: Flaticon2;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    line-height: 1;
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

.datatable .sortable[data-sort="asc"] .sortcol:before{
    content: "\f1a5";
}

.datatable .sortable[data-sort="desc"] .sortcol:before{
    content: "\f1a3";
}

.datatable .hiddencol{
    width: 0px!important;
    overflow: hidden!important;
    padding: 0;
    border: 0!important;
}

.datatable .hiddencol span{
    display: none;
}

.datatable .hiddencolth{
    width: 0px!important;
    overflow: hidden!important;
    padding: 0;
    border: 0!important;
}

.datatable .hiddencolth span{
    display: none
}

.datatable .hiddencolth div.namecol{
    display: none;
}

.datatable .hiddencolth div.sortcol{
    display: none;
}

.datatable .hiddencolth:before{
    display: none
}

.kt-spinner {
    display: inline-block;
    margin: 25px auto;
}

.table .moreinfotable>td{
    background-color: #fafbfc;
    border: 1px solid #000;
    border-top: 0;
}

nav .kt-spinner {
    display: inline-block;
    transform: translate(10px, -5px);
}

.kt-widget11 .table tbody > tr > td{
    padding: 10px 5px;
}

.tab-pane{
    position: relative;
} 

.visibledrop{
    position: absolute;
    top: 8px;
    right: 0;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 3px 5px;
    z-index: 11;
}

.visibledrop .drop{
    cursor: pointer;
    padding: 3px 5px;
}

.visibledrop .drop i{
    pointer-events: none;
    display: inline-block;
    font-size: 10px;
    margin-left: 4px;
}

.drop_expand{
    display: none;
    padding: 5px;
    max-height: 250px;
    overflow: auto;
}

.drop_expand ul{
    margin: 0;
    padding: 5px 10px;
}

.drop_expand li{
    list-style: none;
}

.visibledrop.active .drop_expand{
    display: block;
}

.visibledrop.active .drop i{
    transform: rotate(180deg);
}

.pt-25{
    padding-top: 25px;
}

#action_graph{
    height: 500px;
    width: 100%;
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    border-color: #ebedf2;
}

.brd-top-2{
    position: relative;
}

.brd-top-2:after{
    display: block;
    position: absolute;
    top: 1px;
    width: 100%;
    border-top: 1px solid #000;
    content: '';
    left: 0;
}

.brd-right-2{
    position: relative;
}

.brd-right-2:before{
    display: block;
    position: absolute;
    right: 1px;
    height: 100%;
    border-right: 1px solid #000;
    content: '';
    top: 0;
}

table.sticky-x td.sticky, table.sticky-x th.sticky{
    position: sticky; 
    left: 0; 
    z-index: 10;
    background-color: #fff;
    box-shadow: 0px 1px 0px 0px #000, 1px 0px 0px 0px #000;
}

table.sticky-x td.sticky.nobox, table.sticky-x th.sticky.nobox{
    box-shadow: 1px -1px 0px 0px #fff, 0px 0px 0px 0px #fff;
}

.pagination {
    gap: 5px;
}

.page-link:hover {
    color: #fff;
}

input.form-control[readonly]{
    border: 0;
    padding: 0.5rem 0rem;
}

.removeversion i:last-child, .editversion i:last-child{
    display: none;
}

tr.editing .removeversion i:first-child, tr.editing .editversion i:first-child{
    display: none;
}

tr .removeversion i:last-child{
    transform: rotate(45deg);
}

tr.editing .removeversion i:last-child, tr.editing .editversion i:last-child{
    display: block;
    font-size: 14px;
    margin: 1px 0px;
}

#savecampaign i{
    display: none;
}

#savecampaign.changes i{
    display: inline-block;
}

input.form-control.error{
    border-color: red;
}

.bootstrap-select > .dropdown-toggle.btn-light.error, .bootstrap-select > .dropdown-toggle.btn-secondary.error{
    border-color: red;
}

#htmlmodal .modal-xl{
    max-width: 90%;
    width: 90%;
}

#htmlmodal .modal-content {
    height: calc(100vh - 50px);
}

#htmlmodal .modal-body {
    padding-bottom: 0;
}

#htmlmodal textarea.form-control {
    height: calc(100vh - 290px);
}

#html_preview{
    height: calc(100vh - 215px);
    width: 100%;
}

tr#version_row_no_version_code{
    /*display: none;*/
}

#addversion{
    display: none;
}

#edithtmlcode, .edithtmlcode{
    cursor: pointer;
    padding: 0.5rem 0.6rem!important;
}

#edithtmlcode i, .edithtmlcode i{
    pointer-events: none;
}

.form-group{
    position: relative;
}

#version_list tbody td{
    position: relative;
}

.savemsg {
    position: absolute;
    bottom: 10px;
    right: 7px;
}

td .savemsg {
    border-top: 10px solid #fff;
    border-bottom: 10px solid #fff;
    bottom: 7px;
}

iframe{
    resize: horizontal;
}

#preview_tbl td.selected{
    background-color: #384ad7;
    color: #fff;
}

#list_files_tab{
    position: relative;
}

#new_emails_type{
    position: absolute;
    top: -70px;
    right: 0;
    width: 200px;
}

.viewemails i{
    pointer-events: none;
}

.modal nav{
    width: 100%;
}

.removeemail i{
    pointer-events: none;
}

#heatmap_content{
    color: #000;
}

.heatmap_overlay {
    position: absolute;
    top: 0px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 2px;
    line-height: 15px;
    padding: 0 5px;
    z-index: 1000;
    transition: 200ms;
    color: #fff;
    text-shadow: 0px 0px 4px rgb(0 0 0);
}

.ak_number{
    font-family: 'Inconsolata', monospace;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

#emails_tbl td{
    word-wrap: break-word;
    max-width: 1px;
}

.kt-portlet__body.loading{
    position: relative;
}

.kt-portlet__body.loading::before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(255,255,255,0.6);
    z-index: 10;
}

.kt-portlet__body.loading::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    border: 2px solid #716aca;
    border-right: 2px solid transparent;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    animation: kt-spinner .5s linear infinite;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 11;
}