.titulo {
  margin-top: 0;
  padding: 0px;
  width: 100%;
  height: 35px;
  position: fixed;
  background-color: #AFB1B2; /* Gris */
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  color: #434444;
  z-index: 1;
}

p {
  font-size: 16px;
  padding: 5px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

/* Log in */
.login_form {
  padding: 150px;
  margin: auto;
  text-align: center;
}

.usr_pwd {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.login_button {
  padding: 20px;
  text-align: center;
}

/* navigation bar */
.navbar {
  width: 100%;
  height: 35px;
  margin-top: 35px;
  color: white;
  background-color: #97c500; /* Verde BankingMx */
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  z-index: 1;
}

.navbar a {
  float: left;
  color: inherit;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  color: inherit;
  overflow: hidden;
}

.dropdown .dropbtn {
  color: inherit;
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #8C8C8C;
}

.dropdown-content {
  display: none;
  color: #434444;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 12px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.crear_ticket {
    padding: 70px;
}
.ver_tickets {
    padding: 70px;
    overflow: visible;
    box-sizing: border-box;
}

.editar_ticket {
    padding: 40px;
}

.buttons {
width: 200px;
margin: 0 auto;
display: inline;}

.action_btn {
width: 200px;
margin: 0 auto;
display: inline;}

.test {
    float: left;
    width: 10em;
    margin-right: 1em;
    text-align: right;
}

.form {
    float: center;
}

.tabla {
    border: 1px solid black;
}

.tablecom {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

th {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
}

td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

body {
    font-family: Sans-Serif;
}
/* Estilos para las formas de creación y visualizaciçon de tickets */
/* Style inputs, select elements and textareas */
input[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D; /* verde */
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}

/* Style the container */
.container {
  border-radius: 5px;
  background-color: #f2f2f2; /* Gris claro */
  padding: 70px;
}

/* Floating column for labels: 25% width */
.col-10 {
  float: left;
  width: 10%;
  margin-top: 6px;
}

/* Floating column for labels: 16% width */
.col-16 {
  float: left;
  width: 16%;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-20 {
  float: left;
  width: 20%;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-70 {
  float: left;
  width: 70%;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-80 {
  float: left;
  width: 80%;
  margin-top: 6px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.z00 {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

.label_left {
  padding: 12px 5px 5px 0;
  display: inline-block;
}

.label_right {
  padding: 12px 5px 5px 0;
  display: inline-block;
  float: right;
}
.z01 {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

.z02 {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
  height: 200px;
}

.btn-group button {
  background-color: #AFB1B2; /* Gris BankingMx */
  border: 1px solid grey; /* Grey border */
  color: white; /* White text */
  padding: 15px 25px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
}

/* Clear floats (clearfix hack) */
.btn-group:after {
  content: "";
  clear: both;
  display: table;
}

.center {
  margin: 30px;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


.btn-group button:not(:last-child) {
/*   border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #434444; /* Gris obscuro*/
}

/* Ventana de mensajes en barra superior */
.mensaje {
    float: right;
    font-weight: bold;
    margin-right: 1em;
    animation: opacity 2s ease-in-out infinite;
    opacity: 1;
}
@keyframes opacity {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0
  }

  100% {
    opacity: 1;
  }
}

/* confirmación de cambio de estado */
.modal-container {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}

.modal-open {
  display: flex;
}

.modal {
  max-width: 700px;
  max-height: 400px;
  background-color: white;
  border-radius: 3px;
}

.modal-button {
  text-transform: uppercase;
  padding: 0.5em 1em;
  border: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin-left: 0.5em;
}

.modal-confirm-button {
  background-color: #97c500;
}

.modal-header {
  background-color: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}

.modal-header h2 {
  margin: 1em;
}

.modal-header span {
  padding-right: 0.3em;
  cursor: default;
  align-self: flex-end;
}

.modal-content {
  padding: 1em;
  flex-grow: 1;
  justify-content: center;
}

.modal-footer {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: flex-end;
}

.close-button {
  border: none;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}

/* loader */
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #AFB1B2; /* color gris*/
  border-bottom: 16px solid #97c500; /* color verde*/
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}