.transfer-double {
    width: 100%;
    height: 390px;
    background-color: #fff;

    z-index: 1000;

}
#lstview, #lstview_to {
    height: 265px;
    border-radius: unset;

}
.dm-search{
    /* margin-bottom: 10px; */
    /* border-radius: unset; */
}
#lstview option, #lstview_to option {
        background-color: #f4f5f8 !important;
        margin: 5px 0px;
        padding: 6px 10px;
}
.steps {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px){
  .wizard.vertical > .steps {
      width: 240px;
  }
  .wizard.vertical > .content {
      width: calc(100% - 240px);
  }
  .wizard.vertical > .actions {
    width: calc(100% - 240px);
  }
}

    
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.vertical-tab{
    display: table;
    width: 100%;
}
.vertical-tab .nav-tabs {
    display: table-cell;
    width: 220px;
    border: solid 1px #ddd;
    padding: 10px 0px 0px 10px;

    border-right: none;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}
.vertical-tab .nav-tabs li{
    float: none;
    vertical-align: top;
    margin-bottom: 15px;
    width: 180px;
}
.vertical-tab .nav-tabs li a {
    display: block;
    padding: 10px;
    margin-right: 0;

    color: #fff;
    text-transform: uppercase;
    background: #fff;
    border: solid 1px rgba(72, 94, 144, 0.16);
    border-radius: 5px;
    position: relative;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li a.active {
    background: #7987a1;
    border: none;
    color: #fff;
}
.vertical-tab .nav-tabs li a.active:after{
    content: "";
    width: 20px;
    height: 20px;
    background: linear-gradient(225deg,#7987a1 49%, transparent 50%);
    position: absolute;
    top: 50%;
    right: -9px;
    transform: translateY(-50%) rotate(45deg);
}
.vertical-tab .tab-content{
    display: table-cell;
    padding: 15px 15px 15px 15px;
    /* font-size: 15px; */
    /* letter-spacing: 1px; */
    /* line-height: 25px; */
    text-align: justify;
    vertical-align: top;
    border: solid 1px rgba(72, 94, 144, 0.16);
    border-left: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.vertical-tab .tab-content h3{
    color: #7987a1;
}
@media only screen and (max-width: 479px){
    .vertical-tab{
        border-right: none;
        border-bottom: 8px solid #e74c3c;
    }
    .vertical-tab .nav-tabs{
        display: block;
        margin: 0 -10px;
        border-right: none;
    }
    .vertical-tab .nav-tabs li{ margin-bottom: 10px; }
    .vertical-tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .vertical-tab .nav-tabs li a{ padding: 10px; }
    .vertical-tab .nav-tabs li.active a:after{ display: none; }
    .vertical-tab .tab-content{
        display: block;
        padding: 15px 0;
    }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.brand-pills > li {
    width: 100%;
}

.nav-pills .brand-nav {
    transition: all 0.2s ease-in-out;
    background-color: #7987a1;
    border: solid 1px #dddddd;
}
.brand-pills > li > a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.brand-nav.active:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 19px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 18px solid #0168fa;
    position: absolute;
    margin-top: -29px;
    right: 0px;
    z-index: 2;
}
.dm-status span.submitted {
    background-color: #1fae65;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dm-status span.pending {
    background-color: #ffa500;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dm-status span.error {
    background-color: #dc3545;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    display: inline;
}
.dm-status span.finished {
    background-color: #0168fa;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dm-status span.inprogress {
    background-color: #00b8d4;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.step-timeline {
    counter-reset: test 20;
    position: relative;
    display: flex;
    justify-content: space-around;
    border: 1px solid rgba(72, 94, 144, 0.16);
    border-radius: 10px;
    background: #f4f5f8;
    padding: 20px 0px 30px 0px;
    margin: 20px 0px;
    width: 70%;
}
.step-timeline li {
    width: 100px;
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background: #fff;
    color: #000;
    transition: all ease-in-out .3s;
    /* overflow: hidden; */
    padding-top: 20px;
    position: relative;
}
.step-timeline li span {
    position: absolute;
    top: 86px;
    left: -43px;
    font-size: 14px;
    font-weight: 600;
    font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
    text-transform: uppercase;
    color: #8392a5;
    text-align: center;
    width: 185px;
}
 .step-timeline li:after{
    content: "\F054";
    font: normal normal normal 64px/1 "Material Design Icons";
    position: absolute;
    width: 100%;
    transition: all ease-in-out .3s;
    margin-left: 16%;
    color: #8392a5;
  } 
  
 .step-timeline li:last-child:after{
    content: none;
  }
  

/* DM Job Status */
.dmJob-status .submitted {
    background-color: #0168fa;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dmJob-status .pending {
    background-color: #ffa500;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dmJob-status .error {
    background-color: #dc3545;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
    display: inline;
}
.dmJob-status .finished {
    background-color: #0168fa;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dmJob-status .None {
    background-color: #0168fa;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dmJob-status .inprogress {
    background-color: #00b8d4;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dmJob-status .datacopied {
    background-color: #00cccc;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}
.dmJob-status .partial {
    background-color: #5b47fb;
    padding: 5px;
    border-radius: 4px;
    font-size: 11px;
    color: #fff;
    text-align: center;
}

/* Card-body status */
.card-body.submitted{
    border-left: solid 4px #0168fa;
  }
.card-body.finished{
    border-left: solid 4px #10b759;
  }
  .card-body.pending{
    border-left: solid 4px #ffa500;
  }
  .card-body.error{
    border-left: solid 4px #dc3545;
    color: inherit !important;
  }
  .card-body.None{
    border-left: solid 4px #0168fa;
  }
  .card-body.datacopied{
    border-left: solid 4px #00cccc;
    color: inherit !important;
  }
  .card-body.partial{
    border-left: solid 4px #5b47fb;
    color: inherit !important;
  }


/* Badges status */
.badge.finished{
    background-color: #10b759 !important;
  }

  .badge.pending{
    background-color: #ffa500 !important;
  }
  .badge.error{
    background-color: #dc3545 !important;
    color: #fff !important;
    display: unset;
  }
  .badge.None{
    background-color: #0168fa !important;
    color: #fff !important;
    display: unset;
  }
  .badge.datacopied{
    background-color: #00cccc !important;
    color: #fff !important;
    display: unset;
  }
  .badge.partial{
    background-color: #5b47fb !important;
    color: #fff !important;
    display: unset;
  }

  /* Icon Color */
  .fal.finished{
      background-color: unset;
      color: #10b759 !important;
      font-size: 25px;
  }
  .fal.submitted{
    background-color: unset;
    color: #0168fa;
    font-size: 25px;
}
  .fal.error{
    background-color: unset;
    color: #dc3545;
    font-size: 25px;
}
.fal.pending{
    background-color: unset;
    color: #ffa500;
    font-size: 25px;
}
.fal.datacopied{
    background-color: unset;
    color: #00cccc;
    font-size: 25px;
}
.fal.partial{
    background-color: unset;
    color: #5b47fb;
    font-size: 25px;
}


/* Accordion */
.bs-accordion .card-body a {
    display: block;
  }
  .bs-accordion .card-body div[aria-expanded=true] .mdi.mdi-chevron-right {
    cursor: pointer;
    color: #0168fa !important;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .bs-accordion .card-body div .mdi.mdi-chevron-right {
    cursor: pointer;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .ui-accordion-content {
    border: 1px solid rgba(72, 94, 144, 0.16) !important;
    border-top-width: 0;
    padding: 0px !important;
    /* position: relative; */
    overflow: unset !important;
}
  /* Select 2 */
  .select2-results__options[aria-multiselectable="true"] li {
    padding-left: 30px;
    position: relative
  }
  .select2-results__options[aria-multiselectable="true"] li:before {
    position: absolute;
    left: 8px;
    opacity: .6;
    top: 6px;
    font-family: "FontAwesome", serif;
    content: "\f0c8";
  }
  .select2-results__options[aria-multiselectable="true"] li[aria-selected="true"]:before {
    content: "\f14a";
  }

  /* MultiSelect */
  .multiselect-container.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }
  .multiselect-container.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }
  .multiselect.btn-default {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.9375rem + 2px);
    padding: 0.46875rem 1.625rem 0.46875rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
  }
  .multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 3px 20px 3px 0px !important;
  }

  /* Error Table */
  table.node-info {
    font-size: 11px;
    margin: 0 0 10px;
    width: 100%;
    word-wrap: break-word;
}
table.node-info tr:not(.blank) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-wrap: break-word;
}
table.node-info tr:not(.blank) td:first-child {
    color: inherit;
    vertical-align: top;
    width: 90px;
    padding: 3px 3px 3px 6px;
    background: #f9f9f9;
    border-right: 1px solid #ddd;
}
.wrapword {
    white-space: -moz-pre-wrap !important;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    white-space: -webkit-pre-wrap;
    word-break: break-all;
    white-space: normal;
}
  /* select with custom icons */
  .ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png);
    display: none;
  }

  .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
  }

  .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 28px;
    width: 28px;
    top: 0.1em;
    border: solid 1px #e2e5ed;
    background-color: #f4f5f8;
    background-size: 28px;
    object-fit: cover;
    background-position: center;

  }
  .select2-results__option span img{
    border: solid 1px #ddd;
    border-radius: 10%;
    background: #fff;
    width: 30px;
    height: 30px;
    padding: 2px;
}
.select2-selection__rendered span img {
  border-right: solid 1px #c0ccda;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #f4f5f8;
  width: 36px;
  height: 36px;
  padding: 5px;
  position: relative;
  left: -10px;
  top: 0px;
}
  .ui-icon.rdbms {
    background: url("/common/web/img/mysql.svg") 0 0 no-repeat;
  }

  .ui-icon.hdfs {
    background: url("/common/web/img/hdfs-logo.jpg") 0 0 no-repeat;

  }

  .ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 100%;
    height: calc(1.5em + 0.9375rem + 2px);
    padding: 10px 10px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #596882;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%233b4863' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.625rem center/8px 10px;
  }


  .select2-container--default .select2-results__group {
    background-color: #f4f5f8;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 0px;
}
    .dm-table table {
    text-align: left;
    position: relative;
    border-collapse: collapse; 
  }
  .dm-table th {
    background: white;
    position: sticky !important;
    top: -1px; /* Don't forget this, required for the stickiness */
    z-index: 9;
  }

  div.dataTables_wrapper {
        width: 100%;
        margin: 0 auto;
    }
    .wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
    border-color: #10b759;
    background-color: #10b759;
    color: #fff;
}
.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    color: #10b759;
}
.wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
    border-color: #0168fa;
    background-color: #0168fa;
    color: #fff;
} 
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    color: #0168fa;
} 

.dm-source-table tbody td.sorting_1 {
  background-color: #b4bdce !important;
}

.tp-col-bg-1{
  background-color: #e3e7ed !important;
}
.tp-col-bg-2{
  background-color: #cdd4e0 !important;
}
.tp-col-bg-3{
  background-color: #fff !important;
}
.tp-col-bg-4{
  background-color: #f4f5f8 !important;
}

.tp-srcType, .tp-dstnType{
  background-color: #fff;
}
.bgicon.green{
  background-color: #10b759 !important;
}
.bgicon.grey{
  background-color: #7987a1 !important;
}
.bgicon.red{
  background-color: #dc3545 !important;
}
.bgicon.green span, .bgicon.grey span, .bgicon.red span{
  color: #fff !important;
}

.dm-source-table .tx-red{
  color: #FF0000;
  font-weight: bold;
}
#dmDBDetails td, #dmTargetDBDetails td {
width: 25% !important;
}



/* *********************** Pod Management ********************************* */

.podcard {
  /* border-width: 0; */
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  word-wrap: break-word;
  background-color: #fff;
  /* border: 1px solid rgba(19, 24, 44, 0.125); */
  border-radius: 0.25rem;
}

.list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

.list-item.block .media {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.flex {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.userinfo {
  height: 1.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
}

.list-row .list-item {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
}

.list-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}
.dropzone-pod {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently */
}

.list-row .list-item > * {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.grid-trash {
  width: auto;
  background-color: #f5f2f2;
  color: #999;
  height: auto;
  width: 800px;
  border: 2px dashed #999;
  text-align: center;
  font-size: 80px;
}
.grid-trash-hover {
  background-color: #f34541;
  color: #fff;
  border: 2px dashed #fff;
}
.drag-location {
  border: 2px dashed #999;
  background: #ede8e8;
}
.fa-user-cog:hover {
  color: #000;
}

.addgroup, .adddivider {
 cursor: pointer;
}

.team-handle {
  cursor:all-scroll;
}
.ui-sortable-placeholder{
  height: 30px !important;
  margin-bottom: 10px;
}
.ui-sortable-handle{
  position: relative;
  z-index: 999;
}
.pod-handle, .user-handle{
  cursor: all-scroll !important;
}
#modal-tableid{
  font-weight: bold;
}

.dm-badge_row, .dm-badge_col, .dm-badge_size{
  display: inline-block;
  font-size: 9px;
  padding: 0px 5px;
  position: relative;
  border-radius: 3px;
}
.dm-badge_row {
  color: #2196F3;
  background-color: rgba(1, 104, 250, .06);
  border: solid 1px rgba(1, 104, 250, .2);
}
.dm-badge_col {
  color: #10b759;
  background-color: rgba(16, 183, 89, .06);
  border: solid 1px rgba(16, 183, 89, .2);
}
.dm-badge_size {
  color: #fd7e14;
  background-color: rgb(253, 126, 20, .06);
  border: solid 1px rgb(253, 126, 20, .2);
}
#section_binding .panel-body {
  border-right: 1px solid rgba(72, 94, 144, 0.16);
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
  background-color: #f4f5f8;
  margin-top: -5px;
  padding: 0 10px;
}

.pod-acc {
  background-color: #fff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
  padding: 10px;
  margin-top: 10px;
}
.pod-accordion-button{
  padding: 2px !important;
}
.pod-accordion-button:before {
  font-family: 'FontAwesome', serif;
  content:"\f068";
  padding-right: 5px;
  position: absolute;
  right: 10px;
}
.pod-accordion-button.collapsed:before {
  content:"\f067";
  position: absolute;
  right: 10px;
}
.dm-table-error span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-error a {
  border: solid 0px #911723;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #911723;
  color: #fff;
  height: 22px;
  border-left: solid 1px #ea5967;
}
.dm-table-null span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-null a {
  border: solid 0px #911723;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #911723;
  color: #fff;
  height: 22px;
  border-left: solid 1px #ea5967;
}
.dm-table-finished span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-finished a {
  border: solid 0px #078d41;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #078d41;
  color: #fff;
  height: 22px;
  border-left: solid 1px #3ccb7b;
}
.dm-table-submitted span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-submitted a {
  border: solid 0px #055ad3;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #0168fa;
  color: #fff;
  height: 22px;
  border-left: solid 1px #055ad3;
}
.dm-table-created span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-created a {
  border: solid 0px #0454c6;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #0454c6;
  color: #fff;
  height: 22px;
  border-left: solid 1px #0454c6;
}
.dm-table-datacopied span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-datacopied a {
  border: solid 0px #03a7a7;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #03a7a7;
  color: #fff;
  height: 22px;
  border-left: solid 1px #5dd9d9;
}
.dm-table-partial span {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 6px 4px !important;
}
.dm-table-partial a {
  border: solid 0px #2e1db9;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 3px 3px 0px 3px;
  background-color: #2e1db9;
  color: #fff;
  height: 22px;
  border-left: solid 1px #726d9a;
}

.dm-pod-reschedule .reschedule-icon{
  background-color: #028497;
  height: 22px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border: solid 0px #028497;
}
.dm-pod-reschedule .reschedule-icon i{
  line-height: 20px;
  font-size: 16px;
}

/******************************************************************
                                  Custom Expression
******************************************************************/
.CodeMirror {
  font-family: monospace;
  width: 100%;
  height: 237px !important;
}
.customFieldEditor {
  width: 100%;
  height: 100%;
  border: 1px solid #c0ccda;
  border-radius: 0.2rem;
}
.customField {
  width: 850px;
  position: absolute;
  bottom: 26px;
  right: 15px;
  background: #fff;
  z-index: 999 !important;
  border: 0px !important;
  -webkit-box-shadow: -8px -6px 14px 5px rgba(0,0,0,0.24);
  box-shadow: -8px -6px 14px 5px rgba(0,0,0,0.24);
  padding: 15px;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  height: 420px;
}


.CodeMirror-hints {
z-index: 99999;
}
.CodeMirror-gutter {
width: 39px !important;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
#customField .CodeMirror {
border: 1px solid #c0ccda;
background: #e5e9f2;
border-radius: 0.2rem;
width: 100%;
height: 266px;
}
.CodeMirror-gutters {
  position: absolute;
  left: 0px !important;
  top: 0;
  min-height: 100%;
  z-index: 3;
}
.CodeMirror .CodeMirror-scroll {
  overflow: auto !important;
  margin-bottom: 0px !important;
  margin-right: 0px !important;
  padding-bottom: 0px !important;
  outline: none;
  position: relative;
  border: unset !important;
  background: #e5e9f2;
}
#leftDiv {
width: calc(100% - 200px);
height: 100%;
}

#rightDiv {
width: 245px;
height: 100%;
}

#divider {
  width: 8px;
  cursor: col-resize;
  height: auto;
  background-color: #efefef;
  margin: 0 3px;
}
.adv-search.collapsed .feather-chevron-down{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.adv-search.collapsed::before {
  content: "\f105";
  font-family: "FontAwesome", serif;
  font-size: 15px;
  float: right;
  transition: all 0.5s;
  margin-left: 7px;
  line-height: 18px;
}
.adv-search::before {
  content: "\f107";
  font-family: "FontAwesome", serif;
  font-size: 15px;
  float: right;
  transition: all 0.5s;
  margin-left: 7px;
  line-height: 18px;
}
.radio-img {
  display: flex;
  align-items: center;
  margin: 5px 0px;
}

.radio-img label {
  width: 100%;
  height: 35px;
  padding: 0 45px;
  line-height: normal;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 2;
  border: solid 1px #c0ccda;
  border-radius: 0.25rem;
}

.radio-img label:after {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "";
  border: 2px solid #d1d7dc;
  background-color: #fff;
  border-radius: 5px;
  z-index: 2;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 200ms ease-in;
}

.radio-img input {
  width: 22px;
  height: 22px;
  order: 1;
  z-index: 2;
  position: absolute;
  left: 25px;
  top: 45%;
  transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

.radio-img input:checked~label {
  border-color: #c0ccda;
  background-color: #7987a140;
}

.radio-img input:checked~label:after {
  background-color: #0168fa;
  border-color: #0168fa;
  font-family: 'Material Design Icons', sans-serif;
  content: "\F012C";
  color: #fff;
}

.radio-img img {
  position: absolute;
  right: 15px;
  height: 30px;
  width: auto;
  padding-left: 10px;
}
/* Sync job */

/* ================================   Arrow Accordion Start =================================*/
#sync-accordion .sortable-item{
  border: 1px solid rgba(72, 94, 144, 0.16) !important;
  border-radius: 0.25rem !important;
  margin-bottom: 10px;
}
#sync-accordion .btn-header-link {
  color: #0168fa;
  display: block;
  text-align: left;
  /* background: #a5d7fd; */
  padding: 10px 10px 10px 20px;
  font-weight: bold;
}
#sync-accordion .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  float: right;
}
#sync-accordion .btn-header-link.collapsed {
  /* background: #b4bdce; */
  color: #7987a1;
  font-weight: normal;

}
#sync-accordion .btn-header-link.collapsed:after {
  content: "\f106";
}
#sync-accordion .collapse {
  border: 0;
}
#sync-accordion .collapse.show {
  color: #222;
  background-color: #fff;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top: solid 1px #d5d9e1;
}

#sync-accordion .well {
  padding: 8px;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 0.25rem;
}
#sync-accordion .sortable-list:last-child {
  margin-bottom: 0;
}

#sync-accordion .sortable-list {
  background-color: #fff;
  list-style: none;
  margin-bottom: 10px;
  height: 250px;
  padding: 5px;
  overflow-y: auto;
  position: relative;
}
#sync-accordion .sortable-item:before {
  content: "\f106";
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #7987a1 !important;
  font-size: 14px;
}

#sortable-div .sortable-item {
  cursor: move;
  margin-bottom: 2px;
  color: #5a5a5a;
  font-size: 11px;
}
#sortable-div .placeholder{background-color:#ff0;border:1px dashed #666;height:40px;margin-bottom:5px}
/* #sortable-div .card-body .sortable-list {
  height: 200px;
  margin: 0;
  padding: 0px;
} */
#sortable-div .sortable-item h6{
  cursor: move;
}
.edaLink {
  cursor: pointer;
}
#dm-all-jobs {
  max-height: 210px;
  min-height: 100px;
}

#dm-all-jobs .sortable-item {
  width: 200px;
  margin: 0px 5px 0px 0px;
  display: inline-block;
}
#dm-all-jobs .placeholder{background-color:#ff0;border:1px dashed #666;height:40px;margin-bottom:5px; width:200px;}
.ui-accordion-header .ui-accordion-header-icon {
  right: 0px !important;
  top: 5px !important;
  background: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 12px;
}
.ui-accordion-header.ui-state-active {
  background-color: #f5f6fa;
  border-bottom-width: 0;
  color: #0168fa;
  font-size: 12px;
}
.ui-accordion-header.ui-state-active:before {
  content: "\f107";
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #7987a1 !important;
  font-size: 14px;
}
.ui-accordion-header.ui-accordion-header-collapsed:before {
  content: "\f106";
  font-family: 'Font Awesome 5 Free', sans-serif;
  font-weight: 900;
  position: absolute;
  top: 4px;
  right: 10px;
  color: #7987a1 !important;
  font-size: 14px;
  cursor: pointer;
}

#dm-trncateSchedule, #dm-batchprogroupSchedule {
  height: 215px;
  overflow: auto;
  padding: 0px;
  /* position: relative; */
}
#dm-trncateSchedule ul, #dm-batchprogroupSchedule ul, #dm-cdccol-jobs ul {
  max-height: 100px;
  /* overflow-y: auto; */
  padding: 3px;
  margin: 0px;
}
#dm-cdccol-jobs, #dm-cdclog-jobs {
  height: 200px;
  overflow: auto;
  margin: 0;
  padding: 5px;
}
.bp-acc {
  margin: 5px;
}

/* =============================   Custom Select Radio button & Checkbox start =================================*/

.custom-select2 .radiobtn,
.custom-select2 .checkbox {
  position: relative;
  display: block;
  width: 200px;
  margin-right: 15px;
}

.custom-select2 .radiobtn label,
.custom-select2 .checkbox label {
  display: block;
  border-radius: 0.25rem;
  padding: 4px 10px;
  border: 1px solid #c0ccda;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin-right: 30px;
}

.custom-select2 .checkbox label:after,
.custom-select2 .checkbox label:before,
.custom-select2 .radiobtn label:after,
.custom-select2 .radiobtn label:before {
  content: "";
  position: absolute;
  right: 5px;
  left: inherit;
  top: 4px;
  width: 20px;
  height: 19px;
  border-radius: 3px;
  /* background: #cdcbcd; */
  border: 1px solid #c0ccda;
}

.custom-select2 .checkbox label:before,
.custom-select2 .radiobtn label:before {
  background: transparent;
  transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  border: transparent;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.custom-select2 .checkbox label:before {
  right: -4px;
}

.custom-select2 .radiobtn input[type="radio"],
.custom-select2 .checkbox input[type="checkbox"] {
  display: none;
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select2 .checkbox input[type="checkbox"]:checked+label,
.custom-select2 .radiobtn input[type="radio"]:checked+label {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-color: #c6c6c6;
  background-color: #f5f6fa;
}

.custom-select2 .checkbox input[type=checkbox]:checked+label::after {
  color: transparent;
}

.custom-select2 .checkbox input[type="checkbox"]:checked+label:after,
.custom-select2 .radiobtn input[type="radio"]:checked+label:after {
  background: #0168fa;
}

.custom-select2 .checkbox input[type="checkbox"]:checked+label:before,
.custom-select2 .radiobtn input[type="radio"]:checked+label:before {
  width: 20px;
  height: 20px;
}

.custom-select2 .checkbox input[type="checkbox"]:checked+label+.extended,
.custom-select2 .radiobtn input[type="radio"]:checked+label+.extended {
  max-height: none;
  padding: 10px;
  opacity: 1;
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  margin-top: -10px;
}

.ui-datepicker {
  background-color: #fff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  margin: 1px 0 0;
  display: none;
  width: auto !important;
  z-index: 9999 !important;
  border-radius: 0.25rem;
}
#ptTimeSelectCntr {
  z-index: 999999 !important;
}


@keyframes glowing {
  0% { box-shadow: 0 0 -10px #7c0a02; }
  40% { box-shadow: 0 0 20px #c21807; }
  60% { box-shadow: 0 0 20px #ff240f; }
  100% { box-shadow: 0 0 -10px #ed2939; }
}

.glow {
  animation: glowing 1000ms infinite;
}

#dm-adv-form .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #c0ccda;
  border-radius: 0.25rem;
  height: 45px !important;
  outline: none;
}

#dm-adv-form .select-lable .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px !important;
  display: block !important;
}
#dm-adv-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
}
#lstview option, #lstview_to option {
  background-color: #f4f5f8 !important;
  margin: 5px 0px;
  padding: 6px 10px 6px 30px;
  position: relative;
  word-wrap: break-word;
  white-space: normal;
}
#lstview option:before {
  color: #7987a1;
  font-family: 'Material Design Icons', serif;
  content: "\F04EB";
  font-size: 19px;
  left: 4px;
  position: absolute;
}
#lstview_to option:before {
  color: #7987a1;
  font-family: 'Material Design Icons', serif;
  content: "\F1094";
  font-size: 19px;
  left: 4px;
  position: absolute;
}

#dstn_type, #src_type {
  padding-left: 50px !important;
}

#recon_msg{
  position: absolute;
  left: 170px;
  top: 25px;
}
.filter-group-header .search-form{
  height: 28px;
}
.filter-group-header .search-form button{
  margin:0px;
  padding: 3px;
}
.calculated-field-search-query {
    padding: 5px 4px;
    line-height: 18px;
    outline: 0px;
    width: 100%;
    border:0px;
    height: 27px;
    font-size: 11px;
    color: #001737;
}
#migration-form-filter {
  border-bottom: 1px solid rgba(72, 94, 144, 0.16)
}
#migration-form-filter .CodeMirror pre {
  font-family: monospace;
}

.checkbox input[type=checkbox] {
  display: inline-block !important;
}

.dataTables_scrollBody thead tr[role="row"] {
  visibility: collapse !important;
}

.DTFC_LeftBodyWrapper thead tr[role="row"] {
  visibility: collapse !important;
}

table.dataTable tbody td.sorting_1 {
  background-color: #b4bdce;
}


.filter-group-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  display: flex;
  align-items: center;
  padding: 0 2px;
}

.filter-group-header .feather-search {
  color: #8392a5;
  align-self: center;
  width: 18px;
  margin-top: -2px;
}

.filter-group-header .search-form {
  flex: 1;
  display: flex;
  align-items: center;
}

.filter-group-header .search-form .form-control {
  border-width: 0;
  background-color: transparent;
  font-size: inherit;
  padding: 0;
  color: #1b2e4b;
}

#migration-form-filter #rightDiv {
  width: 260px !important;
  height: 100%;
}

#expression_category_val,
#expression_category_name {
  padding: 0px;
  overflow: auto;
  height: 235px;
}

#expression_category_val li,
#expression_category_name li {
  padding-left: 3px;
  border-bottom: solid 1px #e2e5ed;
}