/* RecertifKT custom theme  */

.login-bg {
	background: url('../../img/background-login.jpg') bottom;
	background-size: 100%;
}

.card-login {
	box-shadow: 10px 9px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 10px 9px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 9px 5px 0px rgba(0,0,0,0.75);
    border-radius: 15px;
}

.btn-login, .btn-primary {
	background: #346bb3;
    border: 1px solid #014593;
}

.green-a, .txt-green {
	color: #7dc189;
}

.white-a {
	color: #fff !important;
}

.txt-dark-blue {
	color: #192a67;
}

.bg-header {
	background: #192a67;
}

.a-link-header {
	position: relative;
	display: block;
	width: 100%;
	height: 55px;
}

.brand-logo {
    line-height: .8;
    max-height: 52px;
    width: auto;
    margin-left: .8rem;
    margin-right: .5rem;
    margin-top: -10px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #ffffff;
    background-color: #346bb3;
}

.sidebar-dark-primary {
    background-color: #343a40;
}

.sidebar-recertifkt {
	background: #014593;
}

.btn-list {
	margin-bottom: 5px;
}

.icon-doctor {
	font-size: 85px;
	color: #346bb3;
}

.border-dashed {
  border-style: dashed !important;
}

.card-body-especialidad {
	min-height: 280px;
}

.add-doctor-specialty {
  border: 1px dashed #93a9d1;
  border-radius: 6px;
  min-height: 310px;
  display: table;
  width: 100%;
  height: 96%;
  text-align: center;
}

.add-doctor-specialty a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-decoration: none;

}

.add-doctor-specialty a:hover {
  background-color: #f5faff; /* Hover opcional */
  border-radius: 6px;
  cursor: pointer !important;
}

.a-button-append-right {
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.content-speciality {
  padding-bottom: 4px !important;
}

.bold {
  font-weight: 600;
}

.main-sidebar {
  z-index: 100 !important;
}

.img-doctor {
  max-width: 150px;
  max-height: 150px;
  
}