/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/dac-web-ui/src/ui-components/toolbox/toolBox.css ***!
  \*********************************************************************************************************************************************/
.toolboxContainer {
    display: flex;
}

.toolboxButton {
    margin: 5px;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.12);
    display: inline-flex;
    justify-content: center;
    min-width: 25px;
}

.toolboxButton:hover {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.12);
}

.toolboxButton:active {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.toolboxButton.checked {
    background: black;
    color: white;
}

.toolboxButton[data-enabled=false] {
    opacity: 0.4;
    pointer-events: none;
}

.toolboxButton[data-hide=hide] {
    display: none;
}

.toolboxText {
    line-height: 25px;
    height: 25px;
}

.toolboxIcon {
    font-family: 'Icon';
    font-size: 20px;
    font-feature-settings: 'liga';
    line-height: 25px;
    height: 25px;
}

.toolboxCustomIcon {
    font-family: 'customIcon';
    font-size: 20px;
    font-feature-settings: 'liga';
    line-height: 25px;
    height: 25px;
}

.toolboxSubmenu {
    position: absolute;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bottomToolBoxSub {
    top: 50px;
    height: 0;
}

.topToolBoxSub {
    bottom: 50px;
    height: 0;
}

.leftToolBoxSub {
    right: 111px;
    top: 0;
    width: 0;
    height: 0;
}

.rightToolBoxSub {
    left: 106px;
    top: 0;
    width: 0;
}

.toolboxSubmenu[data-show="true"] {
    height: auto;
    width: auto;
    animation-name: fadeinSubmenu;
    animation-duration: 0.4s;
}

@keyframes fadeinSubmenu {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-localization/localization.css ***!
  \**************************************************************************************************************************************/
/* 
    Created on : 18 sept. 2019, 12:05:27
    Author     : 109521
*/

#localeSelector{
    display:flex;
}

.localeOption{
    text-align: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: white;
    text-transform: uppercase;
    margin: 5px;
    background-color: #404040;
    font-size: 12px;
    border-radius: 100%;
}

.localeOption:hover{
    background: #dadada;
}

.localeOption:active{
    background: #bfbfbf;
}

.localeOption.checked{
    color: white;
    background: var(--accent-color, #ff5100);
}
/*!****************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-styles/node_modules/destyle.css/destyle.css ***!
  \****************************************************************************************************************************************************/
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-styles/css/core.css ***!
  \****************************************************************************************************************************/
/* 
    Created on : 10 feb. 2020, 16:12:21
    Author     : 109521
*/

/* RESETEAR TODOS LOS ESTILOS */


/* EVITAR SELECCIONES */
html {
    /* Prevent callout to copy image, etc when tap to hold */
    -webkit-touch-callout: none;
    
    /* Prevent webkit from resizing text to fit */
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    
    /* Prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-user-select: none;
    user-select: none;
}

/* CARGA DE FUENTES DE ICONOS */
@font-face {
    font-family: "Icon";
    src: url(/7bbf51b27e537506e3a6.woff2) format("woff2");
  }
  
  @font-face {
    font-family: "customIcon";
    src: url(/243870ee3ac9b34d44a6.woff2) format("woff2");
  }
  
  /* CARGA DE FUENTES */
@font-face {
    font-family: "Regular";
    src: url(/1b0809d519837cb7aad3.ttf) format("opentype");
}
@font-face {
    font-family: "Bold";
    src: url(/dbb97fd982ce1b96b6de.ttf) format("opentype");
}
@font-face {
    font-family: "Light";
    src: url(/ed41bedf131bc097372a.ttf) format("opentype");
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}
/*!***********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/selectRemovable/selectRemovable.css ***!
  \***********************************************************************************************************************************************************/
.selectRemovable{
    border: 1px solid grey;
    border-radius: 2px;
    padding: 3px;
    overflow: hidden;
    overflow-y: auto;
    min-height: 34px;
}
.selectRemovableRow{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 26px;
    padding-left:2px;
    padding-right:2px;
}
.selectRemovableRow:hover{
    background: #eaeaea;
}
.selectRemovableRowRemove{
    font-family: 'Icon';
    font-size: 24px;
    opacity: 0.3;
    max-width: 24px;
}
.selectRemovableRowRemove:hover{
    opacity: 1;
}
.selectRemovableRowText{
    flex:auto;
}
.selectRemovableRow.selected:focus{
    background: #1e90ff;
    color: white;
}
.selectRemovableRow.selected{
    background: #cecece;
}
/*!*************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/imageLocalizator/imageLocalizator.css ***!
  \*************************************************************************************************************************************************************/
.imageLocalizator{
    position: relative;
}

.imageLocalizator img {
    position: relative;
    max-width: 100%;
}

.imageLocalizatorToolbox{
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 1px;
    opacity: 0.4;
    border-radius: 2px;
    font-size: 30px;
    color: white;
    text-align: center;
    background: #242424;
    display: flex;
    padding: 2px;
    box-shadow: -1px 1px 2px 0px #000000;
    min-width: 44px;
    justify-content: center;
}

.imageLocalizatorToolbox:hover{
    opacity: 0.8;
}

.imageLocalizatorToolbox div{
    font-family: 'Icon';
    opacity: 0.4;
    cursor: pointer;
}

.imageLocalizatorToolbox div:hover {
    opacity: 1;
}

.imageLocalizatorToolbox[data-active='true']{
    opacity: 1;
}

.imageLocalizatorAddPoint[data-active='true']{
    color: #44ef69;
    opacity: 1;
}

.imageLocalizatorRemovePoint[data-active='true']{
    color: #ff4343;
    opacity: 1;
}

.pointCanvas{
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid grey;
    border-radius: 3px;
}
/*!***************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/image/image.css ***!
  \***************************************************************************************************************************************/
.image{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
}
.imageItem{
    position: relative;
}
.imageItem img{
    width: 100%;
}
.noImg,.addImg{
    font-family: icon;
    border-radius: 3px;
    width: 60px;
    font-family: 'Icon';
    cursor: pointer;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    opacity: 0.80;
    font-size: 150px;
    line-height: 100%;
    margin: 0;
    color: #5a5a5a;
    background: none;
    cursor: pointer;
}

.addImg:hover{
    opacity: 0.9;
}

.imageToolbox{
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 1px;
    opacity: 0.4;
    border-radius: 2px;
    font-size: 30px;
    color: white;
    text-align: center;
    background: #242424;
    display: flex;
    padding: 2px;
    box-shadow: -1px 1px 2px 0px #000000;
    min-width: 44px;
    justify-content: center;
}

.imageToolbox:hover{
    opacity: 0.8;
}

.imageToolbox div{
    font-family: 'Icon';
    opacity: 0.4;
    cursor: pointer;
}

.imageToolbox div:hover {
    opacity: 1;
}

.removeImg:hover{
    color: #ff4343;
}
/*!*************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/imageMulti/imageMulti.css ***!
  \*************************************************************************************************************************************************/
.imageMulti{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.imageMultiToolbox{
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 1px;
    opacity: 0.4;
    border-radius: 2px;
    font-size: 30px;
    color: white;
    text-align: center;
    background: #242424;
    display: flex;
    padding: 2px;
    box-shadow: -1px 1px 2px 0px #000000;
    min-width: 44px;
    justify-content: center;
}

.imageMultiToolbox:hover{
    opacity: 0.8;
}

.imageMultiToolbox div{
    font-family: 'Icon';
    opacity: 0.4;
    cursor: pointer;
}

.imageMultiToolbox div:hover {
    opacity: 1;
}

.previewImg:hover{

}

.removeImgItem:hover{
    color: #ff4343;
}


/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/image/image.css (1) ***!
  \*******************************************************************************************************************************************/
.image{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
}
.imageItem{
    position: relative;
}
.imageItem img{
    width: 100%;
}
.noImg,.addImg{
    font-family: icon;
    border-radius: 3px;
    width: 60px;
    font-family: 'Icon';
    cursor: pointer;
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* position: absolute; */
    opacity: 0.80;
    font-size: 150px;
    line-height: 100%;
    margin: 0;
    color: #5a5a5a;
    background: none;
    cursor: pointer;
}

.addImg:hover{
    opacity: 0.9;
}

.imageToolbox{
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 1px;
    opacity: 0.4;
    border-radius: 2px;
    font-size: 30px;
    color: white;
    text-align: center;
    background: #242424;
    display: flex;
    padding: 2px;
    box-shadow: -1px 1px 2px 0px #000000;
    min-width: 44px;
    justify-content: center;
}

.imageToolbox:hover{
    opacity: 0.8;
}

.imageToolbox div{
    font-family: 'Icon';
    opacity: 0.4;
    cursor: pointer;
}

.imageToolbox div:hover {
    opacity: 1;
}

.removeImg:hover{
    color: #ff4343;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/imageViewer/imageViewer.css ***!
  \***************************************************************************************************************************************************/
#imageViewer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#imageViewerImage{
    
}
#imageViewerImage img{
    width: 100vw;
    max-height: calc(100vh - 45px);
    object-fit: contain;
}
#imageViewerLabel{
    font-family: 'Regular';
    margin-left: 10px;
    margin-right: 10px;
}
#imageViewerContainer{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: black;
    z-index: 1000;
}

#imageViewerToolbox {
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 22px;
    margin-top: 10px;
    line-height: 34px;
    position: fixed;
    bottom: 10px;
    width: 100%;
    background: #000000d9;
}

#imageViewerPrevious,
#imageViewerNext,
#imageViewerClose{
    font-family: 'Icon';
    font-size: 44px;
}
#imageViewerClose{
    position: fixed;
    top: 10px;
    right: 10px;
    font-size: 34px;
    background: #ffffff;
    border-radius: 22px;
    color: #333333;
    width: 44px;
    height: 44px;
    line-height: 44px;
    opacity: 0.4;
    cursor: pointer;
    text-align: center;
    box-shadow: 0px 0px 3px #424242;
}
#imageViewerClose:hover{
    opacity: 0.85;
}

#imageViewerPrevious,
#imageViewerNext{
    opacity: 0.4;
}
#imageViewerPrevious:hover,
#imageViewerNext:hover{
    opacity: 0.85;
    cursor: pointer;
}
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/file/file.css ***!
  \*************************************************************************************************************************************/
.file{
    display: flex;
    flex-direction: column;
}
.fileItem{
    display: flex;
    flex-direction: row;
    border: 1px solid #585858;
    border-radius: 2px;
    padding-left: 5px;
    align-items: center;
    min-height: 34px;
}
.fileInfo{
    flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
}
.fileEmpty{
    height: 30px;
}
.removeFile,.downloadFile,.addFile {
    height: 30px;
    opacity: 0.65;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    font-size: 24px;
    font-family: 'Icon';
    text-align: center;
    cursor: pointer;
    padding: 2px;
}
.removeFile:hover,.downloadFile:hover,.addFile:hover{
    opacity: 0.9;
}

.removeFile {
    color: #d51515;
}
.downloadFile{
    color: #0064e1;
}
.addFile{
    color: #0064e1;
}

/*!***********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/fileMulti/fileMulti.css ***!
  \***********************************************************************************************************************************************/
.fileMulti{
    display: flex;
    flex-direction: column;
    row-gap: 0px;
}

.fileMulti>.fileItem{
    border-bottom: none;
}
.fileMulti>.fileItem:last-of-type{
    border-bottom: 1px solid #585858;
}
/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/file/file.css (1) ***!
  \*****************************************************************************************************************************************/
.file{
    display: flex;
    flex-direction: column;
}
.fileItem{
    display: flex;
    flex-direction: row;
    border: 1px solid #585858;
    border-radius: 2px;
    padding-left: 5px;
    align-items: center;
    min-height: 34px;
}
.fileInfo{
    flex: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 2px;
}
.fileEmpty{
    height: 30px;
}
.removeFile,.downloadFile,.addFile {
    height: 30px;
    opacity: 0.65;
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    font-size: 24px;
    font-family: 'Icon';
    text-align: center;
    cursor: pointer;
    padding: 2px;
}
.removeFile:hover,.downloadFile:hover,.addFile:hover{
    opacity: 0.9;
}

.removeFile {
    color: #d51515;
}
.downloadFile{
    color: #0064e1;
}
.addFile{
    color: #0064e1;
}

/*!*****************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/button/button.css ***!
  \*****************************************************************************************************************************************/
.forms-button {
    font-size: 14px;
    font-family: 'Bold';
    display: inline-block;
    background-color: #565656;
    color: white;
    padding: 8px;
    border-radius: 2px;
    margin: 5px;
    min-width: 45px;
    text-align: center;
}
.forms-button:hover {
    box-shadow: 3px 3px 3px rgb(0 0 0 / 12%);
    cursor: pointer;
    background-color: #ababab;
}
.forms-button:active{
    box-shadow: 0px 0px 0px rgba(0,0,0,0.12);
    cursor:pointer;
}
/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/form/selectImage/selectImage.css ***!
  \***************************************************************************************************************************************************/
.select-image-panel{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}
.select-image-panel img{
    max-width: 110px;
    border-radius: 5px;
}

.select-image-panel .select-image[data-selected="false"]{
    
}
.select-image-panel .select-image[data-selected="true"]{
    border:5px solid #0075ff;
}
/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/forms.css ***!
  \****************************************************************************************************************************/
/* 
    Created on : 21 feb. 2020, 12:21:29
    Author     : 109521
*/

.caja10px {
    display: flex;
    flex-direction: column;
    margin: 10px;
}

*[data-hide="hide"]{
    display: none;
}

*[data-read-only="true"]{
    background-color: #f1f1f1;
    pointer-events: none;
}

input, select, textarea {
    border: 1px solid grey;
    padding: 5px;
    margin: 5px;
    border-radius: 2px;
    width: 100%;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    font-family: inherit;
    font-size: 15px;
    line-height: 24px;
    height: 24px;
    box-sizing: content-box;
}

input:focus:not([type=checkbox]):not([type=radio]):not([type=range]), select:focus, textarea:focus{
    outline: 1px solid;
}

select{
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    appearance: menulist;
}

select[multiple]{
    height: 110px;
    text-align: left;
    overflow-y: auto;
}
select[multiple] option{
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 26px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 4px;
}

textarea{
    height: 96px;
    text-align: left;
    resize: vertical;
    min-height: 24px;
}

input[type="range"]{
    -webkit-appearance: slider-horizontal;
    -moz-appearance: range;
    appearance: auto;
}

input[type="color"]{
    padding: 0;
    width: 50px;
    height: 50px;
    border: none;
}

input[type="checkbox"],input[type="radio"] {
    width: 16px;
    height: 16px;
}

.forms-separator{
    height: 2px;
    width: 100%;
    background-color: #585858;
}

.forms-checkbox, .forms-radio{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.forms-title{
    font-size: 22px;
}

.forms-subtitle {
    font-size: 18px;
}

.form-info{
    border-left: 5px solid;
    border-color: #717171;
    background: #f6f6f6;
    padding-left: 5px;
    color: #484848;
}

/*!*********************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/src/containers.css ***!
  \*********************************************************************************************************************************/
/* 
    Created on : 27 may. 2022, 16:16:41
    Author     : 109521
*/

/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-forms/forms.css ***!
  \************************************************************************************************************************/
/* 
    Created on : 27 may. 2022, 16:16:01
    Author     : 109521
*/
/*!*************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-datatables/css/dataTable.css ***!
  \*************************************************************************************************************************************/
/* 
    Created on : 19-may-2020, 9:50:54
    Author     : Zurik
*/

.dataTable{
    text-align: left;
    display:flex;
    flex-direction: column;
    min-width: 800px;
}
.tableBody{
    max-height: 600px;
    overflow:auto;
    padding:2px;
}
.heatherRow, .dataRow{
    display:flex;

}

.heatherRow{
    font-family: Bold;
}

.cellHeader, .cellRow {
    display:flex;
    flex:1;
    padding: 5px;
    align-items: center;
    min-width: 0;
}

.cellRow{
    border:1px solid lightgrey;
    margin-top: -1px;
    margin-left: -1px;
}
.orderBox{
    display:flex;
    flex-direction: column;
    margin-left:auto;
}
.tableOrder{
    font-family: 'Icon';
    font-size: 20px;
    font-feature-settings: 'liga';
    line-height: 12px;
    height: 12px;
    border-radius: 6px;
    cursor: pointer;
}

.tableOrder:hover{
    background-color: lightgrey;
}

.paginationSet{
    display:flex;
    justify-content: center;
}
.paginationObj{
    padding: 5px;
    margin:5px;
    width:30px;
    line-height: 20px;
    border-radius:100px;
    text-align: center;
}
.paginationObj:hover{
    background-color: lightgrey;
}
.paginationObj[data-selected="true"]{
    font-weight: Bold;
}
.searchBox{
    display:flex;
}

.searchInput{
    margin-left: auto;
    max-width: 150px;
    text-align: left;
    padding: 2px;
}

/*!******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/digicon-web-feedback/feedBack.css ***!
  \******************************************************************************************************************************/
.feedBackContainer{
    display:none;
}
.infoMessage{
    position: fixed;
    bottom: 20px;
    margin: auto;
    z-index: 1000;
    text-align: center;
	left: 50%;
    transform: translateX(-50%);
}
.infoText{
    background-color: white;
    opacity: 0;
    display: none;
    color: #222222;
    font-size: 14px;
    font-family: 'Regular';
    display: inline-block;
    padding: 5px;
    padding-right:15px;
    padding-left:15px;
    min-width: 300px;
    border-radius: 100px;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
@-webkit-keyframes fadeOut {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}
.loading, .fondoFeedBack{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.loading{
    background-image: url(/e99823378788b1162c59.gif);
    background-repeat: no-repeat;
    background-size: 135px;
    background-position: center;
    background-color: rgba(255,255,255,0.8);
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.loadingMessage{
    margin-bottom: 35px;
}

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

.feedBackDialogContainer{
    position: fixed;
    left: 50px;
    right: 50px;
    text-align: center;
    z-index: 1000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 80%;

}
.feedBackDialog{
    display: inline-block;
    background-color: white;
    padding: 5px;
    position: relative;
    border-radius: 6px;
    box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.12);
    max-height: 80vh;
}
.feedBackButtonContainer{
    position: relative;
    text-align: right;
    font-size: 0;
}
.feedBackButton{
    font-size: 14px;
    font-family: 'Bold';
    display: inline-block;
    background-color: #777777;
    color: white;
    padding: 5px;
    border-radius: 2px;
    margin: 5px;
    min-width: 45px;
    text-align: center;
}
.feedBackButton:hover{
    box-shadow: 3px 3px 3px rgba(0,0,0,0.12);
    cursor:hand;
    cursor:pointer;
    background-color: #ababab;
}
.feedBackButton:active{
    box-shadow: 0px 0px 0px rgba(0,0,0,0.12);
    cursor:hand;
    cursor:pointer;
}
.feedBackAlertText{
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
    font-family: 'Regular';
    min-width: 300px;
    max-width: 600px;
}
.feedBackTitle{
    font-size: 1.5em;
    border-bottom: 1px solid #cccccc;
}

/*!*******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/strapi-login/login.css ***!
  \*******************************************************************************************************************/
#passLabel, #userLabel
{
    display: block;
    float: left;
    width: 110px;  
}

#loginErrorLabel {
    display: block;
    float: left;
    margin-top: 10px;
}

#loginDiv
{
    position: fixed;
    right: 0;
    top: 0;
}

#adminButton{
    display:none;
}

.input,
.input:focus {
    font-family: "Regular";
    outline: 0px;
    text-indent: 8px;
    padding: 0px;
    border: 0;
    border-radius: 2px;
    font-size: 15px;
    line-height: 35px;
    height: 37px;
    width: 100%;
    color: grey;
    background-color: white;
    border: 1px solid #c7c7c7;
}
.textarea {
    font-family: "Regular";
    font-size: 15;
    line-height: 19px;
    min-height: 76px;
    outline: 0px;
    padding: 5px;
    padding-left: 8px;
    border: 0;
    border-radius: 2px;
    width: 100%;
    color:#3d3d3d;
    background-color: white;
    border: 1px solid #c7c7c7;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.boton {
    position:relative;
    background-color: #c7c7c7;
    color:white;
    font-family: "Bold";
    outline: 0px;
    padding: 0px;
    border: 0;
    border-radius: 2px;
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.12); /*sombra3*/
}
.errorLog{
    color: red;
    font-family: "Bold";
}
.userOptions{
    position: relative;
    float: right;
    margin: 10px;
    color: rgba(125, 125, 125, 0.7);
    border: 0;
    background: none;
    border-radius: 3px;
    max-width: 150px;
    padding: 7px;
    padding-left: 25px;
    text-decoration: none;
    outline-width: 0px !important;
    font-size: 12px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.userOptionsList{
    display: none;
    background-color: white;
    position: fixed;
    right: -1px;
    margin-top: 51px;
    border: 1px solid #c7c7c7;
    border-top: none;
    color: rgba(125, 125, 125, 0.7);
    font-size: 12px;
}
.userOption{
    padding: 5px;
    margin: 5px;
    border-bottom: 1px dotted #ff6600;
}
.userOption:hover{
    background-color: #ff6600;
}
.icon-user{
    font-family: 'Icon';
    font-feature-settings: 'liga';
    color: grey;
    padding: -8px;
    position: absolute;
    font-size: 18px;
    left: 3px;
}

.accessButton{
    float: right;
    margin: 10px;
    color: rgba(125, 125, 125, 0.7);
    border-radius: 2px;
    width: auto;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    width: 90px;
    font-size:13px;
}
.accessButton:hover, .userOptions:hover{
    background: lightgrey;
    cursor:pointer;
}

.accessButton.icon-button{
    background: none;
    font-size: 44px;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 11px;
    right: 17px;
    border: none;
    box-shadow: none;
}
.accessButton.icon-button:hover{
    color: #3d3d3d;
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/strapi-project-manager/projectManager.css ***!
  \**************************************************************************************************************************************/
.projManEmptyStatePanel{
    text-align: center;
    font-size: 25px;
    color: #aaaaaa;
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 40px;
    padding-right: 40px;
}

#projManForm{
    max-width: 400px;
}
.dataTables_length label{
    display: flex;
    align-items: center;
}
.dataTables_length label select{
    padding:5px;
}
.dataTables_filter label{
    display: flex;
    align-items: center;
}
/*!********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./src/project/css/main.css ***!
  \********************************************************************************************************/
/**** CARGA DE FUENTES ****/
@font-face {
  font-family: "Light";
  src: url(/bd895b1eb9ced18d8ce6.ttf) format("opentype");
}
@font-face {
  font-family: "Regular";
  src: url(/79164ee524feb6583a94.ttf) format("opentype");
}
@font-face {
  font-family: "Bold";
  src: url(/401bd636a7027c695b08.ttf) format("opentype");
}
@font-face {
  font-family: "Icon";
  src: url(/2e477610db71c78ac1b9.ttf) format("opentype");
}



/* ICONOS */
.material-icons {
  font-family: "Icon";
  font-size: 40px;
  /* Support for IE. */
  font-feature-settings: "liga";
  display: inline;
  color: grey;
}

.icon-button {
  font-family: "Icon";
  font-size: 20px;
  height: 22px;
  line-height: 22px;
  min-width: 22px;
  font-feature-settings: "liga";
  display: inline-block;
  color: #fefefe;
  padding: 3px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #c7c7c7;
  margin: 1px;
  border-radius: 3px;
  background-color: #575757;
  text-align: center;
  font-weight: normal;
  vertical-align: top;
}

.toolboxIcon{
  margin-right: 10px;
}

.toolboxButton,
.toolboxButton * {
  cursor: pointer !important;
  user-select: none !important;
}

.toolboxText {
  cursor: pointer !important;
  user-select: none !important;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height:50px;
  z-index: 2000;
  background: white;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}

#localizationContainer{
  display:none;
}
#projectData{
  display:flex;
  justify-content: center;
  margin-left: auto;
} 
#projectButtonsContainer{
  display:none;
}
aside {
  position: fixed;
  top: 50px;
  bottom: 0;
  right: 0;
  width: 300px;
  z-index: 1000;
  background: white;
}
.buttonsBox{
  display: flex;
  flex-direction: column;
}
.buttonBoxText{
    margin: 10px;
}
body {
    display: flex;
    flex-direction: column;
    font-family: "Outfit", sans-serif;
    height: 100%;
    margin: 0;
  }

  #container3D {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #ccc;
  }
/* SPLASH SCREEN */
#splash[data-visible="false"] {
    animation: fadeOut 0.50s;
    animation-fill-mode: forwards;
    display: none;
}

#menu {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    border-radius: 5px;
    z-index: 10;
  }
  button, select {
    display: block;
    margin: 5px 0;
    width: 150px;
    padding: 5px;
  }



/*# sourceMappingURL=main.css.map*/