


/*-----------------
	22. Schedule Timings
-----------------------*/

.tab-content.schedule-cont .card-title {
	margin-bottom: 10px;
}
.doc-times {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.doc-slot-list {
	background-color: #dcddea;
	border: 1px solid #dcddea;
	border-radius: 4px;
	color: #000;
	font-size: 14px;
	margin: 10px 10px 0 0;
	padding: 6px 15px;
}
.doc-slot-list a {
	color: #000;
	display: inline-block;
	margin-left: 5px;
}
.doc-slot-list a:hover {
	color: #fff;
}
.schedule-nav .nav-tabs {
	border: 0 !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.schedule-nav .nav-tabs li {
	margin: 5px 15px 5px 0; 
	display: inline-block;
}
.schedule-nav .nav-tabs li:last-child {
	margin-right: 0;
}
.schedule-nav .nav-tabs > li > a {
	border: 1px solid #dcddea;
	border-radius: 4px;
	padding: 6px 15px;
	text-transform: uppercase;
}
.schedule-nav .nav-tabs li a.active, .schedule-nav .nav-tabs li a:hover {
	background: #38e2e5;
    border: 1px solid #38e2e5 !important;
	color: #fff;
	border-radius: 4px;
}

.hours-info .form-control {
	min-height: auto;
}
.hours-info .btn.btn-danger.trash {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 38px;
    width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
}
.edit-link {
    color: #20c0f3;
    font-size: 16px;
    margin-top: 4px;
}

.doc-slot-list i {
	color: #6c757d!important;
	cursor: pointer;
}

.doc-slot-list i:hover {
	color: #000!important;
}

.btn-cyan {
	background-color: #00a4aa!important;
	border-color: #00a4aa!important;
	color: white;
}

.page-link {
    color: #00a4aa;
}

.page-item.active .page-link {
	background-color: #00a4aa;
	border-color: #00a4aa;
}

.cursor-p {
	cursor: pointer;
}

.grid-container {
    height: auto;
    max-height: 350px;
}

.ui-datepicker{ 
	z-index:99999 !important;
	/*top:188.494px !important;*/
 }

 .patient-container{
    max-height: 444px;
    overflow-y: scroll;
	border-bottom: 1px solid #c7c7c7;
}

.container--tabs {
	list-style: none;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
  }
  .container--tabs .tab {
	min-height: 2em;
	padding: 1em;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	cursor: pointer;
	background-color: #00a4aa;
	color: white;
	transition: background-color 0.25s;
	border-right: 1px solid #039499fa;
  }
  .container--tabs .tab:hover {
	background-color: #fff;
	color: #00a4aa;
	transition: background-color 0.25s;
	border: 1px solid #00a4aa;
  }
  .container--tabs .tabs--active {
	background-color: #fff;
	color: #00a4aa;
	pointer-events: none;
	border: 1px solid #00a4aa;
  }
  
  .content {
	display: none;
	max-width: 100%;
	margin-top: 30px;
  }
  
  .content--active {
	display: block;
  }

  #files-area {
	/* width: 30%; */
	margin: 0 auto;
}

.file-block {
	border-radius: 10px;
	background-color: rgba(144, 163, 203, 0.2);
	margin: 5px;
	color: initial;
	display: inline-flex;
}

.file-block>span.name {
	padding-right: 10px;
	width: max-content;
	display: inline-flex;
}

.file-block>a {
	padding: 0px 8px;
	color: initial;
}

.file-delete {
	display: flex;
	width: 24px;
	color: initial;
	background-color: #6eb4ff00;
	font-size: large;
	justify-content: center;
	margin-right: 3px;
	cursor: pointer;
}

.file-delete>i {
	margin-top: 6px;
	font-size: small;
}

.file-delete:hover {
	background-color: rgba(144, 163, 203, 0.2);
	border-radius: 10px;
}

.file-delete:hover>i {
	transform: rotate(25deg);
}

.ls-n li {
	list-style: none;
}

.delete-file i:hover {
	font-size: 2em;
	transition: 1s ease-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.dn{
	display: none;
}