/* QUANTUM WEB */
/* GENERAL CSS STYLES */
* { font-family: "Arial", Helvetica, sans-serif; }
html, body, div#main { height: 100%; }
body { overflow-y: scroll !important; }
h1 { font-family: 'Open Sans Condensed', sans-serif !important; font-weight: normal; }
h1 { font-size: 1.5em; }
h2, h3 { font-family: 'Open Sans', sans-serif; font-size: 1.65em; font-weight: normal; }
h3, h4 { font-size: 1em; }
form { margin: 0;width: 100%; }
input, select { border-radius: 0 !important; }
input[type=date] { line-height: 15px !important; }
a { color: #5c9842 }
a, a:hover, a:active, a:focus { outline: 0; }
a:hover {  color: #4b4c4b; }
h2 { color: #999;font-size: 15px; }
h2 i { margin-top: 8px !important; }
legend { color: #999;font-size: 16px; margin-bottom: 5px; }
table { margin-bottom: 0 !important; }
th, td { font-size: 12px; }
td span { /*font-size: 11px !important;*/ }
th { border-bottom-width: 1px !important; }
th img { display: inline; }
.label { padding: 5px; }
hr { border-top: 1px solid #ddd; }
html input[disabled]{cursor:default;background:rgb(235, 235, 228) ;}
/* LOGIN */
body#body-login .container { padding-bottom: 100px; }
div#wrap-login { font-size: 12px !important; margin: 80px auto auto; width: 780px; }
div#banner-login { text-align: center; width: 405px; }
div#banner-login h2 { color: #5c9842; font-size: 18px; text-transform: uppercase; }
div#banner-login h3 { font-family: 'Open Sans', sans-serif; font-size: 1em; font-weight: bold; margin: 20px 0; text-transform: uppercase; }
div#banner-login p { margin: 0 30px; }
div#banner-login hr { margin-left: 50px; margin-right: 50px; }
div#banner-login p a { font-weight: bold; }
div#banner-login a.btn { border-radius: 0; margin: 10px 30px; width: 200px; }
div#login-user { background: #f8f8f8; border: 1px solid #ddd; margin: 0 0 25px; min-height: 350px; padding: 20px 20px 20px 25px; width: 350px; }
div#login-user .col-md-12 { padding: 0; }
div#login-user hr { clear: both; }
/* Captcha */
body#body-login .LBD_CaptchaDiv { float: left; min-height: 70px !important; }
.LBD_CaptchaDiv .LBD_CaptchaImageDiv { margin-top: 5px !important; }
a.LBD_ReloadLink { background: url(../images/reload.png) no-repeat center; }
a.LBD_SoundLink { background: url(../images/sound.png) no-repeat center; }
.LBD_CaptchaIconsDiv a.LBD_ReloadLink, .LBD_CaptchaIconsDiv a.LBD_SoundLink { background-color: #fff !important; border: 1px solid #ddd !important; border-radius: 50%; margin: 1px !important; padding: 2px !important; }
a.LBD_ReloadLink img, a.LBD_SoundLink img { opacity: 0; filter: alpha(opacity=00); }
/* HEADER */
div#header { background: #f8f8f8; border-bottom: 1px solid #ddd; margin-bottom: 15px; }
div#header div#logo-header { background: #fff; border-right: 1px solid #ddd; height: 70px; padding: 5px 10px; text-align: center; }
div#header div#logo-header a { display: block; }
div#header div#logo-header img { height: 59px; width: auto; }
div#header div#top-bar { background: #5c9842; height: 30px; }
div#header div#top-bar h1 {  color: #fff; font-size: 18px; line-height: 20px; margin: 0; padding: 5px; }
div#header div#top-bar div#user-data span { color: #fff; display: inline-block; font-size: 11px; float: left; line-height: 18px; padding: 5px 10px; }
div#header div#top-bar #change-select { float: left; margin-top: 3px; }
div#header div#top-bar #change-select .col-md-12 { padding: 0 10px; }
div#header div#top-bar #change-select select { border: 0 none; font-size: 10px; height: auto; margin: 0; padding: 3px; text-transform: uppercase; }
div#header div#top-bar #btnSair { float: left; margin-top: 3px; }
div#header p#name-header { font-family: 'Open Sans', sans-serif; font-size: 11px; margin: 12px 5px; }
div#header div#header-tools {  } 
div#header div#header-tools ul {  margin: 0; }
div#header div#header-tools ul li { float: left; padding: 0; }
  div#header div#header-tools ul li a {
    background-color: var(--cor-dinamica);
    margin-right: 1px;
  }
div#header div#header-tools ul li a:hover { background-color: #2b4e1b; }
/* NAVIGATION */
/*div#navigation { border-bottom: 1px solid #ddd; height: 35px; padding: 6px 6px 0; }*/
div#navigation #ul-menu { border-left: 1px solid #ddd; height: 40px; padding: 0;  }
div#navigation ul li a { border-right: 1px solid #ddd; color: #222; padding: 12px 10px 11px  !important; font-size: 12px; }
div#navigation ul li a.dropdown-toggle { font-size: 11px; text-transform: uppercase; }
div#navigation ul li, div#navigation ul li a { display: block; float: left; }
div#navigation ul li a:hover { background: #fff; color: #5c9842; text-decoration: none; }
div#navigation ul li a.selected { border-bottom: 4px solid #5c9842 !important; color: #5c9842; padding-bottom: 8px !important; }
div#navigation ul li ul { background-clip: padding-box; background-color: #fff; border: 1px solid #eee; margin: 0; }
div#navigation ul li ul li, div#navigation ul li ul li a { float: none; }
div#navigation ul li ul li a { border: 0 none; padding: 5px 10px !important; }
div#navigation ul li ul li a:hover {  background: #f8f8f8; }
div#navigation ul li ul li a hr { margin: 0; }
div#navigation ul ul ul { display: none; left: 100%; margin-top: -30px; padding-left: 0; position: absolute; width: 100%; }
.dropdown-submenu, .dropdown-submenu:hover { background-image: url(../images/arrow-right.png) !important; background-position: center right !important; background-repeat: no-repeat !important; }
/* ICONS HEADER */
.file, .help, .info { background: #ccc; display: block; float: left; height: 30px; text-indent: -999999px; width: 30px; }
.file { background: url(../images/file.png) no-repeat center; }
.help { background: url(../images/help.png) no-repeat center; }
.info { background: url(../images/info.png) no-repeat center; }
/* ADD/SUBSCRIVE BOOTSTRAP */
.dropdown-menu { border-radius: 0; margin-top: 4px; }
.dropdown-menu li, .dropdown-menu li a { float: none !important; }
.label-success { background-color: #5c9842; }
.badge-error { background-color: #b94a48; }
.badge-warning { background-color: #f89406; }
.badge-success { background-color: #468847; }
.badge-info { background-color: #3a87ad; }
.badge-inverse { background-color: #333333; }
.modal { overflow: hidden !important; }
.modal-header, .modal-footer { background: #f8f8f8; }
.tab-content { padding: 10px; }
.navbar { min-height: 30px; } 
/* CONTENT - DASHBOARD HOME SERVER */
div#dashboard { margin-bottom: 40px; margin-top: 15px; }
div#dashboard h2 { background: url(../images/icon-dashboard.png) no-repeat left 5px; border-bottom: 1px solid #ddd; color: #808080; font-size: 18px; margin: 20px 0; padding: 0 0 10px 20px; }
div#dashboard h2 a { background: url(../images/settings-panels.png) no-repeat 8px #f9f9f9; margin-top: -7px; padding-left: 30px !important; }
table.tasks-table, table.message-table, table.list-calendar-table { border-bottom: 1px solid #ddd; }
table.message-table tr:nth-child(1) td, table.list-calendar-table tr:nth-child(1) td { border-top: 0 none; }
table.tasks-table tr th:nth-child(2), table.tasks-table tr td:nth-child(2),
table.message-table tr td:nth-child(2) { border-left: 1px solid #ddd; border-right: 1px solid #ddd; }
table.tasks-table tr th:nth-child(2), table.tasks-table tr th:nth-child(3), table.tasks-table tr td:nth-child(2), table.tasks-table tr td:nth-child(3) { text-align: center; }
table.tasks-table tr th img { cursor: pointer; }
table.message-table { border-top: 0 none !important; }
table.message-table span { color: #666; }
table.message-table tr td:nth-child(1) { text-align: center; }
table.message-table tr td a { display: block; color: #333; }
table.table.list-calendar-table tr td { vertical-align: middle }
table.list-calendar-table span.label { border-radius: 0; display: block; font-family: 'Open Sans Condensed', sans-serif; font-size: 16px !important; padding: 5px 8px; }
ul#menu-charts { background: url(../images/border.jpg) repeat-y right; border-bottom: 0; margin: 0; min-height: 255px; padding: 0; width: 240px; }
ul#menu-charts li { border-bottom: 1px solid #ddd; float: none; margin: 0; }
ul#menu-charts li a { background: #f9f9f9; color: #333; border: 0 none; border-right: 1px solid #ddd; border-radius: 0; font-size: 12px; margin: 0; }
ul#menu-charts li.active a { background: #fff; border-left: 4px solid #5c9842; border-right-color: #fff; padding-left: 11px; }
ul#menu-charts li a span.badge { font-size: 11px; }
ul#menu-charts-small li a { font-size: 11px; white-space: normal; }
ul#menu-charts-small li a img { margin: -2px 0 0 5px; }
ul#menu-charts-small li ul { width: 235px; }
ul#menu-charts-small li ul li a { padding: 10px; }
#chart-box { z-index: 1; }
.open-msg-modal { cursor: pointer; margin-left: 10px; } 
#modal-msg-box #title-msg { padding: 10px 3px; border-bottom: 1px solid #eee; }
#modal-msg-box #title-msg span { margin-right: 3px; }
#divSenhaExpirada { font-size: 12px; }
#divSenhaExpirada #progressbar { margin-top: 25px; }
/*  */
.msgNaoLida td { background: #e6f1d8; border-color: #fff !important; }
.msgUrgente td { background: #fbe9e7; border-color: #fff !important; }
.msgUrgente td a { color: #a94442 !important; }
.msgUrgenteLida td a { color: #a94442 !important; }
/* widgets */ 
.column { margin-bottom: 5px; min-height: 300px; }
.column .dragbox { background: #fff; border:1px solid #ddd; position:relative; }
.column .dragbox h3 { background: #f5f5f5; border-bottom: 1px solid #ddd; color: #333; cursor: move; font-size: 12px; margin: 0; padding: 12px 10px 8px; text-align: left; text-transform: uppercase; }
.column .dragbox h3 span.badge { margin: -2px 12px 0 -3px; }
.column .dragbox h3 span a.delete, .column .dragbox h3 span a.edit { font-size: 10px; margin-left: 5px; }
.column .dragbox-content table tr td span a { color: #fff; }
.dragbox-content { background:#fff; height: 255px; overflow: auto; }
.column .placeholder {  }
.column .configure { visibility: hidden; }
.panel-danger { border-top: 3px solid #d85452 !important; border-bottom-color: #d85452 !important; }
.panel-danger .dragbox h3 { padding-top: 9px; }
div#dashboard div.col-md-4 #menu-charts { display: none; }
div#dashboard div.col-md-4 #menu-charts-small { display: block !important; }
div#dashboard div.col-md-4 .chartsHome { width: 380px !important; }
.column .popover { line-height: 17px; text-transform: initial !important; width: 200px; }
.column .popover h3, .column .popover-content { padding: 5px 10px; }
.column .popover h3 { font-size: 11px; }
/*CHARTS*/
.header-chart, .content-charts { position: fixed; width: 100%; z-index: 1; } 
.content-charts { background: #fff; border-bottom: 1px solid #ddd; padding: 10px 0; top: 71px; } 
#divGraficos { background: #f8f8f8; border: 1px solid #ddd; padding: 20px 0; }
#divGraficos { background: #f8f8f8; border: 1px solid #ddd; padding: 20px 0; }
div#content-chart { padding-top: 136px; }
div#content-chart fieldset legend { display: none; }
div#content-chart h2 { margin-top: 10px !important; }
div#content-chart fieldset .col-md-1 { padding-right: 5px !important; }
div#content-chart fieldset label, button.ui-multiselect { font-size:11px !important; }
div#content-chart table { margin-bottom: 15px !important; }
div#button-filter { margin-top: 15px; }
button.ui-multiselect { border-radius: 0; width: 100% !important; }
.ui-multiselect-filter input { text-transform: initial; }
div.ui-multiselect-menu { width: 215px !important; }
tr.header-table-chart th { background: #336699 !important; color: #fff; text-transform: uppercase; }
.subheader-value-chart { text-align: right; width: 15%; }
.subheader-table-chart th { background: #ebecee !important; color: #336699; text-transform: uppercase; }
.footer-table-chart td { background: #ddd !important; text-transform: uppercase; }
.divImagemCarregando {  }
.div-list-chart { background: #fff; border: 1px solid #ccc; border-radius: 5px; height: 398px; padding: 10px;  }
.div-list-chart h3 { color: #5c9842; font: 12px Helvetica Neue,Helvetica,Arial,sans-serif; margin-top: 0;  }
.divImagemCarregando { color: #fff; font-size: 12px; height: 30px; left: 50%; margin: -15px 0 0 -35px; position: absolute; text-align: center; top: 50%; width: 70px; }
.divImagemCarregando p { margin-top: 5px; } 
#j_divFixed { clear: both; margin: 10px; }
/* MODAL *//*
.modalEdit { left: 50%; position: absolute; top: 50%; z-index: 1200; }
.modal-dialog { width: 100% !important; }
.modal-body { padding: 0; }
.modal-content { border-radius: 0; }*/
/* PROGRESS BAR */
#progressbar { background: #fff; height:28px; overflow:hidden; }
#progress { color: #fff; display:block; height:100px; width:0%; }
#progress div { padding: 6px; }
.progressbarValid { background: #2e7d32; background-image: -o-linear-gradient(-90deg, #8AD702 0%, #389100 100%); background-image: -moz-linear-gradient(-90deg, #8AD702 0%, #389100 100%); background-image: -webkit-linear-gradient(-90deg, #8AD702 0%, #389100 100%); background-image: -ms-linear-gradient(-90deg, #8AD702 0%, #389100 100%); background-image: linear-gradient(-90deg, #8AD702 0%, #389100 100%); }
.progressbarInvalid { background: #d32f2f; background-image: -o-linear-gradient(-90deg, #F94046 0%, #92080B 100%); background-image: -moz-linear-gradient(-90deg, #F94046 0%, #92080B 100%); background-image: -webkit-linear-gradient(-90deg, #F94046 0%, #92080B 100%); background-image: -ms-linear-gradient(-90deg, #F94046 0%, #92080B 100%); background-image: linear-gradient(-90deg, #F94046 0%, #92080B 100%); }
/* FOOTER */
div#footer { background: #fff; border-top: 1px solid #ddd; bottom: 0; padding: 10px 0; width: 100%; }
div#footer a{ color: #5c9842; }
div#footer address { font-size: 11px; margin: 0; text-align: center; }
/* CLASS */
.alert-default { background: #f8f8f8; border: 1px solid #ddd; }
.block { display: block; }
.border-left { border-left: 1px solid #ddd; }
.color-1 { color: #5c9842; }
.disabled { background: #f8f8f8; border: 1px solid #ddd; }
.panel-edit { border-radius: 0 !important; }
.edit-chart { background: url(../images/img-edit.png) no-repeat; height: 16px; width: 16px; }
.edit-chart:hover { background-position: 0 -15px; }
.form-inline { display: inline-block; }
.half-width { width: 50%; }
.inline { display: inline; }
.inline-block { display: inline-block; }
.lib_question { background: url(../images/ajuda8.gif) no-repeat; background-size: 80%; display: inline-block; height: 16px; vertical-align: middle; width: 16px; }
.lock-tooltip { cursor: pointer; margin-top: -3px; }
.no-border { border: 0 none !important; }
.no-border-top { border-top: 0 none !important; }
.no-border-radius { border-radius: 0; }
.no-margin { margin: 0 !important; }
.no-margin-left { margin-left: 0 !important; }
.no-margin-right { margin-right: 0 !important; }
.no-margin-top { margin-top: 0 !important; }
.no-padding { padding: 0 !important; }
.no-padding-left { padding-left: 0 !important; }
.no-padding-right { padding-right: 0 !important; }
.margin { margin: 10px; }
.margin-top { margin-top: 10px; }
.margin-left { margin-left: 10px; }
.margin-right { margin-right: 10px; }
.padding-15 { padding: 15px; }
.padding-left { padding-left: 10px; }
.text-align-left { text-align: left; }
.text-align-right { text-align: right; }
.text-align-left { text-align: left !important; }
.tex-ident { text-indent: -999999px; }
.uppercase { text-transform: uppercase; }
/**/
.chartsHome { width: 500px !important; height:235px; }
.chartsHome rect { stroke:transparent; stroke-width: 0px;}
.chartsNoBorder rect { stroke:transparent; stroke-width: 0px;}
/*CORREÇÕES CGA*/
.fieldset { padding-bottom: 20px; }
legend { border: 0 none !important; width: auto !important; margin-left: 5px; padding: 0 5px; }
.combobox, .textbox { height: 20px; }
/**/
.hrTitulo { margin:0 0 20px 0 !important;}
@media(max-width:990px) {
    #navigation { border-top: 1px solid #ddd; clear: both; }
}

.textbox::-ms-clear {
    display: none;
}

input[type=image] { cursor: pointer; }