.button_loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #14595b;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-top: 150px;
    margin-left: 43%;
    margin-bottom: 200px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
}

.loading {
    height: 0;
    width: 0;
    padding: 15px;
    border: 6px solid #ccc;
    border-right-color: #888;
    border-radius: 22px;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
  }

  @-webkit-keyframes rotate {

    100% {
      -webkit-transform: rotate(360deg);
    }
  }


  .choices__inner {
    padding: 2.5px 4.5px 0.75px !important;
    min-width: 190px;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
    margin: 0 -4px 0 2px !important;
    padding-left: 0 !important;
    border-left: 0 !important;
}

.choices__list--multiple .choices__item {
    border-radius: 0 !important;
    padding: 5px 5px 5px 2px !important;
    font-size: 12px !important;
    margin-top: 3px !important;
}

.choices__inner input.choices__input {
    /*display: none;*/
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.choices__list--multiple .choices__item {
    padding: 4px 10px;
}

.ave-wrapper .modal-dialog {
    max-width: 700px;
}

.form-container {
    margin-top: 50px;
    min-height: 350px;
}

.bs-callout {
    padding: 10px 20px;
    margin: 20px 0;
    border: 1px solid #c6eaf5;
    border-left-width: 5px;
    border-radius: 3px;
    background: #ddf6fd;
    color: #1b809e;
}

.bs-callout-info {
    border-left-color: #1b809e;
}

.ave-wrapper .multi-field-wrapper .add-field,
.ave-wrapper .multi-field-wrapper .remove-field {
    background: transparent;
    border: none;
    font-weight: bold;
}

.ave-wrapper .multi-field-wrapper .add-field {
    float: right;
    position: absolute;
    right: 170px;
    bottom: -25px;
}

.ave-wrapper .multi-field-wrapper .add-field:focus,
.ave-wrapper .multi-field-wrapper .remove-field:focus {
    outline: none;
}

.ave-wrapper .multi-field-wrapper .remove-field {
    text-align: right;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.ave-wrapper .multi-field-wrapper .remove-field i {
    font-size: 25px;
    color: #bb0505;
}

.ave-wrapper .select2 {
    width: 100% !important;
}

.ave-wrapper .form-group.row.pl-30px {
    padding-left: 30px;
}

.ave-wrapper .extra-fields-customer,
.ave-wrapper .remove-field.btn-remove-customer {
    border: none;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px 7px 15px;
    cursor: pointer;
    background-color: #14595b;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
}

.ave-wrapper .select2-selection--single {
    background-color: transparent !important;
    border: 1px solid #E9E9E9 !important;
    border-radius: 4px !important;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #6e707e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E9E9E9;
    border-radius: 0.35rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ave-wrapper .select2-selection--single b {
    display: none;
}

.ave-wrapper .select2-selection--single {
    background-image: url(../img/select.svg);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.ave-wrapper .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
    padding: 0px !important;
    height: 25px !important;
}

.ave-wrapper label.col-form-label {
    text-align: right;
}

.ave-wrapper .multi-field-wrapper .add-field {
    position: absolute;
    right: 0px;
    bottom: 5px;
}

.ave-wrapper .multi-field-wrapper .add-field i {
    font-size: 25px;
    color: #0E4A4B;
}

.ave-wrapper .multi-field-wrapper {
    position: relative;
}

.extra-fields-customer+.extra-fields-customer {
    padding-left: 10px;
}

.object+.object {
    margin-top: 20px;
}

.ave-wrapper .customer_records {
    border: 1px solid #f3f3f3;
    padding: 15px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

@media (max-width: 767.98px) {

    .ave-wrapper .modal-dialog {
        max-width: 500px;
    }
}

.button_loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #14595b;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-top: 150px;
    margin-left: 43%;
    margin-bottom: 200px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
}

.ave-wrapper .customer_records {
    padding-right: 40px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 20px;
}

.ave-wrapper .extra-fields-customer {
    margin-left: 25px;
}

.customer_records .row {
    position: relative;
}


.button_loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #14595b;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-top: 150px;
    margin-left: 43%;
    margin-bottom: 200px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
}

.highcharts-credits {
    display: none !important;
}

.button_loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #14595b;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-top: 150px;
    margin-left: 43%;
    margin-bottom: 200px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
}

.highcharts-credits {
    display: none !important;
}

.button_loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #14595b;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-top: 150px;
    margin-left: 43%;
    margin-bottom: 200px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
}
.button_loader {
    border: 8px solid #fff;
    /* Light grey */
    border-top: 8px solid #14595b;
    /* Blue */
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin-top: 150px;
    margin-left: 43%;
    margin-bottom: 200px;
 }
 @keyframes spin {
    0% {
       transform: rotate(0deg);
    }
    100% {
       transform: rotate(360deg);
    }
 }
 .loader-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    z-index: 9;
 }
 .btn-link:hover {
    color: #14595B !important;
    text-decoration: underline;
 }

 .coloums-row {
    border-radius: 4px;
    border: 0;
}
.coloums-row td {
    padding: 8px 10px 8px 21px !important;
    background: #F5F6FA;
    color: #000000;
}
.coloums-row td:first-child {
    border-radius: 4px 0 0 4px;
}
.coloums-row td:last-child {
    border-radius: 0 4px 4px 0;
}
.coloums-row.selected,
.coloums-row:hover td {
    background: #14595B;
    color: #ffffff !important;
}
.table {
    border-collapse: separate !important;
    border-spacing: 0 0.3em !important;
}
.table tr td {
    border: 0;
    word-break: break-all;
    white-space: initial;
}
.edit-item {
    color: #14595B;
    background-color: #fff;
    padding: 5px 7px;
    border-radius: 300px;
    line-height: 12px;
    margin-top: 0px;
    transition: all 0.3s;
    font-size: 13px;
    min-width: 26px;
    display: flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
}
.del-item {
    position: inherit;
    min-width: 26px;
    display: flex;
    min-height: 26px;
    align-items: center;
    justify-content: center;
}
.sourcename-col {
    max-width: 350px;
}
/*.dataTablesListNew { min-height: 250px; }*/
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    z-index: 999;
}
.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #14595B solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}
@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}
.is-hide {
    display: none;
}
.modal .modal-content .modal-body p {
    white-space: break-spaces;
}


.ave-wrapper .multi-field-wrapper .add-field {
    right: -38px;
}
.ave-wrapper .multi-field-wrapper .remove-field {
    right: -38px;
}
.ave-wrapper .extra-fields-customer {
    margin-top: 15px;
    display: inline-block;
}

button.add-field {
    position: absolute;
    right: -18px;
    bottom: 30px;
    border: 0 !important;
    padding: 0;
    font-size: 25px;
    height: auto;
    color: #14595b;
    line-height: 1;
    outline: none;
}
button.remove-field {
    position: absolute !important;
    right: -25px !important;
    outline: none;
}
.ave-wrapper .multi-field-wrapper.inner-sections .remove-field {
    bottom: 18px;
    right: -25px !important;
}
.customer_records .customer_records .customer_records {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.inner-sections {
    position: relative;
}
.ave-wrapper .customer_records {
    padding-right: 40px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 20px;
}
.ave-wrapper .extra-fields-customer {
    margin-left: 25px;
}
.customer_records .row {
    position: relative;
}

button.add-field {
    position: absolute;
    right: -18px;
    bottom: 28px;
    border: 0 !important;
    padding: 0;
    font-size: 25px;
    height: auto;
    color: #14595b;
    line-height: 1;
    outline: none;
}
button.remove-field {
    position: absolute !important;
    right: -25px !important;
    outline: none;
}
.ave-wrapper .multi-field-wrapper.inner-sections .remove-field {
    bottom: 18px;
    right: -25px !important;
}
.customer_records .customer_records .customer_records {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.inner-sections {
    position: relative;
}
.ave-wrapper .customer_records {
    padding-right: 40px;
    margin-bottom: 15px;
}
.ave-wrapper .extra-fields-customer {
    margin-left: 25px;
}
.customer_records .row {
    position: relative;
}
.modal .modal-content .modal-body p {
    white-space: break-spaces;
}

.dataTables_filter {
    display: block;
}
.modal .modal-content .modal-body p {
    white-space: break-spaces;
}

.issueover-table {
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.issueover-table .table tr td {
    padding: 6px 5px;
    vertical-align: middle;
}
.dataTables_filter {
    display: block;
}
.outofrangedot {
    height: 25px;
    width: 25px;
    background-color: #F8E70C;
    border-radius: 50%;
    display: inline-block;
}
.actionrequireddot {
    height: 25px;
    width: 25px;
    background-color: #CC1209;
    border-radius: 50%;
    display: inline-block;
}
.inragedot {
    height: 25px;
    width: 25px;
    background-color: #55AF1A;
    border-radius: 50%;
    display: inline-block;
}
.brp-table tr td
{  
  white-space: nowrap !important;
}
#tableData tr td
{  
    white-space: wrap !important;
}
.mapping-del-item {
    position: absolute !important;
    display: inline !important;
}

.brp-table tr td
{
  color: #000 !important;
}

.diagon-row:hover td{
    background-color: #ffffff00!important;
    color: #000!important;
}