.table td.Confirm_data, .table th.Confirm_data{
    padding: 4px;
    
}
table.border-none {
    border-collapse: revert;
}
/*  New checkbox added so this is not required(label__checkbox,label__check,label__checkbox ,label__text,label__check) commented by a.patil date 23 july 2020 */
.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;
  border-radius: 50%;
  border: 5px solid rgba(0,0,0,0.1);
  background: white;
  vertical-align: middle;
  margin-right: 20px;
  width: 2em;
  height: 2em;
 
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
  
  i.icon {
    opacity: 0.2;
    font-size: ~'calc(1rem + 1vw)';
    color: transparent;
    transition: opacity .3s .1s ease;
    -webkit-text-stroke: 3px rgba(0,0,0,.5);
  }
  
  &:hover {
    border: 5px solid rgba(0,0,0,0.2);
  }
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }
}

.center {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}

@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}
#main-wrapper[data-layout="vertical"][data-sidebartype="full"] .page-wrapper {
    margin-left: 0px;
}
table.table-title-font th
{
	font-size:13px;
}
 h4 {
    font-size: 16px;
}
.table td, .table th {
    padding: .50rem;
    vertical-align: top;
    border-top: 1px solid #f3f1f1;
}
/*---Navigation---*/
.navbar-dark .navbar-nav .nav-link{
  color: #333;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
 color:#2e86c1;
}
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show > .nav-link{
  color:#2e86c1;
}
.btn-green {
 color:#fff;
 background-color:#4CAF50;
 border-color:#4CAF50;
}
.td-slot {
  width: 60%;
}
/*----------entity and user form class----*/

form .form-group {
    margin: 25px 0px 0px;
}
.form-control {
    padding: 0px !important;
    margin-bottom: 0px !important;
    border: none !important;
    border-bottom: 1px solid #e3e3e3 !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
}
.btn-verify, .btn-verify:focus {
  margin-top: 45px;
    background: #5cb85c;
    font-size: 12px;
    color: #fff;
    border: 1px solid #5cb85c;
}

.imagePreview {
    width: 60%;
    height: 130px;
    background-position: center center;
    background: url(../../images/upload-img.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}

.imageuploaded-checkbox {
    max-width: 130px;
    max-height: 130px;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
}
.btn-primary-remove
{
  display: block;
    border-radius: 0px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    width: 60%;
        color: #FF0000;
    background-color: #fff;
    border-color: #fff;

}
button {
    color: #eb7f00;
    border: 1px solid #eb7f00;
    background: #fff;
    border-radius: 20px;
    padding: 8px 30px;
    font-weight: bold;
}

.prev-btn:hover {
    color: #fff;
    background: #eb7f00;
}
.btn-primary {
    display: block;
    border-radius: 0px;
    box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.2);
    margin-top: -5px;
    width: 60%;
}
input.invalid {
    background-color: #ffdddd;
}
button:hover {
    color: #fff;
    background: #eb7f00;
    opacity: 0.8;
}


h3 {
  display: inline-block;
}
.calendar_icon {
    position: absolute;
    top: 48px;
    right: 19px;
}
.prev-btn {
    color: #eb7f00;
    border: 1px solid #eb7f00;
    background: #fff;
    border-radius: 20px;
    padding: 8px 30px;
    font-weight: bold;
}
.text-col
{
  color:#DC143C;
}

 .book_dates{
    padding: 1px;
   border: 1px solid black;
    width: 100%;
}

.modal-scroll{
overflow-y:scroll;
height:480px;
}
.img-ho
  {
    max-width: 150px;
  }
.step
{
  color:#eb7f00; 
  font-weight:bold;
}