@charset "UTF-8";
/*
Project name:         InInSys System Information Inventory
Project description:  Inventory, catalogue and stock system for the company Cabo Linens, Things And More
Version:              1.0.1
Author: 						  Guillermo Camarena
Author URI: 				  http://gcamarenaprog.com
File Name: 					  custom.css
Filepath:             views/resources/dist/css/
File type:            Style CSS file
File description:     Custom styles for the project.
Module:               CSS
*/


/* General styles --------------------------------------------------------------------------------------------------- */
.ininsys-text-white {
  color: white;
}

.ininsys-text-025 {
  font-size: 0.25rem;
}

.ininsys-text-050 {
  font-size: 0.50rem;
}

.ininsys-text-075 {
  font-size: 0.75rem;
}

.ininsys-text-100 {
  font-size: 1.00rem;
}

.ininsys-text-125 {
  font-size: 1.25rem;
}

.ininsys-text-150 {
  font-size: 1.50rem;
}

.ininsys-text-175 {
  font-size: 1.75rem;
}

.ininsys-text-200 {
  font-size: 2.000rem;
}

.ininsys-height {
  height: 100%;
}

.ininsys-none {
  display: none;
}

a.ininsys-callout {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a.ininsys-callout:hover {
  color: #08478c;
  text-decoration: none;
  background-color: transparent;
}

li.ininsys-li {
  margin-top: 5px;
  margin-left: 40px;
  list-style: disc;
}

.ininsys-border-olive {
  border-top: 1px solid #3d9970;
}

.ininsys-border-primary {
  border-top: 1px solid #007bff;
}

.ininsys-tools-buttons {
  margin-right: 5px;
  height: 40px;
}

/* Sidebar styles --------------------------------------------------------------------------------------------------- */
.ininsys-sidebar-logo {
  padding-left: 0.3rem !important;
}

.ininsys-sidebar-logo-link {
  height: 85px !important;
}

.ininsys-sidebar-logo img {
  width: 4.0rem;
}

.ininsys-sidebar-user-panel {
  margin-bottom: 0 !important;
}

a.ininsys-sidebar-name {
  margin-top: -17px;
  border-bottom: 0px !important;
}

p.ininsys-sidebar-name1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
  line-height: 22px;
  font-size: 1.19rem;
}

p.ininsys-sidebar-name2 {
  font-size: 1.42rem;
  margin-top: -3px;
}

.ininsys-sidebar-user-image {
  padding-left: 0.3rem !important;
}

.ininsys-sidebar-user-image img {
  width: 3.1rem;
}

a.ininsys-sidebar-name-role {
  font-size: 16px;
  margin-top: -19px;
  margin-bottom: -15px;
  border-bottom: 0;
}

/* Views styles ----------------------------------------------------------------------------------------------------- */
.ininsys-icon-page {
  font-size: 35px;
}

/* Home view */
.ininsys-icon-counters {
  font-size: 55px;
}

h3.ininsys-card-counter-title {
  font-weight: 400;
  font-size: 1.5rem !important;
}

.ininsys-icon-fast {
  font-size: 45px;
}


/* Add New Product View */
.ininsys-product-add-new-help-file {
  list-style: inside;
  font-size: .875em;
  margin-top: 1em;
  margin-left: 1em;
}

/* View All Product View */

.ininsys-product-view-all-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}

/* Details Product View */
.ininsys-product-details-categories {
  text-transform: uppercase;
  font-weight: normal;
  color: #6c757d;
  font-size: 70%;
}
h3.ininsys-product-details-title {
  font-weight: 600;
  color: #444444;
}

h4.ininsys-product-details-data-name {
  font-size: 1.3rem;
  font-weight: 400;
}

.ininsys-product-details-data-info {
  font-size: 90%;
  font-weight: 300;
}

/* Form styles ------------------------------------------------------------------------------------------------------ */
.ininsys-silence-form {
  font-style: italic;
  text-align: right;
  font-weight: normal;
  color: white;
  margin-top: -15px;
  margin-bottom: 0;
}

.ininsys-form-help {
  margin-top: 0.25rem;
  font-size: .875em;
  font-weight: normal;
  color: var(--bs-secondary-color);
  display: none;
}

.ininsys-form-help-visible {
  margin-top: 0.25rem;
  font-size: .875em;
  font-weight: normal;
  color: var(--bs-secondary-color);
}

li.ininsys-form {
  margin-top: 5px;
  margin-left: 40px;
  font-weight: normal;
  font-size: .875em;
  list-style: disc;
}


/* Card Styles ------------------------------------------------------------------------------------------------------ */
.ininsys-card-title {
  float: left;
  font-weight: normal;
  font-size: 1.3rem;
  margin: 0;
}

h5.ininsys-card-subtitle-1 {
  font-size: 1.25rem;
}

h5.ininsys-card-subtitle-2 {
  font-size: 1.15rem;
}

/* Login Styles ----------------------------------------------------------------------------------------------------- */
.ininsys-login-background {
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
}

a.ininsys-login-link {
  color: white;
}

a.ininsys-login-link:hover {
  color: #d2d2d2;
}