/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}
.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}
.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}
.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}
/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}
.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}
/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}


@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&family=Raleway:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");
@charset "UTF-8";
/*
  ! FONTS
    * Title: Open Sans
      - Regular       (400) 
      - Semi Bold     (600)
      - Bold          (700)
      - Extra Bold    (800)
    * Content: Raleway
      - Light         (300)
      - Light Italic  (300)
      - Regular       (400)
      - Italic        (400)
      - Semi Bold     (600)
*/
/*
  ! SASS PARTIALS
    * SASS Variables
    * SASS Mixins
    * Icons
    * DataTable
*/
.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}
.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}
.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}
.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}
.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}
.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}
.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}
.ng-select .ng-has-value .ng-placeholder{display:none}
.ng-select .ng-select-container{background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}
.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}
.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}
[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}
.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}
.ng-select.ng-select-single .ng-select-container{height:36px}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}
[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}
.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}
[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}
.ng-select .ng-clear-wrapper{color:#999}
.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}
.ng-select .ng-spinner-zone{padding:5px 5px 0 0}
[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}
.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}
[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}
.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}
.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}
.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}
.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}
.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}
.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}
[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}
[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}
.ms-PanelHost,
.ms-Panel {
  z-index: 1070 !important;
}
.ms-PanelHost h4,
.ms-Panel h4 {
  font-size: 1.5rem;
  font-weight: 400;
}
.ms-Panel-content {
  padding-bottom: 30px !important;
}
.ms-SearchBox {
  height: 32px !important;
  margin-bottom: 0 !important;
}
.ms-SearchBox .ms-SearchBox-field {
  height: 32px !important;
  width: 250px !important;
  text-align: left;
  padding: 6px 3px 7px 45px !important;
}
.ms-SearchBox .ms-SearchBox-field:focus {
  padding: 6px 45px 7px 6px !important;
}
.ms-SearchBox .ms-SearchBox-label {
  height: 32px !important;
  line-height: 32px !important;
  margin-bottom: 0 !important;
  display: initial !important;
}
.ms-SearchBox:focus-within .ms-SearchBox-clear {
  display: block;
}
.ms-SearchBox:focus-within .ms-SearchBox-label {
  display: none;
}
.ms-ContextualHost {
  z-index: 1080 !important;
}
.ms-Dialog {
  z-index: 1080 !important;
  min-width: 350px !important;
}
.ms-Overlay {
  z-index: 1060 !important;
}
.ms-Dropdown .ms-Label {
  margin-bottom: 0;
}
.ms-Dropdown .ms-Dropdown-caretDown {
  bottom: 8px;
  color: #999 !important;
  font-size: 0.6rem;
}
.ms-Dropdown.is-open .ms-Dropdown-caretDown {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ms-CommandButton.is-hidden {
  display: inline-block;
}
.ms-CommandButton.ms-CommandBar-overflowButton {
  display: none !important;
}
.ms-CommandButton-dropdownIcon,
.ms-CommandButton-splitIcon {
  display: inline-block !important;
}
.ms-Button {
  margin: 0.5rem;
  border: 1px solid #666;
  background-color: transparent;
}
.ms-Button:hover {
  border: 1px solid #666;
  background-color: #eaeaea;
}
.ms-Button.ms-Button-NoMargin {
  margin: 0;
}
.ms-Button.ms-Button-NoBorder {
  margin: 0;
  border: 1px solid transparent;
}
.ms-TextField-field {
  min-width: 100px;
}
.ms-TextField-field-s {
  max-width: 150px;
}
.ms-Pivot .ms-Pivot-links {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  height: auto;
}
.ms-Pivot .ms-Pivot-links:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 1px;
  background-color: #ccc;
}
.ms-Pivot.ms-Pivot--tabs .ms-Pivot-links {
  display: initial;
}
.ms-Pivot.ms-Pivot--tabs .ms-Pivot-links:before {
  display: none;
}
.ms-Pivot.ms-Pivot--tabs .ms-Pivot-links .ms-Pivot-link:after,
.ms-Pivot.ms-Pivot--tabs .ms-Pivot-links .ms-Pivot-link:before {
  display: none;
}
.ms-Table-head,
.ms-Table thead th {
  font-size: 12px;
}
.ms-Table-row,
.ms-Table tr {
  font-size: 13px;
}
input.ms-TextField-field[type=file] {
  height: 42px;
}
.mat-expansion-panel {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  background-color: #f4f4f4;
  border: 1px solid #f4f4f4;
  border-radius: 0 !important;
  margin: 1rem !important;
  overflow: inherit !important;
  transition: all 0.5s;
}
.mat-expansion-panel mat-panel-title i {
  font-size: 1rem;
  transition: all 0.5s;
}
.mat-expansion-panel mat-panel-title i:hover {
  color: #0078D4;
}
.mat-expansion-panel:first-of-type {
  margin-top: 2rem !important;
}
.mat-expansion-panel:hover {
  background-color: #eaeaea;
}
mat-list-item {
  cursor: -webkit-grab;
  cursor: grab;
  background-color: var(--light);
  padding: 0.6rem;
  margin: 1rem 0.3rem;
  transition: all 0.5s;
}
mat-list-item:hover {
  box-shadow: var(--shadow);
}
.sidebar__open-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0.3rem;
  margin-left: 0.5rem;
  cursor: pointer;
  z-index: 1040;
}
.sidebar__open-icon span {
  font-size: 1.5rem;
  color: var(--light);
}
.sidebar {
  overflow: hidden;
  position: fixed;
  min-width: var(--sidebarClose);
  max-width: var(--sidebarClose);
  height: 100%;
  background-color: #f3f2f1;
  z-index: 1040;
  transition: all 0.5s;
  font-size: 0.875rem;
}
.sidebar .sidebar__logo {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.1);
}
.sidebar .sidebar__logo img {
  height: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.sidebar .sidebar__logo .sidebar__logo--icon {
  left: 11px;
}
.sidebar .sidebar__logo .sidebar__logo--text {
  left: 45px;
}
.sidebar .sidebar__logo .sidebar__close {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  cursor: pointer;
  transition: opacity 0.3s;
}
.sidebar .sidebar__logo .sidebar__close span {
  position: relative;
}
.sidebar .sidebar__logo .sidebar__close span i {
  margin: 0.2rem 0.5rem;
  font-size: 1.5rem;
}
.sidebar .sidebar__wrapper {
  font-weight: 500;
  position: relative;
}
.sidebar li.sidebar__item {
  width: 100%;
  transition: all 0.2s;
}
.sidebar li.sidebar__item a.nav-link {
  color: var(--dark-1);
  position: relative;
}
.sidebar li.sidebar__item a.nav-link i {
  position: absolute;
  font-size: 18px;
  left: 8px;
  opacity: 0.8;
  pointer-events: none;
}
.sidebar li.sidebar__item a.nav-link p {
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 600;
  transition: all 0.5s;
  pointer-events: none;
}
.sidebar li.sidebar__item a.nav-link.dropdown-toggle::after {
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: "BestDocIcons" !important;
  content: "";
  font-size: 6px;
  color: var(--dark-1);
  opacity: 0;
  transition: all 0.5s;
}
.sidebar li.sidebar__item a.nav-link.dropdown-toggle[aria-expanded=true]::after {
  content: "";
}
.sidebar li.sidebar__item a.nav-link.nav-link-first {
  white-space: nowrap;
  border-left: 3px solid transparent;
}
.sidebar li.sidebar__item a.nav-link.nav-link-first[aria-expanded=true] {
  border-color: var(--dark-3);
  border-bottom: 1px solid var(--dark-3);
}
.sidebar li.sidebar__item a.nav-link.nav-link-first:hover {
  background-color: rgba(153, 153, 153, 0.1);
}
.sidebar li.sidebar__item a.nav-link.nav-link-first:hover[aria-expanded=true] {
  background-color: transparent;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child {
  cursor: pointer;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child .menu__sigla {
  position: absolute;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child i {
  left: 13px;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child p {
  font-weight: 400;
  white-space: nowrap;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child:hover i {
  font-weight: 900;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child:hover p {
  font-weight: 600;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child.dropdown-toggle[aria-expanded=true] {
  border-bottom: 1px solid var(--dark-3);
}
.sidebar li.sidebar__item a.nav-link.nav-link-child.dropdown-toggle[aria-expanded=true] i {
  font-weight: 900;
}
.sidebar li.sidebar__item a.nav-link.nav-link-child.dropdown-toggle[aria-expanded=true] p {
  font-weight: 600;
}
.sidebar li.sidebar__item:hover a.nav-link.nav-link-first {
  border-color: var(--dark-3);
}
.sidebar:hover {
  min-width: var(--sidebarOpen);
  max-width: var(--sidebarOpen);
  overflow-y: auto;
}
.sidebar:hover li.sidebar__item a.nav-link.dropdown-toggle::before {
  opacity: 1;
}
.sidebar:hover li.sidebar__item a.nav-link.dropdown-toggle::after {
  opacity: 1;
}
@media (max-width: 800px) {
  .sidebar:hover {
    min-width: 0;
    max-width: 0;
  }
}
.sidebar.sidebar__openShorCut {
  min-width: var(--sidebarOpen);
  max-width: var(--sidebarOpen);
  overflow-y: auto;
}
.sidebar.sidebar__openShorCut li.sidebar__item a.nav-link.dropdown-toggle::before {
  opacity: 1;
}
.sidebar.sidebar__openShorCut li.sidebar__item a.nav-link.dropdown-toggle::after {
  opacity: 1;
}
@media (max-width: 800px) {
  .sidebar.sidebar__openShorCut {
    min-width: 0;
    max-width: 0;
  }
}
.sidebar.sidebar__open {
  min-width: 100%;
  max-width: 100%;
  overflow-y: auto;
}
.sidebar.sidebar__open .sidebar__close {
  visibility: visible;
  opacity: 1;
}
.sidebar.sidebar__open li.sidebar__item a.nav-link.dropdown-toggle::before {
  opacity: 1;
}
.sidebar.sidebar__open li.sidebar__item a.nav-link.dropdown-toggle::after {
  opacity: 1;
}
@media (max-width: 800px) {
  .sidebar {
    min-width: 0;
    max-width: 0;
  }
}
.list-child {
  background-color: rgba(153, 153, 153, 0.1);
}
.list-child .nav-links-last app-menu-item2 .nav-link i {
  display: none;
}
.list-child .nav-links-last app-menu-item2 .nav-link p {
  position: relative;
  font-size: 12px;
}
.list-child .nav-links-last app-menu-item2 .nav-link p::before {
  content: " ";
  position: absolute;
  left: 0;
  color: var(--dark-1);
  width: 6px;
  height: 6px;
  background: var(--dark-1);
  border-radius: 20px;
  top: 6px;
}
.menu__inpos i {
  font-weight: 900 !important;
  color: #0078D4 !important;
}
.menu__inpos p {
  font-weight: 600 !important;
}
.menu__inpos p:before {
  background: #0078D4 !important;
}
.menu__inpos-parent {
  border-color: #0078D4 !important;
}
.form-control-datatable {
  display: inline-block;
  width: auto;
}
.dataTables_filter {
  height: 32px;
}
.dataTables_filter label {
  height: 32px;
  margin-bottom: 0;
}
.dataTables_filter label .ms-SearchBox {
  height: 32px;
  margin-bottom: 0;
}
.dataTables_filter label .ms-SearchBox input {
  height: 32px;
}
.dataTables_filter label .ms-SearchBox-clear .ms-CommandButton-button {
  height: 32px;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  white-space: nowrap;
  padding: 10px 28px 10px 10px;
  border-bottom: 1px solid #dddddd;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #dddddd;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url('sort_both.png');
}
table.dataTable thead .sorting_asc {
  background-image: url('sort_asc.png');
}
table.dataTable thead .sorting_desc {
  background-image: url('sort_desc.png');
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('sort_desc_disabled.png');
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #f4f4f4;
}
table.dataTable tbody tr td input.data-table-selection-radio {
  opacity: 0;
}
table.dataTable tbody tr td .dt__group--menu {
  opacity: 0;
}
table.dataTable tbody tr:hover td input.data-table-selection-radio {
  opacity: 1;
}
table.dataTable tbody tr:hover td .dt__group--menu {
  opacity: 1;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
  white-space: nowrap;
}
table.dataTable tbody th.wrap,
table.dataTable tbody td.wrap {
  white-space: pre-wrap;
  word-break: break-word;
}
table.dataTable tbody th.content-center,
table.dataTable tbody td.content-center {
  text-align: center;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #dddddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #eeeeee;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #ebebeb;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #e7e7e7;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #e9e9e9;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #efefef;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #e0e0e0;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #e2e2e2;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #e5e5e5;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #dddddd;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-center.dt-small,
table.dataTable tbody td.dt-body-center.dt-small {
  width: 50px;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
}
.dataTables_wrapper .dataTables_info {
  font-size: 12px;
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff !important;
  border: 1px solid transparent;
  background: #0078d4 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #0078d4 !important;
  border: 1px solid #0078d4;
  background: #ffffff;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
  position: relative;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #dddddd;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
.dts_label {
  display: none;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
.gform__tree {
  position: fixed;
  top: 90px;
  min-height: 180px;
  max-height: 80vh;
  display: inline-block;
  width: 0%;
  background-color: var(--light);
  overflow: hidden;
  overflow-y: scroll;
  border-radius: 6px 0 0 6px !important;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 1070;
  transition: all 0.5s;
}
@font-face {
  font-family: "BestDocIcons";
  src: url('BestDocIcons.eot?dx6cf5');
  src: url('BestDocIcons.eot?dx6cf5#iefix') format("embedded-opentype"), url('BestDocIcons.ttf?dx6cf5') format("truetype"), url('BestDocIcons.woff?dx6cf5') format("woff"), url('BestDocIcons.svg?dx6cf5#BestDocIcons') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "BestDocIcons" !important;
  speak: none;
  position: absolute;
  font-size: 41px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-dato-basico:before {
  content: "";
}
.icon-tipo-solicitud:before {
  content: "";
}
.icon-tema-tipo-solicitud:before {
  content: "";
}
.icon-modo-trabajo-solicitud:before {
  content: "烈";
}
.icon-estado-solicitud:before {
  content: "";
}
.icon-Configuracion-solicitud-modificacin-pgina:before {
  content: "";
}
.icon-documento-estado-solicitud:before {
  content: "";
}
.icon-ventanilla:before {
  content: "";
}
.icon-swap-2:before {
  content: "菱";
}
.icon-swap-1:before {
  content: "陵";
}
.icon-tipo-documental:before {
  content: "";
}
.icon-serie:before {
  content: "";
}
.icon-sub-serie:before {
  content: "";
}
.icon-tabla-retencin-documento:before {
  content: "";
}
.icon-temas:before {
  content: "";
}
.icon-plantilla-sede-empresa:before {
  content: "";
}
.icon-consecutivo:before {
  content: "";
}
.icon-solicitud-estado:before {
  content: "";
}
.icon-microphone:before {
  content: "";
}
.icon-plus:before {
  content: "";
}
.icon-question:before {
  content: "";
}
.icon-hammer:before {
  content: "";
}
.icon-search:before {
  content: "";
}
.icon-envelope:before {
  content: "";
}
.icon-user-tie:before {
  content: "";
}
.icon-film:before {
  content: "";
}
.icon-th:before {
  content: "";
}
.icon-th-list:before {
  content: "";
}
.icon-check:before {
  content: "";
}
.icon-close:before {
  content: "";
}
.icon-remove:before {
  content: "";
}
.icon-times:before {
  content: "";
}
.icon-search-plus:before {
  content: "";
}
.icon-search-minus:before {
  content: "";
}
.icon-power-off:before {
  content: "";
}
.icon-cog:before {
  content: "";
}
.icon-gear:before {
  content: "";
}
.icon-trash-alt:before {
  content: "";
}
.icon-home:before {
  content: "";
}
.icon-file:before {
  content: "";
}
.icon-arrow-alt-circle-down:before {
  content: "";
}
.icon-arrow-alt-circle-up:before {
  content: "";
}
.icon-sync:before {
  content: "";
}
.icon-list-alt:before {
  content: "";
}
.icon-flag:before {
  content: "";
}
.icon-headphones:before {
  content: "";
}
.icon-folder-plus:before {
  content: "";
}
.icon-list:before {
  content: "";
}
.icon-image:before {
  content: "";
}
.icon-photo:before {
  content: "";
}
.icon-picture-o:before {
  content: "";
}
.icon-pencil-alt:before {
  content: "";
}
.icon-map-marker:before {
  content: "";
}
.icon-edit:before {
  content: "";
}
.icon-pencil-square-o:before {
  content: "";
}
.icon-check-square:before {
  content: "";
}
.icon-step-backward:before {
  content: "";
}
.icon-fast-backward:before {
  content: "";
}
.icon-backward:before {
  content: "";
}
.icon-play:before {
  content: "";
}
.icon-pause:before {
  content: "";
}
.icon-stop:before {
  content: "";
}
.icon-forward:before {
  content: "";
}
.icon-fast-forward:before {
  content: "";
}
.icon-step-forward:before {
  content: "";
}
.icon-eject:before {
  content: "";
}
.icon-plus-circle:before {
  content: "";
}
.icon-times-circle:before {
  content: "";
}
.icon-check-circle:before {
  content: "";
}
.icon-check-double:before {
  content: "";
}
.icon-arrow-left:before {
  content: "";
}
.icon-arrow-right:before {
  content: "";
}
.icon-arrow-up:before {
  content: "";
}
.icon-arrow-down:before {
  content: "";
}
.icon-exclamation-circle:before {
  content: "";
}
.icon-eye:before {
  content: "";
}
.icon-exclamation-triangle:before {
  content: "";
}
.icon-warning:before {
  content: "";
}
.icon-border-all:before {
  content: "";
}
.icon-door-open:before {
  content: "";
}
.icon-key:before {
  content: "";
}
.icon-cogs:before {
  content: "";
}
.icon-gears:before {
  content: "";
}
.icon-sign-in-alt:before {
  content: "";
}
.icon-phone:before {
  content: "";
}
.icon-phone-square:before {
  content: "";
}
.icon-ruler:before {
  content: "";
}
.icon-bell:before {
  content: "";
}
.icon-wrench:before {
  content: "";
}
.icon-tasks:before {
  content: "";
}
.icon-filter:before {
  content: "";
}
.icon-group:before {
  content: "";
}
.icon-users:before {
  content: "";
}
.icon-clipboard:before {
  content: "";
}
.icon-floppy-o:before {
  content: "";
}
.icon-save:before {
  content: "";
}
.icon-list-ul:before {
  content: "";
}
.icon-table:before {
  content: "";
}
.icon-money-bill:before {
  content: "";
}
.icon-caret-down:before {
  content: "";
}
.icon-caret-up:before {
  content: "";
}
.icon-caret-left:before {
  content: "";
}
.icon-caret-right:before {
  content: "";
}
.icon-columns:before {
  content: "";
}
.icon-sort:before {
  content: "";
}
.icon-unsorted:before {
  content: "";
}
.icon-envelope-square:before {
  content: "";
}
.icon-comment:before {
  content: "";
}
.icon-comments:before {
  content: "";
}
.icon-sitemap:before {
  content: "";
}
.icon-exchange-alt:before {
  content: "";
}
.icon-file-alt:before {
  content: "";
}
.icon-industry:before {
  content: "";
}
.icon-city:before {
  content: "";
}
.icon-desktop:before {
  content: "";
}
.icon-mobile-alt:before {
  content: "";
}
.icon-spinner:before {
  content: "";
}
.icon-folder:before {
  content: "";
}
.icon-folder-open:before {
  content: "";
}
.icon-code:before {
  content: "";
}
.icon-info:before {
  content: "";
}
.icon-exclamation:before {
  content: "";
}
.icon-calendar:before {
  content: "";
}
.icon-unlock-alt:before {
  content: "";
}
.icon-file-invoice-dollar:before {
  content: "";
}
.icon-user-tag:before {
  content: "";
}
.icon-database:before {
  content: "";
}
.icon-plus-square:before {
  content: "";
}
.icon-delicious:before {
  content: "";
}
.icon-building:before {
  content: "";
}
.icon-broom:before {
  content: "";
}
.icon-code-branch:before {
  content: "";
}
.icon-file-pdf:before {
  content: "";
}
.icon-file-word:before {
  content: "";
}
.icon-file-excel:before {
  content: "";
}
.icon-file-powerpoint:before {
  content: "";
}
.icon-file-image:before {
  content: "";
}
.icon-file-photo-o:before {
  content: "";
}
.icon-file-picture-o:before {
  content: "";
}
.icon-file-archive-o:before {
  content: "";
}
.icon-file-zip-o:before {
  content: "";
}
.icon-file-csv:before {
  content: "";
}
.icon-file-code:before {
  content: "";
}
.icon-file-signature:before {
  content: "";
}
.icon-project-diagram:before {
  content: "";
}
.icon-sliders:before {
  content: "";
}
.icon-newspaper:before {
  content: "";
}
.icon-paint-brush:before {
  content: "";
}
.icon-chart-area:before {
  content: "";
}
.icon-tools:before {
  content: "";
}
.icon-toolbox:before {
  content: "";
}
.icon-server:before {
  content: "";
}
.icon-user-friends:before {
  content: "";
}
.icon-user-cog:before {
  content: "";
}
.icon-battery-three-quarters:before {
  content: "";
}
.icon-battery-half:before {
  content: "";
}
.icon-layer-group:before {
  content: "";
}
.icon-file-import:before {
  content: "";
}
.icon-file-export:before {
  content: "";
}
.icon-user-shield:before {
  content: "";
}
.icon-calendar-check:before {
  content: "";
}
.icon-map-pin:before {
  content: "";
}
.icon-map-marked-alt:before {
  content: "";
}
.icon-suitcase-rolling:before {
  content: "";
}
.icon-phone-square-alt:before {
  content: "";
}
.icon-envelope-open-text:before {
  content: "";
}
.icon-address-book:before {
  content: "";
}
.icon-user-circle:before {
  content: "";
}
.icon-user:before {
  content: "";
}
.icon-bookmark:before {
  content: "";
}
.icon-print:before {
  content: "";
}
.icon-certificate:before {
  content: "";
}
.icon-box:before {
  content: "";
}
.icon-tag:before {
  content: "";
}
.icon-award:before {
  content: "";
}
.icon-map-marker-alt:before {
  content: "";
}
.icon-clock:before {
  content: "";
}
.icon-share-alt:before {
  content: "";
}
.tooltip .tooltip-inner {
  border-radius: 0;
  font-size: 12px;
}
.btn {
  min-height: var(--input-h);
  min-width: 100px;
  border-radius: 4px !important;
  font-weight: 600;
  margin: 0.5rem;
  cursor: pointer;
}
.btn:hover {
  -webkit-transform: translate(0, -5%);
  transform: translate(0, -5%);
  box-shadow: var(--shadow);
}
.btn:focus {
  box-shadow: none;
}
.btn.btn-principal {
  background-color: var(--primary);
  color: var(--light);
  transition: all 0.5s;
}
.btn.btn-principal:hover {
  background-color: var(--primary-20);
}
.btn.btn-seleccionar {
  background-color: var(--dark-3);
  color: var(--light);
  transition: all 0.5s;
}
.btn.btn-seleccionar:hover {
  background-color: var(--dark-2);
}
.btn.btn-guardar {
  background-color: var(--green-dark);
  color: var(--light);
  transition: all 0.5s;
}
.btn.btn-guardar:hover {
  background-color: var(--green);
}
.btn.btn-limpiar {
  background-color: var(--naranja-dark);
  color: var(--light);
  transition: all 0.5s;
}
.btn.btn-limpiar:hover {
  background-color: var(--naranja);
}
.btn.btn-modal-notify {
  color: var(--light) !important;
  border: none;
  transition: all 0.5s;
}
.btn.btn-modal-notify:hover {
  background-color: var(--primary-dark);
}
.btn.btn-modal {
  background-color: var(--primary-20);
  color: var(--light);
  border: none;
  transition: all 0.5s;
}
.btn.btn-modal:hover {
  background-color: var(--primary);
}
.btn.btn-exportar {
  background-color: var(--primary-70);
  color: var(--dark-2);
}
.btn__icon {
  cursor: pointer;
  font-size: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.5rem;
  width: 1.5rem;
}
.btn__icon i {
  height: 1.5rem;
  width: 1.5rem;
  position: relative;
}
.btn__icon i:hover {
  color: var(--primary);
}
.btn__icon i:before {
  position: absolute;
  top: 0;
  line-height: 1;
}
.btn__icon.color-red i:hover {
  color: var(--red);
}
.btn__icon--circle {
  cursor: pointer;
  font-size: 1rem;
  margin: 0.5rem 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #323130;
  transition: all 0.2s;
}
.btn__icon--circle:hover {
  background-color: var(--primary);
}
.btn__icon--circle i {
  transition: all 0.2s;
  height: 32px;
  width: 32px;
  position: relative;
  color: #fff;
}
.btn__icon--circle i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* 
@import "./assets/styles/partials/icons";
*/
/*
  ! EXTERNAL STYLES
    * NG-Select
*/
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing.dark-backdrop {
  background: #000;
  opacity: 0.85 !important;
}
/*
  ! Z_INDEX
  * .ms-Dialog (modales), .ms-ContextualHost (menu contextuales): 1080
  * modal-page: 1070
  * ms-PanelHost, ms-Panel (paneles laterales): 1070
  * .ms-Overlay: 1060
  * sideBar: 1040
  * user-nav: 1030
  * command-bar: 1030
  * tooltip: 1020
  * checkBox -> before: 1010
  * checkBox -> after: 1000
*/
:root {
  --title: "Open Sans", sans-serif;
  --content: "Raleway", sans-serif;
  --sidebarClose: 40px;
  --sidebarOpen: 306px;
  --primary: #0078D4;
  --secundary: #004F8D;
  --primary-5: #0080e3;
  --primary-10: #0089f2;
  --primary-20: #1198ff;
  --primary-30: #2ea4ff;
  --primary-40: #4cb1ff;
  --primary-50: #6abeff;
  --primary-60: #88cbff;
  --primary-70: #a6d8ff;
  --primary-80: #c3e5ff;
  --primary-90: #e1f2ff;
  --primary-95: #f0f9ff;
  --light: #fff;
  --dark-1: #333;
  --dark-2: #666;
  --dark-3: #999;
  --red: #ff2323;
  --red-dark: #ef0000;
  --red-light: #ff5656;
  --green: #66C372;
  --green-dark: #45b153;
  --green-light: #8bd194;
  --orange: #F37807;
  --orange-dark: #c16006;
  --orange-light: #f99234;
  --shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  --margin-l: calc(var(--sidebarClose) + 20px);
  --input-h: 38px;
  --border: var(--secundary);
}
body {
  font-family: var(--content);
  margin: 0;
  background-color: var(--light);
  overflow-x: hidden;
  color: var(--dark-2);
}
:focus {
  outline: none !important;
  box-shadow: none;
}
.ng-select {
  display: block !important;
}
.ng-select-focused > .ng-select-container {
  box-shadow: none !important;
}
.ng-select .ng-select-container:hover {
  box-shadow: none !important;
  border-color: #767676;
}
input:checked ~ .ms-CheckBox-field:before {
  border: 10px solid #0078d7;
  background-color: #0078d7;
}
input:checked ~ .ms-CheckBox-field:after {
  content: "";
  font-family: FabricMDL2Icons;
  display: block;
  position: absolute;
  font-weight: 900;
  background-color: transparent;
  font-size: 13px;
  top: 0;
  color: #fff;
  line-height: 20px;
  width: 20px;
  text-align: center;
}
.sticker {
  text-align: center;
  /* Alinea el texto al centro horizontalmente */
  vertical-align: middle;
  /* Alinea el texto al centro verticalmente (opcional) */
}
.ul__style {
  list-style: none;
  /* Remove default bullets */
}
.ul__style li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: var(--primary);
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.splashScreenClass .splash__container {
  position: absolute;
  top: 50%;
  left: 50%;
  box-shadow: var(--shadow);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.splashScreenClass .splash__container .splash__content {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 1rem;
}
.splashScreenClass .splash__container .splash__content .splash__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  -webkit-animation: SPLASH-BAR 2s infinite;
  animation: SPLASH-BAR 2s infinite;
}
.splashScreenClass .splash__container .splash__content .splash__text {
  position: relative;
  width: 350px;
}
.splashScreenClass .splash__container .splash__content .splash__text h4 {
  color: var(--primary);
  font-size: 1.2rem;
  margin-bottom: 2rem;
}
.splashScreenClass .splash__container .splash__content .splash__text h4 .splash__point1 {
  opacity: 0;
  -webkit-animation: SPLASH-POINT 2s infinite;
  animation: SPLASH-POINT 2s infinite;
}
.splashScreenClass .splash__container .splash__content .splash__text h4 .splash__point2 {
  opacity: 0;
  -webkit-animation: SPLASH-POINT2 2s infinite;
  animation: SPLASH-POINT2 2s infinite;
}
.splashScreenClass .splash__container .splash__content .splash__text h4 .splash__point3 {
  opacity: 0;
  -webkit-animation: SPLASH-POINT3 2s infinite;
  animation: SPLASH-POINT3 2s infinite;
}
.splashScreenClass .splash__container .splash__content .splash__text p {
  width: 300px;
  color: var(--dark-3);
  font-size: 0.875rem;
}
@media (max-width: 576px) {
  .splashScreenClass .splash__container .splash__content .splash__text p {
    width: 100%;
  }
}
@media (max-height: 576px) {
  .splashScreenClass .splash__container .splash__content .splash__text p {
    display: none;
  }
}
.splashScreenClass .splash__container .splash__content .splash__text .splash__cr {
  position: absolute;
  bottom: 0;
  color: var(--dark-3);
  font-size: 0.75rem;
}
@media (max-width: 576px) {
  .splashScreenClass .splash__container .splash__content .splash__text .splash__cr {
    bottom: -10px;
  }
}
@media (max-width: 576px) {
  .splashScreenClass .splash__container .splash__content .splash__text {
    width: 100%;
  }
}
.splashScreenClass .splash__container .splash__content .splash__img {
  padding: 2rem 1rem 2rem 2rem;
}
.splashScreenClass .splash__container .splash__content .splash__img img {
  width: 360px;
}
@media (max-width: 479px) {
  .splashScreenClass .splash__container .splash__content .splash__img img {
    width: 260px;
  }
}
@media (max-height: 576px) {
  .splashScreenClass .splash__container .splash__content .splash__img {
    padding-left: 5rem;
  }
  .splashScreenClass .splash__container .splash__content .splash__img img {
    height: 200px;
    width: auto;
  }
}
@media (max-width: 800px) {
  .splashScreenClass .splash__container .splash__content {
    flex-flow: row wrap;
  }
}
@-webkit-keyframes SPLASH-BAR {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes SPLASH-BAR {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes SPLASH-POINT {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SPLASH-POINT {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SPLASH-POINT2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SPLASH-POINT2 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes SPLASH-POINT3 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SPLASH-POINT3 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}
.is-valid:not(.ms-Dropdown-select) {
  border: 1px solid var(--green);
}
.is-invalid:not(.ms-Dropdown-select) {
  border: 1px solid var(--red);
}
.is-valid.ms-Dropdown-select .ng-select-container {
  border: 1px solid var(--green);
}
.is-invalid.ms-Dropdown-select .ng-select-container {
  border: 1px solid var(--red);
}
.dropdown-toggle::after {
  border: none;
  vertical-align: middle;
  margin-left: 0.8em;
  font-family: FabricMDL2Icons;
  content: "";
}
.dt__group {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.dt__group div {
  align-self: center;
}
.dt__group .dt__group--img {
  padding: 0 10px;
}
.dt__group .dt__group--img a img {
  width: 22px;
  height: 22px;
}
.dt__group .dt__group--text {
  flex-grow: 4;
  padding-left: 10px;
  text-align: left;
}
.dt__group .dt__group--text span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dt__group .dt__group--text span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.dt__group .dt__group--menu {
  height: 100%;
  position: absolute;
  right: 0;
}
.dt__group .dt__group--menu .dropdown__wrapper {
  height: 100%;
}
.dt__group .dt__group--menu .dropdown__wrapper .ms-Button {
  min-width: 32px;
  height: 100%;
  padding: 4px 10px;
}
.dt__group .dt__group--menu .dropdown__wrapper .dropdown__menu {
  position: fixed !important;
  top: auto !important;
  -webkit-transform: translate3d(38px, -46px, 0px) !important;
          transform: translate3d(38px, -46px, 0px) !important;
  position: absolute;
  transition: position 0.5s;
  display: none;
  z-index: 9999;
}
.dt__group .dt__group--menu-img {
  cursor: pointer;
  width: 96%;
  padding-left: 4%;
}
app-attachment-selection {
  width: 100%;
}
app-functional-audit {
  width: 100%;
}
.column__elipse {
  position: relative;
}
.column__elipse div {
  position: absolute;
  top: -4px;
  left: -10px;
  background-color: #dddddd;
  opacity: 0;
  display: none;
  padding: 5px 10px;
  z-index: 1050;
  max-width: 800px;
  min-width: 300px;
  font-size: medium;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.3;
  transition: all 0.2s;
}
.column__elipse:hover div {
  opacity: 1;
  display: initial;
}
tr td:last-child span.column__elipse div {
  left: auto;
  right: 0;
}
.data-table-selection-radio {
  font-size: 50px;
  opacity: 0.2;
}
.data-table-selection-radio:hover {
  opacity: 1;
}
input[type=radio]:checked {
  opacity: 1 !important;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}
@media only screen and (max-width: 767px) {
  .main-content {
    padding-left: 0;
  }
}
.dt__warning {
  background-color: #fff4ce !important;
}
.dt__warning--color {
  color: #fff4ce !important;
}
.dt__severeWarning {
  background-color: #fed9cc !important;
}
.dt__severeWarning--color {
  color: #d83b01 !important;
}
.dt__error {
  background-color: #fde7e9 !important;
}
.dt__error--color {
  color: #a80000 !important;
}
.dt__success {
  background-color: #dff6dd !important;
}
.dt__success--color {
  color: #107c10 !important;
}
.dt__basic {
  background-color: #f4f4f4 !important;
}
.dt__basic--color {
  color: #767676 !important;
}
.chart-legend .legend-labels {
  white-space: normal !important;
}
.modal__notify-text span {
  word-break: break-word;
}

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