.inline {
    display: inline;
}
.pointer:hover {
    cursor: pointer;
}
.pointer:hover .not-point {
    cursor: default;
}

/* GrapeJS editor  */
.document-editor {
    margin-bottom: 1em;
}
/* bypass paid awsome icons */
.fa-arrows:before {
    content: "\F0B2";
}
.fa-trash-o:before {
    content: "\F1F8";
}

/* h3 style */
h3.user-definition
{
    font-weight: 600;
}


/* timeline for dashboard */
ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}


/* Help Card */
.help-card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 14px 80px 18px 36px;
  /* cursor: pointer; */
}

/* .help-card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
} */

.help-card h3{
  font-weight: 600;
}

.help-card img{
  position: absolute;
  top: 20px;
  right: 15px;
  max-height: 120px;
}

.help-card-1{
  background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
      background-repeat: no-repeat;
    background-position: right;
    background-size: 80px;
}

.table-responsive .btn-sm {
    margin-top: 2px;
}

/* .progress 
{
  display:none; 
  position:relative; 
  width:40%;
  height: 25px; 
  border: 2px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
  margin-bottom: 20px;
  text-align: center;
} */

.progress
{
  display: none;
  height: 20px;
  width: 40%;
  margin-bottom: 1rem;
}

.progress-spinner
{
  display: none;
  /* height: 20px;
  width: 40%; */
  margin-bottom: 1rem;
}

.progress-bar
{
  height: 25px;
}

.bar-progress
{ 
  background-color: #B4F5B4; 
  width:0%; 
  height:20px; 
  border-radius: 3px; 
}
.percent-progress
{ 
  position:absolute; 
  display:inline-block; 
  top:50%; 
  left:45%; 
}

.property-sign-form
{
  width: 60%;
  margin: 0 auto; /* Added */
  float: none; /* Added */
  margin-bottom: 10px; /* Added */
  margin-top: 10px;
}

.no-sort {
  background : none;
}