@font-face{
  font-family: "Inter";
  src: url("../fonts/Inter.ttf") format("truetype");
}

.mt-65{
  margin-top: 65px;
}

.d-block {
  display: block;
}

.mt-5 {
  margin-top: 40px !important;
}

a:hover:focus {
  color: #C90016;
  text-decoration: none;
}

body{
  font-family: "Inter", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  /* overflow-y: hidden; */
  overflow-y:auto;
  background: #fff;
  height: max-content;
  width: 100%;
}a{
  color: #777;
  text-decoration: none;
}.padding-top{
  padding-top: 20px;
}.login-page{
  width: 350px;
  margin: 5% 40% 6% auto;
  padding: 0 20px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}.login-page .text-center{
  margin-bottom: 10px;
}.box{
  padding: 20px;
  background-color: #f9f9f9;
  border: 1px solid #f2f2f2;
}.page{
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 270px;
}

.page-lgn{
  position: relative;
  display: block;
  top: 50px;
  left: 0;
  padding: 35px 15px 20px 270px;
}

.bg-green{
  background-color: #A3C86D;
}
.bg-blue{
  background-color: #7ACBEE;
}
.bg-yellow{
  background-color: #FDD761;
}
.bg-red{
  background-color: #FF7857;
}

.bg-secondary1{
	background-color: #b17897;
}

.bg-blue2{
	background-color: #7a83ee;
}
.panel-default >.panel-heading{
  background-color: #f5f5f5;
  border-bottom: 2px solid #3498DB;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 15px;
}.panel-box{
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
}.panel-value{
  width: 60%;
}.panel-icon{
  padding: 30px;
  width: 40%;
  border-radius: 0;
}.panel-icon{
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}.panel-value{
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}.panel-value h2{
  margin-top: 30px;
}
.panel-icon i{
  line-height:65px;
  font-size: 40px;
  color: #fff;
}

.info-menu{
  height: 55px;
  margin: 0;
  line-height: 55px;
  padding: 0 15px;
}.info-menu li.profile {
  position: relative;
}.profile a.toggle{
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  color: rgba(150, 150, 158, 1.0);
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0;
  border-radius: 30px;
}.info-menu li.profile a img{
  width: 50px;
  height: 50px;
}

.dropdown-menu{
  font-family: "inter", sans-serif;
  margin-top: 4px;
  border-color: #fefefe;
  border-radius: 15px;
  background-color: #eeeeee;
  box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -moz-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  -webkit-box-shadow: 0px 0px 5px rgba(86, 96, 117, 0.15);
  transition: all 2s ease-in-out;
}

.dropdown-menu > li > a:hover{
  background-color: #0E085E;
  color: white;
  border-radius: 15px;
}

.dropdown-menu > li > a:focus{
  border-radius: 15px;
}

.dropdown-menu li{
    margin: 0;
    padding: 0;
    display: block;
    line-height: 35px;
}
 
 .dropdown-menu li a{
  text-decoration: none;
  display: block;
  font-size: 14px;
  position: relative;
  line-height: 30px;
  width: 100%;
  border-bottom: 1px solid #f4faf9;
}.dropdown-menu li a i{
  margin-right: 5px;
}.dropdown-menu li.last a{
  border-bottom: 0;
}.datepicker{
  text-align: right;
}
.sidebar {
  position: fixed;
  z-index: 100;
  display: block;
  opacity: 0;
  left: -300px;
  top: 0;
  padding: 12px 0 0;
  height: 100%;
  width: 240px;
  background: #0E0059;
  border-right: 0px solid #ddd;
  text-align: center;
}
.sidebar ul li:hover,.submenu ul li:hover{
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}.sidebar ul{
  list-style: none;
  margin: 0;
  padding: 0;
}.sidebar ul li {
  display: block;
}.sidebar ul li:hover,ul.submenu{
  background-color:#35404d;
}.sidebar ul li a:hover {
  color: white;
}.sidebar ul li a,ul.submenu li a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
}.sidebar ul li a span,.sidebar ul li i{
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-shadow: 0 1px rgba(0,0,0, 1);
}.sidebar ul li a i{
  color: #aeb2b7;
  padding: 15px 22px;
  text-align: center;
}
ul.submenu{
  display: none;
  position: relative;
}ul.submenu li a:hover{
  background-color:#35404d;
}ul.submenu li a {
  padding-left: 45px;
}ul.submenu li:before{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 25px;
  top: 0;
  bottom: 0;
  border: 1px dotted #d7d7d7;
  border-width: 0 0 0 1px;
}ul.submenu li a:before{
  content: "";
  display: inline-block;
  position: absolute;
  width: 7px;
  left: 25px;
  top: 18px;
  border-top: 1px dotted #d7d7d7;
}

.sale_report_header{
  padding: 15px 0;
}
table td h6{
  margin: 0 0 0.2em 0;
}
table tfoot tr td:first-child{
  border: 0;
}table tfoot tr td:last-child{
  border-top: 1px solid #ccc;
}table td h6,table tfoot tr td:last-child{
  color: #000;
  _font-size: 1.2em;
  font-weight: normal;
}
.form-control{
  color: #ffffff;
  font-size: 14px;
  border: 0px solid #e6e6e6;
  /* margin-left: 45px; */
  margin: 0 auto;
  border-radius: 70px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .15s ease-out;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
}

.form-control:focus{
  color: #0E085E;
  background: #f8f8f8;
  border-color: #3498DB;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

 .form-control:focus + .bi{
color: #0E085E;
}
.btn{
  border-radius: 3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
   transition: all 300ms ease-in-out;
}.btn-primary {
    color: #fff;
    background-color: #51aded;
    border-color: #3d8fd8
}.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active{
    color: #fff;
    background-color: #3175b8;
    border-color: #3d8fd8
}.btn-success{
   background-color:#2ecc71
}.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active{
  background-color:#27ae60
}.btn-warning{
  background-color: #e7c13e;
  border-color: #dfba3c;
}.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active{
  background-color:#d0ac2c;
  border-color: #dfba3c;
}.btn-danger{
  background-color: #ffffff
}.btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active{
  background-color:#ffffff
}.input-group-addon{
  background-color: #fcfcfc;
  border: 1px solid #dbdbdb;
  border-radius: 0;
}
input[type=file]{
  text-indent: -99999px;
}td img.img-thumbnail{
  width: 125px;
  height: 125px;
  vertical-align: top;
}.img-avatar{
  width: 50px;
  height: 50px;
}
.jumbotron{
  margin-bottom: 0;

}.list-group-item:first-child,.list-group-item:last-child{
  border-radius: 0;

}.profile .jumbotron{
  border-radius: 3px 3px 0 0;

}.profile .jumbotron h3{
  color: white;

}img.img-size-2{
  width: 125px;
  height: 125px;
  border: 5px solid #f8f8f8;
}

.my-max-width {
  max-width: 750px !important;
}

/* container bootstrap css progress bar */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}


/* DATA TABLE JQUERY - PERSONALIZATION */
.current-number {
  border-radius: 15px !important;
  background: #eeeeee !important;
  border: none !important;
}

.paginate_button.current-number:hover {
  border-radius: 15px !important;
  background: #eeeeee !important;
  border: none !important;
}

.paginate_button:hover {
  border: none !important;
  background: #0E085E !important;
  border-radius: 15px !important;
}

.disabled:hover {
  border: none;
  background: none !important;
}








/* SIDEBAR MENU FIXED - DESKTOP */

.sidebar-desktop {
  position: fixed;
  top: 0;
  opacity: 0;
  padding: 12px 0 0;
  height: 100vh;
  width: 240px;
  background: #0E0059;
  border-right: 0px solid #ddd;
  text-align: center;
  margin: 0;
  padding-top: 70px;
  z-index: 500;
}

.sidebar-desktop ul li:hover {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.sidebar-desktop ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-desktop ul li {
  display: block;
}

.sidebar-desktop ul li:hover {
  background-color:#35404d;
}

.sidebar-desktop ul li a:hover {
  color: white;
}

.sidebar-desktop ul li a {
  color: #fff;
  display: block;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
}

.sidebar-desktop ul li a span,.sidebar-desktop ul li i {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1.5px;
  text-shadow: 0 1px rgba(0,0,0, 1);
}

.sidebar-desktop ul li a i {
  color: #aeb2b7;
  padding: 15px 22px;
  text-align: center;
}


.btn-atrasinformes {
  width: 210px;
  height: 26px;
  padding-top: 4px;
  border-radius: 15px;
  color: #fff;
  background-color: #514C8A;
  font-size: 12px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin: 0 0 13px;
}

.btn-atrasinformes:hover {
  color: #fff;
  background-color: #0E0059;
  text-decoration: none;
}

/* DATA TABLE STYLINGS */ 
.dataTable th {
  margin-left: 0;
}

/* Set the width of each th to match the corresponding td */
.dataTable th:nth-child(1) {
  width: 35%; /* Adjust the width as needed */
}

.dataTable th:nth-child(2) {
  width: 30%; /* Adjust the width as needed */

}

.dataTable th:nth-child(3) {
  width: 10%; /* Adjust the width as needed */
}

.dataTable th:nth-child(4) {
  width: 15%; /* Adjust the width as needed */
}

/* Data table Sorting Icons */
/* Add your own styling for the sorting icons */
.sort-icon i {
  display: none;
}

th.sorted .sort-icon i.fa-sort {
  display: inline;
  color: #555; /* Change the color to match your design */
}

th.sorting_asc .sort-icon i.fa-sort-up,
th.sorting_desc .sort-icon i.fa-sort-down {
  display: inline;
  color: #555; /* Change the color to match your design */
  
}


/* KEYS DE TABLA DE BITACORA DE REPUESTOS */
.status-green {
  background-color: #B5FBBA;
  border-radius: 12px;
  width: 30px;
  height: 18px;
  margin: 0;
}

.status-yellow {
  background-color: #FEFFB2;
  border-radius: 12px;
  width: 30px;
  height: 18px;
  margin: 0;
}

.status-red {
  background-color: #FFC5C5;
  border-radius: 12px;
  width: 30px;
  height: 18px;
  margin: 0;
}

.status-text {
  padding: 0 15px 0 3px;
  font-size: 12px;
}

.keys-section {
  display: flex;
}

.repuestos-btn-print {
    height: 26px;
    width: 30px;
    border-radius: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
    background-color: transparent;
    margin: -10px 0 0;
}