*,
::after,
::before {
  box-sizing: border-box;
}

.vline {
  border-right: 2px solid #777;
  width: 0px;
  height: 370px;
}

.provider-style {
  padding-right: 25px;
}

.hspace {
  padding: 2px 10px;
}

.icd10code-select {
  width: 540px;
}

.error-container {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.c-hidden {
  display: none !important;
}

form.show_full_edit_update_form,
form.show_full_edit_update_form {
  display: block;
  margin-top: 0em;
  padding-bottom: 30px;
  border-bottom: 1px solid #b3b3b3;
}

form:nth-child(2) {
  padding-top: 30px;
}

#caliam-form-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 1rem;
  border-width: 0.2rem 0 0;
}

.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.field-container {
  display: block;
  margin-bottom: 10px;
}

.c-row > .c-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 1rem;
}

.c-row > .c-col.max-12 {
  -ms-flex: 0 0 12%;
  flex: 0 0 12%;
  max-width: 12%;
}

.c-row > .c-col.max-21 {
  -ms-flex: 0 0 21.3333%;
  flex: 0 0 21.3333%;
  max-width: 21.3333%;
}

.c-row > .c-col.max-100 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-row > .c-col > .field-container > label {
  display: block;
  margin-bottom: 0.5rem;
}

.c-row > .c-col > label {
  display: block;
  margin-bottom: 0.5rem;
}

.c-row > .c-col > .field-container > select {
  height: 38px;
}

.c-form-control {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea {
  overflow: auto;
  resize: vertical;
}

.button-group {
  padding-right: 5px;
  padding-left: 5px;
}

.btn {
  display: inline-block;
  margin-top: 26.5px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary {
  cursor: pointer;
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
  border-top-color: rgb(108, 117, 125);
  border-right-color: rgb(108, 117, 125);
  border-bottom-color: rgb(108, 117, 125);
  border-left-color: rgb(108, 117, 125);
}

.btn-secondary:hover {
  background-color: #6c757da5;
  border-color: #5e666d84;
}

.btn-change-program
{
	width: 85px;
	height:34px;
	padding: 8px 16px 8px 16px;
	gap: 10px;
	border-radius: 3px;
	border: none;
}
.open-modal
{
	background-color: #0F7DF1;
}

.btn-cancel
{
	background-color: #C3C3C3;
	color: #333333;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	line-height: 18.75px;
	text-align: center;
	padding: 8px 16px;
	width: 144px;
}
.btn-confirm
{
	background-color: #0F7DF1;
	color: #FFFFFF;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 500;
	line-height: 18.75px;
	padding: 8px 16px;
	text-align: center;
	width: 144px;
}

.open-modal span
{
	font-family: Times New Roman;
	font-size: 16px;
	font-weight: 700;
	line-height: 18.4px;
	text-align: left;
	color: #fafafa;
}
.form-group {
  display: inline-block;
  margin-right: 10px;
}

.form-group:last-child {
  margin-right: 0;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  overflow: visible;
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
  display: inline-block;
}

form.show_full_edit_update_form .button-group {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

form.show_full_edit_update_form .button-group input[type="submit"] {
  margin: 0;
}

form.show_full_edit_update_form .button-group a {
  margin-left: 10px;
}

form.show_full_edit_update_form .c-col {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}

label.error {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.date-result {
  display: inline-block;
  font-style: italic;
  font-weight: bold;
}

.date-result:before {
  content: "(";
}

.date-result:after {
  content: ")";
}

@media screen and (max-width: 1750px) {
  form.show_full_edit_update_form .c-col {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

@media screen and (max-width: 1200px) {
  .c-row > .c-col {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .button-group {
    display: block;
    width: 100%;
  }

  .button-group .btn {
    margin: 0 auto;
    display: block;
  }

  .form-group {
    margin-right: 5px;
  }
}

/* Estilos para el modal */
.modal {
	display: none; /* Ocultar el modal por defecto */
	position: fixed; /* Posición fija para que esté superpuesto */
	z-index: 1; /* Colocar el modal por encima de todo */
	left: 0;
	top: 0;
	width: 100%; /* Ancho de la pantalla */
	height: 100%; /* Altura de la pantalla */
	overflow: auto; /* Habilitar el desplazamiento si es necesario */
	background-color: rgba(0, 0, 0, 0.6); /* Fondo oscuro semi-transparente */
	
}

/* Contenido del modal */
.modal-content {
	background-color: #fefefe; /* Fondo del modal */
	margin: 5% auto; /* Centrar vertical y horizontalmente */
	padding: 20px;
	border: 1px solid #888;
	/*width: 80%; !* Ancho del contenido del modal *!*/
	width: 472px;
	height: 239px;
	top: 130px;
	left: 775px;
	/*gap: 0px;*/
	border-radius: 6px;
	opacity: 0px;
	
}

/* Estilo para el botón de cerrar */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
