body {
  font-size: 0.875rem;
  background-color: rgb(238, 238, 238);
}
.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
/*
 * .sidebar{
  position: absolute;
  top: 0px;
  height: 1000px;
}
Sidebar
 */
@media only screen and (max-width: 667px) {
  .card {
    position: relative;
    display: flex;
    width: 10px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }
}
.sidebar .nav-link {
  font-weight: 300;
  font-size: 15px;
  color: #fff;
}

.sidebar .nav-link:hover {
  font-weight: 300;
  font-size: 15px;
  color: rgb(214, 214, 214);
  background: #031134;
}

.form-controlb3 {
  width: 65%;
}
.nav-item1 {
  margin-top: 31%;
}

.navbar-nav3 {
  margin: 7.5px -15px;
  margin-right: 23px;
  margin-left: 10px;
}

.dropbtn1 {
  background-color: #3498db;
  color: rgb(85, 83, 83);
  padding: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.navbar-nav1 {
  margin: 7.5px -15px;
  margin-right: 1px;
}
.sidebar .nav-link1 {
  margin-left: 10px;
  text-decoration: none;
  font-weight: 300;
  font-size: 15px;
  color: rgb(161, 161, 161);
}
.sidebar .nav-link .feather {
  margin-right: 5px;
  color: rgb(255, 255, 255);
}
.sidebar .nav-link.active {
  color: #2470dc;
}

/** sidebar */
.fixed-top {
  background: #031134;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 5;
}

.fixed-top1 {
  background: #031134;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  position: fixed;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}
#sidebar {
  max-width: 240px;
  width: 240px;
  background-color: #031134;
  z-index: 1;
  transition: all 0.3s;
  bottom: 0;
}
#sidebar.active {
  margin-left: -250px;
}
#sidebar .sidebar-header {
  padding: 40px;
}
#sidebar ul.components {
  padding: 20px 0;
}
#sidebar ul li a {
  margin-left: 30px;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}
a[data-toggle="collapse"] {
  position: relative;
}
.btn-info {
  color: black;
  background-color: white;
  border-color: black;
}

/** sidebar */

/*
 * Navbar
 */

.barraot {
  z-index: 1000;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-brand {
  z-index: 2;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  background-color: #fff;
  color: #000000;
}
.navbar .navbar-toggler {
  margin-left: 10px;
  z-index: 10;
  border-color: #000000;
  top: 0.25rem;
  width: 55px;
  height: 40px;
  background-color: #fff;
}

.navbar .form-control {
  padding: 0.75rem 1rem;
  border-width: 0;
  border-radius: 0;
}
.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.1);
}
.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.25);
}
.nav-upper {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  min-height: 80vh;
}
.nav-footer {
  align-self: flex-end;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #fff;
  border-radius: 0.75rem;
}
.icon-link {
  color: #000000;
  text-decoration: none;
  text-align: right;
}
.white {
  background-color: #fff;
}
.icon-bar {
  background-color: #5e5d5d;
}
/*==========Paginador=========*/
.paginacion {
  margin: 20px 0;
}

.paginacion ul {
  list-style: none;
  text-align: center;
}

.paginacion ul li {
  display: inline-block;
  margin-right: 10px;
}

.paginacion ul li a {
  display: block;
  padding: 10px 20px;
  color: #031134;
  border-radius: 10%;
  background: white;
  border: 1px solid #d8d8d8;
  text-decoration: none;
}

.paginacion ul li a:hover {
  background: rgb(235, 235, 235);
}

.paginacion ul li .active {
  background: #0b35a0;
  font-weight: bold;
}

.paginador ul {
  padding: 15px;
  list-style: none;
  background: #f8f9faff;
  margin-top: 15px;
  display: flex;
  justify-content: flex-end;
  color: black;
}
.paginador a,
.pageSelected {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10%;
  background: #031134;
  text-decoration: none;
}
.paginador a:hover {
  background: #ddd;
}
.pageSelected {
  display: block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 10%;
  background: #2470dc;
  text-decoration: none;
  color: white;
  border: 1px solid white;
}
.num_vehiculos {
  text-align: left;
}
.titulo {
  margin-left: 20px;
  font-weight: 500;
  margin-top: 10px;
  font-size: 20px;
  color: #4d6473;
}
.contrato {
  font-weight: 500;
  font-size: 20px;
  color: #4d6473;
}
.subtitu {
  margin-left: 20px;
  font-size: 20px;
  color: rgb(154, 164, 180);
}
.vermas {
  margin-left: 20px;
}
.cantidad {
  font-weight: 100;
  font-size: 30px;
  color: #4d6473;
}
.opcion {
  margin-right: 10px;
  text-align: center;
  font-size: 100%;
}

.opcion1 {
  margin-right: 10px;
  text-align: center;
  color: #0d6efd;
  font-size: 100%;
}
.bi-truck-flatbed {
  color: #0d6efd;
}
.table-responsive {
  border-radius: 15px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table > :not(:last-child) > :last-child > * {
  background: rgb(219, 219, 219);
}
.table > :not(caption) > * > * {
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  color: #4d6473;
  padding: 0.5rem 0.5rem;
  background-color: white;
}
.categoria {
  color: white;
}
.table > :not(:last-child) > :last-child > * {
  background: rgb(219, 219, 219);
  border-bottom-color: white;
}
.tipo {
  text-align: left;
  margin-right: 27px;
  font-size: 15px;
  color: rgb(154, 164, 180);
}
.tipo1 {
  margin-right: 85px;
  font-size: 15px;
  color: rgb(154, 164, 180);
}
.tipo2 {
  margin-right: 60px;
  font-size: 15px;
  color: rgb(154, 164, 180);
}
.tipo3 {
  margin-right: 50px;
  font-size: 15px;
  color: rgb(154, 164, 180);
}
.tipo4 {
  margin-right: 25px;
  font-size: 15px;
  color: rgb(154, 164, 180);
}
.card-body {
  height: 90px;
  flex: 1 1 auto;
  padding: 2rem 2rem;
}
.card {
  position: relative;
  display: flex;
  width: auto;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
}
.cuadrado {
  margin-left: 10px;
  margin-right: 10px;
  width: 310px;
  margin-bottom: 20px;
}

.cuadro {
  margin-bottom: 40px;
  background: white;
}
.rounded-3 {
  background: white;
  border-radius: 0.3rem !important;
}
.p-1 {
  background: white;
  padding: 0 !important;
}
img,
svg {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bi-arrow-up {
  color: #4d6473;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bi-arrow-down {
  color: #4d6473;
  margin-top: 0px;
  margin-bottom: 0px;
}

.btn-outline-danger:hover {
  color: #4d6473;
  border-color: #4d6473;
  background: transparent;
}

.perfil {
  margin-right: 20px;
  border-radius: 50%;
}
.nav-link {
  text-decoration: none;
  color: #4d6473;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.categoriaContra {
  font-size: 20;
  font-weight: 300;
  margin-top: 10px;
  margin-left: 10px;
  color: #4d6473;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.categoriaContra:hover {
  text-decoration: none;
  color: #4d6473;
}
/*
 * BOTONES
 */
.swal-button--danger {
  background-color: #0d6efd;
  border-color: white;
}
.swal-button--cancel {
  margin-right: 260px;
  border-color: #0d6efd;
  color: #0d6efd;
  background-color: white;
}

.btn-primary {
  color: rgb(175, 175, 175);
  background-color: white;
  border: white;
  border-radius: 15px;
  width: 100%;
  height: 170px;
  box-shadow: 2px 2px 5px #999;
}
.input-group .btn {
  position: relative;
  z-index: 0;
}
.btn-primary:hover {
  color: rgb(128, 128, 128);
  background-color: white;
  border: white;
}
.btn-primary1 {
  margin-right: 20px;
  border: 2px solid;
  color: white;
  background-color: #0d6efd;
  border: white;
}
.btnbuscar {
  margin-bottom: 30px;
}

.btn-primary1:hover {
  color: white;
  background-color: #0454ce;
  border: white;
}
.btn12 {
  margin: 5px;
  background-color: #0d6efd;
  color: white;
  border: 2px solid #0d6efd;
}
.btn1 {
  margin: 5px;
  background-color: transparent;
  color: #0d6efd;
  border: 1px solid #0d6efd;
}
/* Al poner el curso encima (hover) */
.btn1:hover {
  border-color: #0d6efd;
  background-color: white;
  color: #0d6efd;
}

.btn-danger {
  margin-right: 20px;
  font-size: 10px;
  text-align: center;
  height: 30px;
  color: #fff;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fafafa;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-success {
  margin-right: 20px;
  font-size: 10px;
  text-align: center;
  height: 30px;
  color: #fff;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fafafa;
}

.btn-warning {
  margin-right: 20px;
  font-size: 10px;
  text-align: center;
  height: 30px;
  color: #fff;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  color: #fafafa;
}
/*
 * FIN BOTON 
 */
.contenido {
  margin-top: 0px;
}
.mante {
  font-weight: 500;
  font-size: 20px;
  color: #4d6473;
  margin-left: 10px;
}
.contenedors {
  font-size: 1.6rem;
  color: rgb(238, 238, 238);
  text-decoration: none;
  background-color: rgb(238, 238, 238);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}

.selector {
  overflow: hidden;
  position: relative;
  padding: 0 18px;
  color: rgb(127, 153, 179);
  background-color: rgb(255, 255, 255);
}

.bi-pencil-square {
  color: #0d6efd;
}

.bi-pencil-square:hover {
  color: #0e55c0;
}
.form-control1 {
  left: 50%;
  display: block;
  width: 90%;
  margin-left: 20px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  background: #e9ecef;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.datos {
  color: #4d6473;
  margin-top: 20px;
  margin-bottom: 10px;
  width: 190px;
  font-size: 15px;
  margin-right: 20px;
  font-weight: 300px;
  margin-left: 20px;
  display: block;
}

.form-check-input_d {
  color: #4d6473 !important;
  font-size: 15px !important;
  font-weight: 300px !important;
  display: block !important;
  min-height: 1.5rem !important;
  padding-left: 3.0em !important;
  margin-bottom: 0.125rem !important;
}

.tituingre {
  margin-left: 20px;
  font-weight: 500px;
  font-size: 28px;
  color: #4d6473;
  margin-top: 20px;
}

.subtitu {
  margin-left: 20px;
  font-size: 16px;
  color: rgb(127, 153, 179);
}
.form-control3 {
  margin-left: 20px;
  display: block;
  width: 90%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control2 {
  margin-left: 20px;
  display: block;
  width: 90%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control4 {
  margin-left: 20px;
  display: block;
  width: 90%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background: #e9ecef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary3 {
  border: 2px solid;
  margin-left: 30px;
  color: white;
  background-color: #0d6efd;
  border: white;
  margin-bottom: 40px;
}

.btn-primary3:hover {
  border: 2px solid;
  color: white;
  background-color: #0b56c7;
  border: white;
}
.botonDesactivar {
  color: red;
  width: 88%;
  border-color: red;
  background: white;
  margin-left: 20px;
  margin-bottom: 20px;
}

.botonDesactivar:hover {
  background: white;
  color: red;
  border-color: red;
}

.botonAct {
  margin-left: 0px;
  width: 88%;
  margin-bottom: 40px;
}

.botonDesactivar1 {
  color: red;
  border-color: red;
  width: 88%;
  background: white;
  margin-left: 20px;
}
.botonDesactivar1:hover {
  background: white;
  color: red;
  border-color: red;
}

input[type="file"] {
  display: inline-block;
  opacity: 0;
  position: absolute;
  color: rgb(194, 194, 194);
  padding-top: 30px;
  padding-bottom: 67px;
  width: 100%;
  height: 170px;
  z-index: 99;
  cursor: pointer;
}
.custom-file-upload {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff center center no-repeat;
  width: 100%;
  height: 170px;
  border: white;
  border-radius: 15px;
  box-shadow: 2px 2px 5px #999;
  text-align: center;
}

.bi-journal-plus,
.bi-person-plus,
.bi-journal-arrow-up {
  color: #999;
}

.opcion {
  color: #999;
}

.opcion:hover {
  color: rgb(128, 128, 128);
}

.instru {
  width: 90%;
  margin-left: 5%;
}

.tituinstru {
  margin-left: 4%;
  margin-right: 4%;
  color: #4d6473;
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
.subinstru {
  margin-left: 4%;
  color: rgb(127, 153, 179);
  font-size: calc(1.275rem + 0.3vw) !important;
  margin-right: 4%;
}

.btn-primaryins {
  margin-top: 10px;
  border: 2px solid;
  color: white;
  background-color: #0d6efd;
  border: white;
}
.btn-primaryins:hover {
  border: 2px solid;
  color: white;
  background-color: #0e53bb;
  border: white;
}

.btn-primaryvol {
  border: 2px solid;
  color: #0e53bb;
  background-color: white;
  border: #0e53bb;
}

.btn-primaryvol:hover {
  border: 2px solid;
  color: #0e53bb;
  background-color: rgb(219, 219, 219);
  border: #0e53bb;
}

.tabla {
  margin-left: 4%;
  margin-right: 4%;
}

.links {
  text-decoration: none;
}

.input-group {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin-left: 10px;
}

.btn-outline-primaryins {
  margin-top: 10px;
  color: #0454ce;
  border-color: #0454ce;
}

.contenedorpdf {
  background: #5e5d5d;
}
.cantidadflota {
  font-weight: 300;
  margin-top: 10px;
  font-size: 25px;
  color: #4d6473;
}

.grupobotones {
  margin-left: 2%;
}

.navbar-nav .dropdown-menu {
  position: absolute;
}

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

/* Dropdown Button */
.dropbtn {
  margin-right: 20px;
  background-color: #3498db;
  color: white;
  padding: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover,
.dropbtn:focus {
  background-color: #2980b9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  margin-top: 9px;
  right: 0;
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.navbar-nav2 {
  z-index: 10;
  margin-left: 2%;
}

.navbar-nav4 {
  width: 13%;
  margin: 7.5px -15px;
}

.navbar-nav5 {
  margin-right: auto;
  margin-left: auto;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: rgb(127, 153, 179);
  font-size: 16px;
  line-height: 5px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.logohead {
  margin-top: -5px;
}

.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  height: 100%;
  z-index: 1;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  height: 30px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  height: 30px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.marcaorden {
  background: transparent;
  border: none;
  text-decoration: underline;
}

.anoorden {
  background: transparent;
  border: none;
  text-decoration: underline;
}
.contratoorden {
  background: transparent;
  border: none;
  text-decoration: underline;
}
.modeloorden {
  background: transparent;
  border: none;
  text-decoration: underline;
}

.patenteorden {
  background: transparent;
  border: none;
  text-decoration: underline;
}

.tipoorden {
  background: transparent;
  border: none;
  text-decoration: underline;
}

.flechavolver {
  font-size: 10px;
  margin-right: 0px;
  color: #4d6473;
  text-decoration: none;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  color: transparent;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  color: transparent;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
