/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
/*body {
    line-height: 1;
}*/
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/**********************************************************/

html,body{height: 100%;}

    html{ font: 12px Arial; color: #666; }
    body{ background: #EEEEEE; }
    input,select{font: 11px Arial; color: #666;}

select:disabled {
    background-color: rgb(235,235,228);
}

header{
    display: block;
    /*min-height: 37px;*/
}
header > #logo{
    display: inline-block;
    overflow: hidden;
    float: left;
    padding: 3px 10px;
}


.btnMenu{
    cursor: pointer;
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 20px;
    padding: 5px;
    margin: 4px;
}

.btnMenu.open{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.btnMenu > div {
    height: 3px;
    margin: 2px 0;
}

header > #logo2{
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: 3px 10px;
}

header > #acesso{
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: 10px 10px 10px 10px;
}

header > #contador-mensageria{
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: 10px 10px 10px 10px;
    height: 16px;
    width: 26px;
}

header > #maindash{
    display: inline-block;
    overflow: hidden;
    float: right;
    padding: 10px 10px 10px 10px;
}

.btnMenu2{
    cursor: pointer;
    display: inline-block;
    float: right;
    overflow: hidden;
    width: 20px;
    padding: 5px;
    margin: 4px;
}

.btnMenu2.open{
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.btnMenu2 > div {
    height: 3px;
    margin: 2px 0;
}
nav{
    z-index: 9998;
    display:none;
    position: absolute;
    top: 36px;
    width: 259px;
    overflow-x: hidden; 
    overflow-y: auto; 
    height: calc(100% - 36px);
}

nav ul{ display: block; }
nav#menu ul li{
    cursor: pointer;
    padding: 10px;
}
nav#menu2 ul li{
    cursor: pointer;
    padding: 5px 10px;
}

nav ul li i{ vertical-align: middle; margin: 5px 0; margin-right: 3px; }

nav ul li .submenu{ display: none; }

nav ul li .theme i, nav ul li .language i{
    width: 24px;
    height: 24px;
    display: inline-block;
    overflow: hidden;
}

nav#menu ul li div{
    position: relative;
    top: -3px;
    float: right;
    padding-right: 3px;
}

#menu{ left: 0; }
#menu2{ right: 0; }

#abas{
    display: inline-block;
    float: left;
    margin-top: 10px;
    width: calc(100% - 395px);
}
#abas > ul{ display: block; }
#abas > ul > li{
    position: relative;
    display: inline-block;
    float: left;
    cursor: pointer;
    
    margin: 0 2px;

}
#abas > ul > li > div{ display: block; overflow: hidden; width: 130px; padding: 7px; white-space:nowrap;
    text-overflow:ellipsis; margin-right: 35px; }

#abas > ul > li > .close{
    top: 4px;
    right: 5px;
    position: absolute;
    display: block; 
    overflow:hidden;
    font-size: 15px;
    font-weight: bold;
}

#abas > ul > li > .save{
    top: 4px;
    right: 20px;
    position: absolute;
    display: block; 
    overflow:hidden;
    font-size: 15px;
}

#abas > ul > li > .view{
    top: 4px;
    right: 37px;
    position: absolute;
    display: block; 
    overflow:hidden;
    font-size: 15px;
}

.abaEdit, .abaEdit li ul{
    display: none;
}

.abaEdit{
    position: absolute;
    width: 150px;
    border: 1px solid #999;
    border-top: none;
    z-index: 9999;
    background: #FFF;   
}

.abaEdit.selected{
    display: block;
}

.abaEdit li{
    position: relative;
    background: #CCC;
    margin: 1px;
}
.abaEdit li div{
    display: block;
    padding: 5px;
}
.abaEdit li:hover{
    background: #B7B7B7;
}

.abaEdit li ul{
    width: 230px;
    background: #FFF;
    border: 1px solid #999;
    position: absolute;
    left: 100%;
    top: 0;
}

.abaEdit li i{ color: #666; font-size: 15px; width: 15px; text-align: center; }
.abaEdit li:hover > div > i{ color: #000; }


.abaEdit li:hover ul {
    display: block;
}

.abaEdit .reset:hover{
    color: #000;
}

.abaEdit .minus:hover{
    color: #CC0000;
}

.abaEdit .plus:hover{
    color: #0000CC;
}

.msgPortal {
    border: 1px solid #999;
    background-color: #fff;
    position: absolute;
    display: none;
    overflow: hidden;
    top: calc(50% - 50px);
    left: calc(50% - 250px);
    height: 100px;
    width: 500px;
    padding: 5px;
    margin: 4px;
    z-index: 99999;
}

.floatArea {
    border: 1px solid #999;
    background-color: #fff;
    display: block;
    position: absolute;
    overflow: hidden;
}

.floatArea.active {
    z-index: 9996 !important
}

.user{
    border-left: none !important;
}

section{
    position: relative;
    /*width: calc(100% - 2px);*/
    width: 100%;
    height: calc(100% - 40px);
}

.vision{
    position: absolute;
    display: block;
    /*overflow: hidden;*/
}
.vision > .wheader{
    position: relative;
    display: block;
    text-align: center;
    font-weight: bold;
}

.vision > .wheader:hover .btn{ display: block; }

.vision > .wheader > span{
    display: inline-block;
    float: left;
    background: #EFEFEF;
    padding: 5px 10px;
    margin: 1px;
    cursor: pointer;
}

.vision .filter{
    display: none;
    background: #FFF;
    border:1px solid #999;
    width: calc(100% - 2px); /* -2 por causa da borda (1px left / 1px right), se não for ter pode tirar */
    /*height: 90px;*/
    position: absolute;
    overflow: auto;
    z-index: 9995;
}

.vision.maximized .filter.selected.visible{ display: block; }
.vision .filter.visible{ display: none; }
.vision .filter.fixed{ position: static; overflow: auto;}


.btnMenuDinamico > .btn{
    top: 1px;
    right: 5px;
    position: absolute;
    cursor: pointer;
    display: none;
    overflow: hidden;
    width: 20px;
}

.btnMenuDinamico > .btn > div {
    height: 3px;
    margin: 3px 0;
}

.btnMenuDinamico > .menuDinamico{
    top: 100%;
    right: 0;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 9999;
}
.btnMenuDinamico > .menuDinamico ul{ display: block; overflow: hidden; }
.btnMenuDinamico > .menuDinamico ul li {
    cursor: pointer;
    padding: 5px;
    text-align: left;
    font-weight: normal;
}
.btnMenuDinamico > .menuDinamico ul li:hover{
    background: #EFEFEF;
}

.btnMenuDinamico > .menuDinamico ul li i{
    width: 20px;
    text-align: center;
}

.menuDinamico .pin{
    float: right;
}

.menuDinamico .pin.fixed{color: #0000CC;}

.dash{ display: none; height: 100%; }
section div.dash.selected{ display: block; }

.iTDAdash{ display: block; height: 100%; opacity: 0.0; position: absolute;top: 0px; left: 0px;width: 100%;}
section div.iTDAdash.selected{ display: block; opacity: 1.0; }

.chart:not(.selected){ display: none; }
.chart.selected{ display: block !important; }

.btnMenuDinamico:not(.selected){ display: none; }
.btnMenuDinamico.selected{ display: block !important; position: relative;}

.vision .wheader > span.selected{ background: white; }

.dash > .wcontent.vision_maximized .vision{ display: none; }

.dash > .wcontent{ height: 100%; }
.iTDAdash > .wcontent{ height: 100%; }

.vision.maximized{
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 9997 !important;
    height: calc(100%  - 3px) !important;
    /*overflow: scroll !important;*/
}
.vision.maximized > .chart{
    width: 100% !important;
    height: calc(100% - 26px) !important;
}


.comboMulti{
    position: absolute;
    display: none;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 10px;
    box-shadow: 5px 5px 0 #CCC;
    max-width: 450px;
    z-index: 9999;
}

.comboMulti button{ display: block; float: right; margin-top: 10px; }

.btnComboMulti{
    cursor: pointer;
    min-width: 150px;
}

.btn_filter{ }

.dash.selected.vision_maximized .btn_filter{ display: block; }

.dash.selected .wcontent.vision_maximized .btn_filter{ display: block; }

/*
#MAINDIVPORTALCTLContainer {
    height: 98vh;
    min-height: 98vh;
}
*/
#gx-column-targets{ height: 100% !important; }
.gx-center-target{ height: 100% !important; }
.gx-content-placeholder{ height: 100%  !important; }
.gx-ct-body{ height: 100% !important; }
#MAINDIVPORTALCTLContainer { height: 100% !important; }
#MainDiv { height: 100% !important; }

.Form .gx-call-target.top {
    height: 100%;
}

.Form .gx-call-target.top {
    height: 100%;
}

.Form .gx-call-target.bottom {
    height: 100%;
}

.TextBlockPortal { display: none !important; }

.iframe_flutuante{
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 z-index: 9997;
 background: #FFF;
 overflow: auto;
 }

.iframe_flutuante > .titulo{
 position: relative;
 padding: 10px;
}

.iframe_flutuante > .titulo > .close{
 position: absolute;
 top: 7px;
 right: 10px;
 font-size: 15px;
 cursor: pointer;
}


.bg{
 position: absolute;
 display: block;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background: #000;
 z-index: 9997;

 opacity: 0.7;
 filter: alpha(opacity=70); / For IE8 and earlier /
}

body{ background: #EFEFEF !important; }

.filterButton{
    border:none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    background: #aaa7a7;
    color: #FFF;
}

.filterButton.desatualizado{background: #ff682f}

.icoPerfomance{
    display: block;
    color: #999;
}

/*
.icoPerfomance:hover{ color: #666 }

.menuDinamico:hover .icoPerfomance{ display: block; }
*/

/* classes grid TDA portal CSS */

.Grid_table {
    border-spacing: 2px;
    border-collapse: separate;
}

.Grid {
    border-color: #969696;
    margin: 0;
    padding: 0;
    align=center
}
.Grid_title_simple {
    border: 1 none #000;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: 700;
    text-decoration: none
}
.Grid_simple {
    border: 1 none #000;
    color: #000;
    font-family: Arial;
    font-size: 10pt;
    font-style: normal;
    font-weight: none;
    text-decoration: none
}
.Grid_title {
    background-color: #4F81BD;
    border: 0 none #969696;
    color: #FFF;
    font-family: Calibri, Arial;
    font-size: 9pt;
    font-style: normal;
    font-weight: 700;
    text-decoration: none
}
.Grid_line_even {
    background-color: #D0D8E8;
    border: 0 none #969696;
    color: #555;
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-decoration: none
}
.Grid_line {
    background-color: #E9EDF4;
    border: 0 none #969696;
    color: #555;
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-decoration: none
}
.Grid_title_form {
    background-color: #4F81BD;
    border: 0 none #969696;
    color: #FFF;
    font-family: Calibri, Arial;
    font-size: 9pt;
    font-style: normal;
    font-weight: 700;
    text-decoration: none
}
.Grid_line_even_form {
    background-color: #D0D8E8;
    border: 0 none #969696;
    color: #555;
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-decoration: none
}
.Grid_line_form {
    background-color: #E9EDF4;
    border: 0 none #969696;
    color: #555;
    font-family: Calibri, Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-decoration: none
}

.loader-div .loader-span {
    background-color: #000;
    margin: 0;
    width: 44px;
    height: 44px;
    padding: 1px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.loader-div {
    display: none;
    z-index: 9999999;
    position: fixed;
    top: 0;
    left: 0;
    border: 0;
    background: #000;
    opacity: .18;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.loader-span {
    display: block;
    background: url(Resources/ajax_loader.gif) !important;
    background-repeat: no-repeat;
    background-size: 46px 46px !important;
    width: 16px;
    height: 16px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    top: 50%;
    left: 50%;
    position: fixed;
}

.maximized-vision {
    left: 0px;
    position: fixed !important;
    z-index: 2 !important;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
  justify-content: center;
  align-items: center;
}

/* Modal Content */
.modal-content {
  position: fixed;
  /* bottom: 0; */
  background-color: #fefefe;
  width: 100%;
  height: 80vh;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s;
  /* border-top-left-radius: 24px; */
  /* border-top-right-radius: 24px; */
  max-width: 800px;
  margin: 0 auto;
  overflow: auto;
  scroll-behavior: smooth;
  max-height: 100%;
  border-radius: 8px;
  scrollbar-width: thin;
  padding: 2px 5px;
}

.modal-content > section {
  overflow: auto;
  padding-right: 5px;
  height: 100%;
}

.modal-content *::-webkit-scrollbar, .modal-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.modal-content *::-webkit-scrollbar-track, .modal-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.modal-content *::-webkit-scrollbar-thumb, .modal-content::-webkit-scrollbar-thumb  {
  background: #888;
  border-radius: 6px;
}

.modal-content *::-webkit-scrollbar-thumb:hover, .modal-content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.conam-feed .post {
  box-shadow: 0px 1px 3px #777;
  border: 0 !important;
}

.conam-feed a:hover {
  color: #4286f4;
  text-decoration: underline;
  font-weight: 400;
}

.conam-feed a {
  color: #4286f4;
  text-decoration: none;
  font-weight: 400;
}

.conam-feed .titulo {
  font-weight: bold;
  color: #333;
  background-color: transparent;
}

.menuArea {
  display: block !important;
}