table {
	overflow: hidden;
}
table {
	/*border-top-left-radius: 12px;
	border-top-right-radius: 12px;*/
}
.table thead th {
	border-bottom: none;
	border-color: rgb(64,168,169) !important;
}
table th div {
	background-color: rgb(64,168,169) !important;
	color: #fff;
	border-color: rgb(64,168,169) !important;
}
table td button.p-3 {
	padding: 1.15rem !important;
}
.table-bordered {
    border: 2px solid #dee2e6;
}

table.light {
	overflow: hidden;
}
table.light td,
table.light td li {
	vertical-align: top !important;
	color: #616161;
	font-size: .85rem;
}
table.light {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
table.light thead th {
	border-bottom: none;
	border-color: rgb(197,227,228) !important;
}
table.light th div {
	background-color: rgb(197,227,228) !important;
	color: #000;
	font-size: .9rem;
}
table.light td button.p-3 {
	padding: 1.15rem !important;
}
table.light .table-bordered {
    border: 2px solid #dee2e6;
}
table.light td {
    padding-top: .5rem;
    padding-bottom: .5rem !important;
}

table td:last-child {
	min-width: 105px;
}



.bootstrap-table .fixed-table-toolbar .search {
	width: 100%;
	margin-right: 15rem;
	margin-bottom: 15px;
	float: none !important;
	text-align: right;
}
.bootstrap-table .fixed-table-toolbar .search input {
	/*margin-left: 75%;*/
	width: 100%;
}


.form input:hover,
.form input:focus {
	background-color: rgba(0,0,0,.3) !important;
}

.modal-backdrop.overlap {
    z-index: 1050;
}
.alerts .modal {
    z-index: 1060;
}

input:focus.black-opacity-30,
select:focus.black-opacity-30 {
    background-color: rgba(0,0,0,.3);
}

.patient-panel {
	max-height: 50vh;
}

.medicine-panel {
	width: 150px !important;
	max-height: 50vh;
}

.events-panel {
	height: calc(100vh - 12.2rem);
}

#consulation_form tbody td,
#consulation_form table {
  position: relative;
  z-index: 1;
}

#consulation_form tbody td:hover {
  z-index: 2;
}

.notifs,
.notifs_2 {
	width: 300px !important;
    transform: translate3d(-250px, 45px, 0px) !important;
}

/*.modal-body {
	max-height: 75vh;
	overflow-y: scroll;
}*/

.scroll-y {
    overflow-x: hidden;
}

.fc-event {
	padding: 0 3px !important;
	margin-bottom: 5px !important;
}
.fc-basic-view .fc-day-number {
    padding: 3px 6px !important;
}
.fc-row.fc-rigid .fc-content-skeleton {
	position: relative !important;
}

table.table a {
    margin: 0;
    color: #007bff; 
}

.steps .active,
.steps .active i {
	color: #00857A;
	font-weight: 600;
}
.agents-tab .active {
	color: #00857A;
	font-weight: 700;
	border-bottom: none !important;
}

.checked .checked-btn,
.unchecked .unchecked-btn {
	display: block;
}
.checked .unchecked-btn,
.unchecked .checked-btn {
	display: none;
}

.tab-btn,
.result {
	cursor: pointer;
}
.tab-btn.active {
	color: #00857A;
	font-weight: 700;
	font-size: 12px !important;
	background-color: white;
}

.steps.active,
.steps.active .icon {
	color: #00A699 !important;
	font-weight: 600;
}
.steps.active .circle-xs {
	background: #00A699 !important;
}

.step-content {
	height: calc(100vh - 25rem);
    overflow-y: scroll;
}
.step-content::-webkit-scrollbar {
	width: 7px;
	display: block !important;
}
 
.step-content::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.step-content::-webkit-scrollbar-thumb {
	background-color: darkgrey;
	/*outline: 1px solid slategrey;*/
	border-radius: 6px;
}

.w-100.white.p-5 {
	padding: 2rem !important;
}

.w-16 {
	width: 16%;
}

.checklist-menu .tab-content {
	height: calc(100vh - 25rem);
	overflow-y: scroll;
}
#documents .tab-content {
	height: 65vh;
	overflow-y: scroll;
}

.application-menu button.active {
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	background: rgba(0, 133, 122, 0.1) !important;
	border: 1px solid #00A699  ;
}
.application-menu button.active h5 {
	font-weight: 700 !important;
}
.application-menu button.active p {
	font-weight: 600;
	color: #000;
}

.result-panel {
	max-height: 60vh;
}

.uneditable .icon {
	color: #aaa !important;
}

a:hover {
  text-decoration: none !important;
}

.form-control {
	height: auto;
}

.attachment{
	font-size: 0.8rem;
}


.pull-center{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}

#tbl_applications_filter{
	display: none !important;
}

.table .thead-light th {
  color: #343a40;
  font-weight: 600;
  background-color: #b3e4e0;
  padding: 0.5rem 0.8rem;
}

/*.table tr td{
	border-bottom: 1px solid #ced4da;
}*/

table.table td, table.table th {
	padding: 0.2rem;
}

.bold{
	font-weight: 700;
}

.semi-bold{
	font-weight: 600;
}

input:disabled{
	background-color: #eee !important;
}

.pagination .page-item.active .page-link {
	background-color: #00857a;
}

td{
	vertical-align: middle !important;
}


.btn {
	text-transform: none !important;
}

.bg-main{
	background: #f3f3f9;
}

a{
	color: #00857a;
}
a:hover{
	color: #005d55;
}

.nav-link{
	padding: 0.8rem 1rem;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #343a40;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #00857a;
	border-color: #00857a;
}

/*.nav-tabs{
	border-bottom: 2px solid #00857a;
}*/



.nav-tabs .nav-link{
	border-color: #e9ecef #e9ecef #dee2e6;
}

.grey-n{
	background-color: #343a40;
}


.form-control:focus {
  border-color: #1bbbae;
  box-shadow: 0 0 0 .2rem rgb(179, 228, 224, 0.20);

}

.no-border-radius{
	border-radius: 0 !important;
}

.div_file{
	margin-top: 0.5rem;
}
.list-group-item{
	padding: .25rem 1rem;
}

div.dataTables_wrapper div.dataTables_filter input {
  padding: 8px;
}



.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}

.modal-fullscreen .modal-content {
  /*height: 100%;*/
  min-height: 100%;
  border: 0;
  border-radius: 0;
  padding-bottom: 40px;
}

.modal-fullscreen .modal-body {
  overflow-y: auto;
}

.modal-fullscreen .modal-footer{
	position: fixed;
	bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
}

@media (max-width: 900px){
	.menu-panel {
	  min-width: 80px;
	  max-width: 100px;
	}

	.menu-panel p {
		font-size: 0.8rem;
	}

	.menu-panel i {
		font-size: 30px !important;
	}
}


/*@media (min-width: 900px) {
	.checklist-menu .tab-content {
		height: 100%;
	}
}*/

/*.card {
	border: 0 !important;
}*/

/*.lvl :hover{
	background-color: #b3e4e029;
}*/

