.wpum-login-form.loggedin {
  position: absolute;
  right: 0px;
  display: none;
}
.login-submit {
  margin-top: 10px;
}
#loginform input {
  border: 1px solid #ccc;
  display: block;
}
.quote_log_btn:hover {
  text-decoration: none !important;
  color: #fff;
 }
 #confirm-delete-modal {
  z-index: 5555;
 }

 .headerSortUp:before {
  content: '▲';
 }

 .headerSortDown:before {
  content: '▼';
 }

 thead td {
  border: none;
 }

 thead select {
  color: #333;
 }

 .filter {
  width: 100%;
 }

.main_li .num_onboarding, .main_li .num_customer_leads {
  color: #fff;
  background-color: #577088;
  line-height: 20px;
  /*width: 30px;*/
}

.num_customers, .num_onboarding, .num_customer_leads {
  width: fit-content !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

h4.active {
  background-color: #1585DE;
}

h4:hover {
  background-color: #1585DE;
}
h4 {
  height: 25px;
  padding-top: 10px;
  padding-bottom: 33px;
}
.main_li a {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 14px !important;
}

.order_tracker_preloader {
  font-size: 17px;
  -webkit-animation: pulsate 1.2s ease-out;
  -webkit-animation-iteration-count: infinite; 
  opacity: 0.2;
}

@-webkit-keyframes pulsate {
    0% { 
        opacity: 0.2;
    }
    50% { 
        opacity: 1.0;
    }
    100% { 
        opacity: 0.2;
    }
}

#table1 thead select {
  padding: 4px;
}

#table_saved_quotes tbody tr {
  cursor: pointer;
}

.order-preloader {
  display: none;
}
.close-order-detail {
  font-size: 14px;
  position: absolute;
  top: 15px;
  right: 15px;
}

#order_details table * {
  font-size: 14px;
}
#order_details table td, #order_details table th {
  padding: 4px;
}


.main-wrapper .table tbody tr td {
  padding: 4px 10px !important;
}

.preloader-holder, .preloader-holder2 {
  margin-top: 50px;
  display: none;
}

.preloader-holder3 {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  padding-top: 70px;
  background-color: #ffffff8a;
  z-index: 5;
}


 /* preloader */
 .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #97b6d4;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.sort_col, .sort_col2 {
  -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
                                  supported by Chrome, Edge, Opera and Firefox */
}

.sort_col2 {
  cursor: pointer;
}
.fa-sort {
  opacity: 0.5;
}
.no-results {
  background-color: #f0f4f7 !important;
}

.no-results td {
  text-align: center !important;
  font-weight: bold !important;
}

.main-wrapper2 {
  display: none;
}

.web-site a {
  color: blue !important;
}

/*.fade-moi {
  margin-top: -30px;
  opacity: 0;
  -webkit-transition: all .15s ease;
  -o-transition: all .15s ease;
  transition: all .15s ease;
}

.fade-moi.in {
  opacity: 1;
  margin-top: 0px;
}*/

.delete_account_manager, .edit_tooltip {
  background: none;
  border: none;
}

.account-managers-holder {
  margin-bottom: 50px;
  margin-top: 40px;
  border: 1px solid #bbb;
  padding: 10px;
  font-size: 15px;
}

.account-managers-holder i {
  padding: 5px;
  cursor: pointer;
  padding-right: 9px;
}

.assign-account-manager-select {
  padding: 10px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.manager-name-holder {
  margin-bottom: 20px;
}

.new_account_manager_name {
  padding: 5px;
  width: 217px;
}

.add_account_manager_btn {
  padding: 5px;
}

.order_tracker_preloader {
  display: none;
}

.order-detail-table-holder {
  max-height: 300px;
  overflow-y: scroll;
}

.flag-td {
  min-width: 120px !important;
}

.pagination-holder {
  text-align: center;
}

.edit_tooltip_holder {
  display: none;
  margin-top: 15px;
  margin-bottom: 10px;
}

.single-account-manager {
  padding: 6px;
  border: 1px solid #ddd;
  width: fit-content;
  margin-bottom: 6px;
}

.am-setting-holder {
  padding: 5px;
}


.save_am_settings, .new_tooltip {
  display: block;
  padding: 3px;
  margin: 10px;
}

.new_tooltip {
  width: 300px;
}

.tooltip1 {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
}

.sidebar ul li a {
  position: relative;
}

.delete_contact {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
  cursor: pointer;
}

.goal-row, .action-item-row {
  position: relative;
}


.delete_goal, .delete_action_item {
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  z-index: 3;
}

.contactTable {
  position: relative;
  border: 1px solid #e9e9e9;
}

.active-sort, .active-sort2 {
  background-color: #dee3ec !important;
}

#table1 thead th:first-child {
  width: 340px;
}

.information_2 .contactTable .col {
    width: fit-content !important;
    display: inline-block !important;
}

.details .information_2 .det {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.profile_info button {
  padding: 0 30px !important;
}

.table_sales_numbers td, .table_sales_numbers th {
  padding: 0 10px;
}

.table_quote_data td, .table_quote_data th {
  padding: 0 10px;
}

.table_quote_data {
  width: 100%;
  background-color: #f7f6f6;
}

.table_quote_data tbody tr:hover{
  background-color: #d6dee7;
}

.pagination-holder4 {
  text-align: center;
}
.red-cell {
  color: #e53837 !important;
}

.goals-holder, .action-items-holder {
  margin-top: 30px;
}

.details .information_2 .goals-holder, .details .information_2 .action-items-holder,  {
  margin-top: 16px;
}

.add_row_goals, .add_row_action_items {
  margin-top: 10px;
}

.goal_input, .action_item_input {
  display: inline-block;
  width: 93%;
}


.goal-row p, .action-item-row p {
  display: inline;
}



.status-circle-suspended {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #f50c0cf7;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin-right: 5px;
    line-height: 23px;
}

.status-circle-hold {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #f1f113;
    border: 1px solid #ccc;
    color: #222;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    line-height: 23px;
}

.status-circle-hold-new {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    background: #f1f113;
    border: 1px solid #ccc;
    color: #222;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-right: 5px;
    line-height: 23px;
}

.status-holder {
  margin-bottom: 7px;
}

.report-dl-btn {
  margin-top: 15px;
  margin-right: 8px;
}


    