html {
  background-color: darkgray;
}
body {
  background-color: rgb(201, 229, 245);
  display: block;
  
}

#jumbotron {
  background-image: url("/assets/background3.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh;
}

#heading {
  width: 100%;
}

/*#heading,
#lista,
form {
  caret-color: transparent;
}*/

#divDelete {
  margin-bottom: 100px;
}

#the_list {
  margin: 20px auto;
  min-width: 800px;
  width: 100%;
  height: 900px;
  background-color: #fff;
  text-align: left;
  color: #3b3b3b;
  font-family: "Helvetica", "Arial", sans-serif;
}

#reportes,
#grabaciones,
#impresiones {
 /* margin: 10px auto;*/
  min-width: 800px;
  width: 100%;
  
  text-align: left;
  color: #000000;
  font-family: "Helvetica", "Arial", sans-serif;
  border: 0px solid #3b3b3b;
}

#impresionForm,
#grabacionForm {
  width: 100%;
  margin-bottom: 0px;
  outline: 0;
  margin-top: 0px;
  padding: 10px 20px;
  border: 0px solid #3b3b3b;
}

.add-items div {
  padding: 0;
}

input[type="text"] {
  padding: 4px;
  font-size: 18px;
  font-weight: normal;
}

.input-tarea {
  border: none;
  width: 100%;
  outline: none;
  /*caret-color: black;*/
}

.input-tarea:hover {
  background-color: rgb(226, 228, 228);
}

#input_gigas {
  width: 100px;
  /*caret-color: black;*/
}
/*.btn {
  width: 100%;
}*/
/*input[type="text"] {
  outline: 0;
  width: 55%;
  height: 32px;
  border: none;
  font-size: 18px;
  font-weight: normal;
  padding-left: 10px;
}*/

.add {
  padding: 4px;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
}

/*.add {
  outline: 0;
  float: right;
  width: 34%;
  height: 36px;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  background-color: #3b3b3b;
}*/

ul {
  margin-top: 50px;
  text-align: left;
  list-style: none;
  padding: 5px;
}

.lista_tareas li {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

hr {
  border-bottom: 0;
  margin: 10px 0;
}

input[type="checkbox"] {
  width: 15px;
  margin-left: 10px;
  cursor: pointer;
}

.remove {
  margin-right: 5px;
  float: right;
  cursor: pointer;
}

.completed {
  text-decoration: line-through;
}

#alerta {
  height: 40px;
  position: relative;
  margin: 8px auto;
}

.alert {
  display: none;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

/*.alert {
  position: fixed;
  margin: 0 auto;
  bottom: 15px;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  display: none;
  background: #f44336;
}*/

.alert2 {
  color: red;
  font-weight: bold;
}

.btn-group-vertical > .btn,
.btn-group > .btn {
  float: unset;
  text-align: center;
}

.btn {
  margin: 8px;
  border-radius: 0;
}

/*
#awesome-tab {
  width: 800px;
  height: auto;
  background-color: #ffff;
  border: 1px solid #dddddd;
  padding: 5px;
  border-radius: 0px 0px 0px 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

  background-clip: padding-box;

  opacity: 0.97;

  filter: alpha(opacity=97);
}*/

/* HEADER */

.tab-header .item {
  width: 150px;
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 10px;
  float: left;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s ease;
}

.tab-header .item.active {
  background: #0275d8;
  color: #fff;
}

#myTab .nav-link.active {
  background: #0275d8;
  color: #fff;
}

#tabMenu .nav-link {
  background: #ffffff;
  color: #3b3b3b;
}

#tabMenu .nav-link.active {
  background: #0275d8;
  color: #fff;
}

.tab-header:after {
  content: "";
  display: table;
  clear: both;
}

/*CONTAINER */

.tab-container .item-container {
  width: 100%;
  border: 0px solid #cccccc;
  padding: 5px;
  display: none;
  background: #ffffff;
}

.tab-container .item-container .tab-img {
  width: 30%;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  display: inline-block;
}

.tab-container .item-container .tab-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px;
  display: inline-block;
}
.tab-container .item-container.active {
  display: block;
}

.qty .plus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  font: 20px/1 Arial, sans-serif;
  text-align: center;
  border-radius: 50%;
  background-color: #717fe0;
}
.qty .minus {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: white;
  width: 30px;
  height: 30px;
  text-align: center;
  font: 20px/1 Arial, sans-serif;

  border-radius: 50%;
  background-clip: padding-box;
  background-color: #717fe0;
}

.minus:hover {
  background-color: #717fe0;
}
.plus:hover {
  background-color: #717fe0;
}
.qty .count {
  color: #000;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding: 0px;
  width: 10px;
  min-width: 10px;
  text-align: center;
}

#input_qty {
  width: 60px;
  padding: 2px;
}

span .btn-number {
  background-color: rgb(248, 247, 247);
}

/*.fixed-bottom {
  position: fixed;
  margin: auto;
  height: 100px;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}*/

/*Set a min width where your table start to look like crap*/
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: auto;
  width: 100%;
  font-size: 14px;
}

/*The next 3 sections make the magic happen*/
thead,
tbody tr {
  display: table;
  width: 100%;
}

.thead-color {
  background: #86c5ec;
  height: 60px;
}

tbody {
  display: block;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: scroll;
}
td {
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

/*Set your columns to where you want them to be, skip the one that you can have resize to any width*/
th:nth-child(1),
td:nth-child(1) {
  width: 50px;
}
/*Set width to your column "Fecha" */
th:nth-child(2),
td:nth-child(2) {
  width: 120px;
}
/*Set width to your column "Servicio" */
th:nth-child(3),
td:nth-child(3) {
  width: 180px;
}
/*Set width to your column "Ingreso" */
th:nth-child(4),
td:nth-child(4) {
  width: 120px;
}
/*Set width to your column "Acumulado" */
th:nth-child(5),
td:nth-child(5) {
  width: 120px;
}
/*Set width to your column "Cliente" */
th:nth-child(6),
td:nth-child(6) {
  width: 140px;
}
/*Set width to your column "Archivo" */
th:nth-child(7),
td:nth-child(7) {
  width: 120px;
}
/*Set width to your column "Total de Hojas" */
th:nth-child(8),
td:nth-child(8) {
  width: 100px;
}
/*Set width to your column "Total de Hojas" */
th:nth-child(9),
td:nth-child(9) {
  width: auto;
}

/* Small devices (mobile phones, less than 768px)*/
@media screen and (max-width: 768px) {
  #heading {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
  }
  #heading img {
    width: 40px;
    height: 40px;
  }
}
/*Medium devices (tablets, less than 992px)
@media screen and (min-width: 600px) {
  #heading {
    font-size: 30px !important;
  }
}*/
