#jsd-widget {
  display: none;
}

form label {
  text-transform: capitalize;
}

a:link {
  text-decoration: none;
}

.icon {
  font-size: 20px;
}

.icon-green {
  color: #76ab3c !important;
}

.icon-red {
  color: #f04e51 !important;
}

.icon-blue {
  color: #0f9dea !important;
}

.icon-ringing-bell img {
  width: 20px!important;
  margin-left: -1px;
}

.informer.informer-danger {
  border: 1px solid #ee363a;
  background: #F04E51;
  color: #FFF;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(240, 78, 81, 0.3);
  -moz-box-shadow: 0px 0px 0px 2px rgba(240, 78, 81, 0.3);
  box-shadow: 0px 0px 0px 2px rgba(240, 78, 81, 0.3);
  position: absolute;
  z-index: 10 !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  right: -8px !important;
  top: -8px !important;
  line-height: 16px !important;
  border-radius: 3px;
}

.group-toggle {
  display: none;
}

.app-sidebar {
  height: 100% !important;
}

#leads tr,
#affiliates-leads tr {
  cursor: pointer;
}

.circle {
  font-weight: bold;
  background: #385a94;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white;
}

.circle-deal {
  background: #76ab3c;
}

.circle-deal-schedule {
  background: #F69F00;
}

.circle-error {
  background: #f04e51;
}

.circle-assigned {
  background: #4fb5dd;
}

.app .app-login-box .app-login-box-title .subtitle {
  padding-top: 10px;
}

.hide-element {
  display: none;
}

#leads-ftd-graph,
#dashboard-notifications {
  min-height: 480px;
}

.recycle-switch {
  margin-top: 3%;
}

div#deal-terms,
div#deal-indentity {
  min-height: 742px;
}

.block.deal-filters {
  min-height: 625px;
}

.right-div-sing-up {
  padding: 11% 8%;
}

.left-div-sing-up {
  padding: 18% 8%;
  color: white;
}

.btn-singup {
  background-color: #00d28f;
}

.underline {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.h-100 {
  height: 100%;
}

.link-sing-up {
  text-decoration: underline;
  padding: 10px;
}

.pl-0 {
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
}

.pb-20 {
  padding-bottom: 20px;
}

.form-control {
  margin-bottom: 15px;
}

#sign-up-phone {
  width: 77%;
  float: left;
  display: inline;
}

#sign-up-prefix {
  width: 20%;
  margin-right: 3%;
  float: left;
  display: inline;
}

.margin-bottom-top {
  margin-bottom: 0;
  margin-top: 20px;
}

.contact-container > span {
  text-transform: capitalize;
}

.capital-word {
  text-transform: capitalize;
}

table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #e2edd7;
}

.deals-progress-div {
  position: relative;
}

.deals-progress-span {
  width: 100%;
  position: absolute;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  left: 0;
}

.h3-deals {
  margin: 0;
  line-height: 40px;
  font-size: 20px;
}

#link_deal:after {
  display: none;
}

@media (min-width: 992px) {
  .h-100 {
    height: 100%;
  }
}

.text-grey {
  color: #7f8fa4;
}

.form-group:last-child {
  margin-bottom: 15px;
}

#modal-schedule
  > div
  > div
  > div.modal-body
  > div.row.dublicate-schedule
  > div.col-md-6
  > div
  > span.fa.fa-close.hide-first-element {
  display: none;
}

.modal-header {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.modal-header .app-content-tabs > ul > li > a.active {
  color: #fff;
  background: #292f43;
  border-bottom-color: #292f43;
}

.modal-body .modal-content-tab {
  display: none;
}

.modal-body .modal-content-tab.active {
  display: block;
}

#leads tbody td,
#leads-operator tbody td,
#affiliates-leads tbody td {
  cursor: default;
}

#leads tbody td span,
#leads-operator tbody td span,
#affiliates-leads tbody td span {
  cursor: pointer;
}

tbody > tr > td > div > span.fa.fa-exclamation-triangle {
  color: rgb(255, 0, 0);
}

.error {
  color: red;
  padding-top: 0px;
}

#edit label {
  margin-top: 15px;
}

#edit .form-control {
  margin-bottom: 0px;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #2d3348;
  border-radius: 10px;
}

@media (max-width: 992px) {
  .app .contact > img {
    left: -35%;
  }

}

.break-word {
  overflow-wrap: break-word;
}

.width-auto {
  width: auto !important;
}

.inline-flex {
  display: inline-flex;
}

/* Tooltips section */

.tooltips-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  /*color: #48b7da;*/
  color: #b7bdbf;
  font-size: 20px !important;
  position: relative;
  top: 0;
  left: 5px;
}

.tooltips-icon:hover {
  /*color: #47b0db;*/
  color: #a5a9aa;
}
.tooltips-icon:focus {
  /*color: #47b0db;*/
  color: #a5a9aa;
}

/* End of Tooltips section */
.sweet-alert {
  position: absolute;
  margin-top: 0;
  height: 65%;
}

@media (max-width: 540px) {
  .sweet-alert {
    position: absolute;
    margin-top: 0;
    top: 30px;
    height: auto;
  }
}

@media (min-width: 541px) {
  .sweet-alert {
    width: 37%;
    top: 100px;
    height: auto;
  }
}

.bs-select > .btn.btn-default {
  background: #e6e6e6;
}

#show-subscribe {
  display: none;
}

.divider {
  float: left;
  width: 100%;
  height: 1px;
  background: #dbe0e4;
  margin-bottom: 15px;
  position: relative;
  margin-top: 10px;
}

.disable-float {
  float: none !important;
}

/*Trial Status Bar*/
.trial-period-status-bar .app-heading {
  padding: 0px;
  background: #f48909;
}

.trial-period-status-bar
  .app-heading
  .app-header-buttons
  .text-bolder
  .btn-success {
  color: white !important;
  background: #76ab3c !important;
  margin-left: 20px;
  font-size: 15px;
}

.trial-period-status-bar .app-heading .app-header-buttons .text-bolder {
  color: black;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.trial-period-status-bar
  .app-heading
  .app-header-buttons
  .text-bolder
  .trial-days {
  color: white;
}
.trial-period-status-bar ul {
  margin-bottom: 0px;
}

@media (max-width: 540px) {
  .trial-period-status-bar .app-heading {
    padding: 0px;
    background: #f48909;
  }

  .trial-period-status-bar
    .app-heading
    .app-header-buttons
    .text-bolder
    .btn-success {
    color: white !important;
    background: #76ab3c !important;
    font-size: 15px;
    display: block;
    margin: 5px auto;
  }

  .trial-period-status-bar .app-heading .app-header-buttons .text-bolder {
    color: black;
    font-size: 13px;
    margin-top: 0px;
    text-align: center;
    margin: 10px 0px 10px 0px;
  }

  .trial-period-status-bar
    .app-heading
    .app-header-buttons
    .text-bolder
    .trial-days {
    color: white;
  }
  .trial-period-status-bar ul {
    margin-bottom: 0px;
  }
}

.subscription-border-monthly {
  border: solid 2px #797979;
}
.subscription-border-yearly {
  border: solid 2px #76ab3c;
}

.subscription-border-payment {
  border: solid 2px #2e3349; /*TODO change to theme color*/
}
.payment-method-section {
  margin-top: 35%;
  margin-bottom: 15%;
}
.payment-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.payment-box-item {
  position: relative;
  top: 25%;
}
.payment-box-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 80px;
  margin-bottom: 25px;
}
.payment-box-item > .payment-box-icons > img {
  height: 32px;
}
#show-subscribe .sa-button-container {
  display: grid;
  border: solid 1px transparent;
}
tbody td span {
  cursor: pointer;
}
tbody td span:hover {
  color: rgb(79, 181, 221);
}

.overflow-visible {
  overflow: visible !important;
}

/*.nav-bottom-image{*/
/*    max-width: 25px;*/
/*}*/
/*.nav-bottom-sub-title{*/
/*    text-align: left;*/
/*    margin: 0;*/
/*    background: #2D3349;*/
/*    color: #C5D1CD;*/
/*    font-size: 1em;*/
/*    font-weight: 600;*/
/*    width: auto;*/
/*    text-shadow: 1px 2px rgba(0, 0, 0, 0.2);*/
/*}*/
/*.nav-bottom-li{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    align-content: center;*/
/*    flex-flow:wrap;*/
/*    overflow: hidden;*/
/*    border-bottom: 0 solid;*/
/*}*/

.app-navigation-logo-button-alert {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px !important;
  height: 16px;
  text-align: center !important;
  line-height: 16px !important;
  font-size: 10px !important;
  background: #f04e51;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(240, 78, 81, 0.2);
  -moz-box-shadow: 0px 0px 0px 3px rgba(240, 78, 81, 0.2);
  box-shadow: 0px 0px 0px 3px rgba(240, 78, 81, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.dropdown-notifications {
  padding-left: 10px;
  padding-right: 10px;
}

#notifications-list {
  overflow: auto;
  max-height: 500px;
  padding: 5px 10px 10px 10px;
}

#notifications-list > .divider:last-child {
  display: none;
}
@media print {
  html,
  body {
    display: none; /* hide whole page */
  }
}

.copyIframe {
  color: #0F9DEA;
  cursor: pointer;
}

/* Customize the label (the container) */
.check-box-container {
  padding-left: 10px;
  cursor: pointer;
  font-size: 13px;
}
/* Hide the browser's default checkbox */
.check-box-container > input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkmark:hover  {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark {
  background-color: #4FB5DD;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-box-container .checkmark:after {
  left: 4.5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Create a custom checkbox */
.checkmark-singup {
  position: absolute;
  top: 0;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: #fff;
  border: 1px solid #cccccc
}
/* On mouse-over, add a grey background color */
.checkmark-singup:hover  {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.check-box-container input:checked ~ .checkmark-singup {
  background-color: #00d28f;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-singup:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.check-box-container input:checked ~ .checkmark-singup:after {
  display: block;
}
/* Style the checkmark/indicator */
.check-box-container .checkmark-singup:after {
  left: 4.5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#HW_badge_cont{
  box-sizing: border-box;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 16px !important;
  height: 16px !important;
  text-align: center !important;
  line-height: 16px !important;
  font-size: 10px !important;
  background: none;
}

#HW_badge{
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0 !important;
  left: 0 !important;
  font-size: 100%;
}

#HW_frame_cont{
  top: 8.5% !important;
}

.display-none{
  display: none;
}

.opacity-0{
  opacity: 0;
}

.deals-advanced-mode{
  display: none;
}

.deals-not-advanced-mode{
  display: block;
}

.guarantee-deal-commission{
  display: none;
}

.affiliate-table > tbody > tr > td {
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.affiliate-table {
  table-layout:fixed;
}

.display-flex{
  display: flex !important;
}

.column-gap-10{
  column-gap: 10px;
}

.align-items-flex-end{
  align-items: flex-end;
}

.row-fluid {
  display: flex;
  align-items: flex-end;
}

.row-fluid button.btn-fluid-bottom {
  margin-bottom: 0 !important;
}

div.app-heading h2.inline-flex {
  font-size: 22px !important;
  font-weight: 400 !important;
}

.cursor-pointer{
    cursor: pointer;
}


.app .app-heading .title h1 {
  font-size: 17px;
}
