pandorafms/pandora_console/include/styles/pandora.css

2685 lines
67 KiB
CSS

/*
Author: The Pandora FMS team
Name: Default theme
Description: The default Pandora FMS theme layout
// Pandora FMS - http://pandorafms.com
// ==========================================================
// Copyright (c) 2004-2011 Artica Soluciones Tecnológicas S.L
// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
* {
font-family: verdana, sans-serif;
font-size: 8pt;
color: #3F3F3F;
}
svg * {
font-size: 11pt;
}
body {
text-align: center;
background-color: #fafafa;
margin: 0 auto;
}
div#page {
background: #fafafa;
background-image: none;
}
body.pure {
background-color: #fff;
}
input, textarea {
border: 1px solid #ddd;
}
textarea {
padding: 5px;
min-height: 100px;
width: 99%;
}
textarea.conf_editor {
padding: 5px;
width: 650px;
height: 350px;
}
textarea.conf_error {
background-image: url(../../images/err.png);
background-repeat: no-repeat;
background-position: top right;
}
input {
padding: 2px 3px 4px 3px;
vertical-align: middle;
}
select {
padding: 2px 3px 3px 3px;
vertical-align: middle;
}
input.button {
font-family: Arial,Sans-serif;
border: 4px solid #ccc;
background: #fff;
padding: 2px 3px;
margin: 10px 15px;
}
select {
border:1px solid #ddd;
}
checkbox {
padding: 4px;
border:1px solid #eee;
}
h1, h2, h3, h4 {
font-weight: bold;
font-size: 1em;
font-family: Arial, Sans-serif;
text-transform: uppercase;
color: #3f4e2f;
padding-bottom: 4px;
padding-top: 7px;
}
h1 {
font-size: 16px;
}
h2 {
font-size: 15px;
}
h3 {
font-size: 14px;
}
h4 {
margin-bottom: 2px;
padding-bottom: 0px;
padding-top: 5px;
font-size: 13px;
color: #3F3F3F;
text-transform: none;
}
a {
color: #3F3F3F;
text-decoration: none;
}
a:hover {
color: #003a3a;
text-decoration: underline;
}
a.white_bold {
color: #eee;
text-decoration: none;
font-weight: bold;
}
a.white {
color: #eee;
text-decoration: none;
}
p.center {
text-align: center;
}
h1#log_title {
font-size: 18px;
margin-bottom: 0px;
color: #CCC;
}
div#log_msg {
display:none;
}
div#error_buttons {
margin-top: 20px;
}
div#error_buttons a{
margin: 14px;
}
div#noaccess {
width: 350px;
padding-left: 40px;
}
div#activity{
padding-top: 0px;
padding-bottom: 18px;
}
div#noa {
float: right;
padding-right: 50px;
margin-top: 25px;
}
div#db_f {
text-align: justify;
margin: auto;
padding: 0.5em;
width: 55em;
margin-top: 3em;
}
div#db_ftxt {
float: right;
padding-top: 10px;
}
div#container {
margin: 0 auto;
width: 960px;
text-align: left;
#border-left: solid 2px #000;
#border-right: solid 2px #000;
#border-top: solid 2px #000;
#margin-top: 5px;
background: #fafafa;
}
div#page {
width: 960px;
clear: both;
}
div#main {
background: #fafafa;
background-image: none;
width: 785px;
min-height: 700px;
float: right;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 20px;
margin-bottom: 25px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
div#main_help {
width: 100%;
padding-left: 0px;
padding-top: 0px;
background-color: #ffffff;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-radius: 10px;
}
div#main_help div.databox {
background: F3F3F3;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border: 0px;
padding-left: 25px;
padding-right: 25px;
margin-top: 10px;
-moz-box-shadow: -1px 1px 6px #aaa;
-webkit-box-shadow: -1px 1px 6px #aaa;
box-shadow: -1px 1px 6px #aaa;
}
div#main_help div.databox h1{
padding-bottom: 0px;
margin-bottom: 0px;
font-weight: bold;
font-family: sans-serif, verdana;
}
div#main_help div.databox h3, div#main_help div.databox h2 {
color: #6EB432;
font-family: sans-serif, verdana;
}
div#main_help a.footer {
color: #999;
}
a.footer, a.footer span{
font-size: 9px;
color: white;
}
div#main_help div.databox hr{
width:100%;
border: 0px;
height: 1px;
background-color: #222;
margin: 0px;
}
div#main_help div.databox p{
line-height: 15px;
text-align: justify;
}
div#menu {
width: 165px;
float: left;
}
div#head {
font-size: 8pt;
width: 960px;
height: 62px;
padding-top: 0px;
margin-bottom: 8px;
background-color: #274C00;
}
div#foot {
font-size: 6pt !important;
border-top: solid 2px #222;
padding-top: 8px;
padding-bottom: 5px;
text-align: center;
background: #333333;
width: 960px;
height: 38px;
clear: both;
width: auto;
}
#ver {
margin-bottom: 25px;
}
/****************/
/* LOGIN STYLES */
/****************/
#login_body {
/* Set rules to fill background */
min-height: 100%;
min-width: 960px;
/* Set up proportionate scaling */
width: 100%;
height: auto;
/* Set up positioning */
position: fixed;
top: 0;
left: 0;
z-index: -999;
background-image: url('../../images/login_background.jpg');
background-color: #3f3f3f;
background-size: cover;
-moz-background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
}
@media screen and (max-width: 1024px) { /* Specific to this particular image */
#login_body {
left: 50%;
margin-left: -512px; /* 50% */
}
}
p.log_in {
color: #CCC;
padding: 0px 10px;
}
h1#log_f {
color: #c00;
border-bottom: 1px solid #c00;
padding-bottom: 3px;
}
div#login {
border-left: solid 1px #000;
border-top: solid 1px #000;
border-bottom: solid 2px #000;
border-right: solid 2px #000;
font-size: 12px !important;
}
div#login_in, #login_f {
/*margin: 0 auto 0 140px;
width: 400px;*/
}
.databox_login, .databox_logout {
border: none !important;
background-color: #888888;
padding: 8px;
border-radius: 11px;
height: 300px;
}
#login_inner {
background: url('../../images/splash_bg.png') #111;
width: 100%;
height: 100%;
border-radius: 11px;
overflow: hidden;
}
#login_outer {
-moz-box-shadow: 0px 0px 18px #ffffff;
-webkit-box-shadow: 0px 0px 18px #ffffff;
box-shadow: 0px 0px 18px #ffffff;
padding: 3px;
border-radius: 11px;
width: 250px !important;
margin: 100px auto;
background: transparent;
}
div#error_login {
#margin: 0 auto;
#margin-top: -10px;
text-align: center;
margin-top: 5px;
margin-left: 5px;
width: 75%;
float: right;
text-align: left;
top: 100px;
}
div#error_login_icon {
#margin: 0 auto;
margin-top: 10px;
margin-right: 7px;
text-align: center;
#margin-left: 20px;
width: 20%;
float: right;
}
div#login_f {
margin-top: 10px;
margin-bottom: 25px;
}
IMG.login_logo {
border: 0px;
width: 150px;
margin-top: 15px;
margin-bottom: 15px;
}
input.login:focus {
outline-width: 0;
-moz-box-shadow: 0px 0px 3px 2px #7fbe41;
-webkit-box-shadow: 0px 0px 3px 2px #7fbe41;
box-shadow: 0px 0px 3px 2px #7fbe41;
}
DIV.login_button {
text-align:right;
width: 144px;
margin: 18px auto;
}
DIV.login_nick {
}
DIV.login_pass {
margin-top: 21px;
}
input.login {
border: 0px none;
background-color: #ebebeb !important;
margin: 0px auto;
width: 135px;
height: 18px;
font-weight: bold;
}
input.login_user {
/* Browser without multibackground support */
background: #efefef url(../../images/input_user.png) no-repeat 7px 1px !important;
padding-left: 32px;
width: 106px;
color: #222;
}
input.login_password {
/* Browser without multibackground support */
background: #efefef url(../../images/input_lock.png) no-repeat 7px 1px !important;
padding-left: 32px;
width: 106px;
color: #222;
}
.databox_error {
width: 657px !important;
height: 400px;
border: none !important;
background-color: #fafafa;
background: url(../../images/splash_error.png) no-repeat;
}
#ver_num {
position: relative;
color: #696969;
font-size: xx-small;
margin-top: 32px;
}
/***********************/
/* END OF LOGIN STYLES */
/***********************/
label {
display: block;
padding-top: 4px;
font-weight: bold;
text-align: left;
}
th > label {
padding-top: 7px;
}
input.chk {
margin-right: 0px;
border: 0px none;
height: 14px;
}
input.datos {
background-color: #f5f5f5;
}
input.datos_readonly {
background-color: #050505;
}
input.sub {
font-weight: bold;
/*
border-bottom-color: #708090;
border-right-color: #708090;*/
border-bottom-color: #BBB;
border-right-color: #BBB;
border-left-color: #BBB;
/* These borders haven't made it yet in a valid standard
First one is for Mozilla, second for Webkit (Safari, Konqueror), third one for IE7+ and valid CSS3.
Percentage values are invalid here but .6em seems big enough */
-moz-border-radius: .4em;
-webkit-border-radius: .4em;
border-radius: .4em;
/*
-moz-box-shadow: inset 1px 1px 1px #CCC !important;
-webkit-box-shadow: inset 1px 1px 1px #CCC !important;
box-shadow: inset 1px 1px 1px #CCC !important;*/
-moz-box-shadow: inset -1px -1px 1px #CCC !important;
-webkit-box-shadow: inset -1px -1px 1px #CCC !important;
box-shadow: inset -1px -1px 1px #CCC !important;
font-size: 8pt;
background-color: #e5e5e5 !important;
color: #7f7f7f;
padding: 3px 3px 3px 9px;
/* navegadores sin soporte */
background: white !important;
/* Safari 4-5, Chrome 1-9
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#c4c4c4)) !important;*/
/* Safari 5.1+, Chrome 10+
background: -webkit-linear-gradient(top, white, #c4c4c4) !important;*/
/* Firefox 3.6+
background: -moz-linear-gradient(top, white, #c4c4c4) !important;*/
/* Opera 11.10+
background: -o-linear-background(top, white, #c4c4c4) !important;*/
/* IE 10
background: -ms-linear-background(top, white, #c4c4c4) !important;*/
/* estándar
background: linear-background(top, white, #c4c4c4) !important;*/
}
input.sub[disabled] {
color: #aaa;
}
input.next, input.next_login, input.upd, input.ok, input.wand, input.delete, input.cog,
input.target, input.search, input.copy, input.add, input.graph,
input.percentile, input.binary, input.camera, input.config,
input.cancel, input.default, input.filter, input.pdf {
padding-right: 26px;
}
input.next {
/* Browser without multibackground support */
background: #efefef url(../../images/input_go.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_go.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_go.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_go.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_go.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.next_login {
/* Browser without multibackground support */
background: #efefef url(../../images/input_go.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_go.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_go.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_go.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_go.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_go.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.upd {
/* Browser without multibackground support */
background: #efefef url(../../images/input_update.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_update.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_update.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_update.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_update.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_update.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_update.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.wand {
/* Browser without multibackground support */
background: #efefef url(../../images/input_wand.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_wand.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_wand.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_wand.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_wand.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_wand.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_wand.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.wand:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_wand.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_wand.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.search {
/* Browser without multibackground support */
background: #efefef url(../../images/input_zoom.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_zoom.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_zoom.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.search:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_zoom.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_zoom.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.ok {
/* Browser without multibackground support */
background: #efefef url(../../images/input_tick.png) no-repeat 95% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_tick.png) no-repeat 95% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_tick.png) no-repeat 95% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_tick.png) no-repeat 95% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_tick.png) no-repeat 95% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_tick.png) no-repeat 95% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_tick.png) no-repeat 95% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.ok:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_tick.disabled.png) no-repeat 95% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_tick.disabled.png) no-repeat 95% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.add {
/* Browser without multibackground support */
background: #efefef url(../../images/input_add.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_add.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_add.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_add.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_add.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_add.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_add.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.add:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_add.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_add.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.cancel {
/* Browser without multibackground support */
background: #efefef url(../../images/input_cross.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_cross.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_cross.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_cross.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_cross.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_cross.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_cross.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.cancel:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_cross.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_cross.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.delete {
/* Browser without multibackground support */
background: #efefef url(../../images/input_delete.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_delete.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_delete.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_delete.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_delete.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_delete.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_delete.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.delete:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_delete.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_delete.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.cog {
/* Browser without multibackground support */
background: #efefef url(../../images/input_cog.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_cog.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_cog.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_cog.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_cog.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_cog.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_cog.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.cog:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_cog.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_cog.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.config {
/* Browser without multibackground support */
background: #efefef url(../../images/input_config.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_config.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_config.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_config.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_config.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_config.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_config.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.config:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_config.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_config.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.filter {
/* Browser without multibackground support */
background: #efefef url(../../images/input_filter.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_filter.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_filter.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_filter.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_filter.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_filter.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_filter.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.filter:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_filter.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_filter.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.pdf {
/* Browser without multibackground support */
background: #efefef url(../../images/input_pdf.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_pdf.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_pdf.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
input.pdf:disabled {
/* Browser without multibackground support */
background: #efefef url(../../images/input_pdf.disabled.png) no-repeat 96% 3px !important;
/* Safari 4-5, Chrome 1-9 */
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#dfdfdf)) !important;
/* Safari 5.1+, Chrome 10+ */
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -webkit-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Firefox 3.6+ */
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -moz-linear-gradient(top, #ffffff, #dfdfdf) !important;
/* Opera 11.10+ */
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -o-linear-background(top, #ffffff, #dfdfdf) !important;
/* IE 10 */
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, -ms-linear-background(top, #ffffff, #dfdfdf) !important;
/* estándar */
background: url(../../images/input_pdf.disabled.png) no-repeat 96% 3px, linear-background(top, #ffffff, #dfdfdf) !important;
}
#toolbox #auto_save {
padding-top: 5px;
}
#toolbox {
margin-top: 13px;
}
input.visual_editor_button_toolbox {
padding-right: 25px;
padding-top: 13px;
}
input.delete_min {
background: #fefefe url(../../images/cross.png) no-repeat center !important;
}
input.delete_min[disabled] {
background: #fefefe url(../../images/cross.disabled.png) no-repeat center !important;
}
input.graph_min {
background: #fefefe url(../../images/chart_curve.png) no-repeat center !important;
}
input.graph_min[disabled] {
background: #fefefe url(../../images/chart_curve.disabled.png) no-repeat center !important;
}
input.percentile_min {
background: #fefefe url(../../images/chart_bar.png) no-repeat center !important;
}
input.percentile_min[disabled] {
background: #fefefe url(../../images/chart_bar.disabled.png) no-repeat center !important;
}
input.percentile_item_min {
background: #fefefe url(../../images/percentile_item.png) no-repeat center !important;
}
input.percentile_item_min[disabled] {
background: #fefefe url(../../images/percentile_item.disabled.png) no-repeat center !important;
}
input.binary_min {
background: #fefefe url(../../images/binary.png) no-repeat center !important;
}
input.binary_min[disabled] {
background: #fefefe url(../../images/binary.disabled.png) no-repeat center !important;
}
input.camera_min {
background: #fefefe url(../../images/camera.png) no-repeat center !important;
}
input.camera_min[disabled] {
background: #fefefe url(../../images/camera.disabled.png) no-repeat center !important;
}
input.config_min {
background: #fefefe url(../../images/config.png) no-repeat center !important;
}
input.config_min[disabled] {
background: #fefefe url(../../images/config.disabled.png) no-repeat center !important;
}
input.label_min {
background: #fefefe url(../../images/tag_red.png) no-repeat center !important;
}
input.label_min[disabled] {
background: #fefefe url(../../images/tag_red.disabled.png) no-repeat center !important;
}
input.icon_min {
background: #fefefe url(../../images/photo.png) no-repeat center !important;
}
input.icon_min[disabled] {
background: #fefefe url(../../images/photo.disabled.png) no-repeat center !important;
}
input.grid_min {
background: #fefefe url(../../images/grid.png) no-repeat center !important;
}
input.grid_min[disabled] {
background: #fefefe url(../../images/grid.disabled.png) no-repeat center !important;
}
input.save_min {
background: #fefefe url(../../images/file.png) no-repeat center !important;
}
input.save_min[disabled] {
background: #fefefe url(../../images/file.disabled.png) no-repeat center !important;
}
input.service_min {
background: #fefefe url(../../images/box.png) no-repeat center !important;
}
input.service_min[disabled] {
background: #fefefe url(../../images/box.disabled.png) no-repeat center !important;
}
div#cont {
position: fixed;
max-height: 320px;
overflow-y: auto;
overflow-x: hidden;
}
table, img {
border: 0px;
}
th {
color: #fff;
background-color: #B1B1B1;
text-align:center;
font-size: 7pt;
}
tr.datos, tr.datost, tr.datosb , tr.datos_id,
tr.datosf9 {
background-color: #eaeaea;
}
tr.datos2, tr.datos2t,
tr.datos2b, tr.datos2_id , tr.datos2f9 {
background-color: #f2f2f2;
}
tr.datos:hover, tr.datost:hover, tr.datosb:hover, tr.datos_id:hover,
tr.datosf9:hover, tr.datos2:hover, tr.datos2t:hover,
tr.datos2b:hover, tr.datos2_id:hover, tr.datos2f9:hover {
background-color: #efefef;
}
/* Checkbox styles */
td input[type=checkbox]
{
/* Double-sized Checkboxes */
-ms-transform: scale(1.3); /* IE */
-moz-transform: scale(1.3); /* FF */
-o-transform: scale(1.3); /* Opera */
-webkit-transform: scale(1.3); /* Safari and Chrome */
padding: 10px;
margin-top: 2px;
display: table-cell;
}
td.datos3, td.datos3 * {
background-color: #b1b1b1;
color: white !important;
}
td.datos4 {
/*Add !important because in php the function html_print_table write style in cell and this is style head.*/
text-align: center !important;
background-color: #b1b1b1;
}
td.datos_id {
color: #1a313a;
}
tr.rowPair {
background-color: #efefef;
}
tr.rowOdd {
background-color: #f2f2f2;
}
tr.rowPair:hover {
background-color: #E0E0E0;
}
tr.rowOdd:hover {
background-color: #E0E0E0
}
tr.disabled_row_user * {
color: grey;
}
.bg { /* op menu */
background: #6db431;
}
.bg2 { /* main page */
background-color: #0A160C;
}
.bg3 { /* godmode */
background: #666666;
}
.bg4 { /* links */
background-color: #989898;
}
.bg, .bg2, .bg3, .bg4 {
position: relative;
width: 100%;
}
.bg {
height: 20px;
}
.bg2, .bg3, .bg4 {
height: 18px;
}
.f10, #ip {
font-size: 7pt;
text-align: center;
}
.f9, .f9i, .f9b, .datos_greyf9, .datos_bluef9, .datos_greenf9,
.datos_redf9, .datos_yellowf9, td.f9, td.f9i, td.datosf9, td.datos2f9 {
font-size: 6.5pt;
}
.f9i, .redi {
font-style: italic;
}
.tit {
padding: 6px 0px;
height: 14px;
}
.titop {
-moz-border-top-right-radius: 6px;
-webkit-border-top-right-radius: 6px;
border-top-right-radius: 6px;
heigth: 100px;
}
.tit, .titb {
font-weight: bold;
color: #fff;
text-align: center;
width: 173px;
}
.suc * {
color: #5a8629;
}
.info *{
color: #006F9D;
}
.error *{
color: #FF4040;
}
.help {
background: url(../../images/help.png) no-repeat;
}
.red, .redb, .redi, .error {
color: #c00;
http://localhost/pandora_blackout/index.php?sec=gpolicies&sec2=enterprise/godmode/policies/policies&tab=agents&id=3
}
.sep {
margin-left: 30px;
border-bottom: 1px solid #708090;
width: 100%;
}
.orange {
color: #ffa300;
}
.green {
color: #5a8629;
}
.yellow {
color: #F3C500;
}
.greenb {
color: #00aa00;
}
.grey {
color: #808080;
font-weight: bold;
}
.redb, .greenb, td.datos_id, td.datos2_id, f9b {
font-weight: bold;
}
.p10 {
padding-top: 1px;
padding-bottom: 0px;
}
.p21 {
padding-top: 2px;
padding-bottom: 1px;
}
.w120 {
width: 120px;
}
.w130, #table-agent-configuration select {
width: 130px;
}
.w135 {
width: 135px;
}
.w155, #table_layout_data select {
width: 155px;
}
.top, .top_red, .bgt, td.datost, td.datos2t {
vertical-align: top;
}
.top_red {
background: #ff0000;
}
.bot, .titb, td.datosb {
vertical-align: bottom;
}
.msg {
margin-top: 15px;
text-align: justify;
}
ul.mn {
list-style: none;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
line-height: 15px;
}
.gr {
font-size: 10pt;
font-weight: bold;
}
a.mn, .gr {
font-family: Arial, Verdana, sans-serif, Helvetica;
}
div.nf {
background: url(../../images/info.png) no-repeat scroll 0 50% transparent;
color: #ac4444;
margin-left: 7px;
padding: 8px 1px 6px 25px;
}
div.title_line {
background-color: #4e682c;
height: 5px;
width: 762px;
}
#menu_tab_frame {
background:#FAFAFA;
}
#menu_tab_frame_view {
background:#FAFAFA;
}
#menu_tab_frame, #menu_tab_frame_view {
display: block !important;
border-bottom:1px solid #B1B1B1;
/* float:left; */
margin-left:-8px;
min-height:25px;
padding-right:28px;
width:100%;
}
#menu_tab {
margin: 0px 0px 0px 0px !important;
}
#menu_tab .mn, #menu_tab ul, #menu_tab .mn ul {
padding: 0px;
list-style: none;
margin: 0px 0px 0px 0px;
}
#menu_tab .mn li {
float: right;
position: relative;
margin: 0px 0px 0px 0px;
}
#menu_tab li a, #menu_tab a {
padding: 2px 0px;
font-weight: bold;
line-height: 18px;
margin-left: 3px;
margin-right: 0px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
}
#menu_tab li>form {
padding-left: 7px;
padding-top: 4px;
}
#menu_tab li.tab_operation, #menu_tab li.tab_godmode {
padding-left: 4px;
}
#menu_tab li.tab_godmode a, #menu_tab a.tab_godmode {
background: #ababab url('../../images/tab_grey_bg.png');
padding-left: 3px;
padding-right: 3px;
min-height: 23px;
}
#menu_tab li.tab_godmode.nomn_high a, #menu_tab a.tab_godmode.nomn_high,
#menu_tab li.tab_godmode a:hover, #menu_tab a.tab_godmode:hover {
background: #555555;
}
#menu_tab li.tab_operation a, #menu_tab a.tab_operation {
background: #6ba532 url('../../images/tab_green_bg.png');
padding-left: 3px;
padding-right: 3px;
min-height: 23px;
}
#menu_tab li.tab_operation.nomn_high a, #menu_tab a.tab_operation.nomn_high,
#menu_tab li.tab_operation a:hover, #menu_tab a.tab_operation:hover {
background: #3F3F3F;
}
#menu_tab li.separator_view {
padding: 4px;
}
#menu_tab li.separator {
padding: 4px;
}
#menu_tab li.nomn_high a {
/*background: #6db431;*/
color: #fff;
}
#menu_tab .mn li a {
display: block;
text-decoration: none;
}
#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover {
/*background: #6db431;*/
color: #fff;
}
#menu_tab li:hover a {
/*background: #b2b08a url("../../images/arrow.png") no-repeat right 3px;*/
}
#menu_tab li:hover ul a, #menu_tab .mn ul {
background: #db6351;
border-top: none;
}
#menu_tab li.nomn, #menu_tab li {
min-width: 30px;
height: 28px;
}
/* TAB TITLE */
#menu_tab_left {
margin-left: 0px !important;
}
#menu_tab_left .mn, #menu_tab_left ul, #menu_tab_left .mn ul {
background-color: #000;
color: #fff;
font-weight: bold;
padding: 0px 0px 0px 0px;
list-style: none;
margin: 0px 0px 0px 0px;
}
#menu_tab_left .mn li {
float: left;
position: relative;
height: 26px;
max-height: 26px;
}
#menu_tab_left li a, #menu_tab_left li span {
/* text-transform: uppercase; */
padding: 3px 5px 2px 0px;
color: #fff;
font-weight: bold;
line-height: 18px;
}
#menu_tab_left .mn li a {
display: block;
text-decoration: none;
}
#menu_tab_left li.view a {
padding: 2px 10px 2px 10px;
color: #fff;
font-weight: bold;
line-height: 18px;
display: none;
}
#menu_tab_left ul.mn li.view {
background: #6db431 url('../../images/tab_green_bg.png');
max-width: 450px;
min-width: 300px;
padding: 2px 5px 0px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
margin-left:0px;
}
#menu_tab_left ul.mn li.nomn {
background: #ababab url('../../images/tab_grey_bg.png');
width: 450px;
min-width: 300px;
padding: 1px 5px;
-moz-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
-moz-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
margin-left: 0px;
}
#menu_tab_left ul.mn li.view img.bottom {
width: 24px;
height: 24px;
}
#menu_tab_frame *, #menu_tab_frame_view *{
margin: 0px 0px 0px 0px !important;
}
span.users {
background: url(../../images/group.png) no-repeat;
}
span.agents {
background: url(../../images/bricks.png) no-repeat;
}
span.data {
background: url(../../images/data.png) no-repeat;
}
span.alerts {
background: url(../../images/bell.png) no-repeat;
}
span.time {
background: url(../../images/hourglass.png) no-repeat;
}
span.net {
background: url(../../images/network.png) no-repeat;
}
span.master {
background: url(../../images/master.png) no-repeat;
}
span.wmi {
background: url(../../images/wmi.png) no-repeat;
}
span.prediction {
background: url(../../images/chart_bar.png) no-repeat;
}
span.plugin {
background: url(../../images/plugin.png) no-repeat;
}
span.export {
background: url(../../images/database_refresh.png) no-repeat;
}
span.snmp {
background: url(../../images/snmp.png) no-repeat;
}
span.binary {
background: url(../../images/binary.png) no-repeat;
}
span.recon {
background: url(../../images/recon.png) no-repeat;
}
span.rmess {
background: url(../../images/email_open.png) no-repeat;
}
span.nrmess {
background: url(../../images/email.png) no-repeat;
}
span.recon_server {
background: url(../../images/recon.png) no-repeat;
}
span.wmi_server {
background: url(../../images/wmi.png) no-repeat;
}
span.export_server {
background: url(../../images/server_export.png) no-repeat;
}
span.inventory_server {
background: url(../../images/page_white_text.png) no-repeat;
}
span.web_server {
background: url(../../images/world.png) no-repeat;
}
/* This kind of span do not have any sense, should be replaced on PHP code
by a real img in code. They are not useful because insert too much margin around
(for example, not valid to use in the table of server view */
span.users, span.agents, span.data, span.alerts, span.time, span.net,
span.master, span.snmp, span.binary, span.recon, span.wmi, span.prediction,
span.plugin, span.plugin, span.export, span.recon_server, span.wmi_server,
span.export_server, span.inventory_server, span.web_server {
margin-left: 4px;
margin-top: 10px;
padding: 4px 8px 12px 30px;
display: block;
}
span.rmess, span.nrmess {
margin-left: 14px;
padding: 1px 0px 10px 30px;
display: block;
}
/* New styles for data box */
.databox, .databox_color, .databox_frame {
margin-bottom: 5px;
margin-top: 5px;
margin-left: 0px;
border: 1px solid #e2e2e2;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
padding: 8px 8px 8px 8px;
}
table.databox {
background-color: #f9faf9;
border-spacing: 2px;
-moz-box-shadow: 1px 1px 1px #DDD !important;
-webkit-box-shadow: 1px 1px 1px #DDD !important;
box-shadow: 1px 1px 1px #DDD !important;
}
.databox td, .databox th {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
border: 0px solid #fff;
}
.databox th {
padding: 8px 7px;
color: #fff;
}
.databox th * {
color: #fff;
}
.tabletitle {
background: url(../../images/header_blackout.png) no-repeat;
}
.tactical_set legend{
text-align:left;
color: #3F3F3F;
}
.tactical_set{
background: #ECECEC;
border: 0px;
margin-top: -4px;
}
/* For use in Netflow */
table.databox_grid {
margin: 25px;
}
table.databox_grid th {
font-size: 12px;
}
table.databox_grid td {
padding: 6px;
margin: 4px;
border-bottom: 1px solid #acacac;
border-right: 1px solid #acacac;
}
table.alternate tr:nth-child(odd) td{
background-color: #ffffff;
}
table.alternate tr:nth-child(even) td{
background-color: #e4e5e4;
}
table.rounded_cells td {
padding: 4px 4px 4px 10px;
-moz-border-radius: 6px !important;
-webkit-border-radius: 6px !important;
border-radius: 6px !important;
}
.databox_color {
background-color: #fafafa;
}
#head_l {
float: left;
margin: 0;
padding: 0;
}
#head_r {
float: right;
text-align: right;
margin-right: 10px;
padding-top: 0px;
}
#head_m {
position: absolute;
padding-top: 6px;
padding-left: 12em;
}
span#logo_text1 {
font: bolder 3em Arial, Sans-serif;
letter-spacing: -2px;
color: #eee;
}
span#logo_text2 {
font: 3em Arial, Sans-serif;
letter-spacing: -2px;
color: #aaa;
}
div#logo_text3 {
text-align: right;
font: 2em Arial, Sans-serif;
letter-spacing: 6px;
color: #aaa;
font-weight: bold;
margin-top: 0px;
margin-left: 4px;
padding-top: 0px;
}
.bb0 {
border-bottom: 0px;
}
.bt0 {
border-top: 0px;
}
.action-buttons {
text-align: right;
}
#table-add-item select, #table-add-sla select {
width: 180px;
}
/* end of classes for event priorities */
div#main_pure {
background-color: #fefefe;
text-align: left;
margin-bottom: 25px;
margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
height: auto;
width: 98%;
position: static;
}
#table-agent-configuration radio {
margin-right: 40px;
}
.ui-draggable {
cursor:move;
}
#layout_trash_drop {
float: right;
width: 300px;
height: 180px;
background: #fff url("../../images/trash.png") no-repeat bottom left;
}
#layout_trash_drop div {
display: block;
}
#layout_editor_drop {
float: left;
width: 300px;
}
.agent_reporting {
margin: 5px;
padding: 5px;
}
.report_table, .agent_reporting {
border: #CCC outset 3px;
}
.img_help {
cursor: help;
margin-top: -5px;
}
#loading {
position:fixed;
width: 200px;
margin-left: 30%;
text-align:center;
top: 50%;
background-color: #999999;
padding: 20px;
}
/* IE 7 Hack */
#editor {
*margin-top: 10px !important;
}
/* big_data is used in tactical and logon_ok */
.big_data {
text-decoration: none; font: bold 2em Arial, Sans-serif;
}
.med_data {
text-decoration: none; font: bold 1.5em Arial, Sans-serif;
}
.notify {
background-color: #f7ffa5;
text-align: center;
font-weight: bold;
padding: 8px;
margin: 0px 0px 0px 0px !important;
z-index: -1;
}
.notify a {
color: #003a3a;
text-decoration: underline;
}
.listing {
border-collapse: collapse;
}
.listing td {
border-bottom: 1px solid #CCCCCC;
border-top: 1px solid #CCCCCC;
}
ul {
list-style-type: none;
padding-left: 0;
margin-left: 0;
}
span.actions {
margin-left: 30px;
}
.actions {
min-width: 200px! important;
}
code, pre {
font-family: courier, serif;
}
select#template, select#action {
width: 250px;
}
#label-checkbox-matches_value,
#label-checkbox-copy_modules,
#label-checkbox-copy_alerts {
display: inline;
font-weight: normal;
}
input[type=image] {
border:0px;
background-color: transparent !important;
}
table#simple select#id_module_type,
table#alert_search select#id_agent,
table#alert_search select#id_group,
table#network_component select#type {
width: 200px;
}
table#simple select#select_snmp_oid,
table#simple select#id_plugin,
table#network_component select#id_plugin {
width: 270px;
}
table#simple select#prediction_id_group,
table#simple select#prediction_id_agent,
table#simple select#prediction_module {
width: 50%;
display: block;
}
table#simple input#text-plugin_parameter,
table#simple input#text-snmp_oid,
table#source_table select,
table#destiny_table select,
table#target_table select,
table#filter_compound_table select,
table#filter_compound_table #text-search,
table#delete_table select {
width: 100%;
}
table#simple select#network_component_group,
table#simple select#network_component {
width: 90%;
}
table#simple span#component_group,
table#simple span#component {
width: 45%;
font-style: italic;
}
table#simple label {
display: inline;
font-weight: normal;
font-style: italic;
}
.clickable {
cursor: pointer;
}
table#agent_list tr, table.alert_list tr {
vertical-align: top;
}
.toggle { border-collapse: collapse;}
.toggle td { border-left: 1px solid #D3D3D3;}
ul.actions_list {
list-style-image: url(../../images/arrow.png);
list-style-position: inside;
margin-top: 0;
}
div.loading {
background-color: #FFF1A8;
margin-left: auto;
margin-right: auto;
padding: 5px;
text-align: center;
font-style: italic;
width: 95%;
}
div.loading img {
float: right;
}
/* Tablesorter jQuery pager */
div.pager {
margin-left: 10px;
margin-top: 5px;
}
div.pager img{
position: relative;
top: 4px;
padding-left: 5px;
}
div.pager input {
padding-left: 5px;
}
.pagedisplay {
border: 0;
width: 35px;
}
/* Steps style */
ol.steps {
margin-bottom: 15px;
padding: 0;
list-style-type: none;
list-style-position: outside;
}
ol.steps li {
float: left;
background-color: #efefef;
padding: 5px;
margin-left: 5px;
width: 150px;
}
ol.steps li a {
color: #111;
}
ol.steps li.visited a {
color: #999;
}
ol.steps li span {
font-weight: normal;
display: block;
}
ol.steps li span {
color: #777;
}
ol.steps li.visited span {
color: #999;
}
ol.steps li.current {
border-left: 5px solid #778866;
margin-left: 0;
font-weight: bold;
background-color: #E9F3D2;
}
ol.steps li.visited {
color: #999 !important;
}
fieldset {
background-color:#fafafa;
border: 1px solid #f2f2f2;
padding:0.5em;
margin-top:0.5em;
margin-right: -1px;
margin-bottom:1em;
position:relative;
}
fieldset legend {
font-size:1.1em;
font-weight:bold;
#color:#3f4e2f;
line-height: 20px;
color: #3F3F3F;
#top:-2em;
}
fieldset .databox {
border: 0px solid;
}
fieldset.databox {
padding: 14px !important;
}
fieldset legend span,
span#latest_value {
font-style:italic;
}
span#latest_value span#value {
font-style:normal;
}
form#filter_form {
margin-bottom: 15px;
}
ul.action_list {
margin: 0;
list-style: none inside url(../../images/arrow.png);
}
ul.action_list li div {
margin-left: 15px;
}
span.action_name {
float: none;
}
div.actions_container {
overflow:auto;
width: 100%;
max-height: 200px;
}
div.actions_container label {
display: inline;
font-weight: normal;
font-style: italic;
}
a.add_action {
clear: both;
display: block;
}
/* timeEntry styles */
.timeEntry_control {
vertical-align: middle;
margin-left: 2px;
}
div#steps_clean {
clear:both;
}
div#event_control {
clear:right;
}
/* Autocomplete styles */
.ac_results {
padding: 0px;
border: 1px solid black;
background-color: white;
overflow: hidden;
z-index: 99999;
}
.ac_results ul {
width: 100%;
list-style-position: outside;
list-style: none;
padding: 0;
margin: 0;
text-align: left;
}
.ac_results li {
margin: 0px;
padding: 2px 5px;
cursor: default;
display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used
*/
/*width: 100%;*/
font: menu;
font-size: 12px;
/*
it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
line-height: 16px;
}
.ac_loading {
background: white url('../images/loading.gif') right center no-repeat;
}
.ac_over {
background-color: #efefef;
}
span.ac_extra_field,
span.ac_extra_field strong {
font-style: italic;
font-size: 9px;
}
div#pandora_logo_header {
/* Put here your company logo (139x60 pixels) like this: */
/* background: url(../../images/MiniLogoArtica.jpg); */
background: url(../../images/pandora_logo_head.png);
background-position: 0% 0%;
width: 139px;
height: 60px;
float: left;
}
#header_table img {
margin-top: 0px;
}
.autorefresh_disabled {
cursor: not-allowed !important;
}
a.autorefresh {
padding-right: 8px;
}
#refrcounter {
color: white;
}
#combo_refr select {
margin-right: 8px;
}
.disabled_module {
color: #aaa;
}
div.warn {
background: url(../../images/info.png) no-repeat;
color: #ac4444;
margin-top: 7px;
padding: 2px 1px 6px 25px;
}
.menu li, .menu li.selected, .menu li.not_selected {
display: block;
min-height: 33px;
border-bottom: 1px solid #424242;
vertical-align: middle;
}
.submenu_not_selected {
font-weight: normal !important;
}
/* Submenus havent borders */
.submenu_not_selected, .submenu_selected, .submenu2 {
border: 0px !important;
}
/* Pandora width style theme */
div#container {
width: 100%;
}
div#page {
width: auto;
}
div#main {
width: auto;
float: none;
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 20px;
/*CLASSIC STYLE*/
margin-left: 182px;
/*AUTOHIDDEN MENU*/
/*margin-left: 40px;*/
margin-right: 20px;
background: #ECECEC;
min-width: 720px;
}
div#head {
width: auto;
height: auto;
background-color: #333;
background-image: url(../../images/header_blackout.png);
height: 47px;
min-width: 882px;
color: white;
}
ol.steps {
margin-bottom: 70px;
}
div#steps_clean {
display:none;
}
#main>div, #main>table, #main>fieldset, #main>form, #main>a, #main>h4 {
margin-left: 10px;
margin-right: 8px;
}
#main>form {
#width: 100%;
}
#menu_tab_frame, #menu_tab_frame_view {
width: 100%;
padding-right: 0px;
margin-left: 0px !important;
height: 27px;
}
div#events_list {
float: left;
width: 100%;
}
span#logo_text1 {
font: bolder 3em Arial, Sans-serif;
letter-spacing: -2px;
color: #eee;
}
span#logo_text2 {
font: 3em Arial, Sans-serif;
letter-spacing: -2px;
color: #aaa;
}
div#logo_text3 {
text-align: right;
font: 2em Arial, Sans-serif;
letter-spacing: 6px;
color: #aaa;
font-weight: bold;
margin-top: 0px;
margin-left: 4px;
padding-top: 0px;
}
.pagination {
margin-top: 4px;
}
.pagination * {
margin-left: 0px !important;
margin-right: 0px !important;
vertical-align: middle;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #3f3f3f;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #111;
}
td.scwWeek {
color: #111 !important;
}
/* Today selector */
td.scwFoot {
background-color: #daedae;
color: #111;
}
td.scwFootDisabled {
background-color: #000;
color: #FFFFFF;
}
tfoot.scwFoot {
color: #111;
}
.scwFoot :hover{
color: #3F3F3F !important;
}
/* Cells divs to set individual styles with the table objects */
div.cellBold {
width: 100%;
height: 100%;
font-weight: bold;
}
div.cellRight {
width: 100%;
height: 100%;
text-align: right;
}
div.cellCenter {
width:100%;
height:100%;
text-align:center;
}
div.cellWhite {
width: 100%;
height: 100%;
background: #fff;
color: #111;
}
div.cellNormal {
width: 100%;
height: 100%;
background: #008e00;
color: #fff;
}
div.cellCritical {
width: 100%;
height: 100%;
background: #cc0000;
color: #fff;
}
div.cellWarning {
width: 100%;
height: 100%;
background: #fce94f;
color: #111;
}
div.cellUnknown {
width: 100%;
height: 100%;
background: #babdb6;
color: #3F3F3F;
}
div.cellNotInit {
width: 100%;
height: 100%;
background: #729fcf;
color: #111;
}
div.cellAlert {
width: 100%;
height: 100%;
background: #ffa300;
color: #111;
}
div.cellBorder1 {
width: 100%;
height: 100%;
border: 1px solid black;
}
div.cellBig {
width: 100%;
height: 100%;
font-size: 18px;
}
.info_box {
background: #FFF;
margin-top: 10px !important;
padding: 0px 5px 5px 10px;
border: 3px solid #D1D1D1;
width: 98% !important;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
.info_box .title * {
font-size: 10pt !important;
font-weight: bolder;
}
.info_box .icon {
width: 30px !important;
text-align: center;
}
/* Standard styles for status colos (groups, events, backgrounds...) */
.opacity_cell {
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
-khtml-opacity: 0.8;
}
tr.group_view_data, .group_view_data {
color: #fff;
}
tr.group_view_crit, .group_view_crit {
background-color: #FA3030;
}
tr.group_view_norm, .group_view_norm {
background-color: #ffffff;
}
tr.group_view_ok, .group_view_ok {
background-color: #00C000;
}
tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn {
background-color: #F5E535;
color: #3F3F3F !important;
}
a.group_view_warn {
color: #3F3F3F !important;
}
tr.group_view_alrm, .group_view_alrm {
background-color: #ED8701;
}
tr.group_view_unk, .group_view_unk {
background-color: #C4C4C4;
}
/* classes for event priorities. Sits now in functions.php */
.datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a, .datos_green * {
background-color: #6EB432;
color: #fff;
}
.datos_red, .datos_redf9, .datos_red a, .datos_redf9 a, .datos_red *{
background-color: #FF4040;
color: #fff !important;
}
.datos_yellow, .datos_yellowf9, .datos_yellow * {
background-color: #F2D400;
color: #111;
}
a.datos_blue, .datos_bluef9, .datos_blue, .datos_blue * {
background-color: #4CA8E0;
color: #fff !important;
}
.datos_grey, .datos_greyf9, .datos_grey * {
background-color: #999999;
color: #fff;
}
.datos_pink, .datos_pinkf9, .datos_pink * {
background-color: #F099A2;
color: #111;
}
.datos_brown, .datos_brownf9, .datos_brown * {
background-color: #A67C52;
color: #fff;
}
.datos_orange, .datos_orangef9, .datos_orange * {
background-color: #F7931E;
color: #111;
}
td.datos_greyf9, td.datos_bluef9, td.datos_greenf9, td.datos_redf9, td.datos_yellowf9, td.datos_pinkf9, td.datos_brownf9 ,td.datos_orangef9 {
padding: 5px 5px 5px 5px;
}
.menu li.selected {
background-color: #B1B1B1 !important;
font-weight: bold;
}
.menu li {
background-color: #fff !important;
}
.submenu li, submenu_selected {
min-height: 25px !important;
/*height: 25px !important;*/
padding-bottom: 0px;
}
ul.operation li a:hover {
#font-weight: bold;
}
ul.operation ul.submenu li a:hover {
background: #222 url('../../images/menu_op_mark.png') repeat-y right;
#font-weight: bold;
}
ul.operation ul.submenu li.selected>a {
background: #222 url('../../images/menu_op_mark.png') repeat-y right;
}
ul.godmode li a:hover {
#font-weight: bold;
}
ul.godmode ul.submenu li a:hover {
background: #222 url('../../images/menu_gm_mark.png') repeat-y right;
#font-weight: bold;
}
ul.godmode ul.submenu li.selected>a {
background: #222 url('../../images/menu_gm_mark.png') repeat-y right;
}
li.links a:hover {
#font-weight: bold;
}
.is_submenu2 li {
background-color: #ff0000;
}
.is_submenu2 {
background-color: #222222 !important;
}
.menu li.submenu_selected a {
font-weight: bold;
}
.operation.ul, ul.operation .operation ul {
background-color: #00ff00 !important;
}
.menu ul {
background-color: #555 !important;
}
.menu li, .menu li.selected, .menu .li.not_selected {
border-radius: 0px 0px 0px 0px;
background-color: #373737 !important;
}
#menu_tab li.separator {
/* Empty */
}
input#text-id_parent.ac_input, input, textarea, select {
background-color: #ffffff !important;
border: 1px solid #cbcbcb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
span#plugin_description {
font-size: 9px;
}
/*FOR TINYMCE*/
#tinymce {
text-align: left;
}
.visual_font_size_8pt, .visual_font_size_8pt > em, .visual_font_size_8pt > strong {
font-size: 8pt;
}
.visual_font_size_14pt, .visual_font_size_14pt > em , .visual_font_size_14pt > strong {
font-size: 14pt;
}
.visual_font_size_24pt, .visual_font_size_24pt > em, .visual_font_size_24pt > strong {
font-size: 24pt;
}
.visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong {
font-size: 36pt;
}
/*SIDEBAR*/
.menu_sidebar {
color:#111;
background: #3f3f3f;
margin-left: 10px;
padding-left: 0px;
padding-right: 0px;
padding-top: 10px;
text-align: left;
font-family:arial,sans-serif,verdana;
font-size:10px;
border:1px solid #000;
position:absolute;
margin:0;
width:400px;
height:260px;
-moz-box-shadow: 0px 4px 4px #010E1B !important;
-webkit-box-shadow: 0px 4px 4px #010E1B !important;
box-shadow: 0px 4px 4px #010E1B !important;
filter:alpha(opacity=97);
-moz-opacity: 0.97;
opacity: 0.97;
}
.menu_sidebar_radius_left {
-moz-border-top-left-radius: 8px;
-webkit-border-top-left-radius: 8px;
border-top-left-radius: 8px;
-moz-border-bottom-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
border-bottom-left-radius: 8px;
border-right:0px solid #000;
}
.menu_sidebar_radius_right {
-moz-border-top-right-radius: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
-moz-border-bottom-right-radius: 8px;
-webkit-border-bottom-right-radius: 8px;
border-bottom-right-radius: 8px;
}
.menu_sidebar_outer {
margin-left: 3px;
background: #ECECEC;
width: 100%;
text-align: center;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 8px;
}
/*Groupsview*/
.groupsview {
border-spacing: 0px 4px;
}
.groupsview tr {
background-color: #666;
}
.groupsview th {
font-size: 12px;
padding: 5px;
}
.groupsview td.first, .groupsview th.first {
-moz-border-top-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
border-top-left-radius: 10px;
-moz-border-bottom-left-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.groupsview td.last, .groupsview th.last {
-moz-border-top-right-radius: 10px;
-webkit-border-top-right-radius: 10px;
border-top-right-radius: 10px;
-moz-border-bottom-right-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-right-radius: 10px;
}
a.tip {
display: inline !important;
cursor: help;
}
a.tip>img {
vertical-align: top !important;
margin-left: 2px;
margin-right: 2px;
}
input.search_input {
background: white url('../../images/input_zoom.png') no-repeat right;
padding: 0px;
padding-left:5px;
margin: 0;
width: 80%;
height: 19px;
margin-bottom: 5px;
margin-left: 2px;
padding-right: 25px;
color: #999;
}
.vertical_fields td input, .vertical_fields td select {
margin-top: 8px !important;
}
a>img, td>img, td>input, td>span {
vertical-align: middle;
}
.noshadow {
-moz-box-shadow: 0px !important;
-webkit-box-shadow: 0px !important;
box-shadow: 0px !important;
}
/* Images forced title */
DIV.forced_title_layer {
display: block;
text-decoration: none;
position: absolute;
z-index: 100000;
border: 1px solid #708090;
background-color: #333;
color: #DDD;
padding: 4px;
font-weight: bold;
font-size: small;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
/* Graphs styles */
DIV.legend>DIV {
width: 100% !important;
opacity: 0.65 !important;
}
DIV.nodata_text {
padding: 5px 12px 0px 68px;
font-weight: bold;
color: #C1C1C1;
text-transform: uppercase;
display: table-cell;
vertical-align: middle;
text-align: left;
}
DIV.nodata_container {
width:150px;
height:100px;
background-repeat:no-repeat;
background-position: center;
margin: auto auto;
display: table;
}
#snmp_data {
width: 40%;
position: absolute;
top:0;
right:20px;
#background-color: #fff;
#padding: 10px;
}
/* Subtab styles */
ul.subsubmenu {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-bottom-right-radius: 5px;
-moz-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
background: #555555;
}
div#agent_wizard_subtabs {
position: absolute;
margin-left: 0px;
display: none;
padding-bottom: 3px;
z-index: 1000;
}
.agent_wizard_tab:hover {
cursor: default;
}