* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

h1 {
  font-size: 24px; }

@font-face {
  font-family: SFProDisplayBold;
  src: url("fonts/FontsFree-Net-SFProDisplay-Bold.ttf") format("truetype"); }

@font-face {
  font-family: SFProDisplayRegular;
  src: url("fonts/FontsFree-Net-SFProDisplay-Regular.ttf") format("truetype"); }

.fullBody {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.boxFlexCenter {
  display: flex;
  justify-content: center;
  align-items: center; }

.closeX {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 8px;
  right: 8px; }

.deleteImg {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 28px;
  padding: 8px 16px;
  border-radius: 8px; }

.btnB {
  font-size: 20px;
  padding: 5px;
  text-align: center;
  border: 1px solid #c8c8c8; }

.btnRoute {
  display: inline-block;
  border-radius: 6px;
  padding: 5px;
  margin-top: 5px; }

.btnWh {
  display: inline-block;
  border-radius: 12px;
  padding: 5px 15px; }

.bodyDrive {
  padding-top: 60px;
  margin-left: 280px;
  height: 100vh;
  overflow: auto; }

.directory {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  padding: 60px 0 0 48px;
  height: 100vh; }

.driveActions {
  position: absolute;
  top: 120px;
  right: 3vw;
  width: 50px;
  border-radius: 15px;
  background-color: #fdffd1;
  border: 2px solid #f7f7f7; }

.inputA {
  padding: 5px 10px;
  border-radius: 8px;
  border: none;
  font-family: SFProDisplayRegular; }

.sqr16 {
  height: 16px;
  width: 16px; }

.sqr20 {
  height: 20px;
  width: 20px; }

.sqr32 {
  height: 32px;
  width: 32px; }

.balloon32 {
  display: inline-block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  text-align: center;
  font-size: 17px;
  padding-top: 5px;
  margin: 5px; }

.circle20 {
  height: 20px;
  width: 20px;
  border-radius: 50%; }

.circleGray {
  color: white;
  background-color: gray;
  border: 1px solid gray; }

.circunferenceGray {
  color: gray;
  border: 1px solid gray; }

.itemMtto {
  background-color: white;
  padding: 5px;
  border-radius: 10px;
  margin-bottom: 4px; }

.addImage {
  display: inline-block;
  margin: 1px;
  height: 74px;
  width: 60px;
  border-radius: 8px;
  border: 1px solid gray;
  font-size: 50px;
  color: gray;
  vertical-align: top; }

.thumb {
  display: inline-block;
  margin: 1px;
  height: 74px;
  border-radius: 8px;
  border: 1px solid gray;
  vertical-align: top; }

.btnA {
  display: inline-block;
  height: 32px;
  font-size: 17px;
  padding: 5px 10px;
  border-radius: 16px; }

.btnEditarMtto {
  display: inline-block;
  border-radius: 14px;
  font-family: SFProDisplayRegular;
  font-size: 17px;
  color: darkred;
  border: 1px solid darkred;
  padding: 5px 20px; }

.btnGenContMtto {
  display: inline-block;
  border-radius: 14px;
  font-family: SFProDisplayRegular;
  font-size: 19px;
  color: white;
  border: none;
  padding: 8px 20px;
  background-color: #d20000; }

.btnU {
  display: inline-block;
  text-align: center;
  text-decoration: underline;
  padding: 8px;
  color: gray; }

.w100pcflex {
  display: flex;
  width: 100%; }

.posAbs-top100pc {
  position: absolute;
  top: 100%; }

.divCenter {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.title {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px; }

.titleA {
  padding: 12px;
  min-width: 280px;
  text-align: center; }

.txtRight {
  text-align: right;
  padding-right: 5px; }

.btn {
  border: none;
  border-radius: 4px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 1.2rem;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent; }

.btnAdd {
  display: block;
  margin: 15px auto;
  height: 35px;
  width: 100px;
  border: none;
  border-radius: 4px;
  color: white; }

.btnS {
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  border-radius: 5px; }

.btnFch {
  padding: 8px 20px;
  display: inline-block;
  border-radius: 14px; }

.btnUnits {
  color: white;
  vertical-align: top;
  height: 60px;
  padding: 12px 25px;
  margin: 3px 2px; }

.btnsUser {
  padding: 8px 20px;
  display: inline-block;
  width: 180px;
  border-radius: 10px; }

.iconClose {
  position: relative;
  top: 10px;
  left: 10px;
  width: 20px; }

#dsh_btnUnitExt {
  position: relative;
  height: 87px;
  width: 87px;
  border-radius: 50%;
  bottom: 43.5px; }

.option {
  padding: 5px;
  color: #303052; }

.txtVert {
  writing-mode: vertical-lr;
  transform: rotate(180deg); }

#translucentLayerForm {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 16, 13, 0.4); }

.layerForm_Frame {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 100%; }

.layerForm_Glass {
  display: flex;
  flex-direction: column;
  height: 0;
  width: 100%; }

.layerForm_Form {
  margin: 72px auto;
  max-width: 700px;
  border-radius: 20px; }

.layerForm_title {
  text-align: center;
  background-color: #d20000;
  color: white;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  border-radius: 9px 9px 0 0; }

.layerForm_FchTitle {
  text-align: center;
  font-size: 17px;
  height: 56px;
  padding-top: 22px; }

.exitForm {
  padding-top: 5px;
  font-size: 13px;
  text-decoration: underline; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5; }

.btnIcon {
  display: flex;
  border-radius: 4px;
  border: 1px solid gray;
  align-items: center; }

.btnGen {
  display: flex;
  border-radius: 2px;
  border: 1px solid gray;
  align-items: center;
  font-size: 12px;
  margin-right: 1px;
  padding: 2px; }

.divWindApp {
  padding: 90px 12px 30px 57.6px;
  width: 100%;
  min-height: 100vh;
  flex-direction: column; }

.divWinBB {
  padding: 140px 30px 100px 30px;
  width: 100%;
  min-height: 100vh; }

.divWinScan {
  padding: 140px 0 100px 0;
  min-height: 100vh;
  margin-left: 30%;
  width: 40%; }

.boxUser {
  display: inline-block;
  margin: 15px;
  height: 215px;
  width: 215px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #a0a0a0;
  text-align: center;
  padding: 8px;
  vertical-align: top; }

.boxUnit {
  display: inline-block;
  margin: 15px;
  height: 176px;
  width: 176px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #a0a0a0;
  text-align: center;
  vertical-align: top; }

.boxUnitName {
  position: relative;
  bottom: 34px;
  font-weight: bold; }

.boxUserName {
  height: 42px;
  margin: 0 5px 5px 5px;
  display: flex; }

.boxMonth {
  display: inline-block;
  margin: 15px;
  height: 145px;
  width: 214px;
  border-radius: 15px;
  box-shadow: 1px 1px 5px #a0a0a0;
  vertical-align: top; }

.tabBar {
  bottom: 0;
  height: 63px; }

.tbIconPush {
  bottom: 0;
  height: 63px; }

.tbIconsShow {
  bottom: 0;
  height: 100px; }

.tbIconShow {
  border-radius: 37px; }

.tbBtn {
  padding: 0; }

.navTop {
  background: white;
  height: 80px;
  top: 0;
  width: 100%;
  box-shadow: 0px -3px 9px 1px grey;
  position: fixed; }

.imgLogoApp {
  position: absolute;
  top: 0;
  left: 0; }

.iconUserDiv {
  position: absolute;
  top: 13px;
  right: 25px; }

.iconFch {
  position: absolute;
  top: 9px;
  left: 30px; }

.iconFireno {
  position: absolute;
  top: 9px;
  right: 70px; }

.iconUser {
  position: absolute;
  top: 0;
  right: 8px;
  border-radius: 50%;
  height: 54px;
  width: 54px; }

#userGlobe {
  height: 157px;
  overflow: hidden;
  border-radius: 16px; }

.itemsUser {
  position: absolute;
  top: 60px;
  text-align: center;
  width: 100%; }

.backDiv {
  position: absolute;
  top: 0;
  left: 0;
  width: 176px;
  height: 80px;
  overflow: hidden;
  border-radius: 0 5px 5px 0; }

#units_wordFind {
  height: 36px;
  border: none;
  border-radius: 18px;
  padding: 0 18px; }

.dataSCI {
  background-color: white;
  border-radius: 8px;
  display: flex;
  padding: 3px 10px;
  max-width: 300px;
  border: none; }

#dsh_btnHistUnit {
  position: absolute;
  width: 208px;
  height: 116px;
  border-radius: 0 30px 30px 0;
  background: gray;
  color: white; }

.rowBack {
  position: absolute;
  top: 10px;
  left: 18px;
  height: 35px;
  width: 41px; }

.rowBack-img {
  background-image: url("../FireCheck/icons/i_rowBackGray.png"); }

.iconCalendar {
  position: absolute;
  top: 10px;
  right: 18px;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  color: #b10017; }

.interval {
  padding: 0; }

#ev_date {
  position: absolute;
  top: 15px;
  left: 73px;
  font-size: 20px; }

.fontTable {
  padding: 10px;
  margin-right: 5%;
  border-radius: 0 50px 50px 0;
  overflow: auto; }

.containerTable {
  border: solid 3px white;
  border-radius: 8px;
  margin: 0 auto;
  overflow: auto; }

.tableA {
  border-collapse: collapse;
  margin: 15px auto;
  font-size: 14px; }

.boxFlex {
  display: flex;
  margin: 10px auto;
  width: 90%;
  justify-content: center; }

.reSize790, .reSize450, .reSize590, .reSize1010, .reSize430 {
  display: flex; }

.format430 {
  height: 450px;
  margin: 0 2px; }

.mgR430 {
  margin-right: 17px; }

.containerUnit {
  text-align: center;
  border-radius: 0 0 65px 0; }

/***RESPONSIVE***/
@media screen and (max-width: 1030px) {
  .divWinScan {
    padding: 140px 0 100px 0;
    min-height: 100vh;
    margin-left: 25%;
    width: 50%; } }

@media screen and (max-width: 1010px) {
  .reSize1010 {
    flex-direction: column; } }

@media screen and (max-width: 790px) {
  .reSize790 {
    flex-direction: column; }
  .divWinScan {
    padding: 140px 0 100px 0;
    min-height: 100vh;
    margin-left: 15%;
    width: 70%; } }

@media screen and (max-width: 590px) {
  .reSize590 {
    flex-direction: column; }
  .divWinScan {
    padding: 140px 0 100px 0;
    min-height: 100vh;
    margin-left: 10%;
    width: 80%; } }

@media screen and (max-width: 450px) {
  .reSize450 {
    float: none;
    margin: 5px; } }

@media screen and (max-width: 430px) {
  .reSize590, .reSize1010 {
    display: block; }
  .reSize430 {
    flex-direction: column; }
  .txtVert {
    writing-mode: unset;
    transform: unset; }
  .format430 {
    height: unset;
    margin: 0 10px; }
  .mgR430 {
    margin: unset; } }

/***PARA TODO EL SITIO WEB ESTILOS COMUNES***/
.sectionHeader {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0; }

.nav {
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: bold;
  justify-content: space-between; }

.logo {
  height: 100%; }

.navRight {
  display: flex;
  height: 100%; }

.navLogin {
  padding-top: 5px;
  min-width: 80px;
  flex-direction: column;
  height: 100%; }

.imgPerfil {
  display: block;
  margin: 1px auto;
  width: 32px;
  height: 32px; }

.textLogin {
  display: block;
  font-size: 13px;
  text-align: center; }

.textLogin:hover {
  cursor: pointer; }

.logout {
  height: 100%;
  width: 30px;
  align-items: center; }

.logout:hover {
  background-color: rgba(68, 70, 80, 0.5); }

.imglogout {
  width: 28px; }

.navDropdown {
  width: 30PX;
  height: 100%;
  align-items: center; }

.navDropdown:hover {
  cursor: pointer;
  background-color: #4d4c4c; }

.dropdown {
  margin: auto;
  width: 0;
  height: 0;
  border-width: 9px 9px 0;
  border-color: white transparent;
  border-style: solid; }

.dropdownUp {
  border-width: 0 9px 9px; }

.listDd {
  position: absolute;
  top: 60px;
  right: 0;
  width: 150px;
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: black; }

.itemListDd {
  display: block;
  font-size: 14px;
  height: 30px;
  color: white;
  text-align: right;
  padding: 5px 8px;
  border-style: none none solid none;
  border-color: black;
  border-width: 1px; }

.itemListDd:hover {
  cursor: pointer; }

.itemListDdDown {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-style: solid none none none; }

/***NEURONSOFTWARE ESTILOS PARTICULARES***/
.ns-logo {
  padding-left: 10px;
  width: 120px; }

.ns-navMenu {
  display: flex; }

.ns-textHeader {
  padding: 12px;
  font-size: 14px; }

.ns-textHeader:hover {
  cursor: pointer;
  color: grey; }

/***APLICACIONES ESTILOS COMUNES***/
.app-nav {
  background-color: #141414; }

.app-RefLogoNS {
  height: 100%; }

.app-RefLogoNS:hover {
  cursor: pointer; }

.app-navMenu {
  width: 100%;
  margin-left: 25px; }

.app-textHeader {
  color: white;
  font-size: 14px; }

/***RESPONSIVE***/
@media screen and (max-width: 790px) {
  .ns-navMenu {
    display: none; } }

.backHeader {
  height: 60px;
  width: 100%; }

.ns-mainSideBtn {
  font-size: 30px;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  transition: all .3s ease;
  top: 50%; }

.ns-mainSideBtn1 {
  background-color: rgba(0, 0, 0, 0.6); }

.ns-mainSideBtn2 {
  background-color: rgba(59, 58, 58, 0.3); }

.ns-mainSideBtn:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1); }

.ns-back {
  left: 2%; }

.ns-next {
  right: 2%; }

.ns-mainDivImgBG {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }

.ns-mainImgBG {
  width: 140%; }

.ns-mainText {
  position: absolute;
  width: 60%;
  top: 15%;
  left: 20%;
  display: block; }

.ns-mainProductText {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.ns-mainProductTextColor1 {
  color: #4a3485; }

.ns-mainProductTextColor2 {
  color: #d1a514; }

.ns-mainGoA {
  display: flex;
  margin-top: 10px; }

.ns-mainGo {
  background-color: rgba(199, 194, 194, 0.7);
  margin: auto;
  color: black;
  font-size: 19px;
  width: 120px;
  height: 38px;
  line-height: 35px;
  border-radius: 20px;
  border-style: solid;
  border-color: #414040;
  text-align: center;
  transition: all .3s ease; }

.ns-mainGo:hover {
  cursor: pointer;
  transform: scale(1.1, 1.1); }

/****Botones de abajo****/
.ns-divmainBtnsDown {
  position: absolute;
  height: 35px;
  bottom: 0;
  width: 100%; }

.ns-mainBtnsDown {
  display: flex;
  justify-content: center; }

.ns-mainBtnsDown:hover {
  cursor: pointer; }

.ns-mainBtnDownLi {
  padding-left: 8px; }

.ns-mainBtnDown {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  border-style: solid;
  border-width: 2px;
  border-color: grey; }

.ns-mainBtnDownOn {
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 1px #b9b8b8; }

.app-mainBanner {
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 42vw;
  display: flex;
  align-items: center;
  font-size: 14px; }

.dar-mainBanner {
  background-image: url("../DataAnalyticsReport/images/imgBanner.png"); }

.fch-mainBanner {
  background-image: url("../FireCheck/images/imgBanner.jpg"); }

.sin-mainBanner {
  background-image: url("../SistemaIntegrado/images/imgBanner.jpg"); }

.app-mainBannerParrafo {
  margin-left: 50px;
  color: white;
  width: 30vw; }

/****Contenido****/
.mainContent {
  flex-direction: column;
  font-size: 16px; }

.mainSubContent {
  margin: 40px auto;
  width: 80%;
  display: flex;
  align-items: center; }

.mainSubContentA {
  width: 50%;
  margin: 20px; }

.mainSubContentB {
  width: 50%; }
  .mainSubContentB img {
    width: 90%;
    float: right; }

/*barra de herramientas flotante*/
.toolsbar {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 48px;
  background-color: rgba(0, 0, 25, 0.7);
  overflow: hidden; }

.tb-amplify {
  width: 160px; }

.toolrow {
  display: flex;
  align-items: center;
  height: 29px; }

.toolrowRight {
  justify-content: flex-end; }

.toolrow:hover {
  cursor: pointer; }

.toolimgRow {
  width: 24px;
  margin: 5px 12px; }

.tooldiv {
  display: flex;
  height: 45px;
  color: white;
  padding: 5px 8px;
  border-style: none none solid none;
  border-color: black;
  border-width: 1px;
  background-color: rgba(22, 22, 22, 0.9);
  align-items: center; }

.tooldiv:hover {
  cursor: pointer; }

.toolimg {
  height: 30px;
  margin-right: 12px; }

.tooltext {
  text-align: right;
  margin: auto;
  width: 100%; }

.toolimgLogo {
  position: absolute;
  bottom: 0;
  width: 160px; }

/*contenedor de la app*/
.container {
  min-height: 100%; }

/*div de bienvenida*/
.divWelcome {
  position: absolute;
  width: 60%;
  top: 35%;
  left: 20%;
  flex-direction: column; }

.welcomeText {
  text-align: center;
  margin: 10px auto; }

.logoClient {
  display: block;
  height: 125px;
  margin: 30px auto; }

.appAccesDB {
  margin: 10px auto;
  width: 140px;
  border-radius: 8px; }

.appAccesTextDB {
  text-align: center;
  width: 100%; }

/*
.nameDB {
    position: absolute;
    top: 1.1*$hHeader;
    left: 1.4*$wToolsBarCompact;
    font-size: 12px;
    color: rgb(49, 49, 49);
}*/
/*Perfil*/
.divPerfil {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-left: 15%;
  margin-right: 15%;
  width: 70%;
  min-height: 100vh;
  flex-direction: column; }

/*Users*/
.divUsers {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
  min-height: 100vh;
  flex-direction: column; }

/****************** SCANNER ***************/
.divScanner {
  padding-top: 120px;
  padding-bottom: 30px;
  margin-left: 25%;
  margin-right: 25%;
  width: 50%;
  min-height: 100vh;
  flex-direction: column; }

#v {
  display: block;
  width: 100%;
  height: auto; }

/****************** STOCK *******************/
.divStock {
  padding-top: 90px;
  padding-bottom: 30px;
  padding-left: 48px;
  width: 100%;
  min-height: 100vh; }

#stockForm {
  width: 100%;
  padding: 0 20%; }

#stockFormHead {
  border: none;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  background-color: #d20000;
  text-align: center;
  width: 100%;
  color: white; }

#stockFormBody {
  background-color: whitesmoke;
  border-style: none solid solid solid;
  border-color: #e6e6e6;
  border-width: 1px;
  padding: 15px;
  align-items: center; }
  #stockFormBody h5 {
    margin: 0 10px; }

#stockFormSelect {
  margin: 0 10px;
  height: 25px; }

#stockDivActions {
  margin: 0 10px;
  font-size: 14px; }

.stockTableAction {
  display: flex;
  width: 100px;
  margin-left: 10px; }

.stockTableIcon {
  height: 18px;
  margin-right: 4px; }

.rowAddUnit {
  display: flex;
  width: 100%;
  padding: 5px 10px;
  align-items: center; }

.textAddUnit {
  width: 40%;
  font-size: 14px; }

.inputAddExt {
  width: 60%;
  min-height: 30px;
  font-size: 14px; }

/************** DATASHEET **************/
.divDataSheet {
  padding-top: 90px;
  padding-bottom: 30px;
  padding-left: 57.6px;
  padding-right: 12px;
  width: 100%;
  min-height: 100vh;
  flex-direction: column; }

/*SECTION FOOTER*/
.sectionFooter {
  height: 60px;
  width: 100%;
  font-size: 12px; }

.sectionFooterul {
  height: 100%;
  justify-content: center;
  display: flex; }

.sectionFooterulli {
  margin: auto 10px; }

/*
@media screen and (max-width: 650px){
    .ns-navMenu {
        display: none;
    }
}*/
.layerLogin {
  position: absolute;
  top: 0;
  bottom: 0;
  min-height: 335px;
  background-color: rgba(51, 31, 97, 0.8);
  backdrop-filter: blur(3px);
  width: 100%; }

.loginDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%; }

.loginForm {
  width: 260px;
  height: 335px;
  background-color: rgba(247, 238, 223, 0.8);
  background-image: linear-gradient(to right, #969696, gainsboro, #969696);
  border-radius: 20px;
  border: 1px solid;
  border-color: white;
  box-shadow: 5px 10px 18px #222222;
  flex-direction: column;
  font-size: 11px; }

.loginDivImg {
  display: flex;
  justify-content: center;
  align-items: center; }

.loginImg {
  margin: 15px auto;
  height: 145px; }

.loginMessage {
  margin: 0 auto;
  padding-left: 10%;
  padding-right: 10%; }

.loginInput {
  display: block;
  margin: 15px auto;
  padding-left: 5px;
  height: 25px;
  width: 80%; }

.loginBtn {
  display: block;
  margin: 20px auto;
  height: 30px;
  width: 80px;
  border-radius: 8px;
  background-color: rgba(10, 10, 44, 0.75);
  color: white; }

#stockFormHead:hover, #btnAdd:hover, .btnAdd:hover, .stockTableAction:hover, .btn:hover, #stockBtnAdd:hover, #appAcces_continue:hover, #appClientDB:hover, .btnIcon:hover, #dataSheet_btnSSI:hover, .option:hover, .btnGen:hover, .btnS:hover, .btnsUser:hover, #iconUser:hover, .boxUser:hover, .boxUnit:hover, .btnFch:hover, .rowBack:hover, .interval:hover, #dsh_btnHistUnit:hover, .boxMonth:hover, .exitForm:hover, #dataSheet_btnEditDescrip:hover, .tbBtn:hover, #units_find:hover, #dsh_btnUnitExt:hover, #dsh_btnUnitExt:hover, .myActiv_obs:hover, #perfil_changePass:hover, .appAccesDB:hover, #dshGen_btnMtto:hover, #dshGen_back:hover, .balloon32:hover, .addImage:hover, .btnA:hover, .btnEditarMtto:hover, .btnGenContMtto:hover, .btnU:hover, .btnB:hover, .btnRoute:hover, .btnWh:hover, .closeX:hover, .deleteImg:hover {
  cursor: pointer; }

.rowBack-img:hover {
  background-image: url("../FireCheck/icons/i_rowBackRed.png"); }

.btnB:hover {
  background-color: #c8c8c8; }

.btnRoute:hover {
  background-color: #e6e6e6; }

.ff-SFPD-R {
  font-family: SFProDisplayRegular; }

.ff-TVGSS {
  font-family: Tahoma, Verdana, Geneva, sans-serif; }

.aic {
  align-items: center; }

.h-0 {
  height: 0; }

.h5pc {
  height: 5%; }

.h10pc {
  height: 10%; }

.h15pc {
  height: 15%; }

.h40pc {
  height: 40%; }

.h44pc {
  height: 44%; }

.h50pc {
  height: 50%; }

.h56pc {
  height: 56%; }

.h60pc {
  height: 60%; }

.h100pc {
  height: 100%; }

.hauto {
  height: auto; }

.h20 {
  height: 20px; }

.h25 {
  height: 25px; }

.h30 {
  height: 30px; }

.h44 {
  height: 44px; }

.h68 {
  height: 68px; }

.h72 {
  height: 72px; }

.h74 {
  height: 74px; }

.h75 {
  height: 75px; }

.h320 {
  height: 320px; }

.bot163 {
  bottom: 163px; }

.bot400 {
  bottom: 400px; }

.dp-none {
  display: none; }

.dpN {
  display: none; }

.dp-B {
  display: block; }

.dp-IB {
  display: inline-block; }

.dpIB {
  display: inline-block; }

.v-h {
  visibility: hidden; }

.ovf-h {
  overflow: hidden; }

.posA {
  position: absolute; }

.posF {
  position: fixed; }

.r60 {
  right: 60px; }

.txtL {
  text-align: left; }

.txtCen {
  text-align: center; }

.txtR {
  text-align: right; }

.txtU {
  text-decoration: underline; }

.bcC {
  border-collapse: collapse; }

.brB15 {
  border-radius: 0 0 15px 15px; }

.brL10 {
  border-radius: 10px 0 0 10px; }

.brL80 {
  border-radius: 80px 0 0 80px; }

.brR10 {
  border-radius: 0 10px 10px 0; }

.brR80 {
  border-radius: 0 80px 80px 0; }

.brT60 {
  border-radius: 60px 60px 0 0; }

.brT15 {
  border-radius: 15px 15px 0 0; }

.brT40B20 {
  border-radius: 40px 40px 20px 20px; }

.br6 {
  border-radius: 6px; }

.br8 {
  border-radius: 8px; }

.br10 {
  border-radius: 10px; }

.br16 {
  border-radius: 16px; }

.br40 {
  border-radius: 40px; }

.br50pc {
  border-radius: 50%; }

.bcC {
  border-collapse: collapse; }

.bN {
  border: none; }

.bGray {
  border: 1px solid gray; }

.bGray77 {
  border: 1px solid #4d4d4d; }

.bGray200 {
  border: 1px solid #c8c8c8; }

.bB2Gray230 {
  border-bottom: 2px solid #e6e6e6; }

.bBGray230 {
  border-bottom: 1px solid #e6e6e6; }

.bTGray230 {
  border-top: 1px solid #e6e6e6; }

.pd0 {
  padding: 0; }

.pd2 {
  padding: 2px; }

.pd3 {
  padding: 3px; }

.pd4 {
  padding: 4px; }

.pd5px {
  padding: 5px; }

.pd5 {
  padding: 5px; }

.pd8 {
  padding: 8px; }

.pd9 {
  padding: 9px; }

.pd10 {
  padding: 10px; }

.pd15 {
  padding: 15px; }

.pd20 {
  padding: 20px; }

.pd40 {
  padding: 40px; }

.pdT5 {
  padding-top: 5px; }

.pdT6 {
  padding-top: 6px; }

.pdT15 {
  padding-top: 15px; }

.pdT25 {
  padding-top: 25px; }

.pdt30 {
  padding-top: 30px; }

.pdT30 {
  padding-top: 30px; }

.pdT35 {
  padding-top: 35px; }

.pdt40 {
  padding-top: 40px; }

.pdT40 {
  padding-top: 40px; }

.pdR3 {
  padding-right: 3px; }

.pdR10 {
  padding-right: 10px; }

.pdR20 {
  padding-right: 20px; }

.pdR30 {
  padding-right: 30px; }

.pdL5 {
  padding-left: 5px; }

.pdL10 {
  padding-left: 10px; }

.pdL15 {
  padding-left: 15px; }

.pdB5 {
  padding-bottom: 5px; }

.pdB15 {
  padding-bottom: 15px; }

.pdB40 {
  padding-bottom: 40px; }

.pdB100 {
  padding-bottom: 100px; }

.pd0-3 {
  padding: 0 3px; }

.pd5-20 {
  padding: 5px 20px; }

.pd10-26 {
  padding: 10px 26px; }

.pd10-30 {
  padding: 10px 30px; }

.pd10-60 {
  padding: 10px 60px; }

.pd15-0 {
  padding: 15px 0; }

.pd15-5 {
  padding: 15px 5px; }

.pd20-5 {
  padding: 20px 5px; }

.pd20-25 {
  padding: 20px 25px; }

.pd30-0 {
  padding: 30px 0px; }

.pd35-20 {
  padding: 35px 20px; }

.rsnone {
  resize: none; }

.mgauto {
  margin: 0 auto; }

.mg0a {
  margin: 0 auto; }

.mga {
  margin: auto; }

.mga0 {
  margin: auto 0; }

.mga15 {
  margin: auto 15px; }

.mg8 {
  margin: 8px; }

.mg15 {
  margin: 15px; }

.mg20 {
  margin: 20px; }

.mg0-5 {
  margin: 0 5px; }

.mg0-25 {
  margin: 0 25px; }

.mg5-10 {
  margin: 5px 10px; }

.mg5-a {
  margin: 5px auto; }

.mg5a {
  margin: 5px auto; }

.mg10a {
  margin: 10px auto; }

.mg15-a {
  margin: 15px auto; }

.mg15a {
  margin: 15px auto; }

.mg50a {
  margin: 50px auto; }

.mgt5 {
  margin-top: 5px; }

.mgT5 {
  margin-top: 5px; }

.mgt20 {
  margin-top: 20px; }

.mgt60 {
  margin-top: 60px; }

.mgt80 {
  margin-top: 80px; }

.mgB4 {
  margin-bottom: 4px; }

.mgb10 {
  margin-bottom: 10px; }

.mgb30 {
  margin-bottom: 30px; }

.mgl10 {
  margin-left: 10px; }

.mgl60 {
  margin-left: 60px; }

.mgR4 {
  margin-right: 4px; }

.mgL6pc {
  margin-left: 6%; }

.mgL25pc {
  margin-left: 25%; }

.mg0-0-0-8 {
  margin: 0 0 0 8px; }

.mg0-a-0-0 {
  margin: 0 auto 0 0; }

.floR {
  float: right; }

.dpfl {
  display: flex; }

.dpF {
  display: flex; }

.vat {
  vertical-align: top; }

.mh30 {
  min-height: 30px; }

.mh74 {
  min-height: 74px; }

.mh130 {
  min-height: 130px; }

.mh170 {
  min-height: 170px; }

.minh100pc {
  min-height: 100%; }

.mh100pc {
  min-height: 100%; }

.Mh100pc {
  max-height: 100%; }

.minh100vh {
  min-height: 100vh; }

.w50pc {
  width: 50%; }

.w100pc {
  width: 100%; }

.w20 {
  width: 20px; }

.w32 {
  width: 32px; }

.w60 {
  width: 60px; }

.w80 {
  width: 80px; }

.w88 {
  width: 88px; }

.w150 {
  width: 150px; }

.w200 {
  width: 200px; }

.w250 {
  width: 250px; }

.w300 {
  width: 300px; }

.mw180 {
  min-width: 180px; }

.mw250 {
  min-width: 250px; }

.mw280 {
  min-width: 280px; }

.mw300 {
  min-width: 300px; }

.mw320 {
  min-width: 320px; }

.mw360 {
  min-width: 360px; }

.mw450 {
  min-width: 450px; }

.mw682 {
  min-width: 682px; }

.Mw350 {
  max-width: 350px; }

.Mw380 {
  max-width: 380px; }

.Mw450 {
  max-width: 450px; }

.Mw500 {
  max-width: 500px; }

.Mw1000 {
  max-width: 1000px; }

.Mw1200 {
  max-width: 1200px; }

.Mw1300 {
  max-width: 1300px; }

.Mw1400 {
  max-width: 1400px; }

.Mw80pc {
  max-width: 80%; }

.Mw100pc {
  max-width: 100%; }

.fs12 {
  font-size: 12px; }

.fs13 {
  font-size: 13px; }

.fs14 {
  font-size: 14px; }

.fs15 {
  font-size: 15px; }

.fs16 {
  font-size: 16px; }

.fs17 {
  font-size: 17px; }

.fs18 {
  font-size: 18px; }

.fs19 {
  font-size: 19px; }

.fs20 {
  font-size: 20px; }

.fs21 {
  font-size: 21px; }

.fs22 {
  font-size: 22px; }

.fs25 {
  font-size: 25px; }

.fs30 {
  font-size: 30px; }

.fs32 {
  font-size: 32px; }

.fs34 {
  font-size: 34px; }

.fs36 {
  font-size: 36px; }

.fs38 {
  font-size: 38px; }

.fs46 {
  font-size: 46px; }

.fs50 {
  font-size: 50px; }

.fwu {
  font-weight: unset; }

.color-bk {
  color: black; }

.color-wh {
  color: white; }

.coWhite {
  color: white; }

.co-grayDD {
  color: #3f3f3f; }

.coGray77 {
  color: #4d4d4d; }

.color-grayD {
  color: #5a5a5a; }

.co-grayD {
  color: #5a5a5a; }

.coGray90 {
  color: #5a5a5a; }

.color-gray {
  color: gray; }

.coGray {
  color: gray; }

.coGray170 {
  color: #aaaaaa; }

.color-fb {
  color: firebrick; }

.co-fb {
  color: firebrick; }

.color-red {
  color: #b10017; }

.coRed {
  color: #b10017; }

.coRed245 {
  color: #f50000; }

.bgBlack {
  background-color: black; }

.bgColorWhite {
  background-color: white; }

.bgWhite {
  background-color: white; }

.bgPink {
  background-color: #e2ced2; }

.bgColorRed {
  background-color: #d20000; }

.bgRedD {
  background-color: #b10017; }

.bgRed {
  background-color: #d20000; }

.bgTomato {
  background-color: tomato; }

.bgBlue {
  background-color: blue; }

.bgBlueLL {
  background-color: #7ea5c5; }

.bgGreenL {
  background-color: limegreen; }

.bgGreen {
  background-color: #3f7b3d; }

.bgYellow {
  background-color: goldenrod; }

.bgGrayDD {
  background-color: #323232; }

.bgGrayD {
  background-color: #4e4d4d; }

.bgGray {
  background-color: gray; }

.bgSilver {
  background-color: silver; }

.bgGrayL {
  background-color: darkgray; }

.bgGreyL {
  background-color: #d5d7d9; }

.bgGrayLL {
  background-color: #f0f0f0; }

.bgGreyLL {
  background-color: #e8eaed; }

.bgGrayLLL {
  background-color: #f7f7f7; }

.bgDarkBlueTr70 {
  background-color: rgba(0, 0, 25, 0.7); }

.bgDarkBlackTr90 {
  background-color: rgba(22, 22, 22, 0.9); }

.bgGray111-56 {
  background-color: rgba(111, 111, 111, 0.56); }
