:root {
    --bg: #f4f7fb;
    --text: #172331;
    --shadow: #fff;
    --secondary: #657386;
    --border: #d7e1ea;
    --nav: #eef4fb;
    --h2: #172331;
    --a: #1f6fb2;
    --black: #172331;
    --blockbg: #ffffff;
    --bgmenu: #eef4fb;
    --bgmenuz: #fbfcff;
    --borderContent: #d7e1ea;
    --borderContentHome: #d7e1ea;
    --text2: #657386;
    --topmenu: #d7e1ea;
    --menuText: #172331;
    --hovertopmenu: #dceeff;
    --topmenuA: #1f6fb2;
    --menuA: #a8b8c8;
    --menuB: #8ea3b8;
    --menuhbg: #e7f1fb;
    --menuhbg2: #d7e1ea;
    --bg3: #eef4fb;
    --legendaEnvio: #657386;
    --white: #fff;
    --surface: #ffffff;
    --surface2: #eef4fb;
    --surface3: #fbfcff;
    --surface-hover: #dceeff;
    --surface-active: #d9ecff;
    --border-active: #1f6fb2;
    --border-subtle: #d7e1ea;
    --border-dark: #657386;
    --border-dark2: #d7e1ea;
    --border-grid: #d7e1ea;
    --border-grid2: #e7edf4;
    --border-content: #a8b8c8;
    --text-muted: #657386;
    --text-light: #a8b8c8;
    --header-bg: #164b7f;
    --header-bg2: #1f6fb2;
    --overlay-bg: #fff;
    --datepicker-btn: #164b7f;
    --slider-range: #1f6fb2;
    --slider-bg: #d7e1ea;
    --error-border: #a43d3d;
    --error-bg: #f9e4e4;
    --error-text: #5b1717;
    --state-error-combo-border: rgba(164, 61, 61, 0.28);
    --state-error-combo-bg: #f8e4e7;
    --popover-title: #eef4fb;
    --tab-default: #d7e1ea;
    --tab-active: #ffffff;
    --tab-text-active: #172331;
    --multiheader-cell: #8ea3b8;
    --multiheader-border: #657386;
    --grid-alt: #f4f7fb;
    --grid-focus-alt: #eef4fb;
    --grid-merged: #ffffff;
    --grid-merged-highlight: #dceeff;
    --grid-group-link: #2d76bd;
    --link-blue: #2d76bd;
    --dialog-active-modal: #1f6fb2;
    --dialog-active-border: #164b7f;
    --scrolldiv-bg: #eef4fb;
    --widget-overlay: rgba(255, 255, 255, 0.6);
    --tooltip-bg: rgba(255, 255, 255, 0.85);
    --igtooltip-bg: #eef4fb;
    --igtooltip-border: #d7e1ea;
    --igtooltip-text: #657386;
    --checkbox-hover-bg: #dceeff;
    --checkbox-hover-border: #69b3ff;
    --checkbox-focus-border: #1f6fb2;
    --splitter-default: #d7e1ea;
    --splitter-hover: #1f6fb2;
    --pivot-item-bg: #eef4fb;
    --pivot-item-border: #a8b8c8;
    --pivot-item-text: #657386;
    --upload-progress-bg: #d7e1ea;
    --upload-filesize: #657386;
    --sparkline-path: #2d76bd;
    --sparkline-neg: #a43d3d;
    --sparkline-trend: #657386;
    --sparkline-high: #6b8f21;
    --sparkline-low: #7f56d9;
    --sparkline-neg-marker: #d9535f;
    --sparkline-first: #164b7f;
    --sparkline-last: #e3aa5e;
    --sparkline-range: #657386;
    --sparkline-axis-border: #8ea3b8;
    --sparkline-axis-text: #164b7f;
    --igplayer-controls-bg: #eef4fb;
    --igplayer-controls-active-border: #1f6fb2;
    --bulletgraph-range-tooltip-bg: rgba(215, 225, 234, 0.74);
    --radialgauge-backing: #FFF;
    --radialgauge-backing-border: #d7e1ea;
    --radialgauge-needle: #657386;
    --accordion-content-bg: #fbfcff;
    --accordion-content-border: #a8b8c8;
    --progress-height: 13px;
    --anim-highlight-start: #61a8f5;
    --imagemgrid: url(images/ui-icons_222222_256x240.png);
    --footergrid: transparent;
    --activephase: #eef4fb;
    --activephaselici: #1f6fb2;
    --navhovermenu: #164b7f;
    --bluelicitacao: #1f6fb2;
    --gridcolor3: #d7e1ea;
    --cabecalhocolor: #f4f7fb;
    --colorcabecalho: #172331;
    --borderdiretorio: rgba(15, 23, 42, 0.06);
    --colordiretorio: #1f6fb2;
    --diteroriocheckbox: #1f6fb2;
    --diteroriocheckbox2: #164b7f;
    --backgroundimgdark: url(bg.jpg);
    --selecthoverdiretorio: #eef4fb;
    --diretorioitem: #172331;
    --diretorioitem2: #657386;
    --inputdisabled: #eef4fb;
    --activephaselici2: #1f6fb2;
    --ink: #172331;
    --muted: #657386;
    --line: #d7e1ea;
    --surface-soft: #eef4fb;
    --field-bg: #fbfcff;
    --primary-blue: #1f6fb2;
    --primary-blue-dark: #164b7f;
    --info-blue: #2d76bd;
    --amber: #a35f14;
    --red: #a43d3d;
    --focus-ring: rgba(31, 111, 178, .14);
    --elevated-shadow: 0 18px 50px rgba(23, 35, 49, .08);


}

:root.dark,
:root[data-theme="dark"] {
    color-scheme: dark;
    --bg: #0f1620;
    --white: #151f2b;
    --text: #eef5ff;
    --shadow: #0f1620;
    --secondary: #a0adbb;
    --border: #2a3a4b;
    --nav: #0b1320;
    --h2: #eef5ff;
    --a: #61a8f5;
    --black: #eef5ff;
    --blockbg: #151f2b;
    --bgmenu: #151f2b;
    --bgmenuz: #101923;
    --borderContent: #2a3a4b;
    --borderContentHome: #2a3a4b;
    --text2: #a0adbb;
    --topmenu: #2a3a4b;
    --menuText: #eef5ff;
    --hovertopmenu: #172a40;
    --topmenuA: #61a8f5;
    --menuB: #8da0b4;
    --menuA: #7d90a4;
    --menuhbg: #172a40;
    --menuhbg2: #1d2a38;
    --bg3: #1d2a38;
    --legendaEnvio: #a0adbb;
    --surface: #151f2b;
    --surface2: #1d2a38;
    --surface3: #101923;
    --surface-hover: #172a40;
    --surface-active: #11304b;
    --border-active: #61a8f5;
    --border-subtle: #2a3a4b;
    --border-dark: #7d90a4;
    --border-dark2: #2a3a4b;
    --border-grid: #2a3a4b;
    --border-grid2: #1d2a38;
    --border-content: #2a3a4b;
    --text-muted: #a0adbb;
    --text-light: #7d90a4;
    --header-bg: #172a40;
    --header-bg2: #1d2a38;
    --overlay-bg: #151f2b;
    --datepicker-btn: #1d2a38;
    --slider-range: #61a8f5;
    --slider-bg: #2a3a4b;
    --error-border: #e07f7f;
    --error-bg: #351b24;
    --error-text: #ffd1d1;
    --state-error-combo-border: rgba(224, 127, 127, 0.38);
    --state-error-combo-bg: #351b24;
    --popover-title: #1d2a38;
    --tab-default: #1d2a38;
    --tab-active: #151f2b;
    --tab-text-active: #eef5ff;
    --multiheader-cell: #1d2a38;
    --multiheader-border: #2a3a4b;
    --grid-alt: #101923;
    --grid-focus-alt: #172a40;
    --grid-merged: #0f1620;
    --grid-merged-highlight: #11304b;
    --grid-group-link: #88bfff;
    --link-blue: #88bfff;
    --dialog-active-modal: #1f6fb2;
    --dialog-active-border: #61a8f5;
    --scrolldiv-bg: #101923;
    --widget-overlay: rgba(0, 0, 0, 0.6);
    --tooltip-bg: rgba(21, 31, 43, 0.92);
    --igtooltip-bg: #151f2b;
    --igtooltip-border: #2a3a4b;
    --igtooltip-text: #a0adbb;
    --checkbox-hover-bg: #11304b;
    --checkbox-hover-border: #61a8f5;
    --checkbox-focus-border: #88bfff;
    --splitter-default: #2a3a4b;
    --splitter-hover: #61a8f5;
    --pivot-item-bg: #1d2a38;
    --pivot-item-border: #2a3a4b;
    --pivot-item-text: #a0adbb;
    --upload-progress-bg: #2a3a4b;
    --upload-filesize: #a0adbb;
    --sparkline-path: #88bfff;
    --sparkline-neg: #e07f7f;
    --sparkline-trend: #a0adbb;
    --sparkline-high: #abc86b;
    --sparkline-low: #b692ff;
    --sparkline-neg-marker: #ff8fa3;
    --sparkline-first: #61a8f5;
    --sparkline-last: #e3aa5e;
    --sparkline-range: #7d90a4;
    --sparkline-axis-border: #7d90a4;
    --sparkline-axis-text: #add5ff;
    --igplayer-controls-bg: #151f2b;
    --igplayer-controls-active-border: #61a8f5;
    --bulletgraph-range-tooltip-bg: rgba(29, 42, 56, 0.86);
    --radialgauge-backing: #151f2b;
    --radialgauge-backing-border: #2a3a4b;
    --radialgauge-needle: #a0adbb;
    --accordion-content-bg: #101923;
    --accordion-content-border: #2a3a4b;
    --anim-highlight-start: #61a8f5;
    --imagemgrid: url(images/ui-icons_222222_256x2402.png);
    --footergrid: #0f1620;
    --activephase: #172a40;
    --activephaselici: #61a8f5;
    --navhovermenu: #172a40;
    --bluelicitacao: #61a8f5;
    --gridcolor3: #2a3a4b;
    --cabecalhocolor: #151f2b;
    --colorcabecalho: #eef5ff;
    --borderdiretorio: rgba(255, 255, 255, 0.12);
    --colordiretorio: #61a8f5;
    --diteroriocheckbox: #61a8f5;
    --diteroriocheckbox2: #88bfff;
    --backgroundimgdark: url(bgdark.png);
    --selecthoverdiretorio: #172a40;
    --diretorioitem: #eef5ff;
    --diretorioitem2: #a0adbb;
    --inputdisabled: #1d2a38;
    --activephaselici2: #61a8f5;
    --ink: #eef5ff;
    --muted: #a0adbb;
    --line: #2a3a4b;
    --surface-soft: #1d2a38;
    --field-bg: #101923;
    --primary-blue: #61a8f5;
    --primary-blue-dark: #add5ff;
    --info-blue: #88bfff;
    --amber: #e3aa5e;
    --red: #e07f7f;
    --focus-ring: rgba(97, 168, 245, .22);
    --elevated-shadow: 0 18px 50px rgba(0, 0, 0, .24);

}

:root.gray,
:root[data-theme="gray"] {
    --bg: #fcfcf7;
    --text: #1a1a1a;
    --shadow: #fff;
    --border: #DDD;
    --nav: #f5f5f5;
    --h2: #232323;
    --a: #78a5e3;
    --black: #000;
    --blockbg: #F9F9F9;
    --bgmenu: #F5F5F5;
    --borderContent: #EDECE9;
    --borderContentHome: #EDECE9;
    --text2: #666;
    --topmenu: #ccc;
    --menuText: #333;
    --hovertopmenu: #C0C0C0;
    --topmenuA: #36f;
    --menuA: #aaa;
    --menuB: #bbb;
    --menuhbg: #f2fbff;
    --menuhbg2: #b6bcbf;
    --bg3: #f1f1f1;
    --legendaEnvio: #5B5B5B;
    --white: #fff;
    --surface: #F5F5F5;
    --surface2: #e8e8e8;
    --surface3: #f8fcfe;
    --surface-hover: #ccc;
    --surface-active: #9ecbd6;
    --border-active: #4897aa;
    --border-subtle: #bcbcbc;
    --border-dark: #777;
    --border-dark2: #DDD;
    --border-grid: #DCDCDC;
    --border-grid2: #E2E2E2;
    --border-content: #B1B1B1;
    --text-muted: #444;
    --text-light: #ccc;
    --header-bg: #777;
    --header-bg2: #888;
    --overlay-bg: #fff;
    --datepicker-btn: #4f4f4f;
    --slider-range: #4897aa;
    --slider-bg: #dadada;
    --error-border: #D3404B;
    --error-bg: #f9e6e7;
    --error-text: #3a0d11;
    --state-error-combo-border: rgba(238, 147, 147, 0.4);
    --state-error-combo-bg: #F7DFE4;
    --popover-title: #E5E5E5;
    --tab-default: #D8D8D8;
    --tab-active: #F5F5F5;
    --tab-text-active: #333;
    --multiheader-cell: #888;
    --multiheader-border: #777;
    --grid-alt: #f0f0f0;
    --grid-focus-alt: #EBEBEB;
    --grid-merged: #FFF;
    --grid-merged-highlight: #B3E2F6;
    --grid-group-link: #3BB7EB;
    --link-blue: #3BB7EB;
    --dialog-active-modal: #2686ae;
    --dialog-active-border: #2788B1;
    --scrolldiv-bg: #f3f3f3;
    --widget-overlay: rgba(255, 255, 255, 0.6);
    --tooltip-bg: rgba(255, 255, 255, 0.85);
    --igtooltip-bg: #e5e5e5;
    --igtooltip-border: #c6c6c6;
    --igtooltip-text: #858585;
    --checkbox-hover-bg: #e7f6fc;
    --checkbox-hover-border: #84D1F1;
    --checkbox-focus-border: #18A6E2;
    --splitter-default: #DCDCDC;
    --splitter-hover: #4897aa;
    --pivot-item-bg: #e8e8e8;
    --pivot-item-border: #999;
    --pivot-item-text: #444;
    --upload-progress-bg: #E0E0E0;
    --upload-filesize: gray;
    --sparkline-path: #43ABD5;
    --sparkline-neg: #B9242E;
    --sparkline-trend: #7F7F7F;
    --sparkline-high: #A3B929;
    --sparkline-low: #AF39FF;
    --sparkline-neg-marker: #E5516F;
    --sparkline-first: #237FA7;
    --sparkline-last: #FBC139;
    --sparkline-range: gray;
    --sparkline-axis-border: #989EA3;
    --sparkline-axis-text: #406090;
    --igplayer-controls-bg: #e5e5e5;
    --igplayer-controls-active-border: #00AADE;
    --bulletgraph-range-tooltip-bg: rgba(230, 230, 230, 0.74);
    --radialgauge-backing: #FFF;
    --radialgauge-backing-border: #ccc;
    --radialgauge-needle: #888;
    --accordion-content-bg: #f8fcfe;
    --accordion-content-border: #B1B1B1;
    --progress-height: 13px;
    --anim-highlight-start: #4EB7E2;
    --imagemgrid: url(images/ui-icons_222222_256x240.png);
    --footergrid: transparent;
    --activephase: #eeeeee;
    --activephaselici: #24aaed;
    --navhovermenu: #555555;
    --bluelicitacao: blue;
    --gridcolor3: #cccccc;
    --cabecalhocolor: #f7f9fa;
    --colorcabecalho: #34495e;
    --borderdiretorio: rgba(15, 23, 42, 0.06);
    --colordiretorio: #1565C0;
    --diteroriocheckbox: #16a34a;
    --diteroriocheckbox2: #15803d;
    --backgroundimgdark: url(bg.jpg);
    --selecthoverdiretorio: #f8fafc;
    --diretorioitem: #0f172a;
    --diretorioitem2: #475569;
    --inputdisabled: #eeeeee;
    --activephaselici2: blue;
}
html, body {
    margin: 0;
    padding: 0;
    background: var(--bg);
    font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
    color: var(--text);
    font-size: 14px;
    overflow-x: hidden;
}

h1 {
    margin: 0 0 40px;
    padding: 0;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    font-weight: 300;
    text-shadow: 0 1px 1px var(--shadow);
}

h1 strong {
    font-weight: 400;
}

h2 {
    display: block;
    width: 100%;
    margin: 0 -25px 25px!important;
    padding: 0 25px 15px!important;
    border-bottom: 1px solid var(--border);
    font-size: 23px;
    color: var(--h2);
}

h4{
    margin-bottom: 10px!important;
}
hr {
    margin: 10px 0 8px 0!important;
    padding: 0!important;
    border-top: 1px solid var(--border);
    clear: both;
}

a {
    color: var(--a);
    cursor: pointer;
}

a:hover {
    text-decoration: none!important;
}
/* END ELEMENTS */

/* HELPERS */
.full {
    width: 100%!important;
}
.small {
    max-width: 500px!important;
}

.medium{
    max-width: 700px!important;
}

.larg{
    max-width: 900px!important;
}

.search{
    position: absolute;
    z-index: 3;
}

.form-search{
    margin-top: 2px;
}

.form-search input{
    width: 180px;
    height: 17px!important;
    padding: 4px 6px!important;
}

.info{
    font-weight: bold; color: var(--black);
}

.block {
    padding: 15px;
    background: var(--blockbg);
    border:1px solid var(--border);
}

.no-border{
    border-bottom:0px!important;
    border:0px!important;
}

.align-right{
    float: right!important;
}

.align-left{
    float: left!important;
    margin-right: 8px!important;
}

.text-center{
    text-align: center;
}

.text-left{
    text-align: left;
}

.text-right{
    text-align: right;
}

.space{
    margin: 15px 0 10px 0!important;
    padding: 1px 0 22px 0!important;
    clear: both;
}

.line{
    margin: 10px 0 10px 0!important;
    padding: 0 0 10px 0!important;
    border-bottom: 1px solid var(--border);
    clear: both;
}

.clear{
    height: 10px!important;
    clear: both!important;
}

.upper{
    text-transform: uppercase;
}

.lower{
    text-transform: lowercase;
}

.bold{
    font-weight: bold!important;
}

.big-arrow{
    background: url("../images/big-arrow.png") no-repeat;
    margin: 13% 0 0 30%;
    width: 100%;
    height: 106px;
    text-align: center;
}

.img-inactive {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.strike{text-decoration: line-through; font-style: italic;}

.color-blue{color: blue!important}
.color-red{color: red!important}
.color-green{color: green!important}
.color-yellow {color: yellow!important}
.color-orange {color: orange!important}
.color-gray{color: gray!important}

.status-P{color:red!important}
.status-L{color:green!important}
.status-F{color:green!important}
.status-I{color:blue!important}
.status-A{color:blue!important}
.status-C{color:gray!important}
/* END HELPERS */

/* PAGE LAYOUT */
.body {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px 20px 25px 20px;
}

.window{
    position: fixed;
    top: 43px;
}

.menu{
    width:100%;
    height:40px;
    background-color: var(--bgmenu);
    border-top:4px solid #393C85!important;
    border-bottom:1px solid var(--border);
}
.shortcut {
    min-width: 80px;
    text-align: center;
}

.app-icon {
    text-align: center;
}

.app-icon img{
    width: 60px;
    height:  59.594px;
}

.content-home {
    border: 1px var(--borderContent) solid!important;
    min-height: 300px;
    height: auto;
    padding-bottom: 12px;
    overflow: hidden;
}

.content-home .panel-apps {
    clear: both;
    margin: 32px 0 16px 0;
    padding-right: 16px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(11, 128px);
    gap: 8px;
    width: calc(100% - 240px);
    margin-left: 240px;
    justify-content: flex-end;
    box-sizing: border-box;
}

/* Mata pseudo-elementos do clearfix que viram células fantasmas no grid */
.content-home .panel-apps::before,
.content-home .panel-apps::after {
    display: none !important;
    content: none !important;
}

/* Halo radial circular atrás do ícone (igual ao diretório) */
.content-home .panel-apps .app-icon .app-img-wrap,
.content-home .panel-apps .app-icon img {
    width: 52px;
    height: 52px;
    display: block;
    margin: 0;
    flex-shrink: 0;
    transition: filter 0.25s ease;
}

.content-home .panel-apps li {
    list-style: none;
    float: none !important;
    margin: 0 !important;
    padding: 0;
    width: auto;
    box-sizing: border-box;
}

/* Card moderno do app — pareado com .content-login-app do diretório */
.content-home .panel-apps .app-icon {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 4px 14px 4px;
    border-radius: 10px;
    background-color: var(--shadow);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    width: 128px;
}

.content-home .panel-apps .app-icon:hover {
    transform: translateY(-3px);
    background-color: var(--shadow);
    border-color: rgba(21, 101, 192, 0.25);
    box-shadow: 0 8px 20px rgba(13, 71, 161, 0.15),
                0 2px 4px rgba(13, 71, 161, 0.08);
}

/* Linha-acento animada (tech sutil) */
.content-home .panel-apps .app-icon::after {
    content: '';
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #1565C0, #00B0FF, #1565C0, transparent);
    transition: width .3s ease, left .3s ease, opacity .25s ease;
    opacity: 0;
    pointer-events: none;
}

.content-home .panel-apps .app-icon:hover::after {
    width: 75%;
    left: 12.5%;
    opacity: 1;
}

/* Aplica o halo via box-shadow inset no próprio container do ícone.
   Como o home usa <a><img></a> direto (sem wrapper extra), simulamos
   o halo com um ::before posicionado por trás do <img>. */
.content-home .panel-apps .app-icon {
    /* permite que o ::before do halo se posicione */
    isolation: isolate;
}

.content-home .panel-apps .app-icon::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(21, 101, 192, 0.08) 0%, rgba(21, 101, 192, 0) 65%);
    transition: background .25s ease;
    pointer-events: none;
    z-index: 0;
}

.content-home .panel-apps .app-icon:hover::before {
    background: radial-gradient(circle, rgba(0, 176, 255, 0.22) 0%, rgba(21, 101, 192, 0.04) 60%, rgba(21, 101, 192, 0) 80%);
}

/* Garante que img e nome fiquem acima do halo */
.content-home .panel-apps .app-icon img,
.content-home .panel-apps .app-icon .app-name {
    position: relative;
    z-index: 1;
}

.content-home .panel-apps .app-name {
    margin-top: 8px;
    font-size: 11px;
    letter-spacing: -0.2px;
    line-height: 1;
    color: var(--black);
    font-weight: 600;
    text-align: center;
    word-break: normal;
    overflow-wrap: normal;
    hyphens: none;
    transition: color 0.25s ease;
    max-width: 120px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content-home .panel-apps .app-icon:hover .app-name {
    color: #1565C0;
    font-weight: 600;
}

.content-home .panel-apps .app-name-inactive {
    color: #999 !important;
    font-weight: 400 !important;
}

.content-home .panel-user{
    margin-top: 10px;
    left: 36px;
    position: absolute;
}


@media (max-width: 1280px) {
    .content-home .panel-apps {
        grid-template-columns: repeat(9, 96px);
    }
    .content-home .panel-apps .app-icon{
        width: 96px;
    }
    .content-home .panel-apps .app-icon .app-img-wrap,
    .content-home .panel-apps .app-icon img{
        width: 36px;
        height: 36px;
    }
    .content-home .panel-apps .app-name{
        font-size: 9px;
    
    }
}

@media (max-width: 1024px) {
    .content-home .panel-apps {
        padding-left: 0;
        margin-top: 220px;
        grid-template-columns: repeat(7, 96px);
    }
}

@media (max-width: 760px) {
    .content-home .panel-apps {
        grid-template-columns: repeat(5, 96px);
    }
}

@media (max-width: 540px) {
    .content-home .panel-apps {
        grid-template-columns: repeat(4, 96px);
    }
}

.content-home .panel-user .dd-item{
    margin-bottom: 8px
}

.content-home .app-active{
    margin-top: -270px;
    right: 5px;
    position: absolute;
}

.content-home .app-active img{
    width: 100px;
}

.content-home .app-active .app-img{
    float: right;
}

.content-home .app-active .app-desc{
    float: left;
    margin: 40px 10px 0 0;
    font-size: 16px;
    color:#0088cc;
    text-transform: uppercase;
}

.content-home .logo-g{
    text-align: center;
}

.content-home .logo-g img{
    margin-top: 60px;
    width: 300px;
}

.content {
    margin: 0;
    outline: none;
    border: 1px solid var(--border);
    background: bgmenu;
    color: var(--text2);
}

.zmodal{
    z-index: 10015!important;
}

.amodal {
    z-index: 10020!important;
}


.search-custom .select2-container--default .select2-selection--multiple{
    border-radius: 0;
    min-height: 24px !important;
}

.search-custom .select2-container--default .select2-selection--multiple .select2-search__field{
    margin-top: 0;
}

.search-custom .select2-container--default .select2-selection--multiple .select2-selection__choice{
    margin-top: 0;
}
.search-custom .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    display: block;
}

.content-win {
    padding-top: 6px;
    color: var(--text2);
}

.window-call{
    background: bgmenu;
}

.content-short {
    margin: 0;
    padding: 8px 10px 0px 0px;
    color: var(--text2);
}

.content-dashboard {
    margin: 0;
    padding: 0px 0px 0px 15px;
    border: 1px solid var(--border);
    background: var(--bgmenuz);
    color: var(--text2);
}

.nav-tabs > li > a {
    border: 1px solid var(--border);
}

.funcCheckTabPK{
    display: none;
}

.footer{
    font-size: 12px;
    text-transform: uppercase;
    width:100%;
    padding: 8px 0 8px 0;
    background-color:var(--bgmenu);
    border-top:1px solid var(--border);
    border-bottom:4px solid #393C85!important;
    position: fixed;
    bottom: 0;
    z-index: 1100;
}

#footer-info{
    padding-left:10px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #FF8484;
    color: #fff;
    text-align: center;
    border-radius: 0px;
    padding: 2px 5px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
/* END PAGE LAYOUT */


/* PAGE LOGIN */
.content-login {
    margin: 0!important;
    outline: none;
    border: 1px solid var(--border);
    background: var(--bgmenu);
    color: var(--text2);
    padding: 20px 0 20px 0;
}

.content-login hr{
    margin: 20px 0 30px 0!important;
    padding: 0!important;
}

.content-login .content-login-info{
    width: 300px;
    border-right: 1px var(--border) solid;
    padding: 0px 30px 0px 20px;
}

.content-login .content-login-form{
    width: 300px;
    padding: 0px 15px 0px 0px;
}

.content-login .content-login-info .line, .content-login .content-login-form .line{
    margin-bottom: 20px!important;
}

.content-login .content-login-info ul, .content-login .content-login-info p{
    font-size: 12px;
}

.content-login .content-login-info ul{
    margin: 10px 0 20px 0;
    list-style: none;
}

.content-login .content-login-dir{
    width: 380px;
    padding: 15px 20px 10px 20px;
}

.content-login .content-login-app{
    width: 400px;
    padding: 15px 40px 10px 20px;
    margin: 0;
    border-right: 1px var(--border) solid;
}

.content-login .content-login-app .line, .content-login .content-login-dir .line{
    margin-bottom: 20px!important;
}

.logo-p{
    text-align:center;
    margin: 15px 0 15px 0;
}

.footer-login{
    margin-top: 10px;
    color: var(--text) !important;
}

/* END PAGE LOGIN */
