app-root, app-main-layout, app-auth-layout, app-locked, #extr-page {
  min-height: 100vh;
}

sa-outlook, sa-maps, app-root, app-main-layout, app-auth-layout, app-locked, sa-ribbon {
  display: block;
}

#inbox-content {
  position: relative;
}

a:hover {
  cursor: pointer;
}

#shortcut {
  display: block;
  overflow: hidden;
}

#map-canvas {
  min-height: 420px
}

.parent_li .sa-icon {
  margin-left: 1rem;
}

.tab-container>.nav.nav-tabs {
  display: none;
}

.colorpicker.colorpicker-hidden {
  display: none;
}

.colorpicker.colorpicker-visible {
  display: block;
}

.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}

.tabbed-widget-content {
  position: relative;
}

.tabbed-widget-content .nav-tabs.pull-right>li>a {
  padding: 6px 10px 6px;
}

.tabbed-widget-content .nav-tabs.pull-right {
  position: relative;
  top: -45px;
  display: block;
}

svg {
  touch-action: none;
}

#calendar .fc-right, #calendar .fc-center {
  display: none;
}

.select2-container-multi .select2-choices, .select2-selection--multiple {
  border-color: transparent;
}

.ui-dialog .ui-dialog-titlebar-close .ui-icon-closethick {
  display: none;
}

.sa-hidden {
  opacity: 0;
}

.sa-cloak.sa-hidden {
  opacity: 0;
  transition: opacity .2s;
}

.sa-cloak:not(.sa-hidden) {
  opacity: 1;
}

.smart-accordion-default .panel-title>a.collapsed>.fa, .smart-accordion-default .panel-title>a>:first-child {
  display: inline-block;
}

/* Inicio Estilos modal spinner */

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

.spinerModal {
  background-color: rgba(0, 0, 255, 0);
  opacity: 0.5;
  /*overflow: hidden;*/
}

.modal-dialog2 {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed !important;
  top: 0px;
  left: 0px;
}

.modal-content2 {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

@media screen and (min-width: 1921px) {
  .documentSpace {
    height: 970px;
  }
}

@media screen and (max-width: 1920px) {
  .documentSpace {
    height: 790px;
  }
}

@media screen and (max-width: 1650px) {
  .documentSpace {
    height: 700px;
  }
}

@media screen and (max-width: 1400px) {
  .documentSpace {
    height: 630px;
  }
}

@media screen and (max-width: 1300px) {
  .documentSpace {
    height: 600px;
  }
}

@media screen and (max-width: 1200px) {
  .documentSpace {
    height: 600px;
  }
}

@media screen and (max-width: 1024px) {
  .documentSpace {
    height: 550px;
  }
}

@media screen and (max-width: 800px) {
  .documentSpace {
    height: 500px;
  }
}

@media screen and (max-width: 600px) {
  .documentSpace {
    height: 500px;
  }
}

/* Fin Estilos modal spinner */