.required{
	color: red;
}

.error_msg{
	color: #000;
	padding: 15px;
	margin: 20px;
	background-color: #E3BFC0;
	border-left: 9px solid #A80D12; 
	border-radius: 2px;
}

.success_msg{
	color: #000;
	padding: 15px;
	margin: 20px;
	background-color: #B8F09A;
	border-left: 9px solid #005D2A; 
	border-radius: 2px;
}

#title-row{
	    vertical-align: middle;
}

.bg-yellow-paralegal{
	background-color: #FFB554;
}
.red-circle{
	 color:#ff000078;    
	 width: 11px!important;
}
.green-circle{
	color:#00800099;
	width: 11px!important;
}
.red-circle-empty{ 
	 width: 11px!important;
}
.green-circle-empty{
	width: 11px!important;
}
#fecha_ingreso{
	width:200px;
}
select#filtro-grupo{
	font-size: 14px;
}
.listado img{
	width:15px;	
}

.btn-listado a{
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    padding: 5px;
}

.btn-listado:hover a{
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    padding: 5px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.btn-rojo, .btn-rojo:active, .btn-rojo:focus{
    color: #fff;
    background-color: #9c1021;
    border-color: #9c1021;
}
.btn-rojo:hover{
    color: #9c1021;
    background-color: #ffffff;
    border-color: #9c1021;
}

.btn-amarillo, .btn-amarillo:active, .btn-amarillo:focus{
    color: #fff;
    background-color: #ffb554;
    border-color: #ffb554;
}
.btn-amarillo:hover{
    color: #ffb554;
    background-color: #ffffff;
    border-color: #ffb554;
}
.btn-azul, .btn-azul:active, .btn-azul:focus{
    color: #fff;
    background-color: #07155b;
    border-color: #07155b;
}
.btn-azul:hover{
    color: #07155b;
    background-color: #ffffff;
    border-color: #07155b;
}
.btn-gris, .btn-gris:active, .btn-gris:focus{
    color: #fff;
    background-color: #737373;
    border-color: #737373;
}
.btn-gris:hover{
    color: #737373;
    background-color: #ffffff;
    border-color: #737373;
}
.btn-negro, .btn-negro:active, .btn-negro:focus{
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-negro:hover{
    color: #000000;
    background-color: #ffffff;
    border-color: #000000;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.course-notification{
    background: #8b0a0a;
    padding: 10px 10px 10px 10px;
    margin-top: 30px;
    color: white;
    margin-bottom: 30px;
    border-radius: 15px;
}

.accordion-item:not(:first-of-type) {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.125); 
    
}

.container-firma-matricula {
    margin-left: 23px!important;
    margin-right: 40px!important;
}

.btn-opperaciones-red{
	color: #fff;
    background-color: #9c1021;
    border-color: #9c1021;
    padding: 1.5em;
    max-width: 180px;
    min-height: 90px;
}
.btn-opperaciones-red:hover, .btn-opperaciones-red:focus, .btn-opperaciones-red:active{
    color: #9c1021;
    background-color: #ffffff;
    border-color: #9c1021;
}

.btn-opperaciones-amarillo{
	color: #07155b;
    background-color: #ffb554;
    border-color: #ffb554;
    padding: 1.5em;
    max-width: 180px;
    min-height: 90px;
}
.btn-opperaciones-amarillo:hover, .btn-opperaciones-amarillo:focus, .btn-opperaciones-amarillo:active{
    color: #ffb554;
    background-color: #07155b;
    border-color: #ffb554;
}
.btn-opperaciones-green{
	color: #ffffff;
    background-color: #008000;
    padding: 1.5em;
    max-width: 180px;
    min-height: 90px;
}
.btn-opperaciones-green:hover, .btn-opperaciones-green:focus, .btn-opperaciones-green:active{
    background-color: #ffffff;
    border-color: #008000;
}
/**
 * Disabled state
 */
button.disabled,
button[disabled] {
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

.hd-azul{
    color: #fff;
    background-color: #07155b;
    border-color: #07155b;
    padding: 10px;
}

.hd-gris{
    color: #000;
    background-color: #f5f5f5;
    border-color: #f5f5f5	;
    padding: 10px;
}

input[type="date"] {
    border-color: var(--ast-border-color);
    background-color: #fff;
    box-shadow: none;
    border-radius: 0;
    color: #666;
    padding: .75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    background: var(--ast-comment-inputs-background);
    width: auto!important;
}

.hide_field{
	display:none;
}

.circular-image {
  width: 200px;           /* Set a specific width */
  height: 200px !important;          /* Set the same height for a perfect circle */
  border-radius: 50% !important;     /* Rounds the corners to create a circle */
  object-fit: cover;      /* Crops the image to fit the circle while maintaining aspect ratio */
  border-width: 1px !important;
  border-color: #5f5f5f !important;
  border-style: solid !important;
  box-shadow: 0 4px 8px rgb(0 0 0 / 70%) !important;
}
/* Hide the actual file input */
.custom-file-upload-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

/* Style the custom label as the button */
.custom-file-upload-label {
    display: inline-block;
    cursor: pointer;
    background-color: #dd3333; /* Example color */
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
}

/* Add a hover effect for better user experience */
.custom-file-upload-label:hover {
    background-color: #000000;
}

/* Add an active state for the button */
.custom-file-upload-label:active {
    background-color: #003a55;
}

@media print {
  .modal {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    visibility: visible;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
  .modal-dialog {
    visibility: visible !important;
    /**Remove scrollbar for printing.**/
    overflow: visible !important;
  }
}

