diff --git a/pandora_console/extensions/dbmanager/dbmanager.css b/pandora_console/extensions/dbmanager/dbmanager.css index 81472c088b..1e44dce3a8 100644 --- a/pandora_console/extensions/dbmanager/dbmanager.css +++ b/pandora_console/extensions/dbmanager/dbmanager.css @@ -1,29 +1,30 @@ - -table.dbmanager, table.dbmanager td, table.dbmanager th { - border:1px solid #888; - border-collapse: collapse; - margin: 0; - padding: 0; +table.dbmanager, +table.dbmanager td, +table.dbmanager th { + border: 1px solid #888; + border-collapse: collapse; + margin: 0; + padding: 0; } -table.dbmanager td, table.dbmanager th { - padding:.2em .5em; - vertical-align: top; - font-weight: normal; - background: #fafafa; - color: #000; - font-size: 9px; +table.dbmanager td, +table.dbmanager th { + padding: 0.2em 0.5em; + vertical-align: top; + font-weight: normal; + background: #fafafa; + color: #000; + font-size: 9px; } table.dbmanager th { - color: #fff; - font-size: 10px; - background: #888; + color: #fff; + font-size: 10px; + background: #888; } textarea { - min-height: 50px; - height: 50px; - width: 95%; + min-height: 50px; + height: 50px; + width: 95%; } - diff --git a/pandora_console/extensions/realtime_graphs/realtime_graphs.css b/pandora_console/extensions/realtime_graphs/realtime_graphs.css index e5a1f8a2bb..ab6c94e238 100644 --- a/pandora_console/extensions/realtime_graphs/realtime_graphs.css +++ b/pandora_console/extensions/realtime_graphs/realtime_graphs.css @@ -1,15 +1,15 @@ #chartLegend { - width: 100%; - position: relative; - height: 30px; + width: 100%; + position: relative; + height: 30px; } #chartLegend table { - position: absolute; - right: 0px; + position: absolute; + right: 0px; } #graph_container { - width: 800px; - margin: 20px auto !important; + width: 800px; + margin: 20px auto !important; } diff --git a/pandora_console/godmode/update_manager/update_manager.css b/pandora_console/godmode/update_manager/update_manager.css index 7b276e6b9b..f68c92ea94 100644 --- a/pandora_console/godmode/update_manager/update_manager.css +++ b/pandora_console/godmode/update_manager/update_manager.css @@ -1,141 +1,145 @@ .fileupload_form { - background-color: #373A3D; - background-image: -moz-linear-gradient(center top , #373A3D, #313437); - border-radius: 3px; - font-family: 'PT Sans Narrow',sans-serif; - margin: 0px; - padding: 30px; + background-color: #373a3d; + background-image: -moz-linear-gradient(center top, #373a3d, #313437); + border-radius: 3px; + font-family: "PT Sans Narrow", sans-serif; + margin: 0px; + padding: 30px; } #drop_file { - background-color: #E6E6E6; - border: 20px solid rgba(0, 0, 0, 0); - border-radius: 3px; - color: #707070; - font-size: 16px; - font-weight: bold; - margin-bottom: 30px; - padding: 40px 50px; - text-align: center; - text-transform: uppercase; + background-color: #e6e6e6; + border: 20px solid rgba(0, 0, 0, 0); + border-radius: 3px; + color: #707070; + font-size: 16px; + font-weight: bold; + margin-bottom: 30px; + padding: 40px 50px; + text-align: center; + text-transform: uppercase; } #drop_file table { - vertical-align: middle; + vertical-align: middle; } -#drop_file table td, #drop_file table label { - color: #707070; - font-family: 'PT Sans Narrow',sans-serif; - font-size: 16px; - font-weight: bold; - margin-top: 0; - vertical-align: middle; +#drop_file table td, +#drop_file table label { + color: #707070; + font-family: "PT Sans Narrow", sans-serif; + font-size: 16px; + font-weight: bold; + margin-top: 0; + vertical-align: middle; } #drop_file table select { - float: none; + float: none; } #drop_file a { - background-color: #80BA27; - border-radius: 2px; - color: #FFFFFF; - cursor: pointer; - display: inline-block; - font-size: 14px; - line-height: 1; - padding: 12px 26px; + background-color: #80ba27; + border-radius: 2px; + color: #ffffff; + cursor: pointer; + display: inline-block; + font-size: 14px; + line-height: 1; + padding: 12px 26px; } #drop_file a:hover { - background-color: #A6CE67; - text-decoration: none; + background-color: #a6ce67; + text-decoration: none; } #drop_file input { - display: none; + display: none; } .fileupload_form ul { - border-bottom: 1px solid #3D4043; - border-top: 1px solid #2B2E31; - list-style: none outside none; - margin: 0 -30px; - padding: 0; + border-bottom: 1px solid #3d4043; + border-top: 1px solid #2b2e31; + list-style: none outside none; + margin: 0 -30px; + padding: 0; } .fileupload_form ul li { - background-color: #333639; - background-image: -moz-linear-gradient(center top , #333639, #303335); - border-bottom: 1px solid #2B2E31; - border-top: 1px solid #3D4043; - padding: 15px; - position: relative; + background-color: #333639; + background-image: -moz-linear-gradient(center top, #333639, #303335); + border-bottom: 1px solid #2b2e31; + border-top: 1px solid #3d4043; + padding: 15px; + position: relative; } .fileupload_form ul li #input-progress { - left: 68px; - position: absolute; + left: 68px; + position: absolute; } .fileupload_form ul li p { - color: #EEEEEE; - font-size: 12px; - font-weight: bold; - left: 95px; - overflow: hidden; - position: absolute; - top: 12px; - white-space: nowrap; + color: #eeeeee; + font-size: 12px; + font-weight: bold; + left: 95px; + overflow: hidden; + position: absolute; + top: 12px; + white-space: nowrap; } .fileupload_form ul li i { - color: #7F7F7F; - display: block; - font-style: normal; - font-weight: normal; + color: #7f7f7f; + display: block; + font-style: normal; + font-weight: normal; } .fileupload_form ul li canvas { - left: 13px; - position: absolute; - top: 15px; + left: 13px; + position: absolute; + top: 15px; } .fileupload_form ul li span { - background: url("../../images/check-cross.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); - cursor: pointer; - height: 12px; - position: absolute; - right: 13px; - top: 34px; - width: 15px; + background: url("../../images/check-cross.png") no-repeat scroll 0 0 + rgba(0, 0, 0, 0); + cursor: pointer; + height: 12px; + position: absolute; + right: 13px; + top: 34px; + width: 15px; } .fileupload_form ul li div { - display: block !important; + display: block !important; } .fileupload_form ul li.working span { - background-position: 0 -12px; - height: 16px; + background-position: 0 -12px; + height: 16px; } .fileupload_form ul li.loading span { - background: url("../../images/spinner.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0); - height: 16px; + background: url("../../images/spinner.gif") no-repeat scroll 0 0 + rgba(0, 0, 0, 0); + height: 16px; } .fileupload_form ul li.suc span { - background: url("../../images/check-cross.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); - height: 12px; + background: url("../../images/check-cross.png") no-repeat scroll 0 0 + rgba(0, 0, 0, 0); + height: 12px; } .fileupload_form ul li.suc p { - color: #5A8629; + color: #5a8629; } .fileupload_form ul li.error span { - background: url("../../images/check-cross.png") no-repeat scroll 0 -12px rgba(0, 0, 0, 0); - height: 16px; + background: url("../../images/check-cross.png") no-repeat scroll 0 -12px rgba(0, 0, 0, 0); + height: 16px; } .fileupload_form ul li.error p { - color: #FF3333; + color: #ff3333; } #log_zone { - background-color: #E6E6E6; - border: 20px solid rgba(0, 0, 0, 0); - border-radius: 3px; - color: #707070; - font-size: 12px; - margin-bottom: 30px; - padding: 10px; - text-align: left; + background-color: #e6e6e6; + border: 20px solid rgba(0, 0, 0, 0); + border-radius: 3px; + color: #707070; + font-size: 12px; + margin-bottom: 30px; + padding: 10px; + text-align: left; } #box_online { - background-color: #E6E6E6; - padding: 10px; -} \ No newline at end of file + background-color: #e6e6e6; + padding: 10px; +} diff --git a/pandora_console/include/javascript/introjs.css b/pandora_console/include/javascript/introjs.css index cab762e70c..03db182404 100644 --- a/pandora_console/include/javascript/introjs.css +++ b/pandora_console/include/javascript/introjs.css @@ -3,25 +3,58 @@ z-index: 999999; background-color: #000; opacity: 0; - background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%); - background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9))); - background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%); - background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%); - background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%); - background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%); + background: -moz-radial-gradient( + center, + ellipse cover, + rgba(0, 0, 0, 0.4) 0, + rgba(0, 0, 0, 0.9) 100% + ); + background: -webkit-gradient( + radial, + center center, + 0px, + center center, + 100%, + color-stop(0%, rgba(0, 0, 0, 0.4)), + color-stop(100%, rgba(0, 0, 0, 0.9)) + ); + background: -webkit-radial-gradient( + center, + ellipse cover, + rgba(0, 0, 0, 0.4) 0, + rgba(0, 0, 0, 0.9) 100% + ); + background: -o-radial-gradient( + center, + ellipse cover, + rgba(0, 0, 0, 0.4) 0, + rgba(0, 0, 0, 0.9) 100% + ); + background: -ms-radial-gradient( + center, + ellipse cover, + rgba(0, 0, 0, 0.4) 0, + rgba(0, 0, 0, 0.9) 100% + ); + background: radial-gradient( + center, + ellipse cover, + rgba(0, 0, 0, 0.4) 0, + rgba(0, 0, 0, 0.9) 100% + ); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter: alpha(opacity=50); -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - -ms-transition: all 0.3s ease-out; - -o-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; + -moz-transition: all 0.3s ease-out; + -ms-transition: all 0.3s ease-out; + -o-transition: all 0.3s ease-out; + transition: all 0.3s ease-out; } .introjs-fixParent { z-index: auto !important; - opacity: 1.0 !important; + opacity: 1 !important; } .introjs-showElement, @@ -39,17 +72,17 @@ tr.introjs-showElement > th { .introjs-helperLayer { position: absolute; z-index: 9999998; - background-color: #FFF; - background-color: rgba(255,255,255,.9); + background-color: #fff; + background-color: rgba(255, 255, 255, 0.9); border: 1px solid #777; - border: 1px solid rgba(0,0,0,.5); + border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 4px; - box-shadow: 0 2px 15px rgba(0,0,0,.4); + box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4); -webkit-transition: all 0.3s ease-out; - -moz-transition: all 0.3s ease-out; - -ms-transition: all 0.3s ease-out; - -o-transition: all 0.3s ease-out; - transition: all 0.3s ease-out; + -moz-transition: all 0.3s ease-out; + -ms-transition: all 0.3s ease-out; + -o-transition: all 0.3s ease-out; + transition: all 0.3s ease-out; } .introjs-helperNumberLayer { @@ -63,75 +96,89 @@ tr.introjs-showElement > th { font-weight: bold; color: white; text-align: center; - text-shadow: 1px 1px 1px rgba(0,0,0,.3); + text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); background: #ff3019; /* Old browsers */ - background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10+,Safari5.1+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404)); /* Chrome,Safari4+ */ - background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */ - background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */ - background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Opera 11.10+ */ - background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */ + background: -webkit-linear-gradient( + top, + #ff3019 0%, + #cf0404 100% + ); /* Chrome10+,Safari5.1+ */ + background: -webkit-gradient( + linear, + left top, + left bottom, + color-stop(0%, #ff3019), + color-stop(100%, #cf0404) + ); /* Chrome,Safari4+ */ + background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6+ */ + background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* IE10+ */ + background: -o-linear-gradient( + top, + #ff3019 0%, + #cf0404 100% + ); /* Opera 11.10+ */ + background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C */ width: 20px; - height:20px; + height: 20px; line-height: 20px; border: 3px solid white; border-radius: 50%; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */ filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000); /* IE10 text shadows */ - box-shadow: 0 2px 5px rgba(0,0,0,.4); + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4); } .introjs-arrow { border: 5px solid white; - content:''; + content: ""; position: absolute; } .introjs-arrow.top { top: -10px; - border-top-color:transparent; - border-right-color:transparent; - border-bottom-color:white; - border-left-color:transparent; + border-top-color: transparent; + border-right-color: transparent; + border-bottom-color: white; + border-left-color: transparent; } .introjs-arrow.top-right { top: -10px; right: 10px; - border-top-color:transparent; - border-right-color:transparent; - border-bottom-color:white; - border-left-color:transparent; + border-top-color: transparent; + border-right-color: transparent; + border-bottom-color: white; + border-left-color: transparent; } .introjs-arrow.top-middle { top: -10px; left: 50%; margin-left: -5px; - border-top-color:transparent; - border-right-color:transparent; - border-bottom-color:white; - border-left-color:transparent; + border-top-color: transparent; + border-right-color: transparent; + border-bottom-color: white; + border-left-color: transparent; } .introjs-arrow.right { right: -10px; top: 10px; - border-top-color:transparent; - border-right-color:transparent; - border-bottom-color:transparent; - border-left-color:white; + border-top-color: transparent; + border-right-color: transparent; + border-bottom-color: transparent; + border-left-color: white; } .introjs-arrow.bottom { bottom: -10px; - border-top-color:white; - border-right-color:transparent; - border-bottom-color:transparent; - border-left-color:transparent; + border-top-color: white; + border-right-color: transparent; + border-bottom-color: transparent; + border-left-color: transparent; } .introjs-arrow.left { left: -10px; top: 10px; - border-top-color:transparent; - border-right-color:white; - border-bottom-color:transparent; - border-left-color:transparent; + border-top-color: transparent; + border-right-color: white; + border-bottom-color: transparent; + border-left-color: transparent; } .introjs-tooltip { @@ -141,12 +188,12 @@ tr.introjs-showElement > th { min-width: 220px; max-width: 260px; border-radius: 3px; - box-shadow: 0 1px 10px rgba(0,0,0,.4); + box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4); -webkit-transition: opacity 0.1s ease-out; - -moz-transition: opacity 0.1s ease-out; - -ms-transition: opacity 0.1s ease-out; - -o-transition: opacity 0.1s ease-out; - transition: opacity 0.1s ease-out; + -moz-transition: opacity 0.1s ease-out; + -ms-transition: opacity 0.1s ease-out; + -o-transition: opacity 0.1s ease-out; + transition: opacity 0.1s ease-out; } .introjs-tooltipbuttons { @@ -166,13 +213,19 @@ tr.introjs-showElement > th { margin: 0; text-decoration: none; text-shadow: 1px 1px 0 #fff; - font: 11px/normal sans-serif; + font: 11px / normal sans-serif; color: #333; white-space: nowrap; cursor: pointer; outline: none; background-color: #ececec; - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec)); + background-image: -webkit-gradient( + linear, + 0 0, + 0 100%, + from(#f4f4f4), + to(#ececec) + ); background-image: -moz-linear-gradient(#f4f4f4, #ececec); background-image: -o-linear-gradient(#f4f4f4, #ececec); background-image: linear-gradient(#f4f4f4, #ececec); @@ -197,7 +250,13 @@ tr.introjs-showElement > th { .introjs-button:focus, .introjs-button:active { - background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4)); + background-image: -webkit-gradient( + linear, + 0 0, + 0 100%, + from(#ececec), + to(#f4f4f4) + ); background-image: -moz-linear-gradient(#ececec, #f4f4f4); background-image: -o-linear-gradient(#ececec, #f4f4f4); background-image: linear-gradient(#ececec, #f4f4f4); @@ -227,7 +286,9 @@ tr.introjs-showElement > th { border-radius: 0 0.2em 0.2em 0; } -.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus { +.introjs-disabled, +.introjs-disabled:hover, +.introjs-disabled:focus { color: #9a9a9a; border-color: #d4d4d4; box-shadow: none; diff --git a/pandora_console/include/styles/cluetip.css b/pandora_console/include/styles/cluetip.css index 5a33cd38ef..dea766762b 100644 --- a/pandora_console/include/styles/cluetip.css +++ b/pandora_console/include/styles/cluetip.css @@ -1,99 +1,99 @@ /* global */ #cluetip-close img { - border: 0; + border: 0; } #cluetip-title { - overflow: hidden; + overflow: hidden; } #cluetip-title #cluetip-close { - float: right; - position: relative; + float: right; + position: relative; } #cluetip-waitimage { - width: 43px; - height: 11px; - position: absolute; - background-image: url(../../images/wait.gif); + width: 43px; + height: 11px; + position: absolute; + background-image: url(../../images/wait.gif); } .cluetip-arrows { - display: none; - position: absolute; - top: 0; - left: -11px; - height: 22px; - width: 11px; - background-repeat: no-repeat; - background-position: 0 0; + display: none; + position: absolute; + top: 0; + left: -11px; + height: 22px; + width: 11px; + background-repeat: no-repeat; + background-position: 0 0; } #cluetip-extra { - display: none; + display: none; } /*************************************** =cluetipClass: 'default' -------------------------------------- */ .cluetip-default { - background-color: #FFF; - text-align: left; + background-color: #fff; + text-align: left; } .cluetip-default #cluetip-outer { - position: relative; - margin: 0; - background-color: #FFF; + position: relative; + margin: 0; + background-color: #fff; } .cluetip-default h3 { - margin: 0 0 5px; - padding: 8px 10px 4px; - font-size: 1.1em; - font-weight: bold; - background-color: #B1B1B1; - color: #fff; + margin: 0 0 5px; + padding: 8px 10px 4px; + font-size: 1.1em; + font-weight: bold; + background-color: #b1b1b1; + color: #fff; } .cluetip-default h3#cluetip-title { - display: none; - height: 0px; - margin: 0; - padding: 0; - color: #FFF; + display: none; + height: 0px; + margin: 0; + padding: 0; + color: #fff; } .cluetip-default #cluetip-title a { - color: #FFF; - font-size: 0.95em; -} -.cluetip-default #cluetip-inner { - padding: 10px; + color: #fff; + font-size: 0.95em; } -.cluetip-default div#cluetip-close { - text-align: right; - margin: 0 5px 5px; - color: #900; +.cluetip-default #cluetip-inner { + padding: 10px; +} +.cluetip-default div#cluetip-close { + text-align: right; + margin: 0 5px 5px; + color: #900; } .cluetip-default ul { - text-align: left; + text-align: left; } /* default arrows */ .clue-right-default .cluetip-arrows { - background-image: url(../../images/darrowleft.png); + background-image: url(../../images/darrowleft.png); } .clue-left-default .cluetip-arrows { - background-image: url(../../images/darrowright.png); - left: 100%; - margin-right: -11px; + background-image: url(../../images/darrowright.png); + left: 100%; + margin-right: -11px; } .clue-top-default .cluetip-arrows { - background-image: url(../../images/darrowdown.png); - top: 100%; - left: 50%; - margin-left: -11px; - height: 11px; - width: 22px; -} -.clue-bottom-default .cluetip-arrows { - background-image: url(../../images/darrowup.png); - top: -11px; - left: 50%; - margin-left: -11px; - height: 11px; - width: 22px; + background-image: url(../../images/darrowdown.png); + top: 100%; + left: 50%; + margin-left: -11px; + height: 11px; + width: 22px; +} +.clue-bottom-default .cluetip-arrows { + background-image: url(../../images/darrowup.png); + top: -11px; + left: 50%; + margin-left: -11px; + height: 11px; + width: 22px; } diff --git a/pandora_console/include/styles/color-picker.css b/pandora_console/include/styles/color-picker.css index 43383bb43f..2360bd346b 100644 --- a/pandora_console/include/styles/color-picker.css +++ b/pandora_console/include/styles/color-picker.css @@ -1,24 +1,24 @@ -#ColorPickerDiv { - display: block; - display: none; - position: relative; - border: 1px solid #777; - background: #fff +#ColorPickerDiv { + display: block; + display: none; + position: relative; + border: 1px solid #777; + background: #fff; } #ColorPickerDiv td.color { - cursor: pointer; - font-size: xx-small; - font-family: 'Arial' , 'Microsoft Sans Serif'; + cursor: pointer; + font-size: xx-small; + font-family: "Arial", "Microsoft Sans Serif"; } #ColorPickerDiv td.color label { - cursor: pointer; + cursor: pointer; } .ColorPickerDivSample { - margin: 0px 0px 0px 4px; - border: solid 1px #000; - padding: 0px 10px; - position: relative; - cursor: pointer; -} + margin: 0px 0px 0px 4px; + border: solid 1px #000; + padding: 0px 10px; + position: relative; + cursor: pointer; +} diff --git a/pandora_console/include/styles/common.css b/pandora_console/include/styles/common.css index f9e44e571f..3e1eb80d76 100644 --- a/pandora_console/include/styles/common.css +++ b/pandora_console/include/styles/common.css @@ -1,53 +1,67 @@ /* Common useful styles */ .invisible { - display: none; + display: none; +} +.left { + clear: left; + float: left; +} +.right { + clear: right; + float: right; +} +.clear { + clear: both; } -.left { clear: left; float: left;} -.right { clear: right; float: right;} -.clear { clear:both; } .top { - vertical-align: top; - margin-top: 0; - padding-top: 0; + vertical-align: top; + margin-top: 0; + padding-top: 0; } img.left { - margin-right:1em; - margin-bottom:1.8em; + margin-right: 1em; + margin-bottom: 1.8em; } img.right { - margin-left:1em; - margin-bottom:1.8em; + margin-left: 1em; + margin-bottom: 1.8em; } .text-right { - text-align:right; + text-align: right; } /* Debug styles */ -pre.debug, div.backtrace { - font-family: monospace !important; - text-align: left; - padding: 10px; - margin: 5px; - border: 1px solid black; +pre.debug, +div.backtrace { + font-family: monospace !important; + text-align: left; + padding: 10px; + margin: 5px; + border: 1px solid black; } div.backtrace ol { - margin: 0; - padding-left: 20px; + margin: 0; + padding-left: 20px; } pre.debug { - background-color: #fff55f; + background-color: #fff55f; } -div.debug, div.database_debug_title, div.debug a, div.debug a:hover { - background-color: white; - color: black; - text-align: left; +div.debug, +div.database_debug_title, +div.debug a, +div.debug a:hover { + background-color: white; + color: black; + text-align: left; } -div.debug a, div.debug a:hover, div.parameters { - text-decoration: underline; +div.debug a, +div.debug a:hover, +div.parameters { + text-decoration: underline; } div.database_debug_title { - font-size: 15pt; - margin-top: 15px; - padding: 5px; - width: 95%; + font-size: 15pt; + margin-top: 15px; + padding: 5px; + width: 95%; } diff --git a/pandora_console/include/styles/countdown.css b/pandora_console/include/styles/countdown.css index 80db0a2cf2..d75bc8ced4 100644 --- a/pandora_console/include/styles/countdown.css +++ b/pandora_console/include/styles/countdown.css @@ -1,42 +1,42 @@ /* countdown styles */ #countdown { - border: 1px dotted #990000; - width: 200px; - margin-bottom: 5px; + border: 1px dotted #990000; + width: 200px; + margin-bottom: 5px; } .countdown_row { - clear: both; - width: 200px; - text-align: center; + clear: both; + width: 200px; + text-align: center; } .countdown_show1 div { - width: 100%; + width: 100%; } .countdown_show2 div { - width: 50%; + width: 50%; } .countdown_show3 div { - width: 33%; + width: 33%; } .countdown_show4 div { - width: 25%; + width: 25%; } .countdown_show5 div { - width: 20%; + width: 20%; } .countdown_show6 div { - width: 16%; + width: 16%; } .countdown_show7 div { - width: 14%; + width: 14%; } .countdown_section { - float: left; - font-size: 75% + float: left; + font-size: 75%; } .countdown_amount { - font-size: 200%; + font-size: 200%; } .countdown_descr { - width: 200px; + width: 200px; } diff --git a/pandora_console/include/styles/d3-context-menu.css b/pandora_console/include/styles/d3-context-menu.css index 757f6663b0..73e32a898e 100644 --- a/pandora_console/include/styles/d3-context-menu.css +++ b/pandora_console/include/styles/d3-context-menu.css @@ -1,29 +1,29 @@ .d3-context-menu { - position: absolute; - display: none; - background-color: #f2f2f2; - border-radius: 4px; + position: absolute; + display: none; + background-color: #f2f2f2; + border-radius: 4px; - font-family: Arial, sans-serif; - font-size: 14px; - min-width: 150px; - border: 1px solid #d4d4d4; + font-family: Arial, sans-serif; + font-size: 14px; + min-width: 150px; + border: 1px solid #d4d4d4; - z-index:1200; + z-index: 1200; } .d3-context-menu ul { - list-style-type: none; - margin: 4px 0px; - padding: 0px; - cursor: default; + list-style-type: none; + margin: 4px 0px; + padding: 0px; + cursor: default; } .d3-context-menu ul li { - padding: 4px 16px; + padding: 4px 16px; } .d3-context-menu ul li:hover { - background-color: #4677f8; - color: #fefefe; -} \ No newline at end of file + background-color: #4677f8; + color: #fefefe; +} diff --git a/pandora_console/include/styles/datepicker.css b/pandora_console/include/styles/datepicker.css index 0242eef335..4231036179 100644 --- a/pandora_console/include/styles/datepicker.css +++ b/pandora_console/include/styles/datepicker.css @@ -190,7 +190,7 @@ img.ui-datepicker-trigger { /* .ui-datepicker-cover { display: none; - display/**/: block; + display: block; position: absolute; z-index: -1; filter: mask(); @@ -203,4 +203,4 @@ img.ui-datepicker-trigger { .ui-datepicker-title * { color: white; } -*/ \ No newline at end of file +*/ diff --git a/pandora_console/include/styles/dialog.css b/pandora_console/include/styles/dialog.css index 220e1a4fb3..551d2a3956 100644 --- a/pandora_console/include/styles/dialog.css +++ b/pandora_console/include/styles/dialog.css @@ -1,179 +1,176 @@ - /* This file skins dialog */ .ui-dialog { - background: none repeat scroll 0 0 #3f3f3f !important; - border: 1px solid #3f3f3f !important; - color: #333333 !important; - padding: 0.2em !important; - overflow: hidden !important; - - -moz-border-radius: 6px !important; - -webkit-border-radius: 6px !important; - border-radius: 6px !important; - - -moz-box-shadow: 0px 5px 5px #010E1B !important; - -webkit-box-shadow: 0px 5px 5px #010E1B !important; - box-shadow: 0px 5px 5px #010E1B !important; + background: none repeat scroll 0 0 #3f3f3f !important; + border: 1px solid #3f3f3f !important; + color: #333333 !important; + padding: 0.2em !important; + overflow: hidden !important; + + -moz-border-radius: 6px !important; + -webkit-border-radius: 6px !important; + border-radius: 6px !important; + + -moz-box-shadow: 0px 5px 5px #010e1b !important; + -webkit-box-shadow: 0px 5px 5px #010e1b !important; + box-shadow: 0px 5px 5px #010e1b !important; } .ui-widget-header { - background: #3f3f3f !important; + background: #3f3f3f !important; } .ui-dialog .ui-dialog-titlebar { - background-color: #ECECEC; - height: 24px !important; - padding: 0.3em 1em !important; - position:relative; - margin: 0px auto 0 auto !important; - font-weight: bold !important; - border-bottom: none !important; - border-top: none !important; - border-left: none !important; - border-right: none !important; - color: #FFFFFF !important; - #padding: 0.1em 1em !important; + background-color: #ececec; + height: 24px !important; + padding: 0.3em 1em !important; + position: relative; + margin: 0px auto 0 auto !important; + font-weight: bold !important; + border-bottom: none !important; + border-top: none !important; + border-left: none !important; + border-right: none !important; + color: #ffffff !important; + #padding: 0.1em 1em !important; - -moz-border-radius: 4px 4px 0 0; - -webkit-border-radius: 4px 4px 0 0; - border-radius: 4px 4px 0 0; + -moz-border-radius: 4px 4px 0 0; + -webkit-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; } .ui-dialog .ui-dialog-title { - margin-left: 5px !important; - color: white !important; - font-weight: bold !important; - position: relative !important; - top: 3px; - font-size: 10pt; - left: 4px !important; - float: none !important; + margin-left: 5px !important; + color: white !important; + font-weight: bold !important; + position: relative !important; + top: 3px; + font-size: 10pt; + left: 4px !important; + float: none !important; } .ui-dialog.ui-draggable .ui-dialog-titlebar { - cursor: move !important; + cursor: move !important; } .ui-dialog .ui-dialog-titlebar-close { - width: 23px !important; - height: 23px !important; - background: url(images/dialog-titlebar-close.png) no-repeat !important; - position: absolute !important; - top: 6px; - right: 3px !important; - cursor: pointer !important; + width: 23px !important; + height: 23px !important; + background: url(images/dialog-titlebar-close.png) no-repeat !important; + position: absolute !important; + top: 6px; + right: 3px !important; + cursor: pointer !important; } - .ui-dialog .ui-dialog-titlebar-close span { - display: none !important; - } +.ui-dialog .ui-dialog-titlebar-close span { + display: none !important; +} - .ui-dialog .ui-dialog-titlebar-close-hover { - color: #000000 !important; - } +.ui-dialog .ui-dialog-titlebar-close-hover { + color: #000000 !important; +} - .ui-dialog .ui-dialog-titlebar-close:hover span { - display: none !important; - } +.ui-dialog .ui-dialog-titlebar-close:hover span { + display: none !important; +} - .ui-dialog .ui-dialog-titlebar-close:hover { - color: #000000 !important; - } - - +.ui-dialog .ui-dialog-titlebar-close:hover { + color: #000000 !important; +} .ui-dialog .ui-dialog-content { - margin: 12px !important; - #padding: 0.5em 1em !important; - overflow: auto !important; - - -moz-border-left: 1px solid #A9A9A9 !important; - -moz-border-right: 1px solid #A9A9A9 !important; - -moz-border-bottom: 1px solid #A9A9A9 !important; - -moz-border-radius: 8px 8px 8px 8px !important; - - -webkit-border-left: 1px solid #A9A9A9 !important; - -webkit-border-right: 1px solid #A9A9A9 !important; - -webkit-border-bottom: 1px solid #A9A9A9 !important; - -webkit-border-radius: 8px 8px 8px 8px !important; - - border-left: 1px solid #A9A9A9 !important; - border-right: 1px solid #A9A9A9 !important; - border-bottom: 1px solid #A9A9A9 !important; - border-radius: 8px 8px 8px 8px !important; - - background: #FFFFFF !important; - position: relative !important; + margin: 12px !important; + #padding: 0.5em 1em !important; + overflow: auto !important; + + -moz-border-left: 1px solid #a9a9a9 !important; + -moz-border-right: 1px solid #a9a9a9 !important; + -moz-border-bottom: 1px solid #a9a9a9 !important; + -moz-border-radius: 8px 8px 8px 8px !important; + + -webkit-border-left: 1px solid #a9a9a9 !important; + -webkit-border-right: 1px solid #a9a9a9 !important; + -webkit-border-bottom: 1px solid #a9a9a9 !important; + -webkit-border-radius: 8px 8px 8px 8px !important; + + border-left: 1px solid #a9a9a9 !important; + border-right: 1px solid #a9a9a9 !important; + border-bottom: 1px solid #a9a9a9 !important; + border-radius: 8px 8px 8px 8px !important; + + background: #ffffff !important; + position: relative !important; } .ui-tabs .ui-tabs-nav { - background-color: white !important; + background-color: white !important; } .ui-tabs-panel { - background: #ECECEC !important; - -moz-border-radius: 8px !important; - -webkit-border-radius: 8px !important; - border-radius: 8px !important; - -moz-border-top-left-radius: 0px !important; - -webkit-border-top-left-radius: 0px !important; - border-top-left-radius: 0px !important; - -moz-box-shadow: -1px 1px 6px #aaa; - -webkit-box-shadow: -1px 1px 6px #aaa; - box-shadow: 1px 1px 6px #aaa; + background: #ececec !important; + -moz-border-radius: 8px !important; + -webkit-border-radius: 8px !important; + border-radius: 8px !important; + -moz-border-top-left-radius: 0px !important; + -webkit-border-top-left-radius: 0px !important; + border-top-left-radius: 0px !important; + -moz-box-shadow: -1px 1px 6px #aaa; + -webkit-box-shadow: -1px 1px 6px #aaa; + box-shadow: 1px 1px 6px #aaa; } .ui-widget .ui-widget { - border: 0px !important; + border: 0px !important; } .ui-state-default:first-child { - margin-left: -3px !important; + margin-left: -3px !important; } .ui-state-default { - background: #fff !important; - border: 2px solid #ECECEC !important; - -moz-border-top-left-radius: 10px !important; - -webkit-top-left-border-radius: 10px !important; - border-top-left-radius: 10px !important; - -moz-border-top-right-radius: 10px !important; - -webkit-top-right-border-radius: 10px !important; - border-top-right-radius: 10px !important; - margin-left: 2px !important; + background: #fff !important; + border: 2px solid #ececec !important; + -moz-border-top-left-radius: 10px !important; + -webkit-top-left-border-radius: 10px !important; + border-top-left-radius: 10px !important; + -moz-border-top-right-radius: 10px !important; + -webkit-top-right-border-radius: 10px !important; + border-top-right-radius: 10px !important; + margin-left: 2px !important; } .ui-state-active { - background: #ECECEC !important; + background: #ececec !important; } .ui-dialog-content { - overflow: auto !important; - width: auto !important; - #height: auto !important; + overflow: auto !important; + width: auto !important; + #height: auto !important; } .ui-dialog .ui-dialog-buttonpane { - background-color: #2179B1; - position: absolute; - bottom: 8px; - right: 12px; - width: 100%; - text-align: right; - display: none; + background-color: #2179b1; + position: absolute; + bottom: 8px; + right: 12px; + width: 100%; + text-align: right; + display: none; } .ui-dialog .ui-dialog-buttonpane button { - margin-bottom: 6px; + margin-bottom: 6px; } .ui-dialog .ui-dialog-buttonpane button { - border-bottom-color: #708090; - border-right-color: #708090; - -moz-border-radius: 5%; - font-size: 0.85em; - font-weight: bold; - height: 22px; + border-bottom-color: #708090; + border-right-color: #708090; + -moz-border-radius: 5%; + font-size: 0.85em; + font-weight: bold; + height: 22px; } /* Dialog handle styles */ @@ -253,29 +250,30 @@ */ .ui-dialog .ui-button-dialog { - cursor: pointer; - margin: 0.5em 0.4em 0.5em 0; + cursor: pointer; + margin: 0.5em 0.4em 0.5em 0; } .ui-dialog .ui-button-dialog { - background: #F6F6F6; - border: 1px solid #CCCCCC; - color: #696969; - font-weight: bold; - outline: medium none; - cursor: pointer; - margin: 0.5em 0.4em 0.5em 0 !important; - border-radius: 4px 4px 4px 4px !important; + background: #f6f6f6; + border: 1px solid #cccccc; + color: #696969; + font-weight: bold; + outline: medium none; + cursor: pointer; + margin: 0.5em 0.4em 0.5em 0 !important; + border-radius: 4px 4px 4px 4px !important; } .ui-dialog .ui-button-dialog:hover { - background: #FDF5CE; - border: 1px solid #FBCB09; - color: #C77405; - font-weight: bold; - outline: medium none; + background: #fdf5ce; + border: 1px solid #fbcb09; + color: #c77405; + font-weight: bold; + outline: medium none; } .ui-dialog-overlay { - background: url("images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat scroll 50% 50% #666666 !important; + background: url("images/ui-bg_diagonals-thick_20_666666_40x40.png") repeat + scroll 50% 50% #666666 !important; } diff --git a/pandora_console/include/styles/firts_task.css b/pandora_console/include/styles/firts_task.css index 63ed752579..32be0eb832 100755 --- a/pandora_console/include/styles/firts_task.css +++ b/pandora_console/include/styles/firts_task.css @@ -1,88 +1,79 @@ -.new_task -{ - margin-top: 30px; - left: 20px; - width: 60%; - height: 300px; - background-color: #ececec; - border-radius: 3px 3px 3px 3px; +.new_task { + margin-top: 30px; + left: 20px; + width: 60%; + height: 300px; + background-color: #ececec; + border-radius: 3px 3px 3px 3px; } -div.new_task_cluster -{ - margin-top: 30px; - left: 20px; - width: 60%; - border-radius: 3px 3px 3px 3px; +div.new_task_cluster { + margin-top: 30px; + left: 20px; + width: 60%; + border-radius: 3px 3px 3px 3px; } -div.new_task_cluster, div.new_task_cluster > div -{ - background-color: #ececec; +div.new_task_cluster, +div.new_task_cluster > div { + background-color: #ececec; } -.title_task -{ - background: url(../../images/icono_exclamacion.png) no-repeat scroll 280px 50% #82B92E; - padding: 10px 5px 6px 300px; - margin: 5px 5px 10px 5px; - font-weight: bold; - color: #FFF; - border-radius: 3px 3px 3px 3px; +.title_task { + background: url(../../images/icono_exclamacion.png) no-repeat scroll 280px 50% + #82b92e; + padding: 10px 5px 6px 300px; + margin: 5px 5px 10px 5px; + font-weight: bold; + color: #fff; + border-radius: 3px 3px 3px 3px; } -.image_task -{ - width:20%; - height:100%; - float:left; +.image_task { + width: 20%; + height: 100%; + float: left; } -.image_task_cluster -{ - width:20%; - height:100%; - float:left; - margin-left: 50px; - margin-top: 50px; +.image_task_cluster { + width: 20%; + height: 100%; + float: left; + margin-left: 50px; + margin-top: 50px; } -.image_task>img { - margin-top: 35%; - margin-left: 15%; +.image_task > img { + margin-top: 35%; + margin-left: 15%; } -.text_task -{ - width: 70%; - float: right; - height: 100%; - padding-right: 25px; +.text_task { + width: 70%; + float: right; + height: 100%; + padding-right: 25px; } -.text_task_cluster -{ - width: 70%; - height: 100%; - padding-right: 25px; - margin-left:270px; - padding-top:10px; +.text_task_cluster { + width: 70%; + height: 100%; + padding-right: 25px; + margin-left: 270px; + padding-top: 10px; } -.text_task>p -{ - margin-top: 4%; +.text_task > p { + margin-top: 4%; } -.button_task -{ - margin-top:10px; - background-color: #3F3F3F !important; - padding: 10px 10px 10px 10px; - font-weight: bold; - color: #82B92E; - border:none; +.button_task { + margin-top: 10px; + background-color: #3f3f3f !important; + padding: 10px 10px 10px 10px; + font-weight: bold; + color: #82b92e; + border: none; } -#description_task -{ - font-size: 12px; +#description_task { + font-size: 12px; } -#fuerte{ - font-size: 12px; +#fuerte { + font-size: 12px; } diff --git a/pandora_console/include/styles/fixed-bottom-box.css b/pandora_console/include/styles/fixed-bottom-box.css index 8a3e7de7aa..b278e16cec 100644 --- a/pandora_console/include/styles/fixed-bottom-box.css +++ b/pandora_console/include/styles/fixed-bottom-box.css @@ -1,98 +1,96 @@ div.fixed-bottom-box { - background: #E1E1E1; - - border-radius: 10px 10px 0 0; - -moz-border-radius: 10px 10px 0 0; - -webkit-border-radius: 10px 10px 0 0; - -o-border-radius: 10px 10px 0 0; - -ms-border-radius: 10px 10px 0 0; - -khtml-border-radius: 10px 10px 0 0; + background: #e1e1e1; + + border-radius: 10px 10px 0 0; + -moz-border-radius: 10px 10px 0 0; + -webkit-border-radius: 10px 10px 0 0; + -o-border-radius: 10px 10px 0 0; + -ms-border-radius: 10px 10px 0 0; + -khtml-border-radius: 10px 10px 0 0; } -div.fixed-bottom-box > -div.fixed-bottom-box-head { - height: 30px; - line-height: 30px; - vertical-align: middle; - background-color: #3F3F3F; - - border-radius: 10px 10px 0 0; - -moz-border-radius: 10px 10px 0 0; - -webkit-border-radius: 10px 10px 0 0; - -o-border-radius: 10px 10px 0 0; - -ms-border-radius: 10px 10px 0 0; - -khtml-border-radius: 10px 10px 0 0; +div.fixed-bottom-box > div.fixed-bottom-box-head { + height: 30px; + line-height: 30px; + vertical-align: middle; + background-color: #3f3f3f; + + border-radius: 10px 10px 0 0; + -moz-border-radius: 10px 10px 0 0; + -webkit-border-radius: 10px 10px 0 0; + -o-border-radius: 10px 10px 0 0; + -ms-border-radius: 10px 10px 0 0; + -khtml-border-radius: 10px 10px 0 0; } -div.fixed-bottom-box > -div.fixed-bottom-box-head > -div.fixed-bottom-box-head-body { - height: inherit; - line-height: inherit; - color: #FFFFFF; - font-weight: bold; - vertical-align: middle; - text-align: center; +div.fixed-bottom-box + > div.fixed-bottom-box-head + > div.fixed-bottom-box-head-body { + height: inherit; + line-height: inherit; + color: #ffffff; + font-weight: bold; + vertical-align: middle; + text-align: center; } -div.fixed-bottom-box > -div.fixed-bottom-box-head > -span.fixed-bottom-box-head-close { - height: 30px; - width: 30px; - background-image: url(../../images/input_cross.png); - background-repeat: no-repeat; - background-position: center; - float: right; +div.fixed-bottom-box + > div.fixed-bottom-box-head + > span.fixed-bottom-box-head-close { + height: 30px; + width: 30px; + background-image: url(../../images/input_cross.png); + background-repeat: no-repeat; + background-position: center; + float: right; } -div.fixed-bottom-box > -div.fixed-bottom-box-head > -div.fixed-bottom-box-head-body:hover { - cursor: pointer; - background-color: #747474; - - border-radius: inherit; - -moz-border-radius: inherit; - -webkit-border-radius: inherit; - -o-border-radius: inherit; - -ms-border-radius: inherit; - -khtml-border-radius: inherit; +div.fixed-bottom-box + > div.fixed-bottom-box-head + > div.fixed-bottom-box-head-body:hover { + cursor: pointer; + background-color: #747474; + + border-radius: inherit; + -moz-border-radius: inherit; + -webkit-border-radius: inherit; + -o-border-radius: inherit; + -ms-border-radius: inherit; + -khtml-border-radius: inherit; } -div.fixed-bottom-box > -div.fixed-bottom-box-head > -span.fixed-bottom-box-head-close:hover { - cursor: pointer; - background-color: #747474; - - border-radius: 0 10px 0 0; - -moz-border-radius: 0 10px 0 0; - -webkit-border-radius: 0 10px 0 0; - -o-border-radius: 0 10px 0 0; - -ms-border-radius: 0 10px 0 0; - -khtml-border-radius: 0 10px 0 0; +div.fixed-bottom-box + > div.fixed-bottom-box-head + > span.fixed-bottom-box-head-close:hover { + cursor: pointer; + background-color: #747474; + + border-radius: 0 10px 0 0; + -moz-border-radius: 0 10px 0 0; + -webkit-border-radius: 0 10px 0 0; + -o-border-radius: 0 10px 0 0; + -ms-border-radius: 0 10px 0 0; + -khtml-border-radius: 0 10px 0 0; } -div.fixed-bottom-box.fixed-bottom-box-hided > -div.fixed-bottom-box-head > -div.fixed-bottom-box-head-body { - /*background-image: url(../../images/.png); +div.fixed-bottom-box.fixed-bottom-box-hided + > div.fixed-bottom-box-head + > div.fixed-bottom-box-head-body { + /*background-image: url(../../images/.png); background-repeat: no-repeat; background-position: right;*/ } -div.fixed-bottom-box.fixed-bottom-box-opened > -div.fixed-bottom-box-head > -div.fixed-bottom-box-head-body { - /*background-image: url(../../images/.png); +div.fixed-bottom-box.fixed-bottom-box-opened + > div.fixed-bottom-box-head + > div.fixed-bottom-box-head-body { + /*background-image: url(../../images/.png); background-repeat: no-repeat; background-position: right;*/ } -div.fixed-bottom-box > -div.fixed-bottom-box-content { - vertical-align: top; - text-align: center; - overflow: auto; +div.fixed-bottom-box > div.fixed-bottom-box-content { + vertical-align: top; + text-align: center; + overflow: auto; } diff --git a/pandora_console/include/styles/help.css b/pandora_console/include/styles/help.css index 4edfeedbec..b5e59b0317 100644 --- a/pandora_console/include/styles/help.css +++ b/pandora_console/include/styles/help.css @@ -17,38 +17,76 @@ */ * { - font-family: verdana, sans-serif; - font-size: 8pt; + font-family: verdana, sans-serif; + font-size: 8pt; } -h1, h2, h3 { - font: bold 1em Arial, Sans-serif; - text-transform: uppercase; - color: #675; - padding-bottom: 5px; - padding-top: 7px; +h1, +h2, +h3 { + font: bold 1em Arial, Sans-serif; + text-transform: uppercase; + color: #675; + padding-bottom: 5px; + padding-top: 7px; } h1 { - font-size: 16px; + font-size: 16px; } h2 { - font-size: 15px; + font-size: 15px; } h3 { - font-size: 13px; + font-size: 13px; } a { - color: #486787; - text-decoration: none; + color: #486787; + text-decoration: none; +} +dd.help_t1 { + margin-left: 10px; + margin-top: 6px; + margin-bottom: 5px; + font-size: 13px; + font-weight: bold; +} +dd.help_t2 { + margin-left: 28px; + margin-top: 3px; +} +dd.help_t3 { + margin-left: 55px; + margin-top: 4px; +} +dd.help_t4 { + margin-left: 92px; + margin-top: 3px; + margin-bottom: 2px; +} +.ml15 { + margin-left: 15px; +} +.ml25 { + margin-left: 25px; +} +.ml35 { + margin-left: 35px; +} +.ml75 { + margin-left: 75px; +} +div.logo { + float: left; +} +div.toc { + padding-left: 200px; +} +div.rayah { + border-top: 1px solid #708090; + width: 100%; +} +div.rayah2 { + clear: both; + border-top: 1px solid #708090; + width: 100%; + padding-bottom: 35px; } -dd.help_t1 {margin-left: 10px; margin-top: 6px; margin-bottom: 5px; font-size: 13px; font-weight: bold} -dd.help_t2 {margin-left: 28px; margin-top: 3px;} -dd.help_t3 {margin-left: 55px; margin-top: 4px;} -dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;} -.ml15 {margin-left: 15px;} -.ml25 {margin-left: 25px;} -.ml35 {margin-left: 35px;} -.ml75 {margin-left: 75px;} -div.logo {float:left;} -div.toc {padding-left: 200px;} -div.rayah {border-top: 1px solid #708090; width: 100%;} -div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;} diff --git a/pandora_console/include/styles/ie.css b/pandora_console/include/styles/ie.css index f76b98dd76..b8077309a8 100644 --- a/pandora_console/include/styles/ie.css +++ b/pandora_console/include/styles/ie.css @@ -17,69 +17,66 @@ */ .title .toggle { - background: none; + background: none; } .title .toggle { - background: transparent url(images/toggle.png) no-repeat scroll !important; + background: transparent url(images/toggle.png) no-repeat scroll !important; } .title a { - clear: none; - zoom: 100%; - padding: 1; + clear: none; + zoom: 100%; + padding: 1; } -* html .timeEntry_control { /* IE only */ - margin-top: -4px; +* html .timeEntry_control { + /* IE only */ + margin-top: -4px; } table#simple input#text-snmp_oid { - width: 70%; + width: 70%; } div.configuration { - margin-top: -20px; + margin-top: -20px; } form.delete_link { - display:inline; + display: inline; } ul.action_list { - list-style-position: outside; + list-style-position: outside; } ul.action_list li { - display: block; + display: block; } span.action_name { - vertical-align: top; - float: none; + vertical-align: top; + float: none; } div#foot { + background: #ccc; + width: auto; - background: #CCC; - width: auto; - - clear: both; - position: relative; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - border-radius: 10px; - -moz-box-shadow: 0px 0px 15px #000000; - -webkit-box-shadow: 0px 0px 15px #000000; - box-shadow: 0px 0px 15px #000000; + clear: both; + position: relative; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; + -moz-box-shadow: 0px 0px 15px #000000; + -webkit-box-shadow: 0px 0px 15px #000000; + box-shadow: 0px 0px 15px #000000; } div#foot a { - color: #333!important; + color: #333 !important; } div#foot a.white:after { - - font-size: 10px; - color: #666666; - position: absolute; - bottom: 5px; - right: 10px; + font-size: 10px; + color: #666666; + position: absolute; + bottom: 5px; + right: 10px; } - - diff --git a/pandora_console/include/styles/install.css b/pandora_console/include/styles/install.css index fe06c7a084..51197b9da7 100644 --- a/pandora_console/include/styles/install.css +++ b/pandora_console/include/styles/install.css @@ -17,200 +17,203 @@ */ h1 { - font: bold 1em Arial, Sans-serif; - font-size: 18px; - color: #ffffff; - text-align: center; + font: bold 1em Arial, Sans-serif; + font-size: 18px; + color: #ffffff; + text-align: center; } h2 { - font: Verdana; - font-size: 16px; + font: Verdana; + font-size: 16px; } div#install_container { - margin: 0 auto; - margin-top: 45px; - width: 650px; + margin: 0 auto; + margin-top: 45px; + width: 650px; } div#logo_img { - text-align: center; - width: 100%; - color: #666; + text-align: center; + width: 100%; + color: #666; } div#wizard { - text-align: left; - margin-top: 1em; + text-align: left; + margin-top: 1em; - width: 650px; - padding-left: 0px; - padding-top: 0px; - padding-bottom: 20px; - background-color: #ffffff; - margin-top: 0px; - margin-left: 0px; - margin-right: 0px; - position: relative; + width: 650px; + padding-left: 0px; + padding-top: 0px; + padding-bottom: 20px; + background-color: #ffffff; + margin-top: 0px; + margin-left: 0px; + margin-right: 0px; + position: relative; } div#wizard a img { - padding-right: 30px; + padding-right: 30px; } -div#wizard>input { - padding-right: 30px; - float:right; - margin-top: 20px; +div#wizard > input { + padding-right: 30px; + float: right; + margin-top: 20px; } -div#install_box, div#install_img { - padding-right: 20px; - margin-top: 0px; - width: 80%; - margin: 0px auto; +div#install_box, +div#install_img { + padding-right: 20px; + margin-top: 0px; + width: 80%; + margin: 0px auto; } div#install_box { - background: F3F3F3; - border: 1px solid #ccc; - padding: 10px 25px; - margin-top: 40px; + background: F3F3F3; + border: 1px solid #ccc; + padding: 10px 25px; + margin-top: 40px; } div#install_box h2 { - color: #82B92E; - text-transform: uppercase; + color: #82b92e; + text-transform: uppercase; } div#install_img { - margin-bottom: 25px; - margin-left: 25px; + margin-bottom: 25px; + margin-left: 25px; } div#foot_install { - font-size: 7pt; - color: #fff; - margin-top: #000; - padding-top: 5px; - padding-bottom: 5px; - padding-left: 20px; - padding-right: 20px; - text-align: center; + font-size: 7pt; + color: #fff; + margin-top: #000; + padding-top: 5px; + padding-bottom: 5px; + padding-left: 20px; + padding-right: 20px; + text-align: center; } div#foot_install a { - color: #ccc; + color: #ccc; } -input#step4, input#step4:hover { - width: 70px; - height: 16px; - border: 0px; - background-color: #fafafa; +input#step4, +input#step4:hover { + width: 70px; + height: 16px; + border: 0px; + background-color: #fafafa; } div.warn { - min-height: 24px; - background: url(../../images/icono_warning_install.png) no-repeat 0% -2px; - color: #222; - margin-top: 14px; - padding: 2px 1px 6px 40px; + min-height: 24px; + background: url(../../images/icono_warning_install.png) no-repeat 0% -2px; + color: #222; + margin-top: 14px; + padding: 2px 1px 6px 40px; } div.info { - min-height: 24px; - background: url(../../images/icono_info_install.png) no-repeat 0% -2px; - color: #222; - margin-top: 14px; - padding: 2px 1px 6px 40px; + min-height: 24px; + background: url(../../images/icono_info_install.png) no-repeat 0% -2px; + color: #222; + margin-top: 14px; + padding: 2px 1px 6px 40px; } div.err { - min-height: 24px; - background: url(../../images/icono_critical_install.png) no-repeat 0% -2px; - color: #cc0000; - margin-top: 14px; - padding: 2px 1px 6px 40px; + min-height: 24px; + background: url(../../images/icono_critical_install.png) no-repeat 0% -2px; + color: #cc0000; + margin-top: 14px; + padding: 2px 1px 6px 40px; } span.arr { - background: url(../../images/arrow.png) no-repeat; - margin-top: 2px; - margin-left: 5px; - padding: 2px 1px 6px 15px; - display: block; - font-family: verdana,arial, sans; - font-size: 8.5pt; + background: url(../../images/arrow.png) no-repeat; + margin-top: 2px; + margin-left: 5px; + padding: 2px 1px 6px 15px; + display: block; + font-family: verdana, arial, sans; + font-size: 8.5pt; } -body, td { - font-family: Sans, Arial, sans; - font-size: 9pt; - line-height: 15px; +body, +td { + font-family: Sans, Arial, sans; + font-size: 9pt; + line-height: 15px; } -body{ - background-color: #555555; +body { + background-color: #555555; } div.installation_step { - position: static; - float: right; - top: 7px; - right: 10px; - color: #666; - margin-top: 14px; - margin-right: 12px; + position: static; + float: right; + top: 7px; + right: 10px; + color: #666; + margin-top: 14px; + margin-right: 12px; } .btn_install_next { - transition-property: background-color, color; - transition-duration: 1s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color, color; - -webkit-transition-duration: 1s; - -o-transition-property: background-color, color; - -o-transition-duration: 1s; - margin: 10px; - padding: 8px 20px 8px 20px; - background-color: transparent; - border: 1px solid #82B92E; - font: 1em Verdana; - font-size: 11pt; - color: #82B92E; - border-radius: 0%; -} -.btn_install_next:hover { - cursor: pointer; - transition-property: background-color, color; - transition-duration: 1s; + transition-property: background-color, color; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - background-color:#82b92e; + margin: 10px; + padding: 8px 20px 8px 20px; + background-color: transparent; + border: 1px solid #82b92e; + font: 1em Verdana; + font-size: 11pt; + color: #82b92e; + border-radius: 0%; +} +.btn_install_next:hover { + cursor: pointer; + transition-property: background-color, color; + transition-duration: 1s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color, color; + -webkit-transition-duration: 1s; + -o-transition-property: background-color, color; + -o-transition-duration: 1s; + background-color: #82b92e; } .btn_install_next_text { transition-property: background-color, color; - transition-duration: 1s; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - color:#82b92e; - font-family: Sans, Arial, sans; + color: #82b92e; + font-family: Sans, Arial, sans; } .btn_install_next:hover .btn_install_next_text { transition-property: background-color, color; - transition-duration: 1s; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - color:white; + color: white; } :focus { - outline: 0; + outline: 0; } /* POPUP */ -.popup-lightbox{ +.popup-lightbox { position: fixed; z-index: 8888; width: 100%; @@ -220,52 +223,52 @@ div.installation_step { visibility: hidden; } -.popup{ - max-height: 450px; +.popup { + max-height: 450px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); - -webkit-transform: translate(-50%, -50%); - background-color: #FFF; - z-index: 9999; - display: none; + -webkit-transform: translate(-50%, -50%); + background-color: #fff; + z-index: 9999; + display: none; } -.popup-title{ - background-color: #82b92e; - padding: 10px 20px; - color: #FFF; - font-size:12pt; +.popup-title { + background-color: #82b92e; + padding: 10px 20px; + color: #fff; + font-size: 12pt; text-align: center; - font-family:Sans, Arial, sans; + font-family: Sans, Arial, sans; } -.popup-inner{ - max-height: 350px; - background: #FFF; -/* overflow-y: scroll;*/ - padding: 25px 35px; +.popup-inner { + max-height: 350px; + background: #fff; + /* overflow-y: scroll;*/ + padding: 25px 35px; font-size: 11pt; } -.popup-button-green{ - background-color: #82B92E; - border: 1px solid transparent; - color: #FFF; +.popup-button-green { + background-color: #82b92e; + border: 1px solid transparent; + color: #fff; } -.popup-button-green span{ - color: #FFF !important; +.popup-button-green span { + color: #fff !important; } -.popup-button-green:hover{ - background-color: transparent !important; - border: 1px solid #82B92E; - color: #82B92E !important; +.popup-button-green:hover { + background-color: transparent !important; + border: 1px solid #82b92e; + color: #82b92e !important; } -.popup-button-green:hover span{ - color: #82B92E !important; +.popup-button-green:hover span { + color: #82b92e !important; } /* POPUP -END */ diff --git a/pandora_console/include/styles/menu.css b/pandora_console/include/styles/menu.css index 763604e51c..d36a9aeed9 100644 --- a/pandora_console/include/styles/menu.css +++ b/pandora_console/include/styles/menu.css @@ -17,233 +17,245 @@ */ .menu { - border-width: 0px 0px 0px 0px; - border-style: none; - border-color: #777; + border-width: 0px 0px 0px 0px; + border-style: none; + border-color: #777; } .menu ul { - list-style-type: none; - padding: 0; - margin: 0; + list-style-type: none; + padding: 0; + margin: 0; } -.menu li.selected, .menu li.not_selected { - border: 0px none black; - border-bottom: 0px none #d4d4d4; - margin: 0; +.menu li.selected, +.menu li.not_selected { + border: 0px none black; + border-bottom: 0px none #d4d4d4; + margin: 0; } - .menu li a { - /*background-color: inherit;*/ - color: #FFFFFF; - /*font-weight: bold;*/ - /* This makes it so that the whole li is clickable */ - text-decoration:none; + /*background-color: inherit;*/ + color: #ffffff; + /*font-weight: bold;*/ + /* This makes it so that the whole li is clickable */ + text-decoration: none; } -li:hover ul { display: block; } +li:hover ul { + display: block; +} .submenu_text { - padding: 10.5px; - margin-left: 0px; - width: 100%; + padding: 10.5px; + margin-left: 0px; + width: 100%; } -.menu li.subselected a{ - background-color: grey !important; +.menu li.subselected a { + background-color: grey !important; } .menu a:hover { - text-decoration:none; - border:0px; + text-decoration: none; + border: 0px; } .submenu { - margin: 0px 0px 0px 0px; - position: absolute; - z-index: 999; - left: 44px; - min-height: 35px; - height: 35px; - width: 180px; + margin: 0px 0px 0px 0px; + position: absolute; + z-index: 999; + left: 44px; + min-height: 35px; + height: 35px; + width: 180px; } -.submenu2{ - position: absolute; - z-index: 999; - left: 180px; +.submenu2 { + position: absolute; + z-index: 999; + left: 180px; } -.sub_subMenu{ - min-height: 35px !important; - height: 35px; - width: 180px; - font-weight: normal !important; +.sub_subMenu { + min-height: 35px !important; + height: 35px; + width: 180px; + font-weight: normal !important; } -.sub_subMenu.selected{ - font-weight: bold !important; +.sub_subMenu.selected { + font-weight: bold !important; } .submenu2 li a { - margin-left: 0px; - padding-left: 0px; + margin-left: 0px; + padding-left: 0px; } .menu li img.toggle { - visibility: hidden; - float:right; - /* Positions it back where it should be */ - border-left: 1px; + visibility: hidden; + float: right; + /* Positions it back where it should be */ + border-left: 1px; } .menu li.has_submenu > a > div { - background: url(../../images/arrow.png) no-repeat 80% 50%; - z-index: 1; /* Positions it on top of the rest */ + background: url(../../images/arrow.png) no-repeat 80% 50%; + z-index: 1; /* Positions it on top of the rest */ } -.menu li.has_submenu>.SubNoLink{ - background: url(../../images/arrow.png) no-repeat 80% 50%; - z-index: 1; /* Positions it on top of the rest */ +.menu li.has_submenu > .SubNoLink { + background: url(../../images/arrow.png) no-repeat 80% 50%; + z-index: 1; /* Positions it on top of the rest */ } -.is_submenu2{ - background-color: #E4E4E4 !important; +.is_submenu2 { + background-color: #e4e4e4 !important; } -.menu li.submenu_not_selected a, .menu li.submenu2_not_selected a { - font-weight: normal !important; +.menu li.submenu_not_selected a, +.menu li.submenu2_not_selected a { + font-weight: normal !important; } .submenu_selected { - margin-bottom: 0px !important; - box-shadow: inset 4px 0 #80BA27 !important; + margin-bottom: 0px !important; + box-shadow: inset 4px 0 #80ba27 !important; } -.menu .menu_icon, .menu li.links { - background-position: 4px 4px; - background-repeat: no-repeat; - cursor: pointer; +.menu .menu_icon, +.menu li.links { + background-position: 4px 4px; + background-repeat: no-repeat; + cursor: pointer; } .menu li.links { - background-image: url(../../images/link.png); - background-position: 4px 8px; + background-image: url(../../images/link.png); + background-position: 4px 8px; } /* Icons specified here */ #icon_oper-networkconsole { - background: url(../../images/op_network.menu.png) no-repeat 50% 50%; + background: url(../../images/op_network.menu.png) no-repeat 50% 50%; } #icon_oper-agents { - border-top-right-radius: 5px; - border-right-style: solid; - border-right-width: 0px; - background: url(../../images/op_monitoring.menu.png) no-repeat 50% 50%; + border-top-right-radius: 5px; + border-right-style: solid; + border-right-width: 0px; + background: url(../../images/op_monitoring.menu.png) no-repeat 50% 50%; } #icon_oper-events { - background: url(../../images/op_events.menu.png) no-repeat 50% 50%; + background: url(../../images/op_events.menu.png) no-repeat 50% 50%; } /* users */ #icon_oper-users { - background: url(../../images/op_workspace.menu.png) no-repeat 50% 50%; + background: url(../../images/op_workspace.menu.png) no-repeat 50% 50%; } /* trap console */ -#icon_oper-snmpc, #icon_god-snmpc { - background: url(../../images/op_snmp.menu.png) no-repeat 50% 50%; +#icon_oper-snmpc, +#icon_god-snmpc { + background: url(../../images/op_snmp.menu.png) no-repeat 50% 50%; } #icon_oper-reporting { - background: url(../../images/op_reporting.menu.png) no-repeat 50% 50%; + background: url(../../images/op_reporting.menu.png) no-repeat 50% 50%; } #icon_oper-gismaps { - background: url(../../images/op_gis.menu.png) no-repeat 50% 50%; + background: url(../../images/op_gis.menu.png) no-repeat 50% 50%; } #icon_oper-netflow { - background: url(../../images/op_netflow.menu.png) no-repeat 50% 50%; + background: url(../../images/op_netflow.menu.png) no-repeat 50% 50%; } #icon_oper-extensions { - background: url(../../images/extensions.menu.png) no-repeat 50% 50%; + background: url(../../images/extensions.menu.png) no-repeat 50% 50%; } /* Godmode images */ #icon_god-resources { - background: url(../../images/gm_resources.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_resources.menu.png) no-repeat 50% 50%; } #icon_god-configuration { - background: url(../../images/gm_configuration.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_configuration.menu.png) no-repeat 50% 50%; } #icon_god-alerts { - background: url(../../images/gm_alerts.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_alerts.menu.png) no-repeat 50% 50%; } #icon_god-users { - background: url(../../images/gm_users.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_users.menu.png) no-repeat 50% 50%; } #icon_god-reporting { - background: url(../../images/reporting_edit.menu.png) no-repeat 50% 50%; + background: url(../../images/reporting_edit.menu.png) no-repeat 50% 50%; } #icon_god-servers { - background: url(../../images/gm_servers.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_servers.menu.png) no-repeat 50% 50%; } #icon_god-setup { - background: url(../../images/gm_setup.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_setup.menu.png) no-repeat 50% 50%; } #icon_god-events { - background: url(../../images/gm_events.menu.png) no-repeat 50% 50%; + background: url(../../images/gm_events.menu.png) no-repeat 50% 50%; } #icon_god-extensions { - background: url(../../images/builder.menu.png) no-repeat 50% 50%; + background: url(../../images/builder.menu.png) no-repeat 50% 50%; } #icon_god-links { - border-top: 4px solid #777!important; - border-color: #777; - background: url(../../images/links.menu.png) no-repeat 50% 50%; + border-top: 4px solid #777 !important; + border-color: #777; + background: url(../../images/links.menu.png) no-repeat 50% 50%; } #icon_god-um_messages { - border-color: #777; - background: url(../../images/um_messages.menu.png) no-repeat 50% 50%; + border-color: #777; + background: url(../../images/um_messages.menu.png) no-repeat 50% 50%; } #menu_container { - z-index: 3; - position: absolute; - left: -80px; - background-color: #AAA; + z-index: 3; + position: absolute; + left: -80px; + background-color: #aaa; } .notification_ball { - margin-top: 2px; - margin-left: 29px; - font-size: 6pt; - font-weight: 900; - background: red; - height: 12px; - width: 12px; - border-radius: 50px; - position: absolute; - text-align: center; - color: white; - padding-top: 1px; - font-family: sans-serif; + margin-top: 2px; + margin-left: 29px; + font-size: 6pt; + font-weight: 900; + background: red; + height: 12px; + width: 12px; + border-radius: 50px; + position: absolute; + text-align: center; + color: white; + padding-top: 1px; + font-family: sans-serif; } ul { - margin: 0; - padding: 0; - list-style: none; - } + margin: 0; + padding: 0; + list-style: none; +} ul li { - position: relative; - } - + position: relative; +} + .menu li ul { - position: absolute; - top: 0; - display: none; + position: absolute; + top: 0; + display: none; } /* Fix IE. Hide from IE Mac \*/ -* html ul li { float: left; height: 1%; } -* html ul li a { height: 1%; } +* html ul li { + float: left; + height: 1%; +} +* html ul li a { + height: 1%; +} /* End */ -ul li a:hover { color: #E2144A; } /* Hover Styles */ +ul li a:hover { + color: #e2144a; +} /* Hover Styles */ /*li ul li a { padding: 2px 5px; } Sub Menu Styles */ diff --git a/pandora_console/include/styles/pandora_black.css b/pandora_console/include/styles/pandora_black.css index b7e4cec6ca..169f078cea 100644 --- a/pandora_console/include/styles/pandora_black.css +++ b/pandora_console/include/styles/pandora_black.css @@ -25,335 +25,343 @@ Description: The default Pandora FMS theme layout @import url(tree.css); * { - font-family: verdana, sans-serif; - letter-spacing: 0.03pt; - font-size: 8pt; - color: #fff; + font-family: verdana, sans-serif; + letter-spacing: 0.03pt; + font-size: 8pt; + color: #fff; } svg * { - font-size: 11pt; - } + font-size: 11pt; +} body { - background-color: #5b5b5b; - margin: 0 auto; + background-color: #5b5b5b; + margin: 0 auto; } div#page { - background: #5b5b5b; - background-image: none; + background: #5b5b5b; + background-image: none; } body.pure { - background-color: #5b5b5b; + background-color: #5b5b5b; } -input, textarea { - border: 1px solid #ddd; +input, +textarea { + border: 1px solid #ddd; } textarea { - padding: 5px; - min-height: 100px; - width: 99%; + padding: 5px; + min-height: 100px; + width: 99%; } textarea.conf_editor { - padding: 5px; - width: 650px; - height: 350px; + padding: 5px; + width: 650px; + height: 350px; } textarea.conf_error { - background-image: url(../../images/err.png); - background-repeat: no-repeat; - background-position: top right; + background-image: url(../../images/err.png); + background-repeat: no-repeat; + background-position: top right; } input { - padding: 2px 3px 4px 3px; - vertical-align: middle; + padding: 2px 3px 4px 3px; + vertical-align: middle; } -input[type='checkbox'] { - display: inline !important; +input[type="checkbox"] { + display: inline !important; } select { - padding: 2px 3px 3px 3px; - vertical-align: middle; + padding: 2px 3px 3px 3px; + vertical-align: middle; } input.button { - font-family: Arial,Sans-serif; - border: 4px solid #ccc; - background: #5b5b5b; - padding: 2px 3px; - margin: 10px 15px; + font-family: Arial, Sans-serif; + border: 4px solid #ccc; + background: #5b5b5b; + padding: 2px 3px; + margin: 10px 15px; } -input[type=submit], input[type=button] { - cursor: pointer; +input[type="submit"], +input[type="button"] { + cursor: pointer; } select { - border: 1px solid #ddd; + border: 1px solid #ddd; } checkbox { - padding: 4px; - border: 1px solid #eee; + 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: #fff; - padding-bottom: 4px; - padding-top: 7px; +h1, +h2, +h3, +h4 { + font-weight: bold; + font-size: 1em; + font-family: Arial, Sans-serif; + text-transform: uppercase; + color: #fff; + padding-bottom: 4px; + padding-top: 7px; } h1 { - font-size: 16px; + font-size: 16px; } h2 { - font-size: 15px; + font-size: 15px; } h3 { - font-size: 14px; + font-size: 14px; } h4 { - margin-bottom: 10px; - font-size: 13px; - color: #fff; - text-transform: none; + margin-bottom: 10px; + font-size: 13px; + color: #fff; + text-transform: none; } a { - color: #fff; - text-decoration: none; + color: #fff; + text-decoration: none; } a:hover { - color: #fff; - text-decoration: underline; + color: #fff; + text-decoration: underline; } a.white_bold { - color: #eee; - text-decoration: none; - font-weight: bold; + color: #eee; + text-decoration: none; + font-weight: bold; } a.white { - color: #eee; - text-decoration: none; + color: #eee; + text-decoration: none; } p.center { - text-align: center; + text-align: center; } h1#log_title { - font-size: 18px; - margin-bottom: 0px; - color: #FFF !important; - width:300px; + font-size: 18px; + margin-bottom: 0px; + color: #fff !important; + width: 300px; } div#log_msg { - display: none; + display: none; } div#error_buttons { - margin-top: 20px; + margin-top: 20px; } -div#error_buttons a{ - margin: 14px; +div#error_buttons a { + margin: 14px; } #noaccess { - position: relative; - margin-top:25px; - left: 15px; - padding-top: 5px; - background-color: #5b5b5b; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; + position: relative; + margin-top: 25px; + left: 15px; + padding-top: 5px; + background-color: #5b5b5b; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } #noaccess-title { - color: #FFF; - font-weight: bold; - padding-top: 5px; - margin-left: 5px; - background: none repeat scroll 0% 0% #82b92e; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - text-align: center; + color: #fff; + font-weight: bold; + padding-top: 5px; + margin-left: 5px; + background: none repeat scroll 0% 0% #82b92e; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + text-align: center; } #noaccess-text { - font-size: 12px; - text-align: justify; - padding-top: 25px; - padding-right: 50px; - float:right; + font-size: 12px; + text-align: justify; + padding-top: 25px; + padding-right: 50px; + float: right; } #noaccess-image { - position: relative; - left: 10px; - top: 10px; - float:left; + position: relative; + left: 10px; + top: 10px; + float: left; } -div#activity{ - padding-top: 0px; - padding-bottom: 18px; +div#activity { + padding-top: 0px; + padding-bottom: 18px; } div#noa { - float: right; - padding-right: 50px; - margin-top: 25px; + float: right; + padding-right: 50px; + margin-top: 25px; } div#db_f { - text-align: justify; - margin: auto; - padding: 0.5em; - width: 55em; - margin-top: 3em; + text-align: justify; + margin: auto; + padding: 0.5em; + width: 55em; + margin-top: 3em; } div#db_ftxt { - float: right; - padding-top: 10px; + float: right; + padding-top: 10px; } div#container { - margin: 0 auto; - min-width: 960px; - text-align: left; - #border-left: solid 2px #000; - #border-right: solid 2px #000; - #border-top: solid 2px #000; - #margin-top: 5px; - height: 100%; - background: #5b5b5b; + margin: 0 auto; + min-width: 960px; + text-align: left; + #border-left: solid 2px #000; + #border-right: solid 2px #000; + #border-top: solid 2px #000; + #margin-top: 5px; + height: 100%; + background: #5b5b5b; } div#page { - width: 960px; - clear: both; + width: 960px; + clear: both; } div#main { - width: auto; - margin: 0px 2% 0px 0%; - float: right; - position: relative; - min-height: 850px; + width: auto; + margin: 0px 2% 0px 0%; + float: right; + position: relative; + min-height: 850px; } div#main_help { - width: 100%; - padding-left: 0px; - padding-top: 0px; - background-color: #5b5b5b; - margin-top: 0px; - margin-left: 0px; - margin-right: 0px; - border-radius: 10px; + width: 100%; + padding-left: 0px; + padding-top: 0px; + background-color: #5b5b5b; + margin-top: 0px; + margin-left: 0px; + margin-right: 0px; + border-radius: 10px; } -div#main_help div.databox, .license_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, +.license_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 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 div.databox h3, +div#main_help div.databox h2 { + color: #6eb432; + font-family: sans-serif, verdana; } div#main_help div.databox h3 { - font-size: 12px; + font-size: 12px; } -div#main_help a.footer, div#main_help span { - color: #999; +div#main_help a.footer, +div#main_help span { + color: #999; } -a.footer, a.footer span{ - font-size: 9px; - color: white; +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 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#main_help div.databox p { + line-height: 15px; + text-align: justify; } div#menu_container { - -moz-border-top-right-radius: 6px; - -webkit-border-top-right-radius: 6px; - border-top-right-radius: 6px; - z-index: 1010; - width: 40px; - height: 100%; + -moz-border-top-right-radius: 6px; + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + z-index: 1010; + width: 40px; + height: 100%; } div#menu { - width: 45px; - float: left; - z-index: 2000; - position: absolute; + width: 45px; + float: left; + z-index: 2000; + position: absolute; } div#head { - font-size: 8pt; - width: 100%; - height: 60px; - padding-top: 0px; - margin-bottom: 20px; - border-bottom-style: solid; - border-bottom-width: 3px; - border-color: #82b92e; - min-width: 882px; - background-color: #333; - color: white; - background-image: url("../../images/header_f2b.jpg"); + font-size: 8pt; + width: 100%; + height: 60px; + padding-top: 0px; + margin-bottom: 20px; + border-bottom-style: solid; + border-bottom-width: 3px; + border-color: #82b92e; + min-width: 882px; + background-color: #333; + color: white; + background-image: url("../../images/header_f2b.jpg"); } .fixed_header { - z-index: 9999; - position: fixed; - left: 0; - top: 0; - width: 100%; + z-index: 9999; + position: fixed; + left: 0; + top: 0; + width: 100%; } div#foot { - font-size: 6pt !important; - border-top: solid 2px #222; - padding-top: 8px; - padding-bottom: 5px; - text-align: center; - background: #333333; - height: 30px; - clear: both; - width: auto; + font-size: 6pt !important; + border-top: solid 2px #222; + padding-top: 8px; + padding-bottom: 5px; + text-align: center; + background: #333333; + height: 30px; + clear: both; + width: auto; } #ver { - margin-bottom: 25px; + margin-bottom: 25px; } /****************/ @@ -361,184 +369,187 @@ div#foot { /****************/ @font-face { - font-family: 'Nunito'; + font-family: "Nunito"; font-style: normal; font-weight: 400; - src: local('Nunito-Regular'), url(../../fonts/nunito.woff) format('woff'); + src: local("Nunito-Regular"), url(../../fonts/nunito.woff) format("woff"); } -@font-face -{ - font-family: 'roboto'; - src: url('../../fonts/roboto.woff2') format('woff2'); +@font-face { + font-family: "roboto"; + src: url("../../fonts/roboto.woff2") format("woff2"); } -@font-face -{ - font-family: 'opensans'; - src: url('../../fonts/opensans.woff2') format('woff2'); +@font-face { + font-family: "opensans"; + src: url("../../fonts/opensans.woff2") format("woff2"); } -@font-face -{ - font-family: 'lato'; - src: url('../../fonts/lato.woff2') format('woff2'); +@font-face { + font-family: "lato"; + src: url("../../fonts/lato.woff2") format("woff2"); } -@font-face -{ - font-family: 'leaguegothic'; - src: url('../../fonts/leaguegothic.woff') format('woff'); +@font-face { + font-family: "leaguegothic"; + src: url("../../fonts/leaguegothic.woff") format("woff"); } #login_body { - /* Set rules to fill background */ - min-height: 100%; - min-width: 1024px; - width: 100%; - z-index: -9999; - position: absolute; + /* Set rules to fill background */ + min-height: 100%; + min-width: 1024px; + width: 100%; + z-index: -9999; + position: absolute; } -@media screen and (max-width: 1024px) { /* Specific to this particular image */ - #login_body { - left: 50%; - margin-left: -512px; /* 50% */ - } +@media screen and (max-width: 1024px) { + /* Specific to this particular image */ + #login_body { + left: 50%; + margin-left: -512px; /* 50% */ + } } -@media screen and (max-width: 1100px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_1100.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (max-width: 1100px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_1100.jpg"); + background-repeat: repeat; + background-position: center center; + } } -@media screen and (max-width: 1400px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_1400.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (max-width: 1400px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_1400.jpg"); + background-repeat: repeat; + background-position: center center; + } } -@media screen and (max-width: 2000px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_2000.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (max-width: 2000px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_2000.jpg"); + background-repeat: repeat; + background-position: center center; + } } -@media screen and (min-width: 2000px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_2500.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (min-width: 2000px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_2500.jpg"); + background-repeat: repeat; + background-position: center center; + } } p.log_in { - color: #FFF !important; - padding: 0px 10px; - width:300px; + color: #fff !important; + padding: 0px 10px; + width: 300px; } h1#log_f { - color: #c00; - border-bottom: 1px solid #c00; - padding-bottom: 3px; + color: #c00; + border-bottom: 1px solid #c00; + padding-bottom: 3px; } div#login { - border-width: 2px 2px 2px 2px; - border-style: solid; - border-color: #000; - font-size: 12px !important; + border-width: 2px 2px 2px 2px; + border-style: solid; + border-color: #000; + font-size: 12px !important; } -div#login_in, #login_f { - /*margin: 0 auto 0 140px; +div#login_in, +#login_f { + /*margin: 0 auto 0 140px; width: 400px;*/ } -.databox_login, .databox_logout { - border-radius: 5px; - height: 200px; +.databox_login, +.databox_logout { + border-radius: 5px; + height: 200px; } #login_inner { - width: 100%; - height: 100%; - border-radius: 5px; - /* Browser without multibackground support */ - background-color: #373737 !important; - + width: 100%; + height: 100%; + border-radius: 5px; + /* Browser without multibackground support */ + background-color: #373737 !important; } #login_outer { - border-radius: 11px; - background-color: #000; - width: 500px !important; - color: #FFF !important; - margin: 0px auto; + border-radius: 11px; + background-color: #000; + width: 500px !important; + color: #fff !important; + margin: 0px auto; } -.version_login{ - transform: rotate(36deg); - /* Old browser support */ - -ms-transform: rotate(36deg); /* IE */ - -moz-transform: rotate(36deg); /* FF */ - -o-transform: rotate(36deg); /* Opera */ - -webkit-transform: rotate(36deg); /* Safari and Chrome */ - - float: right; - margin-top: 18px; - width: 80px; - height: 0px; - border-right: 13px solid transparent; - border-left: 25px solid transparent; - border-bottom: 18px solid #82b92e; - left: 16px; - position: relative; -} +.version_login { + transform: rotate(36deg); + /* Old browser support */ + -ms-transform: rotate(36deg); /* IE */ + -moz-transform: rotate(36deg); /* FF */ + -o-transform: rotate(36deg); /* Opera */ + -webkit-transform: rotate(36deg); /* Safari and Chrome */ + float: right; + margin-top: 18px; + width: 80px; + height: 0px; + border-right: 13px solid transparent; + border-left: 25px solid transparent; + border-bottom: 18px solid #82b92e; + left: 16px; + position: relative; +} #login_outer * { - font-family: Nunito, "Arial Rounded MT", Arial, Helvetica, sans-serif; - font-weight: bold; + font-family: Nunito, "Arial Rounded MT", Arial, Helvetica, sans-serif; + font-weight: bold; } -.login_border{ - border-right: 1px solid #FFF; - text-align: center; +.login_border { + border-right: 1px solid #fff; + text-align: center; } table#login_layout { - width: 100%; - height: 160px; - position:absolute; + width: 100%; + height: 160px; + position: absolute; } div#error_login { - text-align: center; - margin-top: 5px; - margin-left: 5px; - width: 75%; - float: right; - text-align: left; - top: 100px; + 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; + #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; + margin-top: 10px; + margin-bottom: 25px; } -a:focus, input:focus, button:focus { - utline-width: 0; - outline: 0; +a:focus, +input:focus, +button:focus { + utline-width: 0; + outline: 0; } /*DIV.login_links { @@ -669,303 +680,334 @@ input.login_password { */ .databox_error { - width: 657px !important; - height: 400px; - border: none !important; - background-color: #fafafa; - background: url(../../images/splash_error.png) no-repeat; + width: 657px !important; + height: 400px; + border: none !important; + background-color: #fafafa; + background: url(../../images/splash_error.png) no-repeat; } #ver_num { - margin: 0px auto; - width: 100%; - position: absolute; - bottom: 10px; - color: #FFF; - text-align: center; + margin: 0px auto; + width: 100%; + position: absolute; + bottom: 10px; + color: #fff; + text-align: center; } input:-webkit-autofill { - #-webkit-box-shadow: 0 0 0px 1000px #DDD inset; + #-webkit-box-shadow: 0 0 0px 1000px #ddd inset; } /***********************/ /* END OF LOGIN STYLES */ /***********************/ th > label { - padding-top: 7px; + padding-top: 7px; } input.chk { - margin-right: 0px; - border: 0px none; - height: 14px; + margin-right: 0px; + border: 0px none; + height: 14px; } input.datos { - background-color: #f5f5f5; + background-color: #f5f5f5; } input.datos_readonly { - background-color: #050505; + background-color: #050505; } input.sub { - font-weight: normal; + font-weight: normal; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; - font-size: 8pt; + font-size: 8pt; - background-color: #333 !important; - background-repeat: no-repeat !important; - background-position: 92% 3px !important; + background-color: #333 !important; + background-repeat: no-repeat !important; + background-position: 92% 3px !important; - color: white !important; - padding: 3px 3px 5px 12px; + color: white !important; + padding: 3px 3px 5px 12px; - border-color: #333; + border-color: #333; } input.sub[disabled] { - color: #B4B4B4 !important; - background-color: #F3F3F3 !important; - border-color: #B6B6B6; - cursor: default; + color: #b4b4b4 !important; + background-color: #f3f3f3 !important; + border-color: #b6b6b6; + cursor: default; } -input.next, 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: 30px; - height: 23px; - +input.next, +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: 30px; + height: 23px; } input.next { - background-image: url(../../images/input_go.png) !important; + background-image: url(../../images/input_go.png) !important; } input.upd { - background-image: url(../../images/input_update.png) !important; + background-image: url(../../images/input_update.png) !important; } input.wand { - background-image: url(../../images/input_wand.png) !important; + background-image: url(../../images/input_wand.png) !important; } input.wand:disabled { - background-image: url(../../images/input_wand.disabled.png) !important; + background-image: url(../../images/input_wand.disabled.png) !important; } input.search { - background-image: url(../../images/input_zoom.png) !important; + background-image: url(../../images/input_zoom.png) !important; } input.search:disabled { - background-image: url(../../images/input_zoom.disabled.png) !important; + background-image: url(../../images/input_zoom.disabled.png) !important; } input.ok { - background-image: url(../../images/input_tick.png) !important; + background-image: url(../../images/input_tick.png) !important; } input.ok:disabled { - background-image: url(../../images/input_tick.disabled.png) !important; + background-image: url(../../images/input_tick.disabled.png) !important; } input.add { - background-image: url(../../images/input_add.png) !important; + background-image: url(../../images/input_add.png) !important; } input.add:disabled { - background-image: url(../../images/input_add.disabled.png) !important; + background-image: url(../../images/input_add.disabled.png) !important; } input.cancel { - background-image: url(../../images/input_cross.png) !important; + background-image: url(../../images/input_cross.png) !important; } input.cancel:disabled { - background-image: url(../../images/input_cross.disabled.png) !important; + background-image: url(../../images/input_cross.disabled.png) !important; } input.delete { - background-image: url(../../images/input_delete.png) !important; + background-image: url(../../images/input_delete.png) !important; } input.delete:disabled { - background-image: url(../../images/input_delete.disabled.png) !important; + background-image: url(../../images/input_delete.disabled.png) !important; } input.cog { - background-image: url(../../images/input_cog.png) !important; + background-image: url(../../images/input_cog.png) !important; } input.cog:disabled { - background-image: url(../../images/input_cog.disabled.png) !important; + background-image: url(../../images/input_cog.disabled.png) !important; } input.config { - background-image: url(../../images/input_config.png) !important; + background-image: url(../../images/input_config.png) !important; } input.config:disabled { - background-image: url(../../images/input_config.disabled.png) !important; + background-image: url(../../images/input_config.disabled.png) !important; } input.filter { - background-image: url(../../images/input_filter.png) !important; + background-image: url(../../images/input_filter.png) !important; } input.filter:disabled { - background-image: url(../../images/input_filter.disabled.png) !important; + background-image: url(../../images/input_filter.disabled.png) !important; } input.pdf { - background-image: url(../../images/input_pdf.png) !important; + background-image: url(../../images/input_pdf.png) !important; } input.pdf:disabled { - background-image: url(../../images/input_pdf.disabled.png) !important; + background-image: url(../../images/input_pdf.disabled.png) !important; } input.camera { - background-image: url(../../images/input_camera.png) !important; + background-image: url(../../images/input_camera.png) !important; } #toolbox #auto_save { - padding-top: 5px; + padding-top: 5px; } #toolbox { - margin-top: 13px; + margin-top: 13px; } input.visual_editor_button_toolbox { - padding-right: 15px; - padding-top: 10px; - margin-top:5px; + padding-right: 15px; + padding-top: 10px; + margin-top: 5px; } input.delete_min { - background: #fefefe url(../../images/cross.png) no-repeat center !important; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + background: #fefefe url(../../images/binary.disabled.png) no-repeat center !important; } input.camera_min { - background: #fefefe url(../../images/camera.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/camera.disabled.png) no-repeat center !important; } input.config_min { - background: #fefefe url(../../images/config.png) no-repeat center !important; + 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; + 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; + 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; + 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; + 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; + background: #fefefe url(../../images/photo.disabled.png) no-repeat center !important; } input.box_item { - background: #fefefe url(../../images/box_item.png) no-repeat center !important; + background: #fefefe url(../../images/box_item.png) no-repeat center !important; } input.box_item[disabled] { - background: #fefefe url(../../images/box_item.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/box_item.disabled.png) no-repeat center !important; } input.line_item { - background: #fefefe url(../../images/line_item.png) no-repeat center !important; + background: #fefefe url(../../images/line_item.png) no-repeat center !important; } input.line_item[disabled] { - background: #fefefe url(../../images/line_item.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/line_item.disabled.png) no-repeat center !important; } input.copy_item { - background: #fefefe url(../../images/copy_visualmap.png) no-repeat center !important; + background: #fefefe url(../../images/copy_visualmap.png) no-repeat center !important; } input.copy_item[disabled] { - background: #fefefe url(../../images/copy_visualmap.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/copy_visualmap.disabled.png) no-repeat + center !important; } input.grid_min { - background: #fefefe url(../../images/grid.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/grid.disabled.png) no-repeat center !important; } input.save_min { - background: #fefefe url(../../images/file.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/file.disabled.png) no-repeat center !important; } input.service_min { - background: #fefefe url(../../images/box.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/box.disabled.png) no-repeat center !important; } input.group_item_min { - background: #fefefe url(../../images/group_green.png) no-repeat center !important; + background: #fefefe url(../../images/group_green.png) no-repeat center !important; } input.group_item_min[disabled] { - background: #fefefe url(../../images/group_green.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/group_green.disabled.png) no-repeat + center !important; } div#cont { - position: fixed; - max-height: 320px; - overflow-y: auto; - overflow-x: hidden; + position: fixed; + max-height: 320px; + overflow-y: auto; + overflow-x: hidden; } -.termframe{ - background-color: #82b92e !important; +.termframe { + background-color: #82b92e !important; } -table, img { - border: 0px; +table, +img { + border: 0px; } -tr:first-child>th { - background-color: #373737; +tr:first-child > th { + background-color: #373737; } th { - color: #fff; - background-color: #666; - font-size: 7.5pt; - letter-spacing: 0.3pt; + color: #fff; + background-color: #666; + font-size: 7.5pt; + letter-spacing: 0.3pt; } -tr.datos, tr.datost, tr.datosb , tr.datos_id, +tr.datos, +tr.datost, +tr.datosb, +tr.datos_id, tr.datosf9 { - #background-color: #eaeaea; + #background-color: #eaeaea; } -tr.datos2, tr.datos2t, -tr.datos2b, tr.datos2_id , tr.datos2f9 { - #background-color: #f2f2f2; +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; +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] -{ +td input[type="checkbox"] { /* Double-sized Checkboxes */ -ms-transform: scale(1.3); /* IE */ -moz-transform: scale(1.3); /* FF */ @@ -976,210 +1018,252 @@ td input[type=checkbox] display: table-cell; } -td.datos3, td.datos3 * { - background-color: #666; - color: white !important; +td.datos3, +td.datos3 * { + background-color: #666; + color: white !important; } -td.datos4, 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: #666; - color: white !important; +td.datos4, +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: #666; + color: white !important; } td.datos_id { - color: #1a313a; + color: #1a313a; } tr.disabled_row_user * { - color: grey; + color: grey; } -.bg { /* op menu */ - background: #82b92e; +.bg { + /* op menu */ + background: #82b92e; } -.bg2 { /* main page */ - background-color: #0A160C; +.bg2 { + /* main page */ + background-color: #0a160c; } -.bg3 { /* godmode */ - background: #666666; +.bg3 { + /* godmode */ + background: #666666; } -.bg4 { /* links */ - background-color: #989898; +.bg4 { + /* links */ + background-color: #989898; } -.bg, .bg2, .bg3, .bg4 { - position: relative; - width: 100%; +.bg, +.bg2, +.bg3, +.bg4 { + position: relative; + width: 100%; } .bg { - height: 20px; + height: 20px; } -.bg2, .bg3, .bg4 { - height: 18px; +.bg2, +.bg3, +.bg4 { + height: 18px; } -.f10, #ip { - font-size: 7pt; - text-align: center; +.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; +.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; +.f9i, +.redi { + font-style: italic; } .tit { - padding: 6px 0px; - height: 14px; + padding: 6px 0px; + height: 14px; } -.tit, .titb { - font-weight: bold; - color: #fff; - text-align: center; +.tit, +.titb { + font-weight: bold; + color: #fff; + text-align: center; } .suc * { - color: #5a8629; + color: #5a8629; } -.info *{ - color: #006F9D; +.info * { + color: #006f9d; } -.error *{ - color: #f85858; +.error * { + color: #f85858; } -.warning *{ - color: #FAD403; +.warning * { + color: #fad403; } .help { - background: url(../../images/help.png) no-repeat; + background: url(../../images/help.png) no-repeat; } -.red, .redb, .redi, .error { - color: #c00; +.red, +.redb, +.redi, +.error { + color: #c00; } .sep { - margin-left: 30px; - border-bottom: 1px solid #708090; - width: 100%; + margin-left: 30px; + border-bottom: 1px solid #708090; + width: 100%; } .orange { - color: #fd7304; + color: #fd7304; } .green { - color: #5a8629; + color: #5a8629; } .yellow { - color: #F3C500; + color: #f3c500; } .greenb { - color: #00aa00; + color: #00aa00; } .grey { - color: #808080; - font-weight: bold; + color: #808080; + font-weight: bold; } .blue { - color: #5AB7E5; - font-weight: bold; + color: #5ab7e5; + font-weight: bold; } -.redb, .greenb, td.datos_id, td.datos2_id, f9b { - font-weight: bold; +.redb, +.greenb, +td.datos_id, +td.datos2_id, +f9b { + font-weight: bold; } .p10 { - padding-top: 1px; - padding-bottom: 0px; + padding-top: 1px; + padding-bottom: 0px; } .p21 { - padding-top: 2px; - padding-bottom: 1px; + padding-top: 2px; + padding-bottom: 1px; } .w120 { - width: 120px; + width: 120px; } -.w130, #table-agent-configuration select { - width: 130px; +.w130, +#table-agent-configuration select { + width: 130px; } .w135 { - width: 135px; + width: 135px; } -.w155, #table_layout_data select { - width: 155px; +.w155, +#table_layout_data select { + width: 155px; } -.top, .top_red, .bgt, td.datost, td.datos2t { - vertical-align: top; +.top, +.top_red, +.bgt, +td.datost, +td.datos2t { + vertical-align: top; } .top_red { - background: #ff0000; + background: #ff0000; } -.bot, .titb, td.datosb { - vertical-align: bottom; +.bot, +.titb, +td.datosb { + vertical-align: bottom; } .msg { - margin-top: 15px; - text-align: justify; + margin-top: 15px; + text-align: justify; } ul.mn { - list-style: none; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - line-height: 15px; + list-style: none; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + line-height: 15px; } .gr { - font-size: 10pt; - font-weight: bold; + font-size: 10pt; + font-weight: bold; } -a.mn, .gr { - font-family: Arial, Verdana, sans-serif, Helvetica; +a.mn, +.gr { + font-family: Arial, Verdana, sans-serif, Helvetica; } div.nf { - background: url(../../images/info.png) no-repeat scroll 0 50% transparent; - margin-left: 7px; - padding: 8px 1px 6px 25px; + background: url(../../images/info.png) no-repeat scroll 0 50% transparent; + margin-left: 7px; + padding: 8px 1px 6px 25px; } div.title_line { - background-color: #4e682c; - height: 5px; - width: 762px; + background-color: #4e682c; + height: 5px; + width: 762px; } .alpha50 { - filter:alpha(opacity=50); - -moz-opacity: 0.5; - opacity: 0.5; - -khtml-opacity: 0.5; + filter: alpha(opacity=50); + -moz-opacity: 0.5; + opacity: 0.5; + -khtml-opacity: 0.5; } - -#menu_tab_frame, #menu_tab_frame_view { - display: block !important; - border-bottom: 1px solid #82b92e; -/* float:left; */ - margin-left: 0px !important; - max-height: 31px; - min-height: 31px; - padding-right: 28px; - width: 100%; +#menu_tab_frame, +#menu_tab_frame_view { + display: block !important; + border-bottom: 1px solid #82b92e; + /* float:left; */ + margin-left: 0px !important; + max-height: 31px; + min-height: 31px; + padding-right: 28px; + width: 100%; } #menu_tab { - margin: 0px 0px 0px 0px !important; + 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, +#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; + float: right; + position: relative; + margin: 0px 0px 0px 0px; } /* #menu_tab li a, #menu_tab a { @@ -1205,463 +1289,494 @@ div.title_line { */ #menu_tab li.separator_view { - padding: 4px; + padding: 4px; } #menu_tab li.separator { - padding: 4px; + padding: 4px; } #menu_tab li.nomn_high a { - /*background: #82b92e;*/ - color: #fff; + /*background: #82b92e;*/ + color: #fff; } #menu_tab .mn li a { - display: block; - text-decoration: none; - padding: 0px; - margin: 0px; - height: 21px; - width: 21px; + display: block; + text-decoration: none; + padding: 0px; + margin: 0px; + height: 21px; + width: 21px; } -#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover { - /*background: #82b92e;*/ - color: #fff; +#menu_tab li.nomn:hover a, +#menu_tab li:hover ul a:hover { + /*background: #82b92e;*/ + color: #fff; } #menu_tab li:hover a { - /*background: #b2b08a url("../../images/arrow.png") no-repeat right 3px;*/ + /*background: #b2b08a url("../../images/arrow.png") no-repeat right 3px;*/ } #menu_tab li.nomn { - min-width: 30px; - height: 28px; + min-width: 30px; + height: 28px; } #menu_tab li.nomn_high { - min-width: 30px; - height: 28px; + min-width: 30px; + height: 28px; } /* TAB TITLE */ #menu_tab_left { - margin-left: 0px !important; + 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, +#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; + float: left; + position: relative; + height: 26px; + max-height: 26px; } -#menu_tab_left li a, #menu_tab_left li span { -/* text-transform: uppercase; */ - padding: 0px 0px 0px 0px; - color: #fff; - font-size: 8.5pt; - font-weight: bold; - line-height: 20px; +#menu_tab_left li a, +#menu_tab_left li span { + /* text-transform: uppercase; */ + padding: 0px 0px 0px 0px; + color: #fff; + font-size: 8.5pt; + font-weight: bold; + line-height: 20px; } #menu_tab_left .mn li a { - display: block; - text-decoration: none; + 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; + padding: 2px 10px 2px 10px; + color: #fff; + font-weight: bold; + line-height: 18px; + display: none; } #menu_tab_left li.view { - background: #82b92e; - max-width: 40%; - min-width: 20%; - padding: 5px 5px 0px; - text-align: center; - -moz-border-top-right-radius: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; + background: #82b92e; + max-width: 40%; + min-width: 20%; + padding: 5px 5px 0px; + text-align: center; + -moz-border-top-right-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; - -moz-border-top-left-radius: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - margin-left:0px !important; - overflow-y: hidden; + -moz-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + margin-left: 0px !important; + overflow-y: hidden; } #menu_tab_left li.view img.bottom { - width: 24px; - height: 24px; + width: 24px; + height: 24px; } -#menu_tab_frame *, #menu_tab_frame_view *{ - #margin: 0px 0px 0px 0px !important; +#menu_tab_frame *, +#menu_tab_frame_view * { + #margin: 0px 0px 0px 0px !important; } span.users { - background: url(../../images/group.png) no-repeat; + background: url(../../images/group.png) no-repeat; } span.agents { - background: url(../../images/bricks.png) no-repeat; + background: url(../../images/bricks.png) no-repeat; } span.data { - background: url(../../images/data.png) no-repeat; + background: url(../../images/data.png) no-repeat; } span.alerts { - background: url(../../images/bell.png) no-repeat; + background: url(../../images/bell.png) no-repeat; } span.time { - background: url(../../images/hourglass.png) no-repeat; + background: url(../../images/hourglass.png) no-repeat; } span.net { - background: url(../../images/network.png) no-repeat; + background: url(../../images/network.png) no-repeat; } span.master { - background: url(../../images/master.png) no-repeat; + background: url(../../images/master.png) no-repeat; } span.wmi { - background: url(../../images/wmi.png) no-repeat; + background: url(../../images/wmi.png) no-repeat; } span.prediction { - background: url(../../images/chart_bar.png) no-repeat; + background: url(../../images/chart_bar.png) no-repeat; } span.plugin { - background: url(../../images/plugin.png) no-repeat; + background: url(../../images/plugin.png) no-repeat; } span.export { - background: url(../../images/database_refresh.png) no-repeat; + background: url(../../images/database_refresh.png) no-repeat; } span.snmp { - background: url(../../images/snmp.png) no-repeat; + background: url(../../images/snmp.png) no-repeat; } span.binary { - background: url(../../images/binary.png) no-repeat; + background: url(../../images/binary.png) no-repeat; } span.recon { - background: url(../../images/recon.png) no-repeat; + background: url(../../images/recon.png) no-repeat; } span.rmess { - background: url(../../images/email_open.png) no-repeat; + background: url(../../images/email_open.png) no-repeat; } span.nrmess { - background: url(../../images/email.png) no-repeat; + background: url(../../images/email.png) no-repeat; } span.recon_server { - background: url(../../images/recon.png) no-repeat; + background: url(../../images/recon.png) no-repeat; } span.wmi_server { - background: url(../../images/wmi.png) no-repeat; + background: url(../../images/wmi.png) no-repeat; } span.export_server { - background: url(../../images/server_export.png) no-repeat; + background: url(../../images/server_export.png) no-repeat; } span.inventory_server { - background: url(../../images/page_white_text.png) no-repeat; + background: url(../../images/page_white_text.png) no-repeat; } span.web_server { - background: url(../../images/world.png) no-repeat; + 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.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; +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: 0px; - margin-left: 0px; - border: 1px solid #e2e2e2; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - +.databox, +.databox_color, +.databox_frame { + margin-bottom: 5px; + margin-top: 0px; + margin-left: 0px; + border: 1px solid #e2e2e2; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } -.databox_color{ - padding-top: 5px; +.databox_color { + padding-top: 5px; } table.databox { - background-color: #5b5b5b; - border-spacing: 0px; - -moz-box-shadow: 0px 0px 0px #DDD !important; - -webkit-box-shadow: 0px 0px 0px #DDD !important; - box-shadow: 0px 0px 0px #DDD !important; + background-color: #5b5b5b; + border-spacing: 0px; + -moz-box-shadow: 0px 0px 0px #ddd !important; + -webkit-box-shadow: 0px 0px 0px #ddd !important; + box-shadow: 0px 0px 0px #ddd !important; } .databox td { - -moz-border-radius: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - border: 0px none #E2E2E2; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; + border: 0px none #e2e2e2; } .databox th { - padding: 9px 7px; - font-weight: normal; - color: #fff; + padding: 9px 7px; + font-weight: normal; + color: #fff; } .databox td { - #border-bottom: 1px solid #E2E2E2; + #border-bottom: 1px solid #e2e2e2; } .databox th * { - color: #fff; + color: #fff; } -.databox th input, .databox th textarea, .databox th select, .databox th select option { - color: #222 !important; +.databox th input, +.databox th textarea, +.databox th select, +.databox th select option { + color: #222 !important; } .tabletitle { - color: #333; + color: #333; } -.tactical_set legend{ - text-align:left; - color: #fff; +.tactical_set legend { + text-align: left; + color: #fff; } -.tactical_set{ - background: #5b5b5b; - border: 1px solid #E2E2E2; - margin-left: auto; - margin-right: auto; - width: auto; +.tactical_set { + background: #5b5b5b; + border: 1px solid #e2e2e2; + margin-left: auto; + margin-right: auto; + width: auto; } /* For use in Netflow */ table.databox_grid { - margin: 25px; + margin: 25px; } table.databox_grid th { - font-size: 12px; + font-size: 12px; } table.databox_grid td { - padding: 6px; - margin: 4px; - border-bottom: 1px solid #acacac; - border-right: 1px solid #acacac; + padding: 6px; + margin: 4px; + border-bottom: 1px solid #acacac; + border-right: 1px solid #acacac; } - -table.alternate tr:nth-child(odd) td{ - background-color: #5b5b5b; +table.alternate tr:nth-child(odd) td { + background-color: #5b5b5b; } -table.alternate tr:nth-child(even) td{ - background-color: #e4e5e4; +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; + padding: 4px 4px 4px 10px; + -moz-border-radius: 6px !important; + -webkit-border-radius: 6px !important; + border-radius: 6px !important; } .databox_color { - background-color: #fafafa; + background-color: #fafafa; } #head_l { - float: left; - margin: 0; - padding: 0; + float: left; + margin: 0; + padding: 0; } #head_r { - float: right; - text-align: right; - margin-right: 10px; - padding-top: 0px; + float: right; + text-align: right; + margin-right: 10px; + padding-top: 0px; } #head_m { - position: absolute; - padding-top: 6px; - padding-left: 12em; + position: absolute; + padding-top: 6px; + padding-left: 12em; } span#logo_text1 { - font: bolder 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #eee; + font: bolder 3em Arial, Sans-serif; + letter-spacing: -2px; + color: #eee; } span#logo_text2 { - font: 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #aaa; + 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; + 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; + border-bottom: 0px; } .bt0 { - border-top: 0px; + border-top: 0px; } .action-buttons { - text-align: right; + text-align: right; } -#table-add-item select, #table-add-sla select { - width: 180px; +#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: 30px; - margin-left: 10px; - margin-right: 10px; - height: 1000px; - width: 98%; - position: static; + background-color: #fefefe; + text-align: left; + margin-bottom: 25px; + margin-top: 30px; + margin-left: 10px; + margin-right: 10px; + height: 1000px; + width: 98%; + position: static; } #table-agent-configuration radio { - margin-right: 40px; + margin-right: 40px; } .ui-draggable { - cursor:move; + cursor: move; } #layout_trash_drop { - float: right; - width: 300px; - height: 180px; - background: #fff url("../../images/trash.png") no-repeat bottom left; + float: right; + width: 300px; + height: 180px; + background: #fff url("../../images/trash.png") no-repeat bottom left; } #layout_trash_drop div { - display: block; + display: block; } #layout_editor_drop { - float: left; - width: 300px; + float: left; + width: 300px; } .agent_reporting { - margin: 5px; - padding: 5px; + margin: 5px; + padding: 5px; } -.report_table, .agent_reporting { - border: #CCC outset 3px; +.report_table, +.agent_reporting { + border: #ccc outset 3px; } .img_help { - cursor: help; + cursor: help; } #loading { - position:fixed; - width: 200px; - margin-left: 30%; - text-align:center; - top: 50%; - background-color: #999999; - padding: 20px; + 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; + *margin-top: 10px !important; } /* big_data is used in tactical and logon_ok */ .big_data { - text-decoration: none; font: bold 2em Arial, Sans-serif; + text-decoration: none; + font: bold 2em Arial, Sans-serif; } .med_data { - text-decoration: none; font: bold 1.5em Arial, Sans-serif; + 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; + 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; + color: #003a3a; + text-decoration: underline; } .listing { - border-collapse: collapse; + border-collapse: collapse; } .listing td { - border-bottom: 1px solid #CCCCCC; - border-top: 1px solid #CCCCCC; + border-bottom: 1px solid #cccccc; + border-top: 1px solid #cccccc; } ul { - list-style-type: none; - padding-left: 0; - margin-left: 0; + list-style-type: none; + padding-left: 0; + margin-left: 0; } span.actions { - margin-left: 30px; + margin-left: 30px; } .actions { - min-width: 200px! important; + min-width: 200px !important; } -code, pre { - font-family: courier, serif; +code, +pre { + font-family: courier, serif; } -select#template, select#action { - width: 250px; +select#template, +select#action { + width: 250px; } #label-checkbox-matches_value, #label-checkbox-copy_modules, #label-checkbox-copy_alerts { - display: inline; - font-weight: normal; + display: inline; + font-weight: normal; } -input[type=image] { - border:0px; - background-color: transparent !important; +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; + width: 200px; } table#simple select#select_snmp_oid, table#simple select#id_plugin, table#network_component select#id_plugin { - width: 270px; + width: 270px; } table#simple select#prediction_id_group, table#simple select#prediction_id_agent, table#simple select#prediction_module { - width: 50%; - display: block; + width: 50%; + display: block; } table#simple input#text-plugin_parameter, table#simple input#text-snmp_oid, @@ -1671,2071 +1786,2357 @@ table#target_table select, table#filter_compound_table select, table#filter_compound_table #text-search, table#delete_table select { - width: 100%; + width: 100%; } table#simple select#network_component_group, table#simple select#network_component { - width: 90%; + width: 90%; } table#simple span#component_group, table#simple span#component { - width: 45%; - font-style: italic; + width: 45%; + font-style: italic; } table#simple label { - display: inline; - font-weight: normal; - font-style: italic; + display: inline; + font-weight: normal; + font-style: italic; } .clickable { - cursor: pointer; + cursor: pointer; } -table#agent_list tr, table.alert_list tr { - vertical-align: top; +table#agent_list tr, +table.alert_list tr { + vertical-align: top; +} +.toggle { + border-collapse: collapse; +} +.toggle td { + border-left: 1px solid #d3d3d3; } -.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; + 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%; + background-color: #fff1a8; + margin-left: auto; + margin-right: auto; + padding: 5px; + text-align: center; + font-style: italic; + width: 95%; } div.loading img { - float: right; + float: right; } /* Tablesorter jQuery pager */ div.pager { - margin-left: 10px; - margin-top: 5px; + margin-left: 10px; + margin-top: 5px; } -div.pager img{ - position: relative; - top: 4px; - padding-left: 5px; +div.pager img { + position: relative; + top: 4px; + padding-left: 5px; } div.pager input { - padding-left: 5px; + padding-left: 5px; } .pagedisplay { - border: 0; - width: 35px; + border: 0; + width: 35px; } /* Steps style */ ol.steps { - margin-bottom: 15px; - padding: 0; - list-style-type: none; - list-style-position: outside; + 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; + float: left; + background-color: #efefef; + padding: 5px; + margin-left: 5px; + width: 150px; } ol.steps li a { - color: #111; + color: #111; } ol.steps li.visited a { - color: #999; + color: #999; } ol.steps li span { - font-weight: normal; - display: block; + font-weight: normal; + display: block; } ol.steps li span { - color: #777; + color: #777; } ol.steps li.visited span { - color: #999; + color: #999; } ol.steps li.current { - border-left: 5px solid #778866; - margin-left: 0; - font-weight: bold; - background-color: #E9F3D2; + border-left: 5px solid #778866; + margin-left: 0; + font-weight: bold; + background-color: #e9f3d2; } ol.steps li.visited { - color: #999 !important; + color: #999 !important; } fieldset { - background-color:#5b5b5b; - border: 1px solid #E2E2E2; - padding:0.5em; - margin-bottom:20px; - position:relative; + background-color: #5b5b5b; + border: 1px solid #e2e2e2; + padding: 0.5em; + margin-bottom: 20px; + position: relative; } fieldset legend { - font-size:1.1em; - font-weight:bold; - #color:#3f4e2f; - line-height: 20px; - color: #3F3F3F; - #top:-2em; + font-size: 1.1em; + font-weight: bold; + #color: #3f4e2f; + line-height: 20px; + color: #3f3f3f; + #top: -2em; } fieldset .databox { - border: 0px solid; + border: 0px solid; } fieldset.databox { - padding: 14px !important; + padding: 14px !important; } fieldset legend span, span#latest_value { - font-style:italic; + font-style: italic; } span#latest_value span#value { - font-style:normal; + font-style: normal; } form#filter_form { - margin-bottom: 15px; + margin-bottom: 15px; } ul.action_list { - margin: 0; - list-style: none inside circle; + margin: 0; + list-style: none inside circle; } ul.action_list li div { - margin-left: 15px; + margin-left: 15px; } span.action_name { - float: none; + float: none; } div.actions_container { - overflow:auto; - width: 100%; - max-height: 200px; + overflow: auto; + width: 100%; + max-height: 200px; } div.actions_container label { - display: inline; - font-weight: normal; - font-style: italic; + display: inline; + font-weight: normal; + font-style: italic; } a.add_action { - clear: both; - display: block; + clear: both; + display: block; } /* timeEntry styles */ .timeEntry_control { - vertical-align: middle; - margin-left: 2px; + vertical-align: middle; + margin-left: 2px; } div#steps_clean { - clear:both; + clear: both; } div#event_control { - clear:right; + clear: right; } /* Autocomplete styles */ .ac_results { - padding: 0px; - border: 1px solid black; - background-color: white; - overflow: hidden; - z-index: 99999; + 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; + 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; - /* + 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; - /* + /*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; + line-height: 16px; } .ac_loading { - background: white url('../images/loading.gif') right center no-repeat; + background: white url("../images/loading.gif") right center no-repeat; } .ac_over { - background-color: #efefef; + background-color: #efefef; } span.ac_extra_field, span.ac_extra_field strong { - font-style: italic; - font-size: 9px; + 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; + /* 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; + margin-top: 0px; } .autorefresh_disabled { - cursor: not-allowed !important; + cursor: not-allowed !important; } a.autorefresh { - padding-right: 8px; + padding-right: 8px; } #refrcounter { - color: white; + color: white; } #combo_refr select { - margin-right: 8px; + margin-right: 8px; } .disabled_module { - color: #aaa; + color: #aaa; } div.warn { - background: url(../../images/info.png) no-repeat; - margin-top: 7px; - padding: 2px 1px 6px 25px; + background: url(../../images/info.png) no-repeat; + margin-top: 7px; + padding: 2px 1px 6px 25px; } .submenu_not_selected { - transition-property: background-color; - transition-duration: 0.5s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color; - -webkit-transition-duration: 0.5s; - -webkit-transition-timing-function: ease-out; - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; - -o-transition-property: background-color; - -o-transition-duration: 0.5s; - -o-transition-timing-function: ease-out; - font-weight: normal !important; + transition-property: background-color; + transition-duration: 0.5s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; + -moz-transition-property: background-color; + -moz-transition-duration: 0.5s; + -moz-transition-timing-function: ease-out; + -o-transition-property: background-color; + -o-transition-duration: 0.5s; + -o-transition-timing-function: ease-out; + font-weight: normal !important; } /* Submenus havent borders */ -.submenu_not_selected, .submenu_selected, .submenu2 { - border: 0px !important; - min-height: 35px !important; +.submenu_not_selected, +.submenu_selected, +.submenu2 { + border: 0px !important; + min-height: 35px !important; } /* Pandora width style theme */ div#container { - width: 100%; + width: 100%; } div#page { - width: auto; + width: auto; } div#main { - max-width: 93%; - min-width: 93%; + max-width: 93%; + min-width: 93%; } ol.steps { - margin-bottom: 70px; + margin-bottom: 70px; } div#steps_clean { - display:none; + display: none; } -#menu_tab_frame, #menu_tab_frame_view { - width: 100%; - padding-right: 0px; - margin-left: 0px !important; - margin-bottom: 20px; - height: 31px; +#menu_tab_frame, +#menu_tab_frame_view { + width: 100%; + padding-right: 0px; + margin-left: 0px !important; + margin-bottom: 20px; + height: 31px; } div#events_list { - float: left; - width: 100%; + float: left; + width: 100%; } span#logo_text1 { - font: bolder 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #eee; + font: bolder 3em Arial, Sans-serif; + letter-spacing: -2px; + color: #eee; } span#logo_text2 { - font: 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #aaa; + 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; + 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: 15px; - margin-bottom: 5px; + margin-top: 15px; + margin-bottom: 5px; } .pagination * { - margin-left: 0px !important; - margin-right: 0px !important; - vertical-align: middle; + margin-left: 0px !important; + margin-right: 0px !important; + vertical-align: middle; } /*CALENDAR TOOLTIP STYLE*/ /* Calendar background */ table.scw { - background-color: #82b92e; - border: 0 !important; - border-radius: 4px; + background-color: #82b92e; + border: 0 !important; + border-radius: 4px; } /* Week number heading */ td.scwWeekNumberHead { - color: #111; + color: #111; } td.scwWeek { - color: #111 !important; + color: #111 !important; } - Today selector -td.scwFoot { - background-color: #daedae; - color: #111; +Today selector td.scwFoot { + background-color: #daedae; + color: #111; } td.scwFootDisabled { - background-color: #000; - color: #FFFFFF; + background-color: #000; + color: #ffffff; } tfoot.scwFoot { - color: #111; + color: #111; } -.scwFoot :hover{ - color: #3F3F3F !important; +.scwFoot :hover { + color: #3f3f3f !important; } table.scwCells { - background-color: #5b5b5b !important; - color: #3c3c3c !important; + background-color: #5b5b5b !important; + color: #3c3c3c !important; } table.scwCells:hover { - background-color: #5b5b5b !important; + background-color: #5b5b5b !important; } td.scwCellsExMonth { - background-color: #eee !important; - color: #3c3c3c !important; + background-color: #eee !important; + color: #3c3c3c !important; } td.scwCellsWeekend { - background-color: #3c3c3c !important; - color: #fff !important; - border: 0 !important; + background-color: #3c3c3c !important; + color: #fff !important; + border: 0 !important; } td.scwInputDate { - background-color: #777 !important; - color: #ffffff !important; - border: 0 !important; + background-color: #777 !important; + color: #ffffff !important; + border: 0 !important; } td.scwFoot { - background-color: #5b5b5b !important; - color: #3c3c3c !important; - border: 0 !important; + background-color: #5b5b5b !important; + color: #3c3c3c !important; + border: 0 !important; } - - /* Cells divs to set individual styles with the table objects */ div.cellBold { - width: 100%; - height: 100%; - font-weight: bold; + width: 100%; + height: 100%; + font-weight: bold; } div.cellRight { - width: 100%; - height: 100%; - text-align: right; + width: 100%; + height: 100%; + text-align: right; } div.cellCenter { - width:100%; - height:100%; - text-align:center; + width: 100%; + height: 100%; + text-align: center; } div.cellWhite { - width: 100%; - height: 100%; - background: #5b5b5b; - color: #111; + width: 100%; + height: 100%; + background: #5b5b5b; + color: #111; } div.cellNormal { - width: 100%; - height: 100%; - background: #6EB432; - color: #fff; + width: 100%; + height: 100%; + background: #6eb432; + color: #fff; } div.cellCritical { - width: 100%; - height: 100%; - background: #f85858; - color: #fff; + width: 100%; + height: 100%; + background: #f85858; + color: #fff; } div.cellWarning { - width: 100%; - height: 100%; - background: #ffea59; - color: #111; + width: 100%; + height: 100%; + background: #ffea59; + color: #111; } div.cellUnknown { - width: 100%; - height: 100%; - background: #AAAAAA; - color: #FFFFFF; + width: 100%; + height: 100%; + background: #aaaaaa; + color: #ffffff; } div.cellNotInit { - width: 100%; - height: 100%; - background: #3BA0FF; - color: #FFFFFF; + width: 100%; + height: 100%; + background: #3ba0ff; + color: #ffffff; } div.cellAlert { - width: 100%; - height: 100%; - background: #FF8800; - color: #111; + width: 100%; + height: 100%; + background: #ff8800; + color: #111; } div.cellBorder1 { - width: 100%; - height: 100%; - border: 1px solid #666; + width: 100%; + height: 100%; + border: 1px solid #666; } div.cellBig { - width: 100%; - height: 100%; - font-size: 18px; + width: 100%; + height: 100%; + font-size: 18px; } .info_box { - background: #5b5b5b; - margin-top: 10px !important; - margin-bottom: 10px !important; - padding: 0px 5px 5px 10px; - border-color: #E2E2E2; - border-style: solid; - border-width: 1px; - width: 100% !important; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; + background: #5b5b5b; + margin-top: 10px !important; + margin-bottom: 10px !important; + padding: 0px 5px 5px 10px; + border-color: #e2e2e2; + border-style: solid; + border-width: 1px; + width: 100% !important; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } .info_box .title * { - font-size: 10pt !important; - font-weight: bolder; + font-size: 10pt !important; + font-weight: bolder; } .info_box .icon { - width: 30px !important; - text-align: center; + 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; + filter: alpha(opacity=80); + -moz-opacity: 0.8; + opacity: 0.8; + -khtml-opacity: 0.8; } - -tr.group_view_data, .group_view_data { - color: #3F3F3F; +tr.group_view_data, +.group_view_data { + color: #3f3f3f; } -tr.group_view_crit, .group_view_crit { - background-color: #FC4444; - color: #fff; +tr.group_view_crit, +.group_view_crit { + background-color: #fc4444; + color: #fff; } -tr.group_view_norm, .group_view_norm, tr.group_view_normal, .group_view_normal { - #background-color: #5b5b5b; +tr.group_view_norm, +.group_view_norm, +tr.group_view_normal, +.group_view_normal { + #background-color: #5b5b5b; } -tr.group_view_ok, .group_view_ok { - background-color: #82b92e; - color: #fff; +tr.group_view_ok, +.group_view_ok { + background-color: #82b92e; + color: #fff; } -tr.group_view_not_init, .group_view_not_init, tr.group_view_not_init, .group_view_not_init { - background-color: #5BB6E5; - color: #fff !important; +tr.group_view_not_init, +.group_view_not_init, +tr.group_view_not_init, +.group_view_not_init { + background-color: #5bb6e5; + color: #fff !important; } -tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn { - background-color: #FAD403; - color: #3F3F3F !important; +tr.group_view_warn, +.group_view_warn, +tr.group_view_warn.a, +a.group_view_warn, +tr.a.group_view_warn { + background-color: #fad403; + color: #3f3f3f !important; } a.group_view_warn { - color: #FAD403 !important; + color: #fad403 !important; } -tr.group_view_alrm, .group_view_alrm { - background-color: #FFA631; - color: #FFF; +tr.group_view_alrm, +.group_view_alrm { + background-color: #ffa631; + color: #fff; } -tr.group_view_unk, .group_view_unk { - background-color: #B2B2B2 ; - color: #fff; +tr.group_view_unk, +.group_view_unk { + background-color: #b2b2b2; + color: #fff; } /* classes for event priorities. Sits now in functions.php */ -.datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a, .datos_green * { - background-color: #82b92e; - color: #fff; +.datos_green, +.datos_greenf9, +.datos_green a, +.datos_greenf9 a, +.datos_green * { + background-color: #82b92e; + color: #fff; } -.datos_red, .datos_redf9, .datos_red a, .datos_redf9 a, .datos_red *{ - background-color: #FC4444; - color: #fff !important; +.datos_red, +.datos_redf9, +.datos_red a, +.datos_redf9 a, +.datos_red * { + background-color: #fc4444; + color: #fff !important; } -.datos_yellow, .datos_yellowf9, .datos_yellow * { - background-color: #FAD403; - color: #111; +.datos_yellow, +.datos_yellowf9, +.datos_yellow * { + background-color: #fad403; + color: #111; } -a.datos_blue, .datos_bluef9, .datos_blue, .datos_blue * { - background-color: #4CA8E0; - color: #fff !important; +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_grey, +.datos_greyf9, +.datos_grey * { + background-color: #999999; + color: #fff; } -.datos_pink, .datos_pinkf9, .datos_pink * { - background-color: #fdc4ca; - color: #111; +.datos_pink, +.datos_pinkf9, +.datos_pink * { + background-color: #fdc4ca; + color: #111; } -.datos_brown, .datos_brownf9, .datos_brown * { - background-color: #A67C52; - color: #fff; +.datos_brown, +.datos_brownf9, +.datos_brown * { + background-color: #a67c52; + color: #fff; } -.datos_orange, .datos_orangef9, .datos_orange * { - background-color: #F7931E; - color: #111; +.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; +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 { - font-weight: bold; + font-weight: bold; } -ul.operation li a:hover { - #font-weight: bold; +ul.operation li a:hover { + #font-weight: bold; } -.menu_icon{ - transition-property: background-color; - transition-duration: 0.5s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color; - -webkit-transition-duration: 0.5s; - -webkit-transition-timing-function: ease-out; - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; - -o-transition-property: background-color; - -o-transition-duration: 0.5s; - -o-transition-timing-function: ease-out; +.menu_icon { + transition-property: background-color; + transition-duration: 0.5s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; + -moz-transition-property: background-color; + -moz-transition-duration: 0.5s; + -moz-transition-timing-function: ease-out; + -o-transition-property: background-color; + -o-transition-duration: 0.5s; + -o-transition-timing-function: ease-out; } -.menu_icon:hover{ - transition-property: background-color; - transition-duration: 0.5s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color; - -webkit-transition-duration: 0.5s; - -webkit-transition-timing-function: ease-out; - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; - -o-transition-property: background-color; - -o-transition-duration: 0.5s; - -o-transition-timing-function: ease-out; - background-color: #b1b1b1 !important; +.menu_icon:hover { + transition-property: background-color; + transition-duration: 0.5s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; + -moz-transition-property: background-color; + -moz-transition-duration: 0.5s; + -moz-transition-timing-function: ease-out; + -o-transition-property: background-color; + -o-transition-duration: 0.5s; + -o-transition-timing-function: ease-out; + background-color: #b1b1b1 !important; } -.submenu_not_selected:hover{ - transition-property: background-color; - transition-duration: 0.5s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color; - -webkit-transition-duration: 0.5s; - -webkit-transition-timing-function: ease-out; - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; - -o-transition-property: background-color; - -o-transition-duration: 0.5s; - -o-transition-timing-function: ease-out; - background-color: #b1b1b1 !important; +.submenu_not_selected:hover { + transition-property: background-color; + transition-duration: 0.5s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; + -moz-transition-property: background-color; + -moz-transition-duration: 0.5s; + -moz-transition-timing-function: ease-out; + -o-transition-property: background-color; + -o-transition-duration: 0.5s; + -o-transition-timing-function: ease-out; + background-color: #b1b1b1 !important; } -.submenu_selected:hover{ - background-color: #b1b1b1 !important; +.submenu_selected:hover { + background-color: #b1b1b1 !important; } -.sub_subMenu{ - transition-property: background-color; - transition-duration: 0.5s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color; - -webkit-transition-duration: 0.5s; - -webkit-transition-timing-function: ease-out; - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; - -o-transition-property: background-color; - -o-transition-duration: 0.5s; +.sub_subMenu { + transition-property: background-color; + transition-duration: 0.5s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; + -moz-transition-property: background-color; + -moz-transition-duration: 0.5s; + -moz-transition-timing-function: ease-out; + -o-transition-property: background-color; + -o-transition-duration: 0.5s; } -.sub_subMenu:hover{ - transition-property: background-color; - transition-duration: 0.5s; - transition-timing-function: ease-out; - -webkit-transition-property: background-color; - -webkit-transition-duration: 0.5s; - -webkit-transition-timing-function: ease-out; - -moz-transition-property: background-color; - -moz-transition-duration: 0.5s; - -moz-transition-timing-function: ease-out; - -o-transition-property: background-color; - -o-transition-duration: 0.5s; - background-color: #b1b1b1 !important; +.sub_subMenu:hover { + transition-property: background-color; + transition-duration: 0.5s; + transition-timing-function: ease-out; + -webkit-transition-property: background-color; + -webkit-transition-duration: 0.5s; + -webkit-transition-timing-function: ease-out; + -moz-transition-property: background-color; + -moz-transition-duration: 0.5s; + -moz-transition-timing-function: ease-out; + -o-transition-property: background-color; + -o-transition-duration: 0.5s; + background-color: #b1b1b1 !important; } .submenu_text { - color: #fff; + color: #fff; } .menu li.selected { - box-shadow: inset 4px 0 #b1b1b1; + box-shadow: inset 4px 0 #b1b1b1; } -li.links a:hover { - #font-weight: bold; +li.links a:hover { + #font-weight: bold; } .is_submenu2 li { - background-color: #ff0000; + background-color: #ff0000; } .is_submenu2 { - background-color: #222222 !important; + background-color: #222222 !important; } .operation { - background-color: #333 !important; + background-color: #333 !important; } .operation .selected { - background-color: #b1b1b1 !important; + background-color: #b1b1b1 !important; } -.menu li, .menu .li.not_selected { - border-radius: 0px 0px 0px 0px; - display: block; - min-height: 35px; - border-bottom: 0px none #424242; - vertical-align: middle; +.menu li, +.menu .li.not_selected { + border-radius: 0px 0px 0px 0px; + display: block; + min-height: 35px; + border-bottom: 0px none #424242; + vertical-align: middle; } #menu_tab li.separator { - /* Empty */ + /* Empty */ } -.operation{ - border-top-right-radius: 5px; - border-right-style: solid; - border-right-width: 0px; - +.operation { + border-top-right-radius: 5px; + border-right-style: solid; + border-right-width: 0px; } -input#text-id_parent.ac_input, input, textarea, select { - background-color: #5b5b5b !important; - border: 1px solid #cbcbcb; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; +input#text-id_parent.ac_input, +input, +textarea, +select { + background-color: #5b5b5b !important; + border: 1px solid #cbcbcb; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } span#plugin_description { - font-size: 9px; + font-size: 9px; } /*FOR TINYMCE*/ #tinymce { - text-align: left; + text-align: left; } -.visual_font_size_4pt, .visual_font_size_4pt > em, .visual_font_size_4pt > strong, .visual_font_size_4pt > strong > span, .visual_font_size_4pt > span, .visual_font_size_4pt > strong > em, .visual_font_size_4pt > em > strong, .visual_font_size_4pt em span, .visual_font_size_4pt span em { - font-size: 4pt !important; - line-height: 4pt; +.visual_font_size_4pt, +.visual_font_size_4pt > em, +.visual_font_size_4pt > strong, +.visual_font_size_4pt > strong > span, +.visual_font_size_4pt > span, +.visual_font_size_4pt > strong > em, +.visual_font_size_4pt > em > strong, +.visual_font_size_4pt em span, +.visual_font_size_4pt span em { + font-size: 4pt !important; + line-height: 4pt; } -.visual_font_size_6pt, .visual_font_size_6pt > em, .visual_font_size_6pt > strong, .visual_font_size_6pt > strong > span, .visual_font_size_6pt > span, .visual_font_size_6pt > strong > em, .visual_font_size_6pt > em > strong, .visual_font_size_6pt em span, .visual_font_size_6pt span em { - font-size: 6pt !important; - line-height: 6pt; +.visual_font_size_6pt, +.visual_font_size_6pt > em, +.visual_font_size_6pt > strong, +.visual_font_size_6pt > strong > span, +.visual_font_size_6pt > span, +.visual_font_size_6pt > strong > em, +.visual_font_size_6pt > em > strong, +.visual_font_size_6pt em span, +.visual_font_size_6pt span em { + font-size: 6pt !important; + line-height: 6pt; } -.visual_font_size_8pt, .visual_font_size_8pt > em, .visual_font_size_8pt > strong, .visual_font_size_8pt > strong > span , .visual_font_size_8pt > span, .visual_font_size_8pt > strong > em, .visual_font_size_8pt > em > strong, .visual_font_size_8pt em span, .visual_font_size_8pt span em { - font-size: 8pt !important; - line-height: 8pt; +.visual_font_size_8pt, +.visual_font_size_8pt > em, +.visual_font_size_8pt > strong, +.visual_font_size_8pt > strong > span, +.visual_font_size_8pt > span, +.visual_font_size_8pt > strong > em, +.visual_font_size_8pt > em > strong, +.visual_font_size_8pt em span, +.visual_font_size_8pt span em { + font-size: 8pt !important; + line-height: 8pt; } -.visual_font_size_10pt, .visual_font_size_10pt > em , .visual_font_size_10pt > strong, .visual_font_size_10pt > strong > em, .visual_font_size_10pt > em > strong, .visual_font_size_10pt em span, .visual_font_size_10pt span em { - font-size: 10pt !important; - line-height: 10pt; +.visual_font_size_10pt, +.visual_font_size_10pt > em, +.visual_font_size_10pt > strong, +.visual_font_size_10pt > strong > em, +.visual_font_size_10pt > em > strong, +.visual_font_size_10pt em span, +.visual_font_size_10pt span em { + font-size: 10pt !important; + line-height: 10pt; } -.visual_font_size_12pt, .visual_font_size_12pt > em , .visual_font_size_12pt > strong, .visual_font_size_12pt > strong > em, .visual_font_size_12pt > em > strong, .visual_font_size_12pt em span, .visual_font_size_12pt span em { - font-size: 12pt !important; - line-height: 12pt; +.visual_font_size_12pt, +.visual_font_size_12pt > em, +.visual_font_size_12pt > strong, +.visual_font_size_12pt > strong > em, +.visual_font_size_12pt > em > strong, +.visual_font_size_12pt em span, +.visual_font_size_12pt span em { + font-size: 12pt !important; + line-height: 12pt; } -.visual_font_size_14pt, .visual_font_size_14pt > em , .visual_font_size_14pt > strong, .visual_font_size_14pt > strong > span, .visual_font_size_14pt > span, .visual_font_size_14pt > strong > em, .visual_font_size_14pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { - font-size: 14pt !important; - line-height: 14pt; +.visual_font_size_14pt, +.visual_font_size_14pt > em, +.visual_font_size_14pt > strong, +.visual_font_size_14pt > strong > span, +.visual_font_size_14pt > span, +.visual_font_size_14pt > strong > em, +.visual_font_size_14pt > em > strong, +.visual_font_size_14pt em span, +.visual_font_size_14pt span em { + font-size: 14pt !important; + line-height: 14pt; } -.visual_font_size_18pt, .visual_font_size_18pt > em , .visual_font_size_18pt > strong, .visual_font_size_18pt > strong > span, .visual_font_size_18pt > span, .visual_font_size_18pt > strong > em, .visual_font_size_18pt > em > strong, .visual_font_size_18pt em span, .visual_font_size_18pt span em { - font-size: 18pt !important; - line-height: 18pt; +.visual_font_size_18pt, +.visual_font_size_18pt > em, +.visual_font_size_18pt > strong, +.visual_font_size_18pt > strong > span, +.visual_font_size_18pt > span, +.visual_font_size_18pt > strong > em, +.visual_font_size_18pt > em > strong, +.visual_font_size_18pt em span, +.visual_font_size_18pt span em { + font-size: 18pt !important; + line-height: 18pt; } -.visual_font_size_24pt, .visual_font_size_24pt > em, .visual_font_size_24pt > strong, .visual_font_size_24pt > strong > span , .visual_font_size_24pt > span, .visual_font_size_24pt > strong > em, .visual_font_size_24pt > em > strong, .visual_font_size_24pt em span, .visual_font_size_24pt span em { - font-size: 24pt !important; - line-height: 24pt; +.visual_font_size_24pt, +.visual_font_size_24pt > em, +.visual_font_size_24pt > strong, +.visual_font_size_24pt > strong > span, +.visual_font_size_24pt > span, +.visual_font_size_24pt > strong > em, +.visual_font_size_24pt > em > strong, +.visual_font_size_24pt em span, +.visual_font_size_24pt span em { + font-size: 24pt !important; + line-height: 24pt; } -.visual_font_size_28pt, .visual_font_size_28pt > em, .visual_font_size_28pt > strong, .visual_font_size_28pt > strong > span , .visual_font_size_28pt > span, .visual_font_size_28pt > strong > em, .visual_font_size_28pt > em > strong, .visual_font_size_28pt em span, .visual_font_size_28pt span em { - font-size: 28pt !important; - line-height: 28pt; +.visual_font_size_28pt, +.visual_font_size_28pt > em, +.visual_font_size_28pt > strong, +.visual_font_size_28pt > strong > span, +.visual_font_size_28pt > span, +.visual_font_size_28pt > strong > em, +.visual_font_size_28pt > em > strong, +.visual_font_size_28pt em span, +.visual_font_size_28pt span em { + font-size: 28pt !important; + line-height: 28pt; } -.visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong, .visual_font_size_36pt > strong > span, .visual_font_size_36pt > span, .visual_font_size_36pt > strong > em, .visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { - font-size: 36pt !important; - line-height: 36pt; +.visual_font_size_36pt, +.visual_font_size_36pt > em, +.visual_font_size_36pt > strong, +.visual_font_size_36pt > strong > span, +.visual_font_size_36pt > span, +.visual_font_size_36pt > strong > em, +.visual_font_size_36pt > em > strong, +.visual_font_size_36pt em span, +.visual_font_size_36pt span em { + font-size: 36pt !important; + line-height: 36pt; } -.visual_font_size_48pt, .visual_font_size_48pt > em, .visual_font_size_48pt > strong, .visual_font_size_48pt > strong > span, .visual_font_size_48pt > span, .visual_font_size_48pt > strong > em, .visual_font_size_48pt > em > strong, .visual_font_size_48pt em span, .visual_font_size_48pt span em { - font-size: 48pt !important; - line-height: 48pt; +.visual_font_size_48pt, +.visual_font_size_48pt > em, +.visual_font_size_48pt > strong, +.visual_font_size_48pt > strong > span, +.visual_font_size_48pt > span, +.visual_font_size_48pt > strong > em, +.visual_font_size_48pt > em > strong, +.visual_font_size_48pt em span, +.visual_font_size_48pt span em { + font-size: 48pt !important; + line-height: 48pt; } -.visual_font_size_60pt, .visual_font_size_60pt > em, .visual_font_size_60pt > strong, .visual_font_size_60pt > strong > span, .visual_font_size_60pt > span, .visual_font_size_60pt > strong > em, .visual_font_size_60pt > em > strong, .visual_font_size_60pt em span, .visual_font_size_60pt span em { - font-size: 60pt !important; - line-height: 60pt; +.visual_font_size_60pt, +.visual_font_size_60pt > em, +.visual_font_size_60pt > strong, +.visual_font_size_60pt > strong > span, +.visual_font_size_60pt > span, +.visual_font_size_60pt > strong > em, +.visual_font_size_60pt > em > strong, +.visual_font_size_60pt em span, +.visual_font_size_60pt span em { + font-size: 60pt !important; + line-height: 60pt; } -.visual_font_size_72pt, .visual_font_size_72pt > em, .visual_font_size_72pt > strong, .visual_font_size_72pt > strong > span, .visual_font_size_72pt > span, .visual_font_size_72pt > strong > em, .visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { - font-size: 72pt !important; - line-height: 72pt; +.visual_font_size_72pt, +.visual_font_size_72pt > em, +.visual_font_size_72pt > strong, +.visual_font_size_72pt > strong > span, +.visual_font_size_72pt > span, +.visual_font_size_72pt > strong > em, +.visual_font_size_72pt > em > strong, +.visual_font_size_72pt em span, +.visual_font_size_72pt span em { + font-size: 72pt !important; + line-height: 72pt; } -.visual_font_size_84pt, .visual_font_size_84pt > em, .visual_font_size_84pt > strong, .visual_font_size_84pt > strong > span, .visual_font_size_84pt > span, .visual_font_size_84pt > strong > em, .visual_font_size_84pt > em > strong, .visual_font_size_84pt em span, .visual_font_size_84pt span em { - font-size: 84pt !important; - line-height: 84pt; +.visual_font_size_84pt, +.visual_font_size_84pt > em, +.visual_font_size_84pt > strong, +.visual_font_size_84pt > strong > span, +.visual_font_size_84pt > span, +.visual_font_size_84pt > strong > em, +.visual_font_size_84pt > em > strong, +.visual_font_size_84pt em span, +.visual_font_size_84pt span em { + font-size: 84pt !important; + line-height: 84pt; } -.visual_font_size_96pt, .visual_font_size_96pt > em, .visual_font_size_96pt > strong, .visual_font_size_96pt > strong > span, .visual_font_size_96pt > span, .visual_font_size_96pt > strong > em, .visual_font_size_96pt > em > strong, .visual_font_size_96pt em span, .visual_font_size_96pt span em { - font-size: 96pt !important; - line-height: 96pt; +.visual_font_size_96pt, +.visual_font_size_96pt > em, +.visual_font_size_96pt > strong, +.visual_font_size_96pt > strong > span, +.visual_font_size_96pt > span, +.visual_font_size_96pt > strong > em, +.visual_font_size_96pt > em > strong, +.visual_font_size_96pt em span, +.visual_font_size_96pt span em { + font-size: 96pt !important; + line-height: 96pt; } -.visual_font_size_116pt, .visual_font_size_116pt > em, .visual_font_size_116pt > strong, .visual_font_size_116pt > strong > span, .visual_font_size_116pt > span, .visual_font_size_116pt > strong > em, .visual_font_size_116pt > em > strong, .visual_font_size_116pt em span, .visual_font_size_116pt span em { - font-size: 116pt !important; - line-height: 116pt; +.visual_font_size_116pt, +.visual_font_size_116pt > em, +.visual_font_size_116pt > strong, +.visual_font_size_116pt > strong > span, +.visual_font_size_116pt > span, +.visual_font_size_116pt > strong > em, +.visual_font_size_116pt > em > strong, +.visual_font_size_116pt em span, +.visual_font_size_116pt span em { + font-size: 116pt !important; + line-height: 116pt; } -.visual_font_size_128pt, .visual_font_size_128pt > em, .visual_font_size_128pt > strong, .visual_font_size_128pt > strong > span, .visual_font_size_128pt > span, .visual_font_size_128pt > strong > em, .visual_font_size_128pt > em > strong, .visual_font_size_128pt em span, .visual_font_size_128pt span em { - font-size: 128pt !important; - line-height: 128pt; +.visual_font_size_128pt, +.visual_font_size_128pt > em, +.visual_font_size_128pt > strong, +.visual_font_size_128pt > strong > span, +.visual_font_size_128pt > span, +.visual_font_size_128pt > strong > em, +.visual_font_size_128pt > em > strong, +.visual_font_size_128pt em span, +.visual_font_size_128pt span em { + font-size: 128pt !important; + line-height: 128pt; } -.visual_font_size_140pt, .visual_font_size_140pt > em, .visual_font_size_140pt > strong, .visual_font_size_140pt > strong > span, .visual_font_size_140pt > span, .visual_font_size_140pt > strong > em, .visual_font_size_140pt > em > strong, .visual_font_size_140pt em span, .visual_font_size_140pt span em { - font-size: 140pt !important; - line-height: 140pt; +.visual_font_size_140pt, +.visual_font_size_140pt > em, +.visual_font_size_140pt > strong, +.visual_font_size_140pt > strong > span, +.visual_font_size_140pt > span, +.visual_font_size_140pt > strong > em, +.visual_font_size_140pt > em > strong, +.visual_font_size_140pt em span, +.visual_font_size_140pt span em { + font-size: 140pt !important; + line-height: 140pt; } -.visual_font_size_154pt, .visual_font_size_154pt > em, .visual_font_size_154pt > strong, .visual_font_size_154pt > strong > span, .visual_font_size_154pt > span, .visual_font_size_154pt > strong > em, .visual_font_size_154pt > em > strong, .visual_font_size_154pt em span, .visual_font_size_154pt span em { - font-size: 154pt !important; - line-height: 154pt; +.visual_font_size_154pt, +.visual_font_size_154pt > em, +.visual_font_size_154pt > strong, +.visual_font_size_154pt > strong > span, +.visual_font_size_154pt > span, +.visual_font_size_154pt > strong > em, +.visual_font_size_154pt > em > strong, +.visual_font_size_154pt em span, +.visual_font_size_154pt span em { + font-size: 154pt !important; + line-height: 154pt; } -.visual_font_size_196pt, .visual_font_size_196pt > em, .visual_font_size_196pt > strong, .visual_font_size_196pt > strong > span, .visual_font_size_196pt > span, .visual_font_size_196pt > strong > em, .visual_font_size_196pt > em > strong, .visual_font_size_196pt em span, .visual_font_size_196pt span em { - font-size: 196pt !important; - line-height: 196pt; +.visual_font_size_196pt, +.visual_font_size_196pt > em, +.visual_font_size_196pt > strong, +.visual_font_size_196pt > strong > span, +.visual_font_size_196pt > span, +.visual_font_size_196pt > strong > em, +.visual_font_size_196pt > em > strong, +.visual_font_size_196pt em span, +.visual_font_size_196pt span em { + font-size: 196pt !important; + line-height: 196pt; } - - -.resize_visual_font_size_8pt, .resize_visual_font_size_8pt > em, .resize_visual_font_size_8pt > strong, .resize_visual_font_size_8pt > strong > span, .resize_visual_font_size_8pt > span, .resize_visual_font_size_8pt > strong > em, .resize_visual_font_size_8pt > em > strong, .visual_font_size_8pt em span, .visual_font_size_8pt span em { - font-size: 4pt !important; - line-height: 4pt; +.resize_visual_font_size_8pt, +.resize_visual_font_size_8pt > em, +.resize_visual_font_size_8pt > strong, +.resize_visual_font_size_8pt > strong > span, +.resize_visual_font_size_8pt > span, +.resize_visual_font_size_8pt > strong > em, +.resize_visual_font_size_8pt > em > strong, +.visual_font_size_8pt em span, +.visual_font_size_8pt span em { + font-size: 4pt !important; + line-height: 4pt; } -.resize_visual_font_size_14pt, .resize_visual_font_size_14pt > em , .resize_visual_font_size_14pt > strong, .resize_visual_font_size_14pt > strong > span, .resize_visual_font_size_14pt > span, .resize_visual_font_size_14pt > strong > em, .resize_visual_font_size_14pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { - font-size: 7pt !important; - line-height: 7pt; +.resize_visual_font_size_14pt, +.resize_visual_font_size_14pt > em, +.resize_visual_font_size_14pt > strong, +.resize_visual_font_size_14pt > strong > span, +.resize_visual_font_size_14pt > span, +.resize_visual_font_size_14pt > strong > em, +.resize_visual_font_size_14pt > em > strong, +.visual_font_size_14pt em span, +.visual_font_size_14pt span em { + font-size: 7pt !important; + line-height: 7pt; } -.resize_visual_font_size_24pt, .resize_visual_font_size_24pt > em, .resize_visual_font_size_24pt > strong, .resize_visual_font_size_24pt > strong > span, .resize_visual_font_size_24pt > span, .resize_visual_font_size_24pt > strong > em, .resize_visual_font_size_24pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { - font-size: 12pt !important; - line-height: 12pt; +.resize_visual_font_size_24pt, +.resize_visual_font_size_24pt > em, +.resize_visual_font_size_24pt > strong, +.resize_visual_font_size_24pt > strong > span, +.resize_visual_font_size_24pt > span, +.resize_visual_font_size_24pt > strong > em, +.resize_visual_font_size_24pt > em > strong, +.visual_font_size_14pt em span, +.visual_font_size_14pt span em { + font-size: 12pt !important; + line-height: 12pt; } -.resize_visual_font_size_36pt, .resize_visual_font_size_36pt > em, .resize_visual_font_size_36pt > strong, .resize_visual_font_size_36pt > strong > span, .resize_visual_font_size_36pt > span, .resize_visual_font_size_36pt > strong > em, .resize_visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { - font-size: 18pt !important; - line-height: 18pt; +.resize_visual_font_size_36pt, +.resize_visual_font_size_36pt > em, +.resize_visual_font_size_36pt > strong, +.resize_visual_font_size_36pt > strong > span, +.resize_visual_font_size_36pt > span, +.resize_visual_font_size_36pt > strong > em, +.resize_visual_font_size_36pt > em > strong, +.visual_font_size_36pt em span, +.visual_font_size_36pt span em { + font-size: 18pt !important; + line-height: 18pt; } -.resize_visual_font_size_72pt, .resize_visual_font_size_72pt > em, .resize_visual_font_size_72pt > strong, .resize_visual_font_size_72pt > strong > span, .resize_visual_font_size_72pt > span, .resize_visual_font_size_72pt > strong > em, .resize_visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { - font-size: 36pt !important; - line-height: 36pt; +.resize_visual_font_size_72pt, +.resize_visual_font_size_72pt > em, +.resize_visual_font_size_72pt > strong, +.resize_visual_font_size_72pt > strong > span, +.resize_visual_font_size_72pt > span, +.resize_visual_font_size_72pt > strong > em, +.resize_visual_font_size_72pt > em > strong, +.visual_font_size_72pt em span, +.visual_font_size_72pt span em { + font-size: 36pt !important; + line-height: 36pt; } /*SIDEBAR*/ .menu_sidebar { - color:#111; - background: #3f3f3f; + 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; + 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; + -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; + 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-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; + -moz-border-bottom-left-radius: 8px; + -webkit-border-bottom-left-radius: 8px; + border-bottom-left-radius: 8px; - border-right:0px solid #000; + 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; + -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; + 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; + border-spacing: 0px 4px; } .groupsview tr { - background-color: #666; + background-color: #666; } .groupsview th { - font-size: 12px; - padding: 5px; + 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; +.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; + -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; +.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; + display: inline !important; + cursor: help; } -a.tip>img { - margin-left: 2px; - margin-right: 2px; +a.tip > img { + 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; + 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; +.vertical_fields td input, +.vertical_fields td select { + margin-top: 8px !important; } -a[id^='tgl_ctrl_']>img, a[id^='tgl_ctrl_']>b>img{ - vertical-align:middle; +a[id^="tgl_ctrl_"] > img, +a[id^="tgl_ctrl_"] > b > img { + vertical-align: middle; } .noshadow { - -moz-box-shadow: 0px !important; - -webkit-box-shadow: 0px !important; - box-shadow: 0px !important; + -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: #666; - color: #FFF; - padding: 4px 5px; - font-weight: bold; - font-size: small; - font-size: 11px; - /* IE 8 */ - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)"; - /* Netscape */ - -moz-opacity: 0.9; - opacity: 0.9; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; +div.forced_title_layer { + display: block; + text-decoration: none; + position: absolute; + z-index: 100000; + border: 1px solid #708090; + background-color: #666; + color: #fff; + padding: 4px 5px; + font-weight: bold; + font-size: small; + font-size: 11px; + /* IE 8 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)"; + /* Netscape */ + -moz-opacity: 0.9; + opacity: 0.9; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } /* Graphs styles */ -div.legend>div { - pointer-events: none; /* Allow to click the graphs below */ - opacity: 0.65 !important; +div.legend > div { + pointer-events: none; /* Allow to click the graphs below */ + 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; + 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; + 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; + width: 40%; + position: absolute; + top: 0; + right: 20px; - #background-color: #5b5b5b; - #padding: 10px; + #background-color: #5b5b5b; + #padding: 10px; } #rmf_data { - width: 40%; - height: 80%; - position: absolute; - top:0; - right:20px; - overflow: auto; + width: 40%; + height: 80%; + position: absolute; + top: 0; + right: 20px; + overflow: auto; - #background-color: #5b5b5b; - #padding: 10px; + #background-color: #5b5b5b; + #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; + 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: #ECECEC !important; + background: #ececec !important; } -ul.subsubmenu li{ - background-color: #ECECEC; - font-weight: bold; - text-decoration: none; - font-size: 14px; - border-color: #E2E2E2; - border-style: solid; - border-width: 1px; +ul.subsubmenu li { + background-color: #ececec; + font-weight: bold; + text-decoration: none; + font-size: 14px; + border-color: #e2e2e2; + border-style: solid; + border-width: 1px; } -ul.subsubmenu li a{ - padding: 0px 10px 5px; +ul.subsubmenu li a { + padding: 0px 10px 5px; } div#agent_wizard_subtabs { - position: absolute; - margin-left: 0px; - display: none; - padding-bottom: 3px; - z-index: 1000; + position: absolute; + margin-left: 0px; + display: none; + padding-bottom: 3px; + z-index: 1000; } .agent_wizard_tab:hover { - cursor: default; + cursor: default; } #container_servicemap_legend { - position: absolute; - width: 200px; - background: #5b5b5b; - margin-top: 10px; - right: 2px; - border: 1px solid #E2E2E2; - border-radius: 5px; - padding: 10px; - opacity: .90; + position: absolute; + width: 200px; + background: #5b5b5b; + margin-top: 10px; + right: 2px; + border: 1px solid #e2e2e2; + border-radius: 5px; + padding: 10px; + opacity: 0.9; } #container_servicemap_legend table { - text-align: left; + text-align: left; } .legend_square { - width: 20px; - padding-left: 20px; - padding-right: 10px; + width: 20px; + padding-left: 20px; + padding-right: 10px; } .legend_square_simple { - padding-left:0px; - padding-right: 10px; - padding-bottom: 3px; + padding-left: 0px; + padding-right: 10px; + padding-bottom: 3px; } -.legend_square div, .legend_square_simple div { - width: 20px; - height: 20px; - border-radius: 3px; +.legend_square div, +.legend_square_simple div { + width: 20px; + height: 20px; + border-radius: 3px; } .legend_basic { - background: #F4F4F4; - margin-top: 10px; - border-radius: 5px; - padding: 10px; + background: #f4f4f4; + margin-top: 10px; + border-radius: 5px; + padding: 10px; } .agents_modules_table th { - background: #3F3F3F; + background: #3f3f3f; } .agents_modules_table th * { - color: #FFFFFF; + color: #ffffff; } /* * LOAD_ENTERPRISE.PHP */ #code_license_dialog { - padding: 50px; - padding-top: 10px; + padding: 50px; + padding-top: 10px; } #code_license_dialog #logo { - margin-bottom: 20px; - text-align: center; + margin-bottom: 20px; + text-align: center; } -#code_license_dialog, #code_license_dialog * { - font-size: 14px; +#code_license_dialog, +#code_license_dialog * { + font-size: 14px; } #code_license_dialog ul { - padding-left: 30px; - list-style-image: url("../../images/input_tick.png"); + padding-left: 30px; + list-style-image: url("../../images/input_tick.png"); } #code_license_dialog li { - margin-bottom: 12px; + margin-bottom: 12px; } #code_license_dialog #code { - font-weight: bolder; - font-size: 20px; - border: 1px solid #dddddd; - padding: 5px; - text-align: center; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + font-weight: bolder; + font-size: 20px; + border: 1px solid #dddddd; + padding: 5px; + text-align: center; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + border-radius: 8px; } #code_license_dialog a { - text-decoration: underline; + text-decoration: underline; } /* GRAPHS CSS */ .parent_graph { - position: relative; + position: relative; } -.menu_graph, .timestamp_graph { - position: absolute !important; +.menu_graph, +.timestamp_graph { + position: absolute !important; } .menu_graph { - -moz-border-top-right-radius: 6px; - -webkit-border-top-right-radius: 6px; - border-top-right-radius: 6px; - -moz-border-top-left-radius: 6px; - -webkit-border-top-left-radius: 6px; - border-top-left-radius: 6px; + -moz-border-top-right-radius: 6px; + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + -moz-border-top-left-radius: 6px; + -webkit-border-top-left-radius: 6px; + border-top-left-radius: 6px; } .legend_graph { - margin: 0px; - padding: 0px; - text-align: left; + margin: 0px; + padding: 0px; + text-align: left; } .legendColorBox * { - font-size: 0px; - padding: 0px 4px; - overflow: visible !important; + font-size: 0px; + padding: 0px 4px; + overflow: visible !important; } /* GIS CSS */ .olLayerDiv { - z-index: 102 !important; + z-index: 102 !important; } /* Alert view */ -table.alert_days th, table.alert_time th{ - height: 30px; - vertical-align: middle; +table.alert_days th, +table.alert_time th { + height: 30px; + vertical-align: middle; } table.alert_escalation th img { - width: 18px; + width: 18px; } - td.used_field { - #border: solid #6EB432; - background: #6EB432 !important; - color: #FFFFFF; - font-weight: bold; + #border: solid #6eb432; + background: #6eb432 !important; + color: #ffffff; + font-weight: bold; } td.overrided_field { - color: #666; + color: #666; } td.unused_field { - color: #888; + color: #888; } td.empty_field { - background: url('../../images/long_arrow.png') no-repeat 100% center; + background: url("../../images/long_arrow.png") no-repeat 100% center; } #table_macros textarea { - width: 96%; + width: 96%; } /* Policies styles */ table#policy_modules td * { - display: inline; + display: inline; } .context_help_title { - font-weight: bolder; - text-align: left; + font-weight: bolder; + text-align: left; } .context_help_body { - text-align: left; + text-align: left; } #left_column_logon_ok { - width: 750px; - float:left; + width: 750px; + float: left; } #news_board { - min-width: 530px; + min-width: 530px; } #right_column_logon_ok { - width: 350px; - float: right; - margin-right: 20px; + width: 350px; + float: right; + margin-right: 20px; } #clippy_head_title { - font-weight: bold; - background: #82b92e; - color: #ffffff; - margin-top: -15px; - margin-left: -15px; - margin-right: -15px; - padding: 5px; - margin-bottom: 10px; - border-top-left-radius: 2px; - border-top-right-radius: 2px; + font-weight: bold; + background: #82b92e; + color: #ffffff; + margin-top: -15px; + margin-left: -15px; + margin-right: -15px; + padding: 5px; + margin-bottom: 10px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; } .clippy_body { - color: black; + color: black; } #dialog-double_auth-container { - width: 100%; - text-align: center; - vertical-align: middle; + width: 100%; + text-align: center; + vertical-align: middle; } .center_align { - text-align: center; + text-align: center; } .left_align { - text-align: left; + text-align: left; } -.status_tactical{ - width: 100%; - margin-left: auto; - margin-right: auto; - background-color: #5b5b5b !important; - padding: 10px; - border: 1px solid #E2E2E2; - margin-top: 5%; - text-align: left; +.status_tactical { + width: 100%; + margin-left: auto; + margin-right: auto; + background-color: #5b5b5b !important; + padding: 10px; + border: 1px solid #e2e2e2; + margin-top: 5%; + text-align: left; } .status_tactical img { - border: 3px solid #000; - border-radius: 100px; + border: 3px solid #000; + border-radius: 100px; } -#sumary{ - color: #FFF; - margin: 15px; - padding: 10px 30px; - font-size: 20px; - font-weight: bold; - height: 66px; - width: 191px; - border-radius: 2px; +#sumary { + color: #fff; + margin: 15px; + padding: 10px 30px; + font-size: 20px; + font-weight: bold; + height: 66px; + width: 191px; + border-radius: 2px; } -.databox.data td{ - border-bottom: 1px solid #E2E2E2; +.databox.data td { + border-bottom: 1px solid #e2e2e2; } -.databox .search{ - margin-top: 0px; +.databox .search { + margin-top: 0px; } -.databox.data td.progress_bar img{ - border: 3px solid #000; - border-radius: 100px; +.databox.data td.progress_bar img { + border: 3px solid #000; + border-radius: 100px; } -.databox td{ - padding-left: 9px; - padding-right: 9px; - padding-top: 7px; - padding-bottom: 7px; +.databox td { + padding-left: 9px; + padding-right: 9px; + padding-top: 7px; + padding-bottom: 7px; } -.databox.pies fieldset.tactical_set{ - width:70% !important; - height: 285px; +.databox.pies fieldset.tactical_set { + width: 70% !important; + height: 285px; } -.difference{ - border-left-width: 2px; - border-left-style: solid; - border-right-width: 2px; - border-right-style: solid; - border-color: #E2E2E2; +.difference { + border-left-width: 2px; + border-left-style: solid; + border-right-width: 2px; + border-right-style: solid; + border-color: #e2e2e2; } #title_menu { - color: #FFF; - float: right; - width: 70%; - letter-spacing: 0pt; - font-size: 8pt; - white-space: pre-wrap; + color: #fff; + float: right; + width: 70%; + letter-spacing: 0pt; + font-size: 8pt; + white-space: pre-wrap; } -.no_hidden_menu{ - background-position: 11% 50% !important; +.no_hidden_menu { + background-position: 11% 50% !important; } -#menu_tab li.nomn, #menu_tab li.nomn_high { - background-color: #ECECEC; - padding-right: 3px; - padding-left: 3px; - font-weight: bold; - text-decoration: none; - font-size: 14px; - border-color: #E2E2E2; - border-style: solid; - border-width: 1px; - margin-top: -10px; +#menu_tab li.nomn, +#menu_tab li.nomn_high { + background-color: #ececec; + padding-right: 3px; + padding-left: 3px; + font-weight: bold; + text-decoration: none; + font-size: 14px; + border-color: #e2e2e2; + border-style: solid; + border-width: 1px; + margin-top: -10px; } -#menu_tab li.nomn_high, #menu_tab li.nomn_high span { - color: #FFF; - background-color: #5b5b5b; +#menu_tab li.nomn_high, +#menu_tab li.nomn_high span { + color: #fff; + background-color: #5b5b5b; } -#menu_tab li.nomn img, #menu_tab li img { - margin-top: 3px; - margin-left: 3px; +#menu_tab li.nomn img, +#menu_tab li img { + margin-top: 3px; + margin-left: 3px; } -#menu_tab li.tab_operation a, #menu_tab a.tab_operation{ - background: none !important ; +#menu_tab li.tab_operation a, +#menu_tab a.tab_operation { + background: none !important ; } -.subsubmenu{ - position: absolute; - float: right; - z-index: 9999; - display: none; - margin-top: 6px !important ; - left: 0px !important; +.subsubmenu { + position: absolute; + float: right; + z-index: 9999; + display: none; + margin-top: 6px !important ; + left: 0px !important; } -.subsubmenu li{ - margin-top: 0px !important ; +.subsubmenu li { + margin-top: 0px !important ; } -.agents_modules_table{ - border: 1px solid #E2E2E2; - border-spacing: 0px; +.agents_modules_table { + border: 1px solid #e2e2e2; + border-spacing: 0px; } -.agents_modules_table td{ - border: 1px solid #E2E2E2; +.agents_modules_table td { + border: 1px solid #e2e2e2; } -.agents_modules_table th{ - border: 1px solid #E2E2E2; +.agents_modules_table th { + border: 1px solid #e2e2e2; } -.databox.filters, .databox.data, .databox.profile_list{ - margin-bottom: 20px; +.databox.filters, +.databox.data, +.databox.profile_list { + margin-bottom: 20px; } -.databox.filters td{ - padding: 10px; - padding-left:20px; +.databox.filters td { + padding: 10px; + padding-left: 20px; } -.databox.profile_list td{ - padding: 4px 1px; - padding-left: 5px; - border-bottom: 1px solid #E2E2E2; +.databox.profile_list td { + padding: 4px 1px; + padding-left: 5px; + border-bottom: 1px solid #e2e2e2; } -.databox.profile_list a.tip > img{ - margin: 0px; +.databox.profile_list a.tip > img { + margin: 0px; } -.databox.filters td>img, .databox.filters td>div>a>img, -.databox.filters td>span>img, .databox.filters td>span>a>img, -.databox.filters td>a>img{ - vertical-align: middle; - margin-left: 5px; +.databox.filters td > img, +.databox.filters td > div > a > img, +.databox.filters td > span > img, +.databox.filters td > span > a > img, +.databox.filters td > a > img { + vertical-align: middle; + margin-left: 5px; } -.databox.data td>img,.databox.data th>img, .databox.data td>div>a>img, -.databox.data td>span>img, .databox.data td>span>a>img, -.databox.data td>a>img, .databox.data td>form>a>img { - vertical-align: middle; - +.databox.data td > img, +.databox.data th > img, +.databox.data td > div > a > img, +.databox.data td > span > img, +.databox.data td > span > a > img, +.databox.data td > a > img, +.databox.data td > form > a > img { + vertical-align: middle; } -.databox.filters td>a>img { - vertical-align: middle; +.databox.filters td > a > img { + vertical-align: middle; } -.databox.data td>input[type="checkbox"] { - margin: 0px; +.databox.data td > input[type="checkbox"] { + margin: 0px; } -.databox_color td{ - padding-left: 10px; +.databox_color td { + padding-left: 10px; } -.databox.agente td>div>canvas{ - width: 100% !important; - text-align: left !important; +.databox.agente td > div > canvas { + width: 100% !important; + text-align: left !important; } -.databox.agente td>div.graph{ - width: 100% !important; - text-align: left !important; +.databox.agente td > div.graph { + width: 100% !important; + text-align: left !important; } -.godmode, .menu_icon ul li{ - background-color: #222; +.godmode, +.menu_icon ul li { + background-color: #222; } -.operation .menu_icon ul li{ - background-color: #333; +.operation .menu_icon ul li { + background-color: #333; } -.godmode{ - border-top: 4px solid !important; - padding-bottom: 4px !important; - border-bottom-right-radius: 5px; - border-right-style: solid; - border-right-width: 0px; +.godmode { + border-top: 4px solid !important; + padding-bottom: 4px !important; + border-bottom-right-radius: 5px; + border-right-style: solid; + border-right-width: 0px; } -.green_title{ - background-color: #82b92e; - font-weight:normal; - text-align: center; +.green_title { + background-color: #82b92e; + font-weight: normal; + text-align: center; } -.dashboard{ - top: 23px; +.dashboard { + top: 23px; } -.dashboard li a{ - width: 158px !important; +.dashboard li a { + width: 158px !important; } -.text_subDashboard{ - float: left; - margin-top: 5%; - margin-left: 3%; +.text_subDashboard { + float: left; + margin-top: 5%; + margin-left: 3%; } /* The items with the class 'spinner' will rotate */ /* Not supported on IE9 and below */ .spinner { - -webkit-animation: spinner 2s infinite linear; - animation: spinner 2s infinite linear; + -webkit-animation: spinner 2s infinite linear; + animation: spinner 2s infinite linear; } @-webkit-keyframes spinner { - 0% { - -ms-transform: rotate(0deg); /* IE */ - -moz-transform: rotate(0deg); /* FF */ - -o-transform: rotate(0deg); /* Opera */ - -webkit-transform: rotate(0deg); /* Safari and Chrome */ - transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); /* IE */ - -moz-transform: rotate(359deg); /* FF */ - -o-transform: rotate(359deg); /* Opera */ - -webkit-transform: rotate(359deg); /* Safari and Chrome */ - transform: rotate(359deg); - } + 0% { + -ms-transform: rotate(0deg); /* IE */ + -moz-transform: rotate(0deg); /* FF */ + -o-transform: rotate(0deg); /* Opera */ + -webkit-transform: rotate(0deg); /* Safari and Chrome */ + transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); /* IE */ + -moz-transform: rotate(359deg); /* FF */ + -o-transform: rotate(359deg); /* Opera */ + -webkit-transform: rotate(359deg); /* Safari and Chrome */ + transform: rotate(359deg); + } } @keyframes spinner { - 0% { - -ms-transform: rotate(0deg); /* IE */ - -moz-transform: rotate(0deg); /* FF */ - -o-transform: rotate(0deg); /* Opera */ - -webkit-transform: rotate(0deg); /* Safari and Chrome */ - transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); /* IE */ - -moz-transform: rotate(359deg); /* FF */ - -o-transform: rotate(359deg); /* Opera */ - -webkit-transform: rotate(359deg); /* Safari and Chrome */ - transform: rotate(359deg); - } + 0% { + -ms-transform: rotate(0deg); /* IE */ + -moz-transform: rotate(0deg); /* FF */ + -o-transform: rotate(0deg); /* Opera */ + -webkit-transform: rotate(0deg); /* Safari and Chrome */ + transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); /* IE */ + -moz-transform: rotate(359deg); /* FF */ + -o-transform: rotate(359deg); /* Opera */ + -webkit-transform: rotate(359deg); /* Safari and Chrome */ + transform: rotate(359deg); + } } -#alert_messages{ - -moz-border-bottom-right-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; - z-index:3; - position:fixed; - width:750px; - max-width:750px; - min-width:750px; - top: 20%; - background:white; +#alert_messages { + -moz-border-bottom-right-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + z-index: 3; + position: fixed; + width: 750px; + max-width: 750px; + min-width: 750px; + top: 20%; + background: white; } -.modalheader{ - text-align:center; - width:100%; - height:37px; - left:0px; - background-color:#82b92e; +.modalheader { + text-align: center; + width: 100%; + height: 37px; + left: 0px; + background-color: #82b92e; } -.modalheadertext{ - color:white; - position:relative; - font-family:Nunito; - font-size:13pt; - top:8px; +.modalheadertext { + color: white; + position: relative; + font-family: Nunito; + font-size: 13pt; + top: 8px; } -.modalclosex{ - cursor:pointer; - display:inline; - float:right; - margin-right:10px; - margin-top:10px; +.modalclosex { + cursor: pointer; + display: inline; + float: right; + margin-right: 10px; + margin-top: 10px; } -.modalcontent{ - color:black; - background:white; +.modalcontent { + color: black; + background: white; } -.modalcontentimg{ - float:left; - margin-left:30px; - margin-top:30px; - margin-bottom:30px; +.modalcontentimg { + float: left; + margin-left: 30px; + margin-top: 30px; + margin-bottom: 30px; } -.modalcontenttext{ - float:left; - text-align:justify; - color: #666; - font-size: 9.5pt; - line-height:13pt; - margin-top:30px; - width:430px; - margin-left:30px; +.modalcontenttext { + float: left; + text-align: justify; + color: #666; + font-size: 9.5pt; + line-height: 13pt; + margin-top: 30px; + width: 430px; + margin-left: 30px; } -.modalcontenttext > p{ - color: black; +.modalcontenttext > p { + color: black; } -.modalcontenttext > p > a{ - color: black; +.modalcontenttext > p > a { + color: black; } -.modalokbutton{ - transition-property: background-color, color; - transition-duration: 1s; +.modalokbutton { + transition-property: background-color, color; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - cursor:pointer; - text-align:center; - margin-right:45px; - float:right; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - margin-bottom:30px; - border-radius: 3px;width:90px;height:30px;background-color:white;border: 1px solid #82b92e; + cursor: pointer; + text-align: center; + margin-right: 45px; + float: right; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + margin-bottom: 30px; + border-radius: 3px; + width: 90px; + height: 30px; + background-color: white; + border: 1px solid #82b92e; } -.modalokbuttontext{ - transition-property: background-color, color; - transition-duration: 1s; +.modalokbuttontext { + transition-property: background-color, color; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px; + color: #82b92e; + font-family: Nunito; + font-size: 10pt; + position: relative; + top: 6px; } .modalokbutton:hover { transition-property: background-color, color; - transition-duration: 1s; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - background-color:#82b92e; + background-color: #82b92e; } .modalokbutton:hover .modalokbuttontext { transition-property: background-color, color; - transition-duration: 1s; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - color:white; + color: white; } -.modalgobutton{ - transition-property: background-color, color; - transition-duration: 1s; +.modalgobutton { + transition-property: background-color, color; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - cursor:pointer;text-align:center;margin-right:15px;margin-bottom:30px;float:right;-moz-border-radius: 3px; - -webkit-border-radius: 3px;border-radius: 3px;width:240px;height:30px;background-color:white;border: 1px solid #82b92e; + cursor: pointer; + text-align: center; + margin-right: 15px; + margin-bottom: 30px; + float: right; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + width: 240px; + height: 30px; + background-color: white; + border: 1px solid #82b92e; } -.modalgobuttontext{ - transition-property: background-color, color; - transition-duration: 1s; +.modalgobuttontext { + transition-property: background-color, color; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; -color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px; + color: #82b92e; + font-family: Nunito; + font-size: 10pt; + position: relative; + top: 6px; } .modalgobutton:hover { transition-property: background-color, color; - transition-duration: 1s; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - background-color:#82b92e; + background-color: #82b92e; } .modalgobutton:hover .modalgobuttontext { transition-property: background-color, color; - transition-duration: 1s; + transition-duration: 1s; transition-timing-function: ease-out; -webkit-transition-property: background-color, color; -webkit-transition-duration: 1s; -o-transition-property: background-color, color; -o-transition-duration: 1s; - color:white; + color: white; } -#opacidad{ - opacity:0.5; - z-index:1; - width:100%; - height:100%; - position:absolute; - left:0px; - top:0px; +#opacidad { + opacity: 0.5; + z-index: 1; + width: 100%; + height: 100%; + position: absolute; + left: 0px; + top: 0px; } -.textodialogo{ - margin-left: 0px; - color: black; - font-size:9pt; +.textodialogo { + margin-left: 0px; + color: black; + font-size: 9pt; } -.cargatextodialogo{ - max-width:58.5%; - width:58.5%; - min-width:58.5%; - float:left; - margin-left: 0px; - font-size:18pt; - padding:20px; - text-align:center; +.cargatextodialogo { + max-width: 58.5%; + width: 58.5%; + min-width: 58.5%; + float: left; + margin-left: 0px; + font-size: 18pt; + padding: 20px; + text-align: center; } -.cargatextodialogo b{ - color: black; +.cargatextodialogo b { + color: black; } -.cargatextodialogo p{ - color: black; +.cargatextodialogo p { + color: black; } -.cargatextodialogo b{ - color: black; +.cargatextodialogo b { + color: black; } -.cargatextodialogo a{ - color: black; +.cargatextodialogo a { + color: black; } -.cargatextodialogo > div{ - color: black; +.cargatextodialogo > div { + color: black; } -.cargatextodialogo p, .cargatextodialogo b, .cargatextodialogo a{ - font-size:18pt; +.cargatextodialogo p, +.cargatextodialogo b, +.cargatextodialogo a { + font-size: 18pt; } -#toolbox > input{ - border-width:0px 1px 0px 0px; - border-color: lightgray; +#toolbox > input { + border-width: 0px 1px 0px 0px; + border-color: lightgray; } -#toolbox > input.service_min{ - border-width:0px 0px 0px 0px; +#toolbox > input.service_min { + border-width: 0px 0px 0px 0px; } -#toolbox > input.grid_min{ - border-width:0px 0px 0px 0px; +#toolbox > input.grid_min { + border-width: 0px 0px 0px 0px; } -#tinymce{ - padding-top:20px; +#tinymce { + padding-top: 20px; } -.rowPair:hover, .rowOdd:hover{ - background-color: #6E6E6E; +.rowPair:hover, +.rowOdd:hover { + background-color: #6e6e6e; } -.databox.data > tbody > tr:hover{ - background-color: #6E6E6E; +.databox.data > tbody > tr:hover { + background-color: #6e6e6e; } -.checkselected{ - background-color: #eee; +.checkselected { + background-color: #eee; } -#login_help_dialog *{ - color: #222222; +#login_help_dialog * { + color: #222222; } -.introjs-tooltip *{ - color: #222222; +.introjs-tooltip * { + color: #222222; } -.dd_widget_content *{ - color: #222222; +.dd_widget_content * { + color: #222222; } -#dialog_add_new_widget *{ - color: #222222; +#dialog_add_new_widget * { + color: #222222; } -.widget_configuration_form table tbody tr td:first-child{ - color: #222222; +.widget_configuration_form table tbody tr td:first-child { + color: #222222; } -.widget_configuration_form .container *{ - color: #222222; +.widget_configuration_form .container * { + color: #222222; } -.widget_configuration_form b{ - color: #222222; +.widget_configuration_form b { + color: #222222; } -form[action='index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list'] *{ - color: #222222; +form[action="index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list"] + * { + color: #222222; } -form[action='index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list'] input{ - color: white; +form[action="index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list"] + input { + color: white; } -form[action='index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list'] select{ - color: white; +form[action="index.php?sec=estado&sec2=godmode/agentes/planned_downtime.list"] + select { + color: white; } .notify { - color: black; + color: black; } -.notify *{ - color: black; +.notify * { + color: black; } -#login_logout *{ - color: #222222; +#login_logout * { + color: #222222; } /*modal windows login*/ -div.content_alert{ - width: 98%; - margin-top: 20px; +div.content_alert { + width: 98%; + margin-top: 20px; } -div.icon_message_alert{ - float: left; - width: 25%; - text-align: center; - +div.icon_message_alert { + float: left; + width: 25%; + text-align: center; } -div.icon_message_alert img{ - width: 85px; +div.icon_message_alert img { + width: 85px; } -div.content_message_alert{ - width: 75%; - float: right; +div.content_message_alert { + width: 75%; + float: right; } -div.content_message_alert *{ - color: black; +div.content_message_alert * { + color: black; } -div.text_message_alert{ - width: 100%; - margin-top: 10px; +div.text_message_alert { + width: 100%; + margin-top: 10px; } -div.text_message_alert h1{ - margin: 0px; +div.text_message_alert h1 { + margin: 0px; } -div.text_message_alert p{ - margin: 0px; - font-size: 10.3pt; - line-height: 14pt; +div.text_message_alert p { + margin: 0px; + font-size: 10.3pt; + line-height: 14pt; } -div.button_message_alert{ - width: 100%; +div.button_message_alert { + width: 100%; } -div.button_message_alert input{ - float: right; - width: 87px; - height: 33px; - color: #82b92e; - border: 1px solid #82b92e; - font-weight: bold; - margin-right: 20px; - margin-top: 20px; - font-size: 10pt; +div.button_message_alert input { + float: right; + width: 87px; + height: 33px; + color: #82b92e; + border: 1px solid #82b92e; + font-weight: bold; + margin-right: 20px; + margin-top: 20px; + font-size: 10pt; } -div.form_message_alert{ - width: 90%; - clear: both; - padding-top: 20px; - padding-left: 40px; +div.form_message_alert { + width: 90%; + clear: both; + padding-top: 20px; + padding-left: 40px; } -div.form_message_alert ul li{ - display: inline-block; - padding: 10px; +div.form_message_alert ul li { + display: inline-block; + padding: 10px; } -div.form_message_alert ul li input{ - border: none; - background-color: #dadada !important; - border-radius: 0px; - height: 17px; - width: 145px; - padding-left: 5px; +div.form_message_alert ul li input { + border: none; + background-color: #dadada !important; + border-radius: 0px; + height: 17px; + width: 145px; + padding-left: 5px; } -div.form_message_alert ul li label{ - font-size: 10pt; - padding-right: 20px; +div.form_message_alert ul li label { + font-size: 10pt; + padding-right: 20px; } -div.form_message_alert h4{ - margin: 0px; - margin-bottom: 10px; +div.form_message_alert h4 { + margin: 0px; + margin-bottom: 10px; } -div.button_message_alert_form input{ - float: right; - width: 87px; - height: 33px; - color: #82b92e; - border: 1px solid #82b92e; - font-weight: bold; - font-size: 10pt; - margin-right: 25px; +div.button_message_alert_form input { + float: right; + width: 87px; + height: 33px; + color: #82b92e; + border: 1px solid #82b92e; + font-weight: bold; + font-size: 10pt; + margin-right: 25px; } .ui-dialog .ui-dialog-titlebar { - background-color: #82b92e !important; + background-color: #82b92e !important; } /* styles header login */ -div#header_login{ - width: 100%; - height: 65px; - background-color: rgba(255, 255, 255, 0.06); +div#header_login { + width: 100%; + height: 65px; + background-color: rgba(255, 255, 255, 0.06); } -div#icon_custom_pandora{ - float: left; - margin-top: 5px; - margin-left: 4%; +div#icon_custom_pandora { + float: left; + margin-top: 5px; + margin-left: 4%; } -div#list_icon_docs_support{ - float: right; - margin-top: 8px; - margin-right: 4%; +div#list_icon_docs_support { + float: right; + margin-top: 8px; + margin-right: 4%; } -div#list_icon_docs_support ul{ - margin-top: 5px; +div#list_icon_docs_support ul { + margin-top: 5px; } -div#list_icon_docs_support ul li{ - display: inline-block; - color:white; - vertical-align: middle; - margin-right: 5px; - font-size: 10pt; +div#list_icon_docs_support ul li { + display: inline-block; + color: white; + vertical-align: middle; + margin-right: 5px; + font-size: 10pt; } -li#li_margin_left{ - margin-left: 30px; +li#li_margin_left { + margin-left: 30px; } /* styles login form */ -div.container_login{ - margin-top: 10%; - margin-left: 5%; - margin-right: 5%; - +div.container_login { + margin-top: 10%; + margin-left: 5%; + margin-right: 5%; } div.login_page { - width: 35%; - min-height: 600px; - float:left; + width: 35%; + min-height: 600px; + float: left; } div.login_page form { - border-right:1px solid #868686; - padding-top: 30px; - padding-bottom: 50px; - min-width: 400px; - max-height: 600px; + border-right: 1px solid #868686; + padding-top: 30px; + padding-bottom: 50px; + min-width: 400px; + max-height: 600px; } div.login_logo_icon { - margin-bottom: 40px; - text-align: center; + margin-bottom: 40px; + text-align: center; } -div.login_logo_icon img{ - margin: 0 auto; - width: 150px; +div.login_logo_icon img { + margin: 0 auto; + width: 150px; } div.login_double_auth_code, div.login_nick, div.login_pass { - margin: 0 auto; - width: 70%; - height: 40px; - background-color: rgba(255, 255, 255, 0.20) !important; - margin-bottom: 25px; - min-width: 260px; + margin: 0 auto; + width: 70%; + height: 40px; + background-color: rgba(255, 255, 255, 0.2) !important; + margin-bottom: 25px; + min-width: 260px; } div.login_nick img, -div.login_pass img{ - vertical-align: middle; - margin: 3px; +div.login_pass img { + vertical-align: middle; + margin: 3px; } - div.login_nick input, -div.login_pass input{ - background-color: rgba(255, 255, 255, 0.00) !important; - border:0px !important; - color:white !important; - border-radius: 0px; - width: 89%; - height: 40px; - font-size: 9pt; - padding: 0px !important; +div.login_pass input { + background-color: rgba(255, 255, 255, 0) !important; + border: 0px !important; + color: white !important; + border-radius: 0px; + width: 89%; + height: 40px; + font-size: 9pt; + padding: 0px !important; } - div.login_nick input:focus, -div.login_pass input:focus{ - outline: none; +div.login_pass input:focus { + outline: none; } div.login_nick input:-webkit-autofill, @@ -3746,111 +4147,116 @@ div.login_pass input:-webkit-autofill, div.login_pass input:-webkit-autofill:hover, div.login_pass input:-webkit-autofill:focus, div.login_pass input:-webkit-autofill:active { - transition: background-color 10000s ease-in-out 0s; - -webkit-box-shadow: 0 0 0px 0px transparent inset !important; - -webkit-text-fill-color: white !important; - border:0px; - width: 89%; + transition: background-color 10000s ease-in-out 0s; + -webkit-box-shadow: 0 0 0px 0px transparent inset !important; + -webkit-text-fill-color: white !important; + border: 0px; + width: 89%; } div.login_nick input::-webkit-input-placeholder, div.login_pass input::-webkit-input-placeholder { - color:white; + color: white; } div.login_pass img, -div.login_nick img{ - width: 30px; +div.login_nick img { + width: 30px; } div.login_pass div, -div.login_nick div{ - float: left; - width: 11%; +div.login_nick div { + float: left; + width: 11%; } -div.login_button{ - margin: 0 auto; - width: 70%; - height: 40px; - background-color: rgb(25, 25, 25); - border: 1px solid white; - min-width: 260px; +div.login_button { + margin: 0 auto; + width: 70%; + height: 40px; + background-color: rgb(25, 25, 25); + border: 1px solid white; + min-width: 260px; } div.login_button input { - width: 100%; - background-color: rgb(25, 25, 25) !important; - text-align: center; - border:0px; - border-radius: 0px; - height: 40px; - padding: 0px; - font-size: 9pt; - color: white; + width: 100%; + background-color: rgb(25, 25, 25) !important; + text-align: center; + border: 0px; + border-radius: 0px; + height: 40px; + padding: 0px; + font-size: 9pt; + color: white; } div.login_data { - width: 65%; - min-height: 600px; - float:left; + width: 65%; + min-height: 600px; + float: left; } -div.text_banner_login{ - width: 100%; - margin-bottom: 60px; - color: white; - text-align: center; +div.text_banner_login { + width: 100%; + margin-bottom: 60px; + color: white; + text-align: center; } -div.text_banner_login span{ - width: 100%; +div.text_banner_login span { + width: 100%; } -span.span1{ - font-size: 3vw; - font-family: 'lato-thin'; - color: white; +span.span1 { + font-size: 3vw; + font-family: "lato-thin"; + color: white; } -span.span2{ - font-size: 3vw; - font-family: 'lato-bolder'; - color: white; +span.span2 { + font-size: 3vw; + font-family: "lato-bolder"; + color: white; } -div.img_banner_login{ - width: 100%; - text-align: center; +div.img_banner_login { + width: 100%; + text-align: center; } -div.img_banner_login img{ - max-width: 70%; - min-width: 70%; - max-height: 50%; - min-height: 50%; +div.img_banner_login img { + max-width: 70%; + min-width: 70%; + max-height: 50%; + min-height: 50%; } @media all and (max-width: 1200px) { - span.span1{ - font-size: 30pt; - } - span.span2{ - font-size: 30pt; - } + span.span1 { + font-size: 30pt; + } + span.span2 { + font-size: 30pt; + } } -.new_task p, .new_task h3, .new_task h2, .new_task a, .new_task strong{ - color: #222222; +.new_task p, +.new_task h3, +.new_task h2, +.new_task a, +.new_task strong { + color: #222222; } .item p { - color: #222222; + color: #222222; } .item span { - color: #222222; + color: #222222; } -.widget_config_advice, .widget_config_advice *{ - color: black; +.widget_config_advice, +.widget_config_advice * { + color: black; } diff --git a/pandora_console/include/styles/pandora_forms.css b/pandora_console/include/styles/pandora_forms.css index 16e25e1396..e104a22fca 100644 --- a/pandora_console/include/styles/pandora_forms.css +++ b/pandora_console/include/styles/pandora_forms.css @@ -21,35 +21,36 @@ Description: Forms based on fieldset and labels to improve accesibility */ fieldset { - background-color:#fafafa; - border: 1px solid #f2f2f2; - padding:0.5em; - margin-top:0.5em; - margin-bottom:1em; - position:relative; + background-color: #fafafa; + border: 1px solid #f2f2f2; + padding: 0.5em; + margin-top: 0.5em; + margin-bottom: 1em; + position: relative; } fieldset legend { - font-size:1.3em; - font-weight:bold; - color:#3f4e2f; - top:-2em; + font-size: 1.3em; + font-weight: bold; + color: #3f4e2f; + top: -2em; } fieldset label { - font-weight: bold; - display:block; - margin-right:1em; - margin-left:1em; - margin-bottom:1em; - width:25%; - float:left; + font-weight: bold; + display: block; + margin-right: 1em; + margin-left: 1em; + margin-bottom: 1em; + width: 25%; + float: left; } -fieldset select, fieldset input { - position:relative; - right:1em; - margin-bottom:0.5em; +fieldset select, +fieldset input { + position: relative; + right: 1em; + margin-bottom: 0.5em; } fieldset br { - clear:left; + clear: left; } /*.pandora_form input.sub { @@ -61,35 +62,33 @@ fieldset br { /* Calendar background */ table.scw { - background-color: #daedae; + background-color: #daedae; } /* Week number heading */ td.scwWeekNumberHead { - color: #000; + color: #000; } td.scwWeek { - color: #000 !important; + color: #000 !important; } /* Today selector */ td.scwFoot { - background-color: #daedae; - color: #000; + background-color: #daedae; + color: #000; } td.scwFootDisabled { - background-color: #000; - color: #FFFFFF; + background-color: #000; + color: #ffffff; } tfoot.scwFoot { - color: #000; + color: #000; } -.scwFoot :hover{ - color: #FFA500 !important; +.scwFoot :hover { + color: #ffa500 !important; } - - diff --git a/pandora_console/include/styles/pandora_green_old.css b/pandora_console/include/styles/pandora_green_old.css index a99a9a275d..c27229aeb2 100644 --- a/pandora_console/include/styles/pandora_green_old.css +++ b/pandora_console/include/styles/pandora_green_old.css @@ -25,335 +25,343 @@ Description: The default Pandora FMS theme layout @import url(tree.css); * { - font-family: verdana, sans-serif; - letter-spacing: 0.03pt; - font-size: 8pt; - color: #3F3F3F; + font-family: verdana, sans-serif; + letter-spacing: 0.03pt; + font-size: 8pt; + color: #3f3f3f; } svg * { - font-size: 11pt; - } + font-size: 11pt; +} body { - background-color: #FFF; - margin: 0 auto; + background-color: #fff; + margin: 0 auto; } div#page { - background: #FFF; - background-image: none; + background: #fff; + background-image: none; } body.pure { - background-color: #fff; + background-color: #fff; } -input, textarea { - border: 1px solid #ddd; +input, +textarea { + border: 1px solid #ddd; } textarea { - padding: 5px; - min-height: 100px; - width: 99%; + padding: 5px; + min-height: 100px; + width: 99%; } textarea.conf_editor { - padding: 5px; - width: 650px; - height: 350px; + padding: 5px; + width: 650px; + height: 350px; } textarea.conf_error { - background-image: url(../../images/err.png); - background-repeat: no-repeat; - background-position: top right; + background-image: url(../../images/err.png); + background-repeat: no-repeat; + background-position: top right; } input { - padding: 2px 3px 4px 3px; - vertical-align: middle; + padding: 2px 3px 4px 3px; + vertical-align: middle; } -input[type='checkbox'] { - display: inline !important; +input[type="checkbox"] { + display: inline !important; } select { - padding: 2px 3px 3px 3px; - vertical-align: middle; + 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; + font-family: Arial, Sans-serif; + border: 4px solid #ccc; + background: #fff; + padding: 2px 3px; + margin: 10px 15px; } -input[type=submit], input[type=button] { - cursor: pointer; +input[type="submit"], +input[type="button"] { + cursor: pointer; } select { - border: 1px solid #ddd; + border: 1px solid #ddd; } checkbox { - padding: 4px; - border: 1px solid #eee; + 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: #3F3F3F; - padding-bottom: 4px; - padding-top: 7px; +h1, +h2, +h3, +h4 { + font-weight: bold; + font-size: 1em; + font-family: Arial, Sans-serif; + text-transform: uppercase; + color: #3f3f3f; + padding-bottom: 4px; + padding-top: 7px; } h1 { - font-size: 16px; + font-size: 16px; } h2 { - font-size: 15px; + font-size: 15px; } h3 { - font-size: 14px; + font-size: 14px; } h4 { - margin-bottom: 10px; - font-size: 13px; - color: #3F3F3F; - text-transform: none; + margin-bottom: 10px; + font-size: 13px; + color: #3f3f3f; + text-transform: none; } a { - color: #3F3F3F; - text-decoration: none; + color: #3f3f3f; + text-decoration: none; } a:hover { - color: #373737; - text-decoration: underline; + color: #373737; + text-decoration: underline; } a.white_bold { - color: #eee; - text-decoration: none; - font-weight: bold; + color: #eee; + text-decoration: none; + font-weight: bold; } a.white { - color: #eee; - text-decoration: none; + color: #eee; + text-decoration: none; } p.center { - text-align: center; + text-align: center; } h1#log_title { - font-size: 18px; - margin-bottom: 0px; - color: #FFF !important; - width:300px; + font-size: 18px; + margin-bottom: 0px; + color: #fff !important; + width: 300px; } div#log_msg { - display: none; + display: none; } div#error_buttons { - margin-top: 20px; + margin-top: 20px; } -div#error_buttons a{ - margin: 14px; +div#error_buttons a { + margin: 14px; } #noaccess { - position: relative; - margin-top:25px; - left: 15px; - padding-top: 5px; - background-color: #FFFFFF; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; + position: relative; + margin-top: 25px; + left: 15px; + padding-top: 5px; + background-color: #ffffff; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } #noaccess-title { - color: #FFF; - font-weight: bold; - padding-top: 5px; - margin-left: 5px; - background: none repeat scroll 0% 0% #80ab51; - border-top-left-radius: 2px; - border-top-right-radius: 2px; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - text-align: center; + color: #fff; + font-weight: bold; + padding-top: 5px; + margin-left: 5px; + background: none repeat scroll 0% 0% #80ab51; + border-top-left-radius: 2px; + border-top-right-radius: 2px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; + text-align: center; } #noaccess-text { - font-size: 12px; - text-align: justify; - padding-top: 25px; - padding-right: 50px; - float:right; + font-size: 12px; + text-align: justify; + padding-top: 25px; + padding-right: 50px; + float: right; } #noaccess-image { - position: relative; - left: 10px; - top: 10px; - float:left; + position: relative; + left: 10px; + top: 10px; + float: left; } -div#activity{ - padding-top: 0px; - padding-bottom: 18px; +div#activity { + padding-top: 0px; + padding-bottom: 18px; } div#noa { - float: right; - padding-right: 50px; - margin-top: 25px; + float: right; + padding-right: 50px; + margin-top: 25px; } div#db_f { - text-align: justify; - margin: auto; - padding: 0.5em; - width: 55em; - margin-top: 3em; + text-align: justify; + margin: auto; + padding: 0.5em; + width: 55em; + margin-top: 3em; } div#db_ftxt { - float: right; - padding-top: 10px; + float: right; + padding-top: 10px; } div#container { - margin: 0 auto; - min-width: 960px; - text-align: left; - #border-left: solid 2px #000; - #border-right: solid 2px #000; - #border-top: solid 2px #000; - #margin-top: 5px; - height: 100%; - background: #FFF; + margin: 0 auto; + min-width: 960px; + text-align: left; + #border-left: solid 2px #000; + #border-right: solid 2px #000; + #border-top: solid 2px #000; + #margin-top: 5px; + height: 100%; + background: #fff; } div#page { - width: 960px; - clear: both; + width: 960px; + clear: both; } div#main { - width: auto; - margin: 0px 2% 0px 0%; - float: right; - position: relative; - min-height: 850px; + width: auto; + margin: 0px 2% 0px 0%; + float: right; + position: relative; + min-height: 850px; } 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; + 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, .license_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, +.license_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 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 div.databox h3, +div#main_help div.databox h2 { + color: #6eb432; + font-family: sans-serif, verdana; } div#main_help div.databox h3 { - font-size: 12px; + font-size: 12px; } -div#main_help a.footer, div#main_help span { - color: #999; +div#main_help a.footer, +div#main_help span { + color: #999; } -a.footer, a.footer span{ - font-size: 9px; - color: white; +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 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#main_help div.databox p { + line-height: 15px; + text-align: justify; } div#menu_container { - -moz-border-top-right-radius: 6px; - -webkit-border-top-right-radius: 6px; - border-top-right-radius: 6px; - z-index: 1010; - width: 40px; - height: 100%; + -moz-border-top-right-radius: 6px; + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + z-index: 1010; + width: 40px; + height: 100%; } div#menu { - width: 45px; - float: left; - z-index: 2000; - position: absolute; + width: 45px; + float: left; + z-index: 2000; + position: absolute; } div#head { - font-size: 8pt; - width: 100%; - height: 60px; - padding-top: 0px; - margin-bottom: 20px; - border-bottom-style: solid; - border-bottom-width: 3px; - border-color: #80ab51; - min-width: 882px; - background-color: #333; - color: white; - background-image: url("../../images/header.jpg"); + font-size: 8pt; + width: 100%; + height: 60px; + padding-top: 0px; + margin-bottom: 20px; + border-bottom-style: solid; + border-bottom-width: 3px; + border-color: #80ab51; + min-width: 882px; + background-color: #333; + color: white; + background-image: url("../../images/header.jpg"); } .fixed_header { - z-index: 9999; - position: fixed; - left: 0; - top: 0; - width: 100%; + z-index: 9999; + position: fixed; + left: 0; + top: 0; + width: 100%; } div#foot { - font-size: 6pt !important; - border-top: solid 2px #222; - padding-top: 8px; - padding-bottom: 5px; - text-align: center; - background: #333333; - height: 30px; - clear: both; - width: auto; + font-size: 6pt !important; + border-top: solid 2px #222; + padding-top: 8px; + padding-bottom: 5px; + text-align: center; + background: #333333; + height: 30px; + clear: both; + width: auto; } #ver { - margin-bottom: 25px; + margin-bottom: 25px; } /****************/ @@ -361,609 +369,647 @@ div#foot { /****************/ @font-face { - font-family: 'Nunito'; + font-family: "Nunito"; font-style: normal; font-weight: 400; - src: local('Nunito-Regular'), url(../../fonts/nunito.woff) format('woff'); + src: local("Nunito-Regular"), url(../../fonts/nunito.woff) format("woff"); } -@font-face -{ - font-family: 'roboto'; - src: url('../../fonts/roboto.woff2') format('woff2'); +@font-face { + font-family: "roboto"; + src: url("../../fonts/roboto.woff2") format("woff2"); } -@font-face -{ - font-family: 'opensans'; - src: url('../../fonts/opensans.woff2') format('woff2'); +@font-face { + font-family: "opensans"; + src: url("../../fonts/opensans.woff2") format("woff2"); } -@font-face -{ - font-family: 'lato'; - src: url('../../fonts/lato.woff2') format('woff2'); +@font-face { + font-family: "lato"; + src: url("../../fonts/lato.woff2") format("woff2"); } -@font-face -{ - font-family: 'leaguegothic'; - src: url('../../fonts/leaguegothic.woff') format('woff'); +@font-face { + font-family: "leaguegothic"; + src: url("../../fonts/leaguegothic.woff") format("woff"); } #login_body { - /* Set rules to fill background */ - min-height: 100%; - min-width: 1024px; - width: 100%; - z-index: -9999; - position: absolute; + /* Set rules to fill background */ + min-height: 100%; + min-width: 1024px; + width: 100%; + z-index: -9999; + position: absolute; } -@media screen and (max-width: 1024px) { /* Specific to this particular image */ - #login_body { - left: 50%; - margin-left: -512px; /* 50% */ - } +@media screen and (max-width: 1024px) { + /* Specific to this particular image */ + #login_body { + left: 50%; + margin-left: -512px; /* 50% */ + } } -@media screen and (max-width: 1100px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_1100.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (max-width: 1100px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_1100.jpg"); + background-repeat: repeat; + background-position: center center; + } } -@media screen and (max-width: 1400px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_1400.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (max-width: 1400px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_1400.jpg"); + background-repeat: repeat; + background-position: center center; + } } -@media screen and (max-width: 2000px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_2000.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (max-width: 2000px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_2000.jpg"); + background-repeat: repeat; + background-position: center center; + } } -@media screen and (min-width: 2000px) { /* Specific to this particular image */ - #login_body { - background-image: url("../../images/backgrounds/fondo_madera_bn_2500.jpg"); - background-repeat: repeat; - background-position: center center; - } +@media screen and (min-width: 2000px) { + /* Specific to this particular image */ + #login_body { + background-image: url("../../images/backgrounds/fondo_madera_bn_2500.jpg"); + background-repeat: repeat; + background-position: center center; + } } p.log_in { - color: #FFF !important; - padding: 0px 10px; - width:300px; + color: #fff !important; + padding: 0px 10px; + width: 300px; } h1#log_f { - color: #c00; - border-bottom: 1px solid #c00; - padding-bottom: 3px; + color: #c00; + border-bottom: 1px solid #c00; + padding-bottom: 3px; } div#login { - border-width: 2px 2px 2px 2px; - border-style: solid; - border-color: #000; - font-size: 12px !important; + border-width: 2px 2px 2px 2px; + border-style: solid; + border-color: #000; + font-size: 12px !important; } -div#login_in, #login_f { - /*margin: 0 auto 0 140px; +div#login_in, +#login_f { + /*margin: 0 auto 0 140px; width: 400px;*/ } -.databox_login, .databox_logout { - border-radius: 5px; - height: 200px; +.databox_login, +.databox_logout { + border-radius: 5px; + height: 200px; } #login_inner { - width: 100%; - height: 100%; - border-radius: 5px; - /* Browser without multibackground support */ - background-color: #373737 !important; - + width: 100%; + height: 100%; + border-radius: 5px; + /* Browser without multibackground support */ + background-color: #373737 !important; } #login_outer { - border-radius: 11px; - background-color: #000; - width: 500px !important; - color: #FFF !important; - margin: 0px auto; + border-radius: 11px; + background-color: #000; + width: 500px !important; + color: #fff !important; + margin: 0px auto; } -.version_login{ - transform: rotate(36deg); - /* Old browser support */ - -ms-transform: rotate(36deg); /* IE */ - -moz-transform: rotate(36deg); /* FF */ - -o-transform: rotate(36deg); /* Opera */ - -webkit-transform: rotate(36deg); /* Safari and Chrome */ - - float: right; - margin-top: 18px; - width: 80px; - height: 0px; - border-right: 13px solid transparent; - border-left: 25px solid transparent; - border-bottom: 18px solid #80ab51; - left: 16px; - position: relative; -} +.version_login { + transform: rotate(36deg); + /* Old browser support */ + -ms-transform: rotate(36deg); /* IE */ + -moz-transform: rotate(36deg); /* FF */ + -o-transform: rotate(36deg); /* Opera */ + -webkit-transform: rotate(36deg); /* Safari and Chrome */ + float: right; + margin-top: 18px; + width: 80px; + height: 0px; + border-right: 13px solid transparent; + border-left: 25px solid transparent; + border-bottom: 18px solid #80ab51; + left: 16px; + position: relative; +} #login_outer * { - font-family: Nunito, "Arial Rounded MT", Arial, Helvetica, sans-serif; - font-weight: bold; + font-family: Nunito, "Arial Rounded MT", Arial, Helvetica, sans-serif; + font-weight: bold; } -.login_border{ - border-right: 1px solid #FFF; - text-align: center; +.login_border { + border-right: 1px solid #fff; + text-align: center; } table#login_layout { - width: 100%; - height: 160px; - position:absolute; + width: 100%; + height: 160px; + position: absolute; } div#error_login { - text-align: center; - margin-top: 5px; - margin-left: 5px; - width: 75%; - float: right; - text-align: left; - top: 100px; + 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; + #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; + margin-top: 10px; + margin-bottom: 25px; } -a:focus, input:focus, button:focus { - utline-width: 0; - outline: 0; +a:focus, +input:focus, +button:focus { + utline-width: 0; + outline: 0; } -DIV.login_links { - margin: 10px 0px 0px; - color: #FFF; - text-align: center; +div.login_links { + margin: 10px 0px 0px; + color: #fff; + text-align: center; } -DIV.login_links>a { - color: #FFF; +div.login_links > a { + color: #fff; } -DIV.login_button{ - text-align:right; - width: 100%; - margin-top: 15px; +div.login_button { + text-align: right; + width: 100%; + margin-top: 15px; } -DIV.login_button>input{ - background-color: #373737 !important; - border: 0px none; - background-image: url("../../images/input_go.png") !important; - padding-right: 25px !important; +div.login_button > input { + background-color: #373737 !important; + border: 0px none; + background-image: url("../../images/input_go.png") !important; + padding-right: 25px !important; } -.login_page{ - height: 200px; - padding-top: 10%; - text-align: center; - width: 100%; - position: absolute; +.login_page { + height: 200px; + padding-top: 10%; + text-align: center; + width: 100%; + position: absolute; } input.next_login { - padding-right: 12px !important; - padding-left: 12px !important; - height: 23px; - text-align: center; - font-weight: 600 !important; - letter-spacing: 0.5pt; - font-size: 12px !important; - border-radius: 3px !important; + padding-right: 12px !important; + padding-left: 12px !important; + height: 23px; + text-align: center; + font-weight: 600 !important; + letter-spacing: 0.5pt; + font-size: 12px !important; + border-radius: 3px !important; } -DIV.login_nick, DIV.login_pass { - text-align:left; - padding-left: 15px; - margin-top: 10px; +div.login_nick, +div.login_pass { + text-align: left; + padding-left: 15px; + margin-top: 10px; } -DIV.login_nick>input, DIV.login_pass>input { - height: 20px; - border-radius:0px; - margin-left: 10px; +div.login_nick > input, +div.login_pass > input { + height: 20px; + border-radius: 0px; + margin-left: 10px; } -DIV.login_nick>input:focus,DIV.login_pass>input:focus { - outline-width: 0px; - border-color: #80ab51; - background-color: #80ab51; - font-size: 12px; - height: 20px; - box-shadow: 0px 0px 3px 3px #80ab51; +div.login_nick > input:focus, +div.login_pass > input:focus { + outline-width: 0px; + border-color: #80ab51; + background-color: #80ab51; + font-size: 12px; + height: 20px; + box-shadow: 0px 0px 3px 3px #80ab51; } -DIV.login_nick>img, DIV.login_pass>img { - vertical-align: middle; +div.login_nick > img, +div.login_pass > img { + vertical-align: middle; } -DIV.login_links a { - letter-spacing: 0.8pt; +div.login_links a { + letter-spacing: 0.8pt; } -DIV.login_links a:first-child { - margin-right: 5px; +div.login_links a:first-child { + margin-right: 5px; } -DIV.login_links a:last-child { - margin-left: 5px; +div.login_links a:last-child { + margin-left: 5px; } -DIV.login_nick_text { - text-align: left; - margin-bottom: 3px; - width: 191px; - margin: 5px 0px; - font-size: 12px; - letter-spacing: 0.4pt; +div.login_nick_text { + text-align: left; + margin-bottom: 3px; + width: 191px; + margin: 5px 0px; + font-size: 12px; + letter-spacing: 0.4pt; } -DIV.login_pass_text { - text-align: left; - width: 191px; - margin: 13px 0px 5px 0px; - font-size: 12px; - letter-spacing: 0.4pt; +div.login_pass_text { + text-align: left; + width: 191px; + margin: 13px 0px 5px 0px; + font-size: 12px; + letter-spacing: 0.4pt; } -DIV.login_pass { +div.login_pass { } input.login { - border: 0px none; - margin: 0px 0px; - width: 135px; - height: 18px; - font-weight: 100 !important; + border: 0px none; + margin: 0px 0px; + width: 135px; + height: 18px; + font-weight: 100 !important; - letter-spacing: 0.3pt; + letter-spacing: 0.3pt; } input.login_user { - /* Browser without multibackground support */ - color: #373737 !important; - padding-left: 8px; - width: 179px; - color: #222; - height: 18px; + /* Browser without multibackground support */ + color: #373737 !important; + padding-left: 8px; + width: 179px; + color: #222; + height: 18px; } input.login_password { - /* Browser without multibackground support */ - padding-left: 8px; - width: 179px; - color: #222; - height: 20px; + /* Browser without multibackground support */ + padding-left: 8px; + width: 179px; + color: #222; + height: 20px; } .databox_error { - width: 657px !important; - height: 400px; - border: none !important; - background-color: #fafafa; - background: url(../../images/splash_error.png) no-repeat; + width: 657px !important; + height: 400px; + border: none !important; + background-color: #fafafa; + background: url(../../images/splash_error.png) no-repeat; } #ver_num { - margin: 0px auto; - width: 100%; - position: absolute; - bottom: 10px; - color: #FFF; - text-align: center; + margin: 0px auto; + width: 100%; + position: absolute; + bottom: 10px; + color: #fff; + text-align: center; } input:-webkit-autofill { - #-webkit-box-shadow: 0 0 0px 1000px #DDD inset; + #-webkit-box-shadow: 0 0 0px 1000px #ddd inset; } /***********************/ /* END OF LOGIN STYLES */ /***********************/ th > label { - padding-top: 7px; + padding-top: 7px; } input.chk { - margin-right: 0px; - border: 0px none; - height: 14px; + margin-right: 0px; + border: 0px none; + height: 14px; } input.datos { - background-color: #f5f5f5; + background-color: #f5f5f5; } input.datos_readonly { - background-color: #050505; + background-color: #050505; } input.sub { - font-weight: normal; + font-weight: normal; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + border-radius: 2px; - font-size: 8pt; + font-size: 8pt; - background-color: #333 !important; - background-repeat: no-repeat !important; - background-position: 92% 3px !important; + background-color: #333 !important; + background-repeat: no-repeat !important; + background-position: 92% 3px !important; - color: white !important; - padding: 3px 3px 5px 12px; + color: white !important; + padding: 3px 3px 5px 12px; - border-color: #333; + border-color: #333; } input.sub[disabled] { - color: #B4B4B4 !important; - background-color: #F3F3F3 !important; - border-color: #B6B6B6; - cursor: default; + color: #b4b4b4 !important; + background-color: #f3f3f3 !important; + border-color: #b6b6b6; + cursor: default; } -input.next, 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: 30px; - height: 23px; - +input.next, +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: 30px; + height: 23px; } input.next { - background-image: url(../../images/input_go.png) !important; + background-image: url(../../images/input_go.png) !important; } input.upd { - background-image: url(../../images/input_update.png) !important; + background-image: url(../../images/input_update.png) !important; } input.wand { - background-image: url(../../images/input_wand.png) !important; + background-image: url(../../images/input_wand.png) !important; } input.wand:disabled { - background-image: url(../../images/input_wand.disabled.png) !important; + background-image: url(../../images/input_wand.disabled.png) !important; } input.search { - background-image: url(../../images/input_zoom.png) !important; + background-image: url(../../images/input_zoom.png) !important; } input.search:disabled { - background-image: url(../../images/input_zoom.disabled.png) !important; + background-image: url(../../images/input_zoom.disabled.png) !important; } input.ok { - background-image: url(../../images/input_tick.png) !important; + background-image: url(../../images/input_tick.png) !important; } input.ok:disabled { - background-image: url(../../images/input_tick.disabled.png) !important; + background-image: url(../../images/input_tick.disabled.png) !important; } input.add { - background-image: url(../../images/input_add.png) !important; + background-image: url(../../images/input_add.png) !important; } input.add:disabled { - background-image: url(../../images/input_add.disabled.png) !important; + background-image: url(../../images/input_add.disabled.png) !important; } input.cancel { - background-image: url(../../images/input_cross.png) !important; + background-image: url(../../images/input_cross.png) !important; } input.cancel:disabled { - background-image: url(../../images/input_cross.disabled.png) !important; + background-image: url(../../images/input_cross.disabled.png) !important; } input.delete { - background-image: url(../../images/input_delete.png) !important; + background-image: url(../../images/input_delete.png) !important; } input.delete:disabled { - background-image: url(../../images/input_delete.disabled.png) !important; + background-image: url(../../images/input_delete.disabled.png) !important; } input.cog { - background-image: url(../../images/input_cog.png) !important; + background-image: url(../../images/input_cog.png) !important; } input.cog:disabled { - background-image: url(../../images/input_cog.disabled.png) !important; + background-image: url(../../images/input_cog.disabled.png) !important; } input.config { - background-image: url(../../images/input_config.png) !important; + background-image: url(../../images/input_config.png) !important; } input.config:disabled { - background-image: url(../../images/input_config.disabled.png) !important; + background-image: url(../../images/input_config.disabled.png) !important; } input.filter { - background-image: url(../../images/input_filter.png) !important; + background-image: url(../../images/input_filter.png) !important; } input.filter:disabled { - background-image: url(../../images/input_filter.disabled.png) !important; + background-image: url(../../images/input_filter.disabled.png) !important; } input.pdf { - background-image: url(../../images/input_pdf.png) !important; + background-image: url(../../images/input_pdf.png) !important; } input.pdf:disabled { - background-image: url(../../images/input_pdf.disabled.png) !important; + background-image: url(../../images/input_pdf.disabled.png) !important; } input.camera { - background-image: url(../../images/input_camera.png) !important; + background-image: url(../../images/input_camera.png) !important; } #toolbox #auto_save { - padding-top: 5px; + padding-top: 5px; } #toolbox { - margin-top: 13px; + margin-top: 13px; } input.visual_editor_button_toolbox { - padding-right: 15px; - padding-top: 10px; - margin-top:5px; + padding-right: 15px; + padding-top: 10px; + margin-top: 5px; } input.delete_min { - background: #fefefe url(../../images/cross.png) no-repeat center !important; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + 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; + background: #fefefe url(../../images/binary.disabled.png) no-repeat center !important; } input.camera_min { - background: #fefefe url(../../images/camera.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/camera.disabled.png) no-repeat center !important; } input.config_min { - background: #fefefe url(../../images/config.png) no-repeat center !important; + 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; + 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; + 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; + 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; + 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; + background: #fefefe url(../../images/photo.disabled.png) no-repeat center !important; } input.box_item { - background: #fefefe url(../../images/box_item.png) no-repeat center !important; + background: #fefefe url(../../images/box_item.png) no-repeat center !important; } input.box_item[disabled] { - background: #fefefe url(../../images/box_item.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/box_item.disabled.png) no-repeat center !important; } input.line_item { - background: #fefefe url(../../images/line_item.png) no-repeat center !important; + background: #fefefe url(../../images/line_item.png) no-repeat center !important; } input.line_item[disabled] { - background: #fefefe url(../../images/line_item.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/line_item.disabled.png) no-repeat center !important; } input.copy_item { - background: #fefefe url(../../images/copy_visualmap.png) no-repeat center !important; + background: #fefefe url(../../images/copy_visualmap.png) no-repeat center !important; } input.copy_item[disabled] { - background: #fefefe url(../../images/copy_visualmap.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/copy_visualmap.disabled.png) no-repeat + center !important; } input.grid_min { - background: #fefefe url(../../images/grid.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/grid.disabled.png) no-repeat center !important; } input.save_min { - background: #fefefe url(../../images/file.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/file.disabled.png) no-repeat center !important; } input.service_min { - background: #fefefe url(../../images/box.png) no-repeat center !important; + 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; + background: #fefefe url(../../images/box.disabled.png) no-repeat center !important; } input.group_item_min { - background: #fefefe url(../../images/group_green.png) no-repeat center !important; + background: #fefefe url(../../images/group_green.png) no-repeat center !important; } input.group_item_min[disabled] { - background: #fefefe url(../../images/group_green.disabled.png) no-repeat center !important; + background: #fefefe url(../../images/group_green.disabled.png) no-repeat + center !important; } div#cont { - position: fixed; - max-height: 320px; - overflow-y: auto; - overflow-x: hidden; + position: fixed; + max-height: 320px; + overflow-y: auto; + overflow-x: hidden; } -.termframe{ - background-color: #80BA27 !important; +.termframe { + background-color: #80ba27 !important; } -table, img { - border: 0px; +table, +img { + border: 0px; } -tr:first-child>th { - background-color: #373737; +tr:first-child > th { + background-color: #373737; } th { - color: #fff; - background-color: #666; - font-size: 7.5pt; - letter-spacing: 0.3pt; + color: #fff; + background-color: #666; + font-size: 7.5pt; + letter-spacing: 0.3pt; } -tr.datos, tr.datost, tr.datosb , tr.datos_id, +tr.datos, +tr.datost, +tr.datosb, +tr.datos_id, tr.datosf9 { - #background-color: #eaeaea; + #background-color: #eaeaea; } -tr.datos2, tr.datos2t, -tr.datos2b, tr.datos2_id , tr.datos2f9 { - #background-color: #f2f2f2; +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; +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] -{ +td input[type="checkbox"] { /* Double-sized Checkboxes */ -ms-transform: scale(1.3); /* IE */ -moz-transform: scale(1.3); /* FF */ @@ -974,213 +1020,255 @@ td input[type=checkbox] display: table-cell; } -td.datos3, td.datos3 * { - background-color: #666; - color: white !important; +td.datos3, +td.datos3 * { + background-color: #666; + color: white !important; } -td.datos4, 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: #666; - color: white !important; +td.datos4, +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: #666; + color: white !important; } td.datos_id { - color: #1a313a; + color: #1a313a; } tr.disabled_row_user * { - color: grey; + color: grey; } -.bg { /* op menu */ - background: #80ab51; +.bg { + /* op menu */ + background: #80ab51; } -.bg2 { /* main page */ - background-color: #0A160C; +.bg2 { + /* main page */ + background-color: #0a160c; } -.bg3 { /* godmode */ - background: #666666; +.bg3 { + /* godmode */ + background: #666666; } -.bg4 { /* links */ - background-color: #989898; +.bg4 { + /* links */ + background-color: #989898; } -.bg, .bg2, .bg3, .bg4 { - position: relative; - width: 100%; +.bg, +.bg2, +.bg3, +.bg4 { + position: relative; + width: 100%; } .bg { - height: 20px; + height: 20px; } -.bg2, .bg3, .bg4 { - height: 18px; +.bg2, +.bg3, +.bg4 { + height: 18px; } -.f10, #ip { - font-size: 7pt; - text-align: center; +.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; +.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; +.f9i, +.redi { + font-style: italic; } .tit { - padding: 6px 0px; - height: 14px; + padding: 6px 0px; + height: 14px; } -.tit, .titb { - font-weight: bold; - color: #fff; - text-align: center; +.tit, +.titb { + font-weight: bold; + color: #fff; + text-align: center; } .suc * { - color: #5a8629; + color: #5a8629; } -.info *{ - color: #006F9D; +.info * { + color: #006f9d; } -.error *{ - color: #f85858; +.error * { + color: #f85858; } -.warning *{ - color: #FAD403; +.warning * { + color: #fad403; } .help { - background: url(../../images/help.png) no-repeat; + background: url(../../images/help.png) no-repeat; } -.red, .redb, .redi, .error { - color: #c00; +.red, +.redb, +.redi, +.error { + color: #c00; } .sep { - margin-left: 30px; - border-bottom: 1px solid #708090; - width: 100%; + margin-left: 30px; + border-bottom: 1px solid #708090; + width: 100%; } .orange { - color: #fd7304; + color: #fd7304; } .green { - color: #5a8629; + color: #5a8629; } .yellow { - color: #F3C500; + color: #f3c500; } .greenb { - color: #00aa00; + color: #00aa00; } .grey { - color: #808080; - font-weight: bold; + color: #808080; + font-weight: bold; } .blue { - color: #5AB7E5; - font-weight: bold; + color: #5ab7e5; + font-weight: bold; } -.redb, .greenb, td.datos_id, td.datos2_id, f9b { - font-weight: bold; +.redb, +.greenb, +td.datos_id, +td.datos2_id, +f9b { + font-weight: bold; } .p10 { - padding-top: 1px; - padding-bottom: 0px; + padding-top: 1px; + padding-bottom: 0px; } .p21 { - padding-top: 2px; - padding-bottom: 1px; + padding-top: 2px; + padding-bottom: 1px; } .w120 { - width: 120px; + width: 120px; } -.w130, #table-agent-configuration select { - width: 130px; +.w130, +#table-agent-configuration select { + width: 130px; } .w135 { - width: 135px; + width: 135px; } -.w155, #table_layout_data select { - width: 155px; +.w155, +#table_layout_data select { + width: 155px; } -.top, .top_red, .bgt, td.datost, td.datos2t { - vertical-align: top; +.top, +.top_red, +.bgt, +td.datost, +td.datos2t { + vertical-align: top; } .top_red { - background: #ff0000; + background: #ff0000; } -.bot, .titb, td.datosb { - vertical-align: bottom; +.bot, +.titb, +td.datosb { + vertical-align: bottom; } .msg { - margin-top: 15px; - text-align: justify; + margin-top: 15px; + text-align: justify; } ul.mn { - list-style: none; - padding: 0px 0px 0px 0px; - margin: 0px 0px 0px 0px; - line-height: 15px; + list-style: none; + padding: 0px 0px 0px 0px; + margin: 0px 0px 0px 0px; + line-height: 15px; } .gr { - font-size: 10pt; - font-weight: bold; + font-size: 10pt; + font-weight: bold; } -a.mn, .gr { - font-family: Arial, Verdana, sans-serif, Helvetica; +a.mn, +.gr { + font-family: Arial, Verdana, sans-serif, Helvetica; } div.nf { - background: url(../../images/info.png) no-repeat scroll 0 50% transparent; - margin-left: 7px; - padding: 8px 1px 6px 25px; + background: url(../../images/info.png) no-repeat scroll 0 50% transparent; + margin-left: 7px; + padding: 8px 1px 6px 25px; } div.title_line { - background-color: #4e682c; - height: 5px; - width: 762px; + background-color: #4e682c; + height: 5px; + width: 762px; } .alpha50 { - filter:alpha(opacity=50); - -moz-opacity: 0.5; - opacity: 0.5; - -khtml-opacity: 0.5; + filter: alpha(opacity=50); + -moz-opacity: 0.5; + opacity: 0.5; + -khtml-opacity: 0.5; } - -#menu_tab_frame, #menu_tab_frame_view { - display: block !important; - border-bottom: 1px solid #80BA27; -/* float:left; */ - margin-left: 0px !important; - max-height: 42px; - min-height: 42px; - padding-right: 28px; - width: 100%; +#menu_tab_frame, +#menu_tab_frame_view { + display: block !important; + border-bottom: 1px solid #80ba27; + /* float:left; */ + margin-left: 0px !important; + max-height: 42px; + min-height: 42px; + padding-right: 28px; + width: 100%; } #menu_tab { - margin: 0px 0px 0px 0px !important; - position: absolute; - right: 0px; - top: 10px; + margin: 0px 0px 0px 0px !important; + position: absolute; + right: 0px; + top: 10px; } -#menu_tab .mn, #menu_tab ul, #menu_tab .mn ul { - padding: 0px; - list-style: none; - margin: 0px 0px 0px 0px; +#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; + float: right; + position: relative; + margin: 0px 0px 0px 0px; } /* #menu_tab li a, #menu_tab a { @@ -1206,463 +1294,494 @@ div.title_line { */ #menu_tab li.separator_view { - padding: 4px; + padding: 4px; } #menu_tab li.separator { - padding: 4px; + padding: 4px; } #menu_tab li.nomn_high a { - /*background: #80ab51;*/ - color: #fff; + /*background: #80ab51;*/ + color: #fff; } #menu_tab .mn li a { - display: block; - text-decoration: none; - padding: 0px; - margin: 0px; - height: 21px; - width: 21px; + display: block; + text-decoration: none; + padding: 0px; + margin: 0px; + height: 21px; + width: 21px; } -#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover { - /*background: #80ab51;*/ - color: #fff; +#menu_tab li.nomn:hover a, +#menu_tab li:hover ul a:hover { + /*background: #80ab51;*/ + color: #fff; } #menu_tab li:hover a { - /*background: #b2b08a url("../../images/arrow.png") no-repeat right 3px;*/ + /*background: #b2b08a url("../../images/arrow.png") no-repeat right 3px;*/ } #menu_tab li.nomn { - min-width: 30px; - height: 28px; + min-width: 30px; + height: 28px; } #menu_tab li.nomn_high { - min-width: 30px; - height: 28px; + min-width: 30px; + height: 28px; } /* TAB TITLE */ #menu_tab_left { - margin-left: 0px !important; + 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, +#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; + float: left; + position: relative; + height: 26px; + max-height: 26px; } -#menu_tab_left li a, #menu_tab_left li span { -/* text-transform: uppercase; */ - padding: 0px 0px 0px 0px; - color: #fff; - font-size: 8.5pt; - font-weight: bold; - line-height: 20px; +#menu_tab_left li a, +#menu_tab_left li span { + /* text-transform: uppercase; */ + padding: 0px 0px 0px 0px; + color: #fff; + font-size: 8.5pt; + font-weight: bold; + line-height: 20px; } #menu_tab_left .mn li a { - display: block; - text-decoration: none; + 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; + padding: 2px 10px 2px 10px; + color: #fff; + font-weight: bold; + line-height: 18px; + display: none; } #menu_tab_left li.view { - background: #80ab51; - max-width: 100%; - min-width: 100%; - padding: 5px 5px 0px; - text-align: left; - -moz-border-top-right-radius: 3px; - -webkit-border-top-right-radius: 3px; - border-top-right-radius: 3px; + background: #80ab51; + max-width: 100%; + min-width: 100%; + padding: 5px 5px 0px; + text-align: left; + -moz-border-top-right-radius: 3px; + -webkit-border-top-right-radius: 3px; + border-top-right-radius: 3px; - -moz-border-top-left-radius: 3px; - -webkit-border-top-left-radius: 3px; - border-top-left-radius: 3px; - margin-left:0px !important; - overflow-y: hidden; + -moz-border-top-left-radius: 3px; + -webkit-border-top-left-radius: 3px; + border-top-left-radius: 3px; + margin-left: 0px !important; + overflow-y: hidden; } #menu_tab_left li.view img.bottom { - width: 24px; - height: 24px; + width: 24px; + height: 24px; } -#menu_tab_frame *, #menu_tab_frame_view *{ - #margin: 0px 0px 0px 0px !important; +#menu_tab_frame *, +#menu_tab_frame_view * { + #margin: 0px 0px 0px 0px !important; } span.users { - background: url(../../images/group.png) no-repeat; + background: url(../../images/group.png) no-repeat; } span.agents { - background: url(../../images/bricks.png) no-repeat; + background: url(../../images/bricks.png) no-repeat; } span.data { - background: url(../../images/data.png) no-repeat; + background: url(../../images/data.png) no-repeat; } span.alerts { - background: url(../../images/bell.png) no-repeat; + background: url(../../images/bell.png) no-repeat; } span.time { - background: url(../../images/hourglass.png) no-repeat; + background: url(../../images/hourglass.png) no-repeat; } span.net { - background: url(../../images/network.png) no-repeat; + background: url(../../images/network.png) no-repeat; } span.master { - background: url(../../images/master.png) no-repeat; + background: url(../../images/master.png) no-repeat; } span.wmi { - background: url(../../images/wmi.png) no-repeat; + background: url(../../images/wmi.png) no-repeat; } span.prediction { - background: url(../../images/chart_bar.png) no-repeat; + background: url(../../images/chart_bar.png) no-repeat; } span.plugin { - background: url(../../images/plugin.png) no-repeat; + background: url(../../images/plugin.png) no-repeat; } span.export { - background: url(../../images/database_refresh.png) no-repeat; + background: url(../../images/database_refresh.png) no-repeat; } span.snmp { - background: url(../../images/snmp.png) no-repeat; + background: url(../../images/snmp.png) no-repeat; } span.binary { - background: url(../../images/binary.png) no-repeat; + background: url(../../images/binary.png) no-repeat; } span.recon { - background: url(../../images/recon.png) no-repeat; + background: url(../../images/recon.png) no-repeat; } span.rmess { - background: url(../../images/email_open.png) no-repeat; + background: url(../../images/email_open.png) no-repeat; } span.nrmess { - background: url(../../images/email.png) no-repeat; + background: url(../../images/email.png) no-repeat; } span.recon_server { - background: url(../../images/recon.png) no-repeat; + background: url(../../images/recon.png) no-repeat; } span.wmi_server { - background: url(../../images/wmi.png) no-repeat; + background: url(../../images/wmi.png) no-repeat; } span.export_server { - background: url(../../images/server_export.png) no-repeat; + background: url(../../images/server_export.png) no-repeat; } span.inventory_server { - background: url(../../images/page_white_text.png) no-repeat; + background: url(../../images/page_white_text.png) no-repeat; } span.web_server { - background: url(../../images/world.png) no-repeat; + 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.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; +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: 0px; - margin-left: 0px; - border: 1px solid #e2e2e2; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; - +.databox, +.databox_color, +.databox_frame { + margin-bottom: 5px; + margin-top: 0px; + margin-left: 0px; + border: 1px solid #e2e2e2; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } -.databox_color{ - padding-top: 5px; +.databox_color { + padding-top: 5px; } table.databox { - background-color: #f9faf9; - border-spacing: 0px; - -moz-box-shadow: 0px 0px 0px #DDD !important; - -webkit-box-shadow: 0px 0px 0px #DDD !important; - box-shadow: 0px 0px 0px #DDD !important; + background-color: #f9faf9; + border-spacing: 0px; + -moz-box-shadow: 0px 0px 0px #ddd !important; + -webkit-box-shadow: 0px 0px 0px #ddd !important; + box-shadow: 0px 0px 0px #ddd !important; } .databox td { - -moz-border-radius: 0px; - -webkit-border-radius: 0px; - border-radius: 0px; - border: 0px none #E2E2E2; + -moz-border-radius: 0px; + -webkit-border-radius: 0px; + border-radius: 0px; + border: 0px none #e2e2e2; } .databox th { - padding: 9px 7px; - font-weight: normal; - color: #fff; + padding: 9px 7px; + font-weight: normal; + color: #fff; } .databox td { - #border-bottom: 1px solid #E2E2E2; + #border-bottom: 1px solid #e2e2e2; } .databox th * { - color: #fff; + color: #fff; } -.databox th input, .databox th textarea, .databox th select, .databox th select option { - color: #222 !important; +.databox th input, +.databox th textarea, +.databox th select, +.databox th select option { + color: #222 !important; } .tabletitle { - color: #333; + color: #333; } -.tactical_set legend{ - text-align:left; - color: #3F3F3F; +.tactical_set legend { + text-align: left; + color: #3f3f3f; } -.tactical_set{ - background: #FFF; - border: 1px solid #E2E2E2; - margin-left: auto; - margin-right: auto; - width: auto; +.tactical_set { + background: #fff; + border: 1px solid #e2e2e2; + margin-left: auto; + margin-right: auto; + width: auto; } /* For use in Netflow */ table.databox_grid { - margin: 25px; + margin: 25px; } table.databox_grid th { - font-size: 12px; + font-size: 12px; } table.databox_grid td { - padding: 6px; - margin: 4px; - border-bottom: 1px solid #acacac; - border-right: 1px solid #acacac; + 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(odd) td { + background-color: #ffffff; } -table.alternate tr:nth-child(even) td{ - background-color: #e4e5e4; +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; + padding: 4px 4px 4px 10px; + -moz-border-radius: 6px !important; + -webkit-border-radius: 6px !important; + border-radius: 6px !important; } .databox_color { - background-color: #fafafa; + background-color: #fafafa; } #head_l { - float: left; - margin: 0; - padding: 0; + float: left; + margin: 0; + padding: 0; } #head_r { - float: right; - text-align: right; - margin-right: 10px; - padding-top: 0px; + float: right; + text-align: right; + margin-right: 10px; + padding-top: 0px; } #head_m { - position: absolute; - padding-top: 6px; - padding-left: 12em; + position: absolute; + padding-top: 6px; + padding-left: 12em; } span#logo_text1 { - font: bolder 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #eee; + font: bolder 3em Arial, Sans-serif; + letter-spacing: -2px; + color: #eee; } span#logo_text2 { - font: 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #aaa; + 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; + 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; + border-bottom: 0px; } .bt0 { - border-top: 0px; + border-top: 0px; } .action-buttons { - text-align: right; + text-align: right; } -#table-add-item select, #table-add-sla select { - width: 180px; +#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: 30px; - margin-left: 10px; - margin-right: 10px; - height: 1000px; - width: 98%; - position: static; + background-color: #fefefe; + text-align: left; + margin-bottom: 25px; + margin-top: 30px; + margin-left: 10px; + margin-right: 10px; + height: 1000px; + width: 98%; + position: static; } #table-agent-configuration radio { - margin-right: 40px; + margin-right: 40px; } .ui-draggable { - cursor:move; + cursor: move; } #layout_trash_drop { - float: right; - width: 300px; - height: 180px; - background: #fff url("../../images/trash.png") no-repeat bottom left; + float: right; + width: 300px; + height: 180px; + background: #fff url("../../images/trash.png") no-repeat bottom left; } #layout_trash_drop div { - display: block; + display: block; } #layout_editor_drop { - float: left; - width: 300px; + float: left; + width: 300px; } .agent_reporting { - margin: 5px; - padding: 5px; + margin: 5px; + padding: 5px; } -.report_table, .agent_reporting { - border: #CCC outset 3px; +.report_table, +.agent_reporting { + border: #ccc outset 3px; } .img_help { - cursor: help; + cursor: help; } #loading { - position:fixed; - width: 200px; - margin-left: 30%; - text-align:center; - top: 50%; - background-color: #999999; - padding: 20px; + 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; + *margin-top: 10px !important; } /* big_data is used in tactical and logon_ok */ .big_data { - text-decoration: none; font: bold 2em Arial, Sans-serif; + text-decoration: none; + font: bold 2em Arial, Sans-serif; } .med_data { - text-decoration: none; font: bold 1.5em Arial, Sans-serif; + 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; + 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; + color: #003a3a; + text-decoration: underline; } .listing { - border-collapse: collapse; + border-collapse: collapse; } .listing td { - border-bottom: 1px solid #CCCCCC; - border-top: 1px solid #CCCCCC; + border-bottom: 1px solid #cccccc; + border-top: 1px solid #cccccc; } ul { - list-style-type: none; - padding-left: 0; - margin-left: 0; + list-style-type: none; + padding-left: 0; + margin-left: 0; } span.actions { - margin-left: 30px; + margin-left: 30px; } .actions { - min-width: 200px! important; + min-width: 200px !important; } -code, pre { - font-family: courier, serif; +code, +pre { + font-family: courier, serif; } -select#template, select#action { - width: 250px; +select#template, +select#action { + width: 250px; } #label-checkbox-matches_value, #label-checkbox-copy_modules, #label-checkbox-copy_alerts { - display: inline; - font-weight: normal; + display: inline; + font-weight: normal; } -input[type=image] { - border:0px; - background-color: transparent !important; +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; + width: 200px; } table#simple select#select_snmp_oid, table#simple select#id_plugin, table#network_component select#id_plugin { - width: 270px; + width: 270px; } table#simple select#prediction_id_group, table#simple select#prediction_id_agent, table#simple select#prediction_module { - width: 50%; - display: block; + width: 50%; + display: block; } table#simple input#text-plugin_parameter, table#simple input#text-snmp_oid, @@ -1672,1726 +1791,2001 @@ table#target_table select, table#filter_compound_table select, table#filter_compound_table #text-search, table#delete_table select { - width: 100%; + width: 100%; } table#simple select#network_component_group, table#simple select#network_component { - width: 90%; + width: 90%; } table#simple span#component_group, table#simple span#component { - width: 45%; - font-style: italic; + width: 45%; + font-style: italic; } table#simple label { - display: inline; - font-weight: normal; - font-style: italic; + display: inline; + font-weight: normal; + font-style: italic; } .clickable { - cursor: pointer; + cursor: pointer; } -table#agent_list tr, table.alert_list tr { - vertical-align: top; +table#agent_list tr, +table.alert_list tr { + vertical-align: top; +} +.toggle { + border-collapse: collapse; +} +.toggle td { + border-left: 1px solid #d3d3d3; } -.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; + 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%; + background-color: #fff1a8; + margin-left: auto; + margin-right: auto; + padding: 5px; + text-align: center; + font-style: italic; + width: 95%; } div.loading img { - float: right; + float: right; } /* Tablesorter jQuery pager */ div.pager { - margin-left: 10px; - margin-top: 5px; + margin-left: 10px; + margin-top: 5px; } -div.pager img{ - position: relative; - top: 4px; - padding-left: 5px; +div.pager img { + position: relative; + top: 4px; + padding-left: 5px; } div.pager input { - padding-left: 5px; + padding-left: 5px; } .pagedisplay { - border: 0; - width: 35px; + border: 0; + width: 35px; } /* Steps style */ ol.steps { - margin-bottom: 15px; - padding: 0; - list-style-type: none; - list-style-position: outside; + 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; + float: left; + background-color: #efefef; + padding: 5px; + margin-left: 5px; + width: 150px; } ol.steps li a { - color: #111; + color: #111; } ol.steps li.visited a { - color: #999; + color: #999; } ol.steps li span { - font-weight: normal; - display: block; + font-weight: normal; + display: block; } ol.steps li span { - color: #777; + color: #777; } ol.steps li.visited span { - color: #999; + color: #999; } ol.steps li.current { - border-left: 5px solid #778866; - margin-left: 0; - font-weight: bold; - background-color: #E9F3D2; + border-left: 5px solid #778866; + margin-left: 0; + font-weight: bold; + background-color: #e9f3d2; } ol.steps li.visited { - color: #999 !important; + color: #999 !important; } fieldset { - background-color:#F9FAF9; - border: 1px solid #E2E2E2; - padding:0.5em; - margin-bottom:20px; - position:relative; + background-color: #f9faf9; + border: 1px solid #e2e2e2; + padding: 0.5em; + margin-bottom: 20px; + position: relative; } fieldset legend { - font-size:1.1em; - font-weight:bold; - #color:#3f4e2f; - line-height: 20px; - color: #3F3F3F; - #top:-2em; + font-size: 1.1em; + font-weight: bold; + #color: #3f4e2f; + line-height: 20px; + color: #3f3f3f; + #top: -2em; } fieldset .databox { - border: 0px solid; + border: 0px solid; } fieldset.databox { - padding: 14px !important; + padding: 14px !important; } fieldset legend span, span#latest_value { - font-style:italic; + font-style: italic; } span#latest_value span#value { - font-style:normal; + font-style: normal; } form#filter_form { - margin-bottom: 15px; + margin-bottom: 15px; } ul.action_list { - margin: 0; - list-style: none inside circle; + margin: 0; + list-style: none inside circle; } ul.action_list li div { - margin-left: 15px; + margin-left: 15px; } span.action_name { - float: none; + float: none; } div.actions_container { - overflow:auto; - width: 100%; - max-height: 200px; + overflow: auto; + width: 100%; + max-height: 200px; } div.actions_container label { - display: inline; - font-weight: normal; - font-style: italic; + display: inline; + font-weight: normal; + font-style: italic; } a.add_action { - clear: both; - display: block; + clear: both; + display: block; } /* timeEntry styles */ .timeEntry_control { - vertical-align: middle; - margin-left: 2px; + vertical-align: middle; + margin-left: 2px; } div#steps_clean { - clear:both; + clear: both; } div#event_control { - clear:right; + clear: right; } /* Autocomplete styles */ .ac_results { - padding: 0px; - border: 1px solid black; - background-color: white; - overflow: hidden; - z-index: 99999; + 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; + 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; - /* + 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; - /* + /*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; + line-height: 16px; } .ac_loading { - background: white url('../images/loading.gif') right center no-repeat; + background: white url("../images/loading.gif") right center no-repeat; } .ac_over { - background-color: #efefef; + background-color: #efefef; } span.ac_extra_field, span.ac_extra_field strong { - font-style: italic; - font-size: 9px; + 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; + /* 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; + margin-top: 0px; } .autorefresh_disabled { - cursor: not-allowed !important; + cursor: not-allowed !important; } a.autorefresh { - padding-right: 8px; + padding-right: 8px; } #refrcounter { - color: white; + color: white; } #combo_refr select { - margin-right: 8px; + margin-right: 8px; } .disabled_module { - color: #aaa; + color: #aaa; } div.warn { - background: url(../../images/info.png) no-repeat; - margin-top: 7px; - padding: 2px 1px 6px 25px; + background: url(../../images/info.png) no-repeat; + margin-top: 7px; + padding: 2px 1px 6px 25px; } .submenu_not_selected { - font-weight: normal !important; + font-weight: normal !important; } /* Submenus havent borders */ -.submenu_not_selected, .submenu_selected, .submenu2 { - border: 0px !important; - min-height: 35px !important; +.submenu_not_selected, +.submenu_selected, +.submenu2 { + border: 0px !important; + min-height: 35px !important; } /* Pandora width style theme */ div#container { - width: 100%; + width: 100%; } div#page { - width: auto; + width: auto; } div#main { - max-width: 93%; - min-width: 93%; + max-width: 93%; + min-width: 93%; } ol.steps { - margin-bottom: 70px; + margin-bottom: 70px; } div#steps_clean { - display:none; + display: none; } -#menu_tab_frame, #menu_tab_frame_view { - width: 100%; - padding-right: 0px; - margin-left: 0px !important; - margin-bottom: 20px; - height: 31px; +#menu_tab_frame, +#menu_tab_frame_view { + width: 100%; + padding-right: 0px; + margin-left: 0px !important; + margin-bottom: 20px; + height: 31px; } div#events_list { - float: left; - width: 100%; + float: left; + width: 100%; } span#logo_text1 { - font: bolder 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #eee; + font: bolder 3em Arial, Sans-serif; + letter-spacing: -2px; + color: #eee; } span#logo_text2 { - font: 3em Arial, Sans-serif; - letter-spacing: -2px; - color: #aaa; + 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; + 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: 15px; - margin-bottom: 5px; + margin-top: 15px; + margin-bottom: 5px; } .pagination * { - margin-left: 0px !important; - margin-right: 0px !important; - vertical-align: middle; + margin-left: 0px !important; + margin-right: 0px !important; + vertical-align: middle; } /*CALENDAR TOOLTIP STYLE*/ /* Calendar background */ table.scw { - background-color: #80ab51; - border: 0 !important; - border-radius: 4px; + background-color: #80ab51; + border: 0 !important; + border-radius: 4px; } /* Week number heading */ td.scwWeekNumberHead { - color: #111; + color: #111; } td.scwWeek { - color: #111 !important; + color: #111 !important; } - Today selector -td.scwFoot { - background-color: #daedae; - color: #111; +Today selector td.scwFoot { + background-color: #daedae; + color: #111; } td.scwFootDisabled { - background-color: #000; - color: #FFFFFF; + background-color: #000; + color: #ffffff; } tfoot.scwFoot { - color: #111; + color: #111; } -.scwFoot :hover{ - color: #3F3F3F !important; +.scwFoot :hover { + color: #3f3f3f !important; } table.scwCells { - background-color: #fff !important; - color: #3c3c3c !important; + background-color: #fff !important; + color: #3c3c3c !important; } table.scwCells:hover { - background-color: #fff !important; + background-color: #fff !important; } td.scwCellsExMonth { - background-color: #eee !important; - color: #3c3c3c !important; + background-color: #eee !important; + color: #3c3c3c !important; } td.scwCellsWeekend { - background-color: #3c3c3c !important; - color: #fff !important; - border: 0 !important; + background-color: #3c3c3c !important; + color: #fff !important; + border: 0 !important; } td.scwInputDate { - background-color: #777 !important; - color: #ffffff !important; - border: 0 !important; + background-color: #777 !important; + color: #ffffff !important; + border: 0 !important; } td.scwFoot { - background-color: #fff !important; - color: #3c3c3c !important; - border: 0 !important; + background-color: #fff !important; + color: #3c3c3c !important; + border: 0 !important; } - - /* Cells divs to set individual styles with the table objects */ div.cellBold { - width: 100%; - height: 100%; - font-weight: bold; + width: 100%; + height: 100%; + font-weight: bold; } div.cellRight { - width: 100%; - height: 100%; - text-align: right; + width: 100%; + height: 100%; + text-align: right; } div.cellCenter { - width:100%; - height:100%; - text-align:center; + width: 100%; + height: 100%; + text-align: center; } div.cellWhite { - width: 100%; - height: 100%; - background: #fff; - color: #111; + width: 100%; + height: 100%; + background: #fff; + color: #111; } div.cellNormal { - width: 100%; - height: 100%; - background: #6EB432; - color: #fff; + width: 100%; + height: 100%; + background: #6eb432; + color: #fff; } div.cellCritical { - width: 100%; - height: 100%; - background: #f85858; - color: #fff; + width: 100%; + height: 100%; + background: #f85858; + color: #fff; } div.cellWarning { - width: 100%; - height: 100%; - background: #ffea59; - color: #111; + width: 100%; + height: 100%; + background: #ffea59; + color: #111; } div.cellUnknown { - width: 100%; - height: 100%; - background: #AAAAAA; - color: #FFFFFF; + width: 100%; + height: 100%; + background: #aaaaaa; + color: #ffffff; } div.cellNotInit { - width: 100%; - height: 100%; - background: #3BA0FF; - color: #FFFFFF; + width: 100%; + height: 100%; + background: #3ba0ff; + color: #ffffff; } div.cellAlert { - width: 100%; - height: 100%; - background: #FF8800; - color: #111; + width: 100%; + height: 100%; + background: #ff8800; + color: #111; } div.cellBorder1 { - width: 100%; - height: 100%; - border: 1px solid #666; + width: 100%; + height: 100%; + border: 1px solid #666; } div.cellBig { - width: 100%; - height: 100%; - font-size: 18px; + width: 100%; + height: 100%; + font-size: 18px; } .info_box { - background: #F9FAF9; - margin-top: 10px !important; - margin-bottom: 10px !important; - padding: 0px 5px 5px 10px; - border-color: #E2E2E2; - border-style: solid; - border-width: 1px; - width: 100% !important; - -moz-border-radius: 4px; - -webkit-border-radius: 4px; - border-radius: 4px; + background: #f9faf9; + margin-top: 10px !important; + margin-bottom: 10px !important; + padding: 0px 5px 5px 10px; + border-color: #e2e2e2; + border-style: solid; + border-width: 1px; + width: 100% !important; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; } .info_box .title * { - font-size: 10pt !important; - font-weight: bolder; + font-size: 10pt !important; + font-weight: bolder; } .info_box .icon { - width: 30px !important; - text-align: center; + 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; + filter: alpha(opacity=80); + -moz-opacity: 0.8; + opacity: 0.8; + -khtml-opacity: 0.8; } - -tr.group_view_data, .group_view_data { - color: #3F3F3F; +tr.group_view_data, +.group_view_data { + color: #3f3f3f; } -tr.group_view_crit, .group_view_crit { - background-color: #FC4444; - color: #fff; +tr.group_view_crit, +.group_view_crit { + background-color: #fc4444; + color: #fff; } -tr.group_view_norm, .group_view_norm, tr.group_view_normal, .group_view_normal { - #background-color: #ffffff; +tr.group_view_norm, +.group_view_norm, +tr.group_view_normal, +.group_view_normal { + #background-color: #ffffff; } -tr.group_view_ok, .group_view_ok { - background-color: #80BA27; - color: #fff; +tr.group_view_ok, +.group_view_ok { + background-color: #80ba27; + color: #fff; } -tr.group_view_not_init, .group_view_not_init, tr.group_view_not_init, .group_view_not_init { - background-color: #5BB6E5; - color: #fff !important; +tr.group_view_not_init, +.group_view_not_init, +tr.group_view_not_init, +.group_view_not_init { + background-color: #5bb6e5; + color: #fff !important; } -tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn { - background-color: #FAD403; - color: #3F3F3F !important; +tr.group_view_warn, +.group_view_warn, +tr.group_view_warn.a, +a.group_view_warn, +tr.a.group_view_warn { + background-color: #fad403; + color: #3f3f3f !important; } a.group_view_warn { - color: #FAD403 !important; + color: #fad403 !important; } -tr.group_view_alrm, .group_view_alrm { - background-color: #FFA631; - color: #FFF; +tr.group_view_alrm, +.group_view_alrm { + background-color: #ffa631; + color: #fff; } -tr.group_view_unk, .group_view_unk { - background-color: #B2B2B2 ; - color: #fff; +tr.group_view_unk, +.group_view_unk { + background-color: #b2b2b2; + color: #fff; } /* classes for event priorities. Sits now in functions.php */ -.datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a, .datos_green * { - background-color: #80BA27; - color: #fff; +.datos_green, +.datos_greenf9, +.datos_green a, +.datos_greenf9 a, +.datos_green * { + background-color: #80ba27; + color: #fff; } -.datos_red, .datos_redf9, .datos_red a, .datos_redf9 a, .datos_red *{ - background-color: #FC4444; - color: #fff !important; +.datos_red, +.datos_redf9, +.datos_red a, +.datos_redf9 a, +.datos_red * { + background-color: #fc4444; + color: #fff !important; } -.datos_yellow, .datos_yellowf9, .datos_yellow * { - background-color: #FAD403; - color: #111; +.datos_yellow, +.datos_yellowf9, +.datos_yellow * { + background-color: #fad403; + color: #111; } -a.datos_blue, .datos_bluef9, .datos_blue, .datos_blue * { - background-color: #4CA8E0; - color: #fff !important; +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_grey, +.datos_greyf9, +.datos_grey * { + background-color: #999999; + color: #fff; } -.datos_pink, .datos_pinkf9, .datos_pink * { - background-color: #fdc4ca; - color: #111; +.datos_pink, +.datos_pinkf9, +.datos_pink * { + background-color: #fdc4ca; + color: #111; } -.datos_brown, .datos_brownf9, .datos_brown * { - background-color: #A67C52; - color: #fff; +.datos_brown, +.datos_brownf9, +.datos_brown * { + background-color: #a67c52; + color: #fff; } -.datos_orange, .datos_orangef9, .datos_orange * { - background-color: #F7931E; - color: #111; +.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; +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 { - font-weight: bold; + font-weight: bold; } -ul.operation li a:hover { - #font-weight: bold; +ul.operation li a:hover { + #font-weight: bold; } - - .submenu_text { - color: #fff; + color: #fff; } .submenu_not_selected { - color: #fff !important; + color: #fff !important; } .operation .menu_icon:hover { - background-color: #d9fb86 !important; + background-color: #d9fb86 !important; } .operation .submenu_text:hover { - color: #585858 !important; + color: #585858 !important; } .operation .submenu_not_selected:hover { - background-color: #d9fb86 !important; - color: #585858 !important; + background-color: #d9fb86 !important; + color: #585858 !important; } .operation .submenu_selected:hover { - background-color: #d9fb86 !important; - color: #585858 !important; + background-color: #d9fb86 !important; + color: #585858 !important; } .operation .sub_subMenu:hover { - background-color: #d9fb86 !important; - color: #585858 !important; + background-color: #d9fb86 !important; + color: #585858 !important; } .operation .selected .submenu_not_selected * { - color: #fff !important; + color: #fff !important; } .operation .selected .submenu_not_selected *:hover { - color: #585858 !important; + color: #585858 !important; } .operation { - background-color: #80ab51 !important; + background-color: #80ab51 !important; } .operation .selected { - background-color: #d9fb86 !important; + background-color: #d9fb86 !important; } .operation li.selected { - box-shadow: inset 4px 0 #80ab51; + box-shadow: inset 4px 0 #80ab51; } .operation .selected .submenu_text_middle { - color: #585858; + color: #585858; } .operation .submenu_selected .selected .submenu_text { - color: #585858; + color: #585858; } .operation .submenu_selected .selected { - color: #585858; + color: #585858; } - - .godmode .menu_icon:hover { - background-color: #A77853 !important; + background-color: #a77853 !important; } .godmode .submenu_text:hover { - color: #3f3f3f !important; + color: #3f3f3f !important; } .godmode .submenu_not_selected:hover { - background-color: #A77853 !important; - color: #2f2f2f !important; + background-color: #a77853 !important; + color: #2f2f2f !important; } .godmode .submenu_selected:hover { - background-color: #A77853 !important; - color: #2f2f2f !important; + background-color: #a77853 !important; + color: #2f2f2f !important; } .godmode .sub_subMenu:hover { - background-color: #A77853 !important; - color: #2f2f2f !important; + background-color: #a77853 !important; + color: #2f2f2f !important; } .godmode .selected .submenu_not_selected * { - color: #fff !important; + color: #fff !important; } .godmode .selected .submenu_not_selected *:hover { - color: #2f2f2f !important; + color: #2f2f2f !important; } .godmode { - background-color: #e79b5d !important; + background-color: #e79b5d !important; } .godmode .selected { - background-color: #A77853 !important; + background-color: #a77853 !important; } .godmode li.selected { - box-shadow: inset 4px 0 #e79b5d; + box-shadow: inset 4px 0 #e79b5d; } .godmode .selected .submenu_text_middle { - color: #2f2f2f; + color: #2f2f2f; } .godmode .submenu_selected .selected .submenu_text { - color: #2f2f2f; + color: #2f2f2f; } .godmode .submenu_selected .selected { - color: #2f2f2f; + color: #2f2f2f; } - - -li.links a:hover { - #font-weight: bold; +li.links a:hover { + #font-weight: bold; } .is_submenu2 li { - background-color: #ff0000; + background-color: #ff0000; } .is_submenu2 { - background-color: #222222 !important; + background-color: #222222 !important; } - - - - - -.menu li, .menu .li.not_selected { - border-radius: 0px 0px 0px 0px; - display: block; - min-height: 35px; - border-bottom: 0px none #424242; - vertical-align: middle; +.menu li, +.menu .li.not_selected { + border-radius: 0px 0px 0px 0px; + display: block; + min-height: 35px; + border-bottom: 0px none #424242; + vertical-align: middle; } #menu_tab li.separator { - /* Empty */ + /* Empty */ } .operation { - border-top-right-radius: 5px; - border-right-style: solid; - border-right-width: 0px; - + border-top-right-radius: 5px; + border-right-style: solid; + border-right-width: 0px; } -input#text-id_parent.ac_input, input, textarea, select { - background-color: #ffffff !important; - border: 1px solid #cbcbcb; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; +input#text-id_parent.ac_input, +input, +textarea, +select { + background-color: #ffffff !important; + border: 1px solid #cbcbcb; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } span#plugin_description { - font-size: 9px; + font-size: 9px; } /*FOR TINYMCE*/ #tinymce { - text-align: left; + text-align: left; } -.visual_font_size_4pt, .visual_font_size_4pt > em, .visual_font_size_4pt > strong, .visual_font_size_4pt > strong > span, .visual_font_size_4pt > span, .visual_font_size_4pt > strong > em, .visual_font_size_4pt > em > strong, .visual_font_size_4pt em span, .visual_font_size_4pt span em { - font-size: 4pt !important; - line-height: 4pt; +.visual_font_size_4pt, +.visual_font_size_4pt > em, +.visual_font_size_4pt > strong, +.visual_font_size_4pt > strong > span, +.visual_font_size_4pt > span, +.visual_font_size_4pt > strong > em, +.visual_font_size_4pt > em > strong, +.visual_font_size_4pt em span, +.visual_font_size_4pt span em { + font-size: 4pt !important; + line-height: 4pt; } -.visual_font_size_6pt, .visual_font_size_6pt > em, .visual_font_size_6pt > strong, .visual_font_size_6pt > strong > span, .visual_font_size_6pt > span, .visual_font_size_6pt > strong > em, .visual_font_size_6pt > em > strong, .visual_font_size_6pt em span, .visual_font_size_6pt span em { - font-size: 6pt !important; - line-height: 6pt; +.visual_font_size_6pt, +.visual_font_size_6pt > em, +.visual_font_size_6pt > strong, +.visual_font_size_6pt > strong > span, +.visual_font_size_6pt > span, +.visual_font_size_6pt > strong > em, +.visual_font_size_6pt > em > strong, +.visual_font_size_6pt em span, +.visual_font_size_6pt span em { + font-size: 6pt !important; + line-height: 6pt; } -.visual_font_size_8pt, .visual_font_size_8pt > em, .visual_font_size_8pt > strong, .visual_font_size_8pt > strong > span , .visual_font_size_8pt > span, .visual_font_size_8pt > strong > em, .visual_font_size_8pt > em > strong, .visual_font_size_8pt em span, .visual_font_size_8pt span em { - font-size: 8pt !important; - line-height: 8pt; +.visual_font_size_8pt, +.visual_font_size_8pt > em, +.visual_font_size_8pt > strong, +.visual_font_size_8pt > strong > span, +.visual_font_size_8pt > span, +.visual_font_size_8pt > strong > em, +.visual_font_size_8pt > em > strong, +.visual_font_size_8pt em span, +.visual_font_size_8pt span em { + font-size: 8pt !important; + line-height: 8pt; } -.visual_font_size_10pt, .visual_font_size_10pt > em , .visual_font_size_10pt > strong, .visual_font_size_10pt > strong > em, .visual_font_size_10pt > em > strong, .visual_font_size_10pt em span, .visual_font_size_10pt span em { - font-size: 10pt !important; - line-height: 10pt; +.visual_font_size_10pt, +.visual_font_size_10pt > em, +.visual_font_size_10pt > strong, +.visual_font_size_10pt > strong > em, +.visual_font_size_10pt > em > strong, +.visual_font_size_10pt em span, +.visual_font_size_10pt span em { + font-size: 10pt !important; + line-height: 10pt; } -.visual_font_size_12pt, .visual_font_size_12pt > em , .visual_font_size_12pt > strong, .visual_font_size_12pt > strong > em, .visual_font_size_12pt > em > strong, .visual_font_size_12pt em span, .visual_font_size_12pt span em { - font-size: 12pt !important; - line-height: 12pt; +.visual_font_size_12pt, +.visual_font_size_12pt > em, +.visual_font_size_12pt > strong, +.visual_font_size_12pt > strong > em, +.visual_font_size_12pt > em > strong, +.visual_font_size_12pt em span, +.visual_font_size_12pt span em { + font-size: 12pt !important; + line-height: 12pt; } -.visual_font_size_14pt, .visual_font_size_14pt > em , .visual_font_size_14pt > strong, .visual_font_size_14pt > strong > span, .visual_font_size_14pt > span, .visual_font_size_14pt > strong > em, .visual_font_size_14pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { - font-size: 14pt !important; - line-height: 14pt; +.visual_font_size_14pt, +.visual_font_size_14pt > em, +.visual_font_size_14pt > strong, +.visual_font_size_14pt > strong > span, +.visual_font_size_14pt > span, +.visual_font_size_14pt > strong > em, +.visual_font_size_14pt > em > strong, +.visual_font_size_14pt em span, +.visual_font_size_14pt span em { + font-size: 14pt !important; + line-height: 14pt; } -.visual_font_size_18pt, .visual_font_size_18pt > em , .visual_font_size_18pt > strong, .visual_font_size_18pt > strong > span, .visual_font_size_18pt > span, .visual_font_size_18pt > strong > em, .visual_font_size_18pt > em > strong, .visual_font_size_18pt em span, .visual_font_size_18pt span em { - font-size: 18pt !important; - line-height: 18pt; +.visual_font_size_18pt, +.visual_font_size_18pt > em, +.visual_font_size_18pt > strong, +.visual_font_size_18pt > strong > span, +.visual_font_size_18pt > span, +.visual_font_size_18pt > strong > em, +.visual_font_size_18pt > em > strong, +.visual_font_size_18pt em span, +.visual_font_size_18pt span em { + font-size: 18pt !important; + line-height: 18pt; } -.visual_font_size_24pt, .visual_font_size_24pt > em, .visual_font_size_24pt > strong, .visual_font_size_24pt > strong > span , .visual_font_size_24pt > span, .visual_font_size_24pt > strong > em, .visual_font_size_24pt > em > strong, .visual_font_size_24pt em span, .visual_font_size_24pt span em { - font-size: 24pt !important; - line-height: 24pt; +.visual_font_size_24pt, +.visual_font_size_24pt > em, +.visual_font_size_24pt > strong, +.visual_font_size_24pt > strong > span, +.visual_font_size_24pt > span, +.visual_font_size_24pt > strong > em, +.visual_font_size_24pt > em > strong, +.visual_font_size_24pt em span, +.visual_font_size_24pt span em { + font-size: 24pt !important; + line-height: 24pt; } -.visual_font_size_28pt, .visual_font_size_28pt > em, .visual_font_size_28pt > strong, .visual_font_size_28pt > strong > span , .visual_font_size_28pt > span, .visual_font_size_28pt > strong > em, .visual_font_size_28pt > em > strong, .visual_font_size_28pt em span, .visual_font_size_28pt span em { - font-size: 28pt !important; - line-height: 28pt; +.visual_font_size_28pt, +.visual_font_size_28pt > em, +.visual_font_size_28pt > strong, +.visual_font_size_28pt > strong > span, +.visual_font_size_28pt > span, +.visual_font_size_28pt > strong > em, +.visual_font_size_28pt > em > strong, +.visual_font_size_28pt em span, +.visual_font_size_28pt span em { + font-size: 28pt !important; + line-height: 28pt; } -.visual_font_size_36pt, .visual_font_size_36pt > em, .visual_font_size_36pt > strong, .visual_font_size_36pt > strong > span, .visual_font_size_36pt > span, .visual_font_size_36pt > strong > em, .visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { - font-size: 36pt !important; - line-height: 36pt; +.visual_font_size_36pt, +.visual_font_size_36pt > em, +.visual_font_size_36pt > strong, +.visual_font_size_36pt > strong > span, +.visual_font_size_36pt > span, +.visual_font_size_36pt > strong > em, +.visual_font_size_36pt > em > strong, +.visual_font_size_36pt em span, +.visual_font_size_36pt span em { + font-size: 36pt !important; + line-height: 36pt; } -.visual_font_size_48pt, .visual_font_size_48pt > em, .visual_font_size_48pt > strong, .visual_font_size_48pt > strong > span, .visual_font_size_48pt > span, .visual_font_size_48pt > strong > em, .visual_font_size_48pt > em > strong, .visual_font_size_48pt em span, .visual_font_size_48pt span em { - font-size: 48pt !important; - line-height: 48pt; +.visual_font_size_48pt, +.visual_font_size_48pt > em, +.visual_font_size_48pt > strong, +.visual_font_size_48pt > strong > span, +.visual_font_size_48pt > span, +.visual_font_size_48pt > strong > em, +.visual_font_size_48pt > em > strong, +.visual_font_size_48pt em span, +.visual_font_size_48pt span em { + font-size: 48pt !important; + line-height: 48pt; } -.visual_font_size_60pt, .visual_font_size_60pt > em, .visual_font_size_60pt > strong, .visual_font_size_60pt > strong > span, .visual_font_size_60pt > span, .visual_font_size_60pt > strong > em, .visual_font_size_60pt > em > strong, .visual_font_size_60pt em span, .visual_font_size_60pt span em { - font-size: 60pt !important; - line-height: 60pt; +.visual_font_size_60pt, +.visual_font_size_60pt > em, +.visual_font_size_60pt > strong, +.visual_font_size_60pt > strong > span, +.visual_font_size_60pt > span, +.visual_font_size_60pt > strong > em, +.visual_font_size_60pt > em > strong, +.visual_font_size_60pt em span, +.visual_font_size_60pt span em { + font-size: 60pt !important; + line-height: 60pt; } -.visual_font_size_72pt, .visual_font_size_72pt > em, .visual_font_size_72pt > strong, .visual_font_size_72pt > strong > span, .visual_font_size_72pt > span, .visual_font_size_72pt > strong > em, .visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { - font-size: 72pt !important; - line-height: 72pt; +.visual_font_size_72pt, +.visual_font_size_72pt > em, +.visual_font_size_72pt > strong, +.visual_font_size_72pt > strong > span, +.visual_font_size_72pt > span, +.visual_font_size_72pt > strong > em, +.visual_font_size_72pt > em > strong, +.visual_font_size_72pt em span, +.visual_font_size_72pt span em { + font-size: 72pt !important; + line-height: 72pt; } -.visual_font_size_84pt, .visual_font_size_84pt > em, .visual_font_size_84pt > strong, .visual_font_size_84pt > strong > span, .visual_font_size_84pt > span, .visual_font_size_84pt > strong > em, .visual_font_size_84pt > em > strong, .visual_font_size_84pt em span, .visual_font_size_84pt span em { - font-size: 84pt !important; - line-height: 84pt; +.visual_font_size_84pt, +.visual_font_size_84pt > em, +.visual_font_size_84pt > strong, +.visual_font_size_84pt > strong > span, +.visual_font_size_84pt > span, +.visual_font_size_84pt > strong > em, +.visual_font_size_84pt > em > strong, +.visual_font_size_84pt em span, +.visual_font_size_84pt span em { + font-size: 84pt !important; + line-height: 84pt; } -.visual_font_size_96pt, .visual_font_size_96pt > em, .visual_font_size_96pt > strong, .visual_font_size_96pt > strong > span, .visual_font_size_96pt > span, .visual_font_size_96pt > strong > em, .visual_font_size_96pt > em > strong, .visual_font_size_96pt em span, .visual_font_size_96pt span em { - font-size: 96pt !important; - line-height: 96pt; +.visual_font_size_96pt, +.visual_font_size_96pt > em, +.visual_font_size_96pt > strong, +.visual_font_size_96pt > strong > span, +.visual_font_size_96pt > span, +.visual_font_size_96pt > strong > em, +.visual_font_size_96pt > em > strong, +.visual_font_size_96pt em span, +.visual_font_size_96pt span em { + font-size: 96pt !important; + line-height: 96pt; } -.visual_font_size_116pt, .visual_font_size_116pt > em, .visual_font_size_116pt > strong, .visual_font_size_116pt > strong > span, .visual_font_size_116pt > span, .visual_font_size_116pt > strong > em, .visual_font_size_116pt > em > strong, .visual_font_size_116pt em span, .visual_font_size_116pt span em { - font-size: 116pt !important; - line-height: 116pt; +.visual_font_size_116pt, +.visual_font_size_116pt > em, +.visual_font_size_116pt > strong, +.visual_font_size_116pt > strong > span, +.visual_font_size_116pt > span, +.visual_font_size_116pt > strong > em, +.visual_font_size_116pt > em > strong, +.visual_font_size_116pt em span, +.visual_font_size_116pt span em { + font-size: 116pt !important; + line-height: 116pt; } -.visual_font_size_128pt, .visual_font_size_128pt > em, .visual_font_size_128pt > strong, .visual_font_size_128pt > strong > span, .visual_font_size_128pt > span, .visual_font_size_128pt > strong > em, .visual_font_size_128pt > em > strong, .visual_font_size_128pt em span, .visual_font_size_128pt span em { - font-size: 128pt !important; - line-height: 128pt; +.visual_font_size_128pt, +.visual_font_size_128pt > em, +.visual_font_size_128pt > strong, +.visual_font_size_128pt > strong > span, +.visual_font_size_128pt > span, +.visual_font_size_128pt > strong > em, +.visual_font_size_128pt > em > strong, +.visual_font_size_128pt em span, +.visual_font_size_128pt span em { + font-size: 128pt !important; + line-height: 128pt; } -.visual_font_size_140pt, .visual_font_size_140pt > em, .visual_font_size_140pt > strong, .visual_font_size_140pt > strong > span, .visual_font_size_140pt > span, .visual_font_size_140pt > strong > em, .visual_font_size_140pt > em > strong, .visual_font_size_140pt em span, .visual_font_size_140pt span em { - font-size: 140pt !important; - line-height: 140pt; +.visual_font_size_140pt, +.visual_font_size_140pt > em, +.visual_font_size_140pt > strong, +.visual_font_size_140pt > strong > span, +.visual_font_size_140pt > span, +.visual_font_size_140pt > strong > em, +.visual_font_size_140pt > em > strong, +.visual_font_size_140pt em span, +.visual_font_size_140pt span em { + font-size: 140pt !important; + line-height: 140pt; } -.visual_font_size_154pt, .visual_font_size_154pt > em, .visual_font_size_154pt > strong, .visual_font_size_154pt > strong > span, .visual_font_size_154pt > span, .visual_font_size_154pt > strong > em, .visual_font_size_154pt > em > strong, .visual_font_size_154pt em span, .visual_font_size_154pt span em { - font-size: 154pt !important; - line-height: 154pt; +.visual_font_size_154pt, +.visual_font_size_154pt > em, +.visual_font_size_154pt > strong, +.visual_font_size_154pt > strong > span, +.visual_font_size_154pt > span, +.visual_font_size_154pt > strong > em, +.visual_font_size_154pt > em > strong, +.visual_font_size_154pt em span, +.visual_font_size_154pt span em { + font-size: 154pt !important; + line-height: 154pt; } -.visual_font_size_196pt, .visual_font_size_196pt > em, .visual_font_size_196pt > strong, .visual_font_size_196pt > strong > span, .visual_font_size_196pt > span, .visual_font_size_196pt > strong > em, .visual_font_size_196pt > em > strong, .visual_font_size_196pt em span, .visual_font_size_196pt span em { - font-size: 196pt !important; - line-height: 196pt; +.visual_font_size_196pt, +.visual_font_size_196pt > em, +.visual_font_size_196pt > strong, +.visual_font_size_196pt > strong > span, +.visual_font_size_196pt > span, +.visual_font_size_196pt > strong > em, +.visual_font_size_196pt > em > strong, +.visual_font_size_196pt em span, +.visual_font_size_196pt span em { + font-size: 196pt !important; + line-height: 196pt; } - - -.resize_visual_font_size_8pt, .resize_visual_font_size_8pt > em, .resize_visual_font_size_8pt > strong, .resize_visual_font_size_8pt > strong > span, .resize_visual_font_size_8pt > span, .resize_visual_font_size_8pt > strong > em, .resize_visual_font_size_8pt > em > strong, .visual_font_size_8pt em span, .visual_font_size_8pt span em { - font-size: 4pt !important; - line-height: 4pt; +.resize_visual_font_size_8pt, +.resize_visual_font_size_8pt > em, +.resize_visual_font_size_8pt > strong, +.resize_visual_font_size_8pt > strong > span, +.resize_visual_font_size_8pt > span, +.resize_visual_font_size_8pt > strong > em, +.resize_visual_font_size_8pt > em > strong, +.visual_font_size_8pt em span, +.visual_font_size_8pt span em { + font-size: 4pt !important; + line-height: 4pt; } -.resize_visual_font_size_14pt, .resize_visual_font_size_14pt > em , .resize_visual_font_size_14pt > strong, .resize_visual_font_size_14pt > strong > span, .resize_visual_font_size_14pt > span, .resize_visual_font_size_14pt > strong > em, .resize_visual_font_size_14pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { - font-size: 7pt !important; - line-height: 7pt; +.resize_visual_font_size_14pt, +.resize_visual_font_size_14pt > em, +.resize_visual_font_size_14pt > strong, +.resize_visual_font_size_14pt > strong > span, +.resize_visual_font_size_14pt > span, +.resize_visual_font_size_14pt > strong > em, +.resize_visual_font_size_14pt > em > strong, +.visual_font_size_14pt em span, +.visual_font_size_14pt span em { + font-size: 7pt !important; + line-height: 7pt; } -.resize_visual_font_size_24pt, .resize_visual_font_size_24pt > em, .resize_visual_font_size_24pt > strong, .resize_visual_font_size_24pt > strong > span, .resize_visual_font_size_24pt > span, .resize_visual_font_size_24pt > strong > em, .resize_visual_font_size_24pt > em > strong, .visual_font_size_14pt em span, .visual_font_size_14pt span em { - font-size: 12pt !important; - line-height: 12pt; +.resize_visual_font_size_24pt, +.resize_visual_font_size_24pt > em, +.resize_visual_font_size_24pt > strong, +.resize_visual_font_size_24pt > strong > span, +.resize_visual_font_size_24pt > span, +.resize_visual_font_size_24pt > strong > em, +.resize_visual_font_size_24pt > em > strong, +.visual_font_size_14pt em span, +.visual_font_size_14pt span em { + font-size: 12pt !important; + line-height: 12pt; } -.resize_visual_font_size_36pt, .resize_visual_font_size_36pt > em, .resize_visual_font_size_36pt > strong, .resize_visual_font_size_36pt > strong > span, .resize_visual_font_size_36pt > span, .resize_visual_font_size_36pt > strong > em, .resize_visual_font_size_36pt > em > strong, .visual_font_size_36pt em span, .visual_font_size_36pt span em { - font-size: 18pt !important; - line-height: 18pt; +.resize_visual_font_size_36pt, +.resize_visual_font_size_36pt > em, +.resize_visual_font_size_36pt > strong, +.resize_visual_font_size_36pt > strong > span, +.resize_visual_font_size_36pt > span, +.resize_visual_font_size_36pt > strong > em, +.resize_visual_font_size_36pt > em > strong, +.visual_font_size_36pt em span, +.visual_font_size_36pt span em { + font-size: 18pt !important; + line-height: 18pt; } -.resize_visual_font_size_72pt, .resize_visual_font_size_72pt > em, .resize_visual_font_size_72pt > strong, .resize_visual_font_size_72pt > strong > span, .resize_visual_font_size_72pt > span, .resize_visual_font_size_72pt > strong > em, .resize_visual_font_size_72pt > em > strong, .visual_font_size_72pt em span, .visual_font_size_72pt span em { - font-size: 36pt !important; - line-height: 36pt; +.resize_visual_font_size_72pt, +.resize_visual_font_size_72pt > em, +.resize_visual_font_size_72pt > strong, +.resize_visual_font_size_72pt > strong > span, +.resize_visual_font_size_72pt > span, +.resize_visual_font_size_72pt > strong > em, +.resize_visual_font_size_72pt > em > strong, +.visual_font_size_72pt em span, +.visual_font_size_72pt span em { + font-size: 36pt !important; + line-height: 36pt; } /*SIDEBAR*/ .menu_sidebar { - color:#111; - background: #3f3f3f; + 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; + 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; + -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; + 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-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; + -moz-border-bottom-left-radius: 8px; + -webkit-border-bottom-left-radius: 8px; + border-bottom-left-radius: 8px; - border-right:0px solid #000; + 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; + -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; + 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; + border-spacing: 0px 4px; } .groupsview tr { - background-color: #666; + background-color: #666; } .groupsview th { - font-size: 12px; - padding: 5px; + 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; +.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; + -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; +.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; + display: inline !important; + cursor: help; } -a.tip>img { - margin-left: 2px; - margin-right: 2px; +a.tip > img { + 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; + 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; +.vertical_fields td input, +.vertical_fields td select { + margin-top: 8px !important; } -a[id^='tgl_ctrl_']>img, a[id^='tgl_ctrl_']>b>img{ - vertical-align:middle; +a[id^="tgl_ctrl_"] > img, +a[id^="tgl_ctrl_"] > b > img { + vertical-align: middle; } .noshadow { - -moz-box-shadow: 0px !important; - -webkit-box-shadow: 0px !important; - box-shadow: 0px !important; + -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: #666; - color: #FFF; - padding: 4px 5px; - font-weight: bold; - font-size: small; - font-size: 11px; - /* IE 8 */ - -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)"; - /* Netscape */ - -moz-opacity: 0.9; - opacity: 0.9; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; +div.forced_title_layer { + display: block; + text-decoration: none; + position: absolute; + z-index: 100000; + border: 1px solid #708090; + background-color: #666; + color: #fff; + padding: 4px 5px; + font-weight: bold; + font-size: small; + font-size: 11px; + /* IE 8 */ + -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)"; + /* Netscape */ + -moz-opacity: 0.9; + opacity: 0.9; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } /* Graphs styles */ -div.legend>div { - pointer-events: none; /* Allow to click the graphs below */ - opacity: 0.65 !important; +div.legend > div { + pointer-events: none; /* Allow to click the graphs below */ + 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; + 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; + 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; + width: 40%; + position: absolute; + top: 0; + right: 20px; - #background-color: #fff; - #padding: 10px; + #background-color: #fff; + #padding: 10px; } #rmf_data { - width: 40%; - height: 80%; - position: absolute; - top:0; - right:20px; - overflow: auto; + width: 40%; + height: 80%; + position: absolute; + top: 0; + right: 20px; + overflow: auto; - #background-color: #fff; - #padding: 10px; + #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; + 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: #ECECEC !important; + background: #ececec !important; } -ul.subsubmenu li{ - background-color: #ECECEC; - font-weight: bold; - text-decoration: none; - font-size: 14px; - border-color: #E2E2E2; - border-style: solid; - border-width: 1px; +ul.subsubmenu li { + background-color: #ececec; + font-weight: bold; + text-decoration: none; + font-size: 14px; + border-color: #e2e2e2; + border-style: solid; + border-width: 1px; } -ul.subsubmenu li a{ - padding: 0px 10px 5px; +ul.subsubmenu li a { + padding: 0px 10px 5px; } div#agent_wizard_subtabs { - position: absolute; - margin-left: 0px; - display: none; - padding-bottom: 3px; - z-index: 1000; + position: absolute; + margin-left: 0px; + display: none; + padding-bottom: 3px; + z-index: 1000; } .agent_wizard_tab:hover { - cursor: default; + cursor: default; } #container_servicemap_legend { - position: absolute; - width: 200px; - background: #FFF; - margin-top: 10px; - right: 2px; - border: 1px solid #E2E2E2; - border-radius: 5px; - padding: 10px; - opacity: .90; + position: absolute; + width: 200px; + background: #fff; + margin-top: 10px; + right: 2px; + border: 1px solid #e2e2e2; + border-radius: 5px; + padding: 10px; + opacity: 0.9; } #container_servicemap_legend table { - text-align: left; + text-align: left; } .legend_square { - width: 20px; - padding-left: 20px; - padding-right: 10px; + width: 20px; + padding-left: 20px; + padding-right: 10px; } .legend_square_simple { - padding-left:0px; - padding-right: 10px; - padding-bottom: 3px; + padding-left: 0px; + padding-right: 10px; + padding-bottom: 3px; } -.legend_square div, .legend_square_simple div { - width: 20px; - height: 20px; - border-radius: 3px; +.legend_square div, +.legend_square_simple div { + width: 20px; + height: 20px; + border-radius: 3px; } .legend_basic { - background: #F4F4F4; - margin-top: 10px; - border-radius: 5px; - padding: 10px; + background: #f4f4f4; + margin-top: 10px; + border-radius: 5px; + padding: 10px; } .agents_modules_table th { - background: #3F3F3F; + background: #3f3f3f; } .agents_modules_table th * { - color: #FFFFFF; + color: #ffffff; } /* * LOAD_ENTERPRISE.PHP */ #code_license_dialog { - padding: 50px; - padding-top: 10px; + padding: 50px; + padding-top: 10px; } #code_license_dialog #logo { - margin-bottom: 20px; - text-align: center; + margin-bottom: 20px; + text-align: center; } -#code_license_dialog, #code_license_dialog * { - font-size: 14px; +#code_license_dialog, +#code_license_dialog * { + font-size: 14px; } #code_license_dialog ul { - padding-left: 30px; - list-style-image: url("../../images/input_tick.png"); + padding-left: 30px; + list-style-image: url("../../images/input_tick.png"); } #code_license_dialog li { - margin-bottom: 12px; + margin-bottom: 12px; } #code_license_dialog #code { - font-weight: bolder; - font-size: 20px; - border: 1px solid #dddddd; - padding: 5px; - text-align: center; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - border-radius: 8px; + font-weight: bolder; + font-size: 20px; + border: 1px solid #dddddd; + padding: 5px; + text-align: center; + -moz-border-radius: 8px; + -webkit-border-radius: 8px; + border-radius: 8px; } #code_license_dialog a { - text-decoration: underline; + text-decoration: underline; } /* GRAPHS CSS */ .parent_graph { - position: relative; + position: relative; } -.menu_graph, .timestamp_graph { - position: absolute !important; +.menu_graph, +.timestamp_graph { + position: absolute !important; } .menu_graph { - -moz-border-top-right-radius: 6px; - -webkit-border-top-right-radius: 6px; - border-top-right-radius: 6px; - -moz-border-top-left-radius: 6px; - -webkit-border-top-left-radius: 6px; - border-top-left-radius: 6px; + -moz-border-top-right-radius: 6px; + -webkit-border-top-right-radius: 6px; + border-top-right-radius: 6px; + -moz-border-top-left-radius: 6px; + -webkit-border-top-left-radius: 6px; + border-top-left-radius: 6px; } .legend_graph { - margin: 0px; - padding: 0px; - text-align: left; + margin: 0px; + padding: 0px; + text-align: left; } .legendColorBox * { - font-size: 0px; - padding: 0px 4px; - overflow: visible !important; + font-size: 0px; + padding: 0px 4px; + overflow: visible !important; } /* GIS CSS */ .olLayerDiv { - z-index: 102 !important; + z-index: 102 !important; } /* Alert view */ -table.alert_days th, table.alert_time th{ - height: 30px; - vertical-align: middle; +table.alert_days th, +table.alert_time th { + height: 30px; + vertical-align: middle; } table.alert_escalation th img { - width: 18px; + width: 18px; } - td.used_field { - #border: solid #6EB432; - background: #6EB432 !important; - color: #FFFFFF; - font-weight: bold; + #border: solid #6eb432; + background: #6eb432 !important; + color: #ffffff; + font-weight: bold; } td.overrided_field { - color: #666; + color: #666; } td.unused_field { - color: #888; + color: #888; } td.empty_field { - background: url('../../images/long_arrow.png') no-repeat 100% center; + background: url("../../images/long_arrow.png") no-repeat 100% center; } #table_macros textarea { - width: 96%; + width: 96%; } /* Policies styles */ table#policy_modules td * { - display: inline; + display: inline; } .context_help_title { - font-weight: bolder; - text-align: left; + font-weight: bolder; + text-align: left; } .context_help_body { - text-align: left; + text-align: left; } #left_column_logon_ok { - width: 750px; - float:left; + width: 750px; + float: left; } #news_board { - min-width: 530px; + min-width: 530px; } #right_column_logon_ok { - width: 350px; - float: right; - margin-right: 20px; + width: 350px; + float: right; + margin-right: 20px; } #clippy_head_title { - font-weight: bold; - background: #80ab51; - color: #ffffff; - margin-top: -15px; - margin-left: -15px; - margin-right: -15px; - padding: 5px; - margin-bottom: 10px; - border-top-left-radius: 2px; - border-top-right-radius: 2px; + font-weight: bold; + background: #80ab51; + color: #ffffff; + margin-top: -15px; + margin-left: -15px; + margin-right: -15px; + padding: 5px; + margin-bottom: 10px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; } #dialog-double_auth-container { - width: 100%; - text-align: center; - vertical-align: middle; + width: 100%; + text-align: center; + vertical-align: middle; } .center_align { - text-align: center; + text-align: center; } .left_align { - text-align: left; + text-align: left; } -.status_tactical{ - width: 100%; - margin-left: auto; - margin-right: auto; - background-color: #FFF !important; - padding: 10px; - border: 1px solid #E2E2E2; - margin-top: 5%; - text-align: left; +.status_tactical { + width: 100%; + margin-left: auto; + margin-right: auto; + background-color: #fff !important; + padding: 10px; + border: 1px solid #e2e2e2; + margin-top: 5%; + text-align: left; } .status_tactical img { - border: 3px solid #000; - border-radius: 100px; + border: 3px solid #000; + border-radius: 100px; } -#sumary{ - color: #FFF; - margin: 15px; - padding: 10px 30px; - font-size: 20px; - font-weight: bold; - height: 66px; - width: 191px; - border-radius: 2px; +#sumary { + color: #fff; + margin: 15px; + padding: 10px 30px; + font-size: 20px; + font-weight: bold; + height: 66px; + width: 191px; + border-radius: 2px; } -.databox.data td{ - border-bottom: 1px solid #E2E2E2; +.databox.data td { + border-bottom: 1px solid #e2e2e2; } -.databox .search{ - margin-top: 0px; +.databox .search { + margin-top: 0px; } -.databox.data td.progress_bar img{ - border: 3px solid #000; - border-radius: 100px; +.databox.data td.progress_bar img { + border: 3px solid #000; + border-radius: 100px; } -.databox td{ - padding-left: 9px; - padding-right: 9px; - padding-top: 7px; - padding-bottom: 7px; +.databox td { + padding-left: 9px; + padding-right: 9px; + padding-top: 7px; + padding-bottom: 7px; } -.databox.pies fieldset.tactical_set{ - width:70% !important; - height: 285px; +.databox.pies fieldset.tactical_set { + width: 70% !important; + height: 285px; } -.difference{ - border-left-width: 2px; - border-left-style: solid; - border-right-width: 2px; - border-right-style: solid; - border-color: #E2E2E2; +.difference { + border-left-width: 2px; + border-left-style: solid; + border-right-width: 2px; + border-right-style: solid; + border-color: #e2e2e2; } #title_menu { - color: #FFF; - float: right; - width: 70%; - letter-spacing: 0pt; - font-size: 8pt; - white-space: pre-wrap; + color: #fff; + float: right; + width: 70%; + letter-spacing: 0pt; + font-size: 8pt; + white-space: pre-wrap; } -.no_hidden_menu{ - background-position: 11% 50% !important; +.no_hidden_menu { + background-position: 11% 50% !important; } -#menu_tab li.nomn, #menu_tab li.nomn_high { - background-color: #ECECEC; - padding-right: 3px; - padding-left: 3px; - font-weight: bold; - text-decoration: none; - font-size: 14px; - border-color: #E2E2E2; - border-style: solid; - border-width: 1px; - margin-top: -10px; +#menu_tab li.nomn, +#menu_tab li.nomn_high { + background-color: #ececec; + padding-right: 3px; + padding-left: 3px; + font-weight: bold; + text-decoration: none; + font-size: 14px; + border-color: #e2e2e2; + border-style: solid; + border-width: 1px; + margin-top: -10px; } -#menu_tab li.nomn_high, #menu_tab li.nomn_high span { - color: #FFF; - background-color: #FFF; +#menu_tab li.nomn_high, +#menu_tab li.nomn_high span { + color: #fff; + background-color: #fff; } -#menu_tab li.nomn img, #menu_tab li img { - margin-top: 3px; - margin-left: 3px; +#menu_tab li.nomn img, +#menu_tab li img { + margin-top: 3px; + margin-left: 3px; } -#menu_tab li.tab_operation a, #menu_tab a.tab_operation{ - background: none !important ; +#menu_tab li.tab_operation a, +#menu_tab a.tab_operation { + background: none !important ; } -.subsubmenu{ - position: absolute; - float: right; - z-index: 9999; - display: none; - margin-top: 6px !important ; - left: 0px !important; +.subsubmenu { + position: absolute; + float: right; + z-index: 9999; + display: none; + margin-top: 6px !important ; + left: 0px !important; } -.subsubmenu li{ - margin-top: 0px !important ; +.subsubmenu li { + margin-top: 0px !important ; } -.agents_modules_table{ - border: 1px solid #E2E2E2; - border-spacing: 0px; +.agents_modules_table { + border: 1px solid #e2e2e2; + border-spacing: 0px; } -.agents_modules_table td{ - border: 1px solid #E2E2E2; +.agents_modules_table td { + border: 1px solid #e2e2e2; } -.agents_modules_table th{ - border: 1px solid #E2E2E2; +.agents_modules_table th { + border: 1px solid #e2e2e2; } -.databox.filters, .databox.data, .databox.profile_list{ - margin-bottom: 20px; +.databox.filters, +.databox.data, +.databox.profile_list { + margin-bottom: 20px; } -.databox.filters td{ - padding: 10px; - padding-left:20px; +.databox.filters td { + padding: 10px; + padding-left: 20px; } -.databox.profile_list td{ - padding: 4px 1px; - padding-left: 5px; - border-bottom: 1px solid #E2E2E2; +.databox.profile_list td { + padding: 4px 1px; + padding-left: 5px; + border-bottom: 1px solid #e2e2e2; } -.databox.profile_list a.tip > img{ - margin: 0px; +.databox.profile_list a.tip > img { + margin: 0px; } -.databox.filters td>img, .databox.filters td>div>a>img, -.databox.filters td>span>img, .databox.filters td>span>a>img, -.databox.filters td>a>img{ - vertical-align: middle; - margin-left: 5px; +.databox.filters td > img, +.databox.filters td > div > a > img, +.databox.filters td > span > img, +.databox.filters td > span > a > img, +.databox.filters td > a > img { + vertical-align: middle; + margin-left: 5px; } -.databox.data td>img,.databox.data th>img, .databox.data td>div>a>img, -.databox.data td>span>img, .databox.data td>span>a>img, -.databox.data td>a>img, .databox.data td>form>a>img { - vertical-align: middle; - +.databox.data td > img, +.databox.data th > img, +.databox.data td > div > a > img, +.databox.data td > span > img, +.databox.data td > span > a > img, +.databox.data td > a > img, +.databox.data td > form > a > img { + vertical-align: middle; } -.databox.filters td>a>img { - vertical-align: middle; +.databox.filters td > a > img { + vertical-align: middle; } -.databox.data td>input[type="checkbox"] { - margin: 0px; +.databox.data td > input[type="checkbox"] { + margin: 0px; } -.databox_color td{ - padding-left: 10px; +.databox_color td { + padding-left: 10px; } -.databox.agente td>div>canvas{ - width: 100% !important; - text-align: left !important; +.databox.agente td > div > canvas { + width: 100% !important; + text-align: left !important; } -.databox.agente td>div.graph{ - width: 100% !important; - text-align: left !important; +.databox.agente td > div.graph { + width: 100% !important; + text-align: left !important; } -.godmode, .menu_icon ul li{ - background-color: #222; +.godmode, +.menu_icon ul li { + background-color: #222; } -.operation .menu_icon ul li{ - background-color: #333; +.operation .menu_icon ul li { + background-color: #333; } -.godmode{ - border-top: 4px solid !important; - padding-bottom: 4px !important; - border-bottom-right-radius: 5px; - border-right-style: solid; - border-right-width: 0px; +.godmode { + border-top: 4px solid !important; + padding-bottom: 4px !important; + border-bottom-right-radius: 5px; + border-right-style: solid; + border-right-width: 0px; } -.green_title{ - background-color: #80ab51; - font-weight:normal; - text-align: center; +.green_title { + background-color: #80ab51; + font-weight: normal; + text-align: center; } -.dashboard{ - top: 23px; +.dashboard { + top: 23px; } -.dashboard li a{ - width: 158px !important; +.dashboard li a { + width: 158px !important; } -.text_subDashboard{ - float: left; - margin-top: 5%; - margin-left: 3%; +.text_subDashboard { + float: left; + margin-top: 5%; + margin-left: 3%; } /* The items with the class 'spinner' will rotate */ /* Not supported on IE9 and below */ .spinner { - -webkit-animation: spinner 2s infinite linear; - animation: spinner 2s infinite linear; + -webkit-animation: spinner 2s infinite linear; + animation: spinner 2s infinite linear; } @-webkit-keyframes spinner { - 0% { - -ms-transform: rotate(0deg); /* IE */ - -moz-transform: rotate(0deg); /* FF */ - -o-transform: rotate(0deg); /* Opera */ - -webkit-transform: rotate(0deg); /* Safari and Chrome */ - transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); /* IE */ - -moz-transform: rotate(359deg); /* FF */ - -o-transform: rotate(359deg); /* Opera */ - -webkit-transform: rotate(359deg); /* Safari and Chrome */ - transform: rotate(359deg); - } + 0% { + -ms-transform: rotate(0deg); /* IE */ + -moz-transform: rotate(0deg); /* FF */ + -o-transform: rotate(0deg); /* Opera */ + -webkit-transform: rotate(0deg); /* Safari and Chrome */ + transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); /* IE */ + -moz-transform: rotate(359deg); /* FF */ + -o-transform: rotate(359deg); /* Opera */ + -webkit-transform: rotate(359deg); /* Safari and Chrome */ + transform: rotate(359deg); + } } @keyframes spinner { - 0% { - -ms-transform: rotate(0deg); /* IE */ - -moz-transform: rotate(0deg); /* FF */ - -o-transform: rotate(0deg); /* Opera */ - -webkit-transform: rotate(0deg); /* Safari and Chrome */ - transform: rotate(0deg); - } - 100% { - -ms-transform: rotate(359deg); /* IE */ - -moz-transform: rotate(359deg); /* FF */ - -o-transform: rotate(359deg); /* Opera */ - -webkit-transform: rotate(359deg); /* Safari and Chrome */ - transform: rotate(359deg); - } + 0% { + -ms-transform: rotate(0deg); /* IE */ + -moz-transform: rotate(0deg); /* FF */ + -o-transform: rotate(0deg); /* Opera */ + -webkit-transform: rotate(0deg); /* Safari and Chrome */ + transform: rotate(0deg); + } + 100% { + -ms-transform: rotate(359deg); /* IE */ + -moz-transform: rotate(359deg); /* FF */ + -o-transform: rotate(359deg); /* Opera */ + -webkit-transform: rotate(359deg); /* Safari and Chrome */ + transform: rotate(359deg); + } } -#alert_messages{ - -moz-border-bottom-right-radius: 5px; - -webkit-border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; - border-bottom-left-radius: 5px; - z-index:3; - position:fixed; - width:750px; - max-width:750px; - min-width:750px; - top: 20%; - background:white; +#alert_messages { + -moz-border-bottom-right-radius: 5px; + -webkit-border-bottom-left-radius: 5px; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; + z-index: 3; + position: fixed; + width: 750px; + max-width: 750px; + min-width: 750px; + top: 20%; + background: white; } -.modalheader{ - text-align:center; - width:100%; - height:37px; - left:0px; - background-color:#82b92e; +.modalheader { + text-align: center; + width: 100%; + height: 37px; + left: 0px; + background-color: #82b92e; } -.modalheadertext{ - color:white; - position:relative; - font-family:Nunito; - font-size:13pt; - top:8px; +.modalheadertext { + color: white; + position: relative; + font-family: Nunito; + font-size: 13pt; + top: 8px; } -.modalclosex{ - cursor:pointer; - display:inline; - float:right; - margin-right:10px; - margin-top:10px; +.modalclosex { + cursor: pointer; + display: inline; + float: right; + margin-right: 10px; + margin-top: 10px; } -.modalcontent{ - color:black; - background:white; +.modalcontent { + color: black; + background: white; } -.modalcontentimg{ - float:left; - margin-left:30px; - margin-top:30px; - margin-bottom:30px; +.modalcontentimg { + float: left; + margin-left: 30px; + margin-top: 30px; + margin-bottom: 30px; } -.modalcontenttext{ - float:left; - text-align:justify; - color:black; - font-size: 9.5pt; - line-height:13pt; - margin-top:30px; - width:430px; - margin-left:30px; +.modalcontenttext { + float: left; + text-align: justify; + color: black; + font-size: 9.5pt; + line-height: 13pt; + margin-top: 30px; + width: 430px; + margin-left: 30px; } -.modalokbutton{ - cursor:pointer; - text-align:center; - margin-right:45px; - float:right; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - margin-bottom:30px; - border-radius: 3px;width:90px;height:30px;background-color:white;border: 1px solid #82b92e; +.modalokbutton { + cursor: pointer; + text-align: center; + margin-right: 45px; + float: right; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + margin-bottom: 30px; + border-radius: 3px; + width: 90px; + height: 30px; + background-color: white; + border: 1px solid #82b92e; } -.modalokbuttontext{ - color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px; +.modalokbuttontext { + color: #82b92e; + font-family: Nunito; + font-size: 10pt; + position: relative; + top: 6px; } -.modalgobutton{ - cursor:pointer;text-align:center;margin-right:15px;margin-bottom:30px;float:right;-moz-border-radius: 3px; - -webkit-border-radius: 3px;border-radius: 3px;width:240px;height:30px;background-color:white;border: 1px solid #82b92e; +.modalgobutton { + cursor: pointer; + text-align: center; + margin-right: 15px; + margin-bottom: 30px; + float: right; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; + width: 240px; + height: 30px; + background-color: white; + border: 1px solid #82b92e; } -.modalgobuttontext{ -color:#82b92e;font-family:Nunito;font-size:10pt;position:relative;top:6px; +.modalgobuttontext { + color: #82b92e; + font-family: Nunito; + font-size: 10pt; + position: relative; + top: 6px; } - -#opacidad{ - opacity:0.5; - z-index:1; - width:100%; - height:100%; - position:absolute; - left:0px; - top:0px; +#opacidad { + opacity: 0.5; + z-index: 1; + width: 100%; + height: 100%; + position: absolute; + left: 0px; + top: 0px; } -.textodialogo{ - margin-left: 0px; - color:#333; - padding:20px; - font-size:9pt; +.textodialogo { + margin-left: 0px; + color: #333; + padding: 20px; + font-size: 9pt; } -.cargatextodialogo{ - max-width:58.5%; - width:58.5%; - min-width:58.5%; - float:left; - margin-left: 0px; - font-size:18pt; - padding:20px; - text-align:center; +.cargatextodialogo { + max-width: 58.5%; + width: 58.5%; + min-width: 58.5%; + float: left; + margin-left: 0px; + font-size: 18pt; + padding: 20px; + text-align: center; } -.cargatextodialogo p, .cargatextodialogo b, .cargatextodialogo a{ - font-size:18pt; +.cargatextodialogo p, +.cargatextodialogo b, +.cargatextodialogo a { + font-size: 18pt; } -#toolbox > input{ - border-width:0px 1px 0px 0px; - border-color: lightgray; +#toolbox > input { + border-width: 0px 1px 0px 0px; + border-color: lightgray; } -#toolbox > input.service_min{ - border-width:0px 0px 0px 0px; +#toolbox > input.service_min { + border-width: 0px 0px 0px 0px; } -#toolbox > input.grid_min{ - border-width:0px 0px 0px 0px; +#toolbox > input.grid_min { + border-width: 0px 0px 0px 0px; } -#tinymce{ - padding-top:20px; +#tinymce { + padding-top: 20px; } -.rowPair:hover, .rowOdd:hover{ - background-color: #eee; +.rowPair:hover, +.rowOdd:hover { + background-color: #eee; } -.databox.data > tbody > tr:hover{ - background-color: #eee; +.databox.data > tbody > tr:hover { + background-color: #eee; +} +.checkselected { + background-color: #eee; } -.checkselected{ - background-color: #eee; -} \ No newline at end of file diff --git a/pandora_console/include/styles/pandora_minimal.css b/pandora_console/include/styles/pandora_minimal.css index d17e06d430..8c9649888d 100644 --- a/pandora_console/include/styles/pandora_minimal.css +++ b/pandora_console/include/styles/pandora_minimal.css @@ -22,154 +22,160 @@ Exclude css from visual styles */ * { - font-family: verdana, sans-serif; - font-size: 8pt; + font-family: verdana, sans-serif; + font-size: 8pt; } body { - text-align: center; + text-align: center; } h1 { - font: bold 1em Arial, Sans-serif; - text-transform: uppercase; - color: #786; - padding-bottom: 5px; - padding-top: 7px; - font-size: 16px; + font: bold 1em Arial, Sans-serif; + text-transform: uppercase; + color: #786; + padding-bottom: 5px; + padding-top: 7px; + font-size: 16px; } a { - color: #486787; - text-decoration: none; + color: #486787; + text-decoration: none; } a:hover { - color: #003a3a; - text-decoration: underline; + color: #003a3a; + text-decoration: underline; } input { - padding: 2px 3px 4px 3px; - border: 1px solid #ddd; - font-family: verdana, sans-serif; - font-size: 8pt + padding: 2px 3px 4px 3px; + border: 1px solid #ddd; + font-family: verdana, sans-serif; + font-size: 8pt; } input:hover { - background-color: #d4dccd; + background-color: #d4dccd; } input.login { - border-color: #786; - background-color: #f5f5f5; - margin: 2px 0 8px; - width: 90px; + border-color: #786; + background-color: #f5f5f5; + margin: 2px 0 8px; + width: 90px; } -table, img { - border: 0px; +table, +img { + border: 0px; } -.f9, .f9i, .f9b, td.f9, td.f9i, td.datosf9, td.datos2f9 { - font-size: 6.5pt; +.f9, +.f9i, +.f9b, +td.f9, +td.f9i, +td.datosf9, +td.datos2f9 { + font-size: 6.5pt; } -.databox, .databox_frame { - margin-bottom: 15px; - margin-top: 5px; - margin-left: 0px; - border: 1px solid #f2f2f2; +.databox, +.databox_frame { + margin-bottom: 15px; + margin-top: 5px; + margin-left: 0px; + border: 1px solid #f2f2f2; } .databox { - background-color: #fafafa; + background-color: #fafafa; } #show_menu { } #loading { - position:fixed; - width: 200px; - margin-left: 35%; - text-align:center; - top:300px; - background-color: #999999; - padding: 20px; + position: fixed; + width: 200px; + margin-left: 35%; + text-align: center; + top: 300px; + background-color: #999999; + padding: 20px; } tr.rowPair { - background-color: #fff; + background-color: #fff; } tr.rowOdd { - background-color: #888; + background-color: #888; } tr.rowPair:hover { - background-color: #bbb; + background-color: #bbb; } tr.rowOdd:hover { - background-color: #444; + background-color: #444; } .disabled_module { - color: #98c2ed; + color: #98c2ed; } /*CALENDAR TOOLTIP STYLE*/ /* Calendar background */ table.scw { - background-color: #FFF; + background-color: #fff; } /* Week number heading */ td.scwWeekNumberHead { - color: #000; + color: #000; } td.scwWeek { - color: #000 !important; + color: #000 !important; } /* Today selector */ td.scwFoot { - background-color: #FFF; - color: #000; + background-color: #fff; + color: #000; } td.scwFootDisabled { - background-color: #000; - color: #FFFFFF; + background-color: #000; + color: #ffffff; } tfoot.scwFoot { - color: #000; + color: #000; } -.scwFoot :hover{ - color: #FFA500 !important; +.scwFoot :hover { + color: #ffa500 !important; } input.next { - background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px; + background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px; } input.next { - padding-right: 21px; + padding-right: 21px; } .info_box { - background: #EBEBEB; - margin: 10px auto; - padding: 5px; - border: 1px solid #A8A8A8; - width: 85% !important; - -moz-box-shadow: 0px 2px 2px #010E1B !important; - -webkit-box-shadow: 0px 2px 2px #010E1B !important; - box-shadow: 0px 2px 2px #010E1B !important; + background: #ebebeb; + margin: 10px auto; + padding: 5px; + border: 1px solid #a8a8a8; + width: 85% !important; + -moz-box-shadow: 0px 2px 2px #010e1b !important; + -webkit-box-shadow: 0px 2px 2px #010e1b !important; + box-shadow: 0px 2px 2px #010e1b !important; } .info_box .title * { - font-size: 10pt !important; - font-weight: bolder; + font-size: 10pt !important; + font-weight: bolder; } .info_box .icon { - width: 30px !important; - text-align: center; + width: 30px !important; + text-align: center; } - - diff --git a/pandora_console/include/styles/tree.css b/pandora_console/include/styles/tree.css index 13bc4888e9..e86edfe90b 100644 --- a/pandora_console/include/styles/tree.css +++ b/pandora_console/include/styles/tree.css @@ -1,138 +1,139 @@ .tree-root { - margin-top: 0px; - margin-bottom: 0px; + margin-top: 0px; + margin-bottom: 0px; } .tree-group { - margin-left: 16px; - padding-top: 1px; + margin-left: 16px; + padding-top: 1px; } .tree-node { - white-space: nowrap; + white-space: nowrap; - background-image: url(../../images/tree/branch.png); - background-position: 0px 0px; - background-repeat: repeat-y; + background-image: url(../../images/tree/branch.png); + background-position: 0px 0px; + background-repeat: repeat-y; - min-height: 26px; + min-height: 26px; } .tree-node:last-child { - background: 0 0; + background: 0 0; } .node-content { - height: 16px; + height: 16px; } -.node-content>img { - position: relative; - top: -2px; +.node-content > img { + position: relative; + top: -2px; } .node-content:hover { - background-color: #FFF; + background-color: #fff; - -moz-border-radius: 3px; - -webkit-border-radius: 3px; - border-radius: 3px; + -moz-border-radius: 3px; + -webkit-border-radius: 3px; + border-radius: 3px; } .leaf-icon { - width: 18px; - height: 20px; + width: 18px; + height: 20px; } -.node-content, .leaf-icon { - display: inline-block; +.node-content, +.leaf-icon { + display: inline-block; } -.node-content>img, .node-content>div { - display: inline; +.node-content > img, +.node-content > div { + display: inline; } -.tree-node.leaf-open>.leaf-icon { - background-image: url(../../images/tree/last_expanded.png); - cursor: pointer; +.tree-node.leaf-open > .leaf-icon { + background-image: url(../../images/tree/last_expanded.png); + cursor: pointer; } -.tree-node.tree-first.leaf-open>.leaf-icon { - background-image: url(../../images/tree/first_expanded.png); - cursor: pointer; +.tree-node.tree-first.leaf-open > .leaf-icon { + background-image: url(../../images/tree/first_expanded.png); + cursor: pointer; } -.tree-node.leaf-closed>.leaf-icon { - background-image: url(../../images/tree/last_closed.png); - cursor: pointer; +.tree-node.leaf-closed > .leaf-icon { + background-image: url(../../images/tree/last_closed.png); + cursor: pointer; } -.tree-node.tree-first.leaf-closed>.leaf-icon { - background-image: url(../../images/tree/first_closed.png); - cursor: pointer; +.tree-node.tree-first.leaf-closed > .leaf-icon { + background-image: url(../../images/tree/first_closed.png); + cursor: pointer; } -.tree-node.leaf-loading>.leaf-icon { - background-image: url(../../images/tree/last_expanded.png); +.tree-node.leaf-loading > .leaf-icon { + background-image: url(../../images/tree/last_expanded.png); } -.tree-node.leaf-empty>.leaf-icon { - background-image: url(../../images/tree/last_leaf.png); +.tree-node.leaf-empty > .leaf-icon { + background-image: url(../../images/tree/last_leaf.png); } -.tree-node.tree-first.leaf-empty>.leaf-icon { - background-image: url(../../images/tree/first_leaf.png); +.tree-node.tree-first.leaf-empty > .leaf-icon { + background-image: url(../../images/tree/first_leaf.png); } -.tree-node.leaf-error>.leaf-icon { - background-image: url(../../images/tree/last_leaf.png); +.tree-node.leaf-error > .leaf-icon { + background-image: url(../../images/tree/last_leaf.png); } -.tree-node>.leaf-icon { - background-position: 0px 0px; - background-repeat: no-repeat; +.tree-node > .leaf-icon { + background-position: 0px 0px; + background-repeat: no-repeat; } -.tree-node>.node-content>img { - max-height: 20px; - /*max-width: 20px;*/ +.tree-node > .node-content > img { + max-height: 20px; + /*max-width: 20px;*/ } -.tree-node>.node-content>img.module-data, -.tree-node>.node-content>img.module-graph { - cursor: pointer; - padding-right: 3px; +.tree-node > .node-content > img.module-data, +.tree-node > .node-content > img.module-graph { + cursor: pointer; + padding-right: 3px; } -.tree-node>.node-content>img.module-server-type, -.tree-node>.node-content>img.agent-status, -.tree-node>.node-content>img.agent-alerts-fired, -.tree-node>.node-content>img.agent-quiet, -.tree-node>.node-content>img.module-status, -.tree-node>.node-content>img.module-alerts { - padding-right: 3px; +.tree-node > .node-content > img.module-server-type, +.tree-node > .node-content > img.agent-status, +.tree-node > .node-content > img.agent-alerts-fired, +.tree-node > .node-content > img.agent-quiet, +.tree-node > .node-content > img.module-status, +.tree-node > .node-content > img.module-alerts { + padding-right: 3px; } -.tree-node>.node-content>.tree-node-counters, -.tree-node>.node-content>.tree-node-counters>.tree-node-counter { - display: inline; +.tree-node > .node-content > .tree-node-counters, +.tree-node > .node-content > .tree-node-counters > .tree-node-counter { + display: inline; } -.tree-node>.node-content>.tree-node-counters { - +.tree-node > .node-content > .tree-node-counters { } -.tree-node>.node-content>img { - vertical-align: middle; +.tree-node > .node-content > img { + vertical-align: middle; } -.tree-node>.node-content>.tree-node-counters>.tree-node-counter { - font-weight: bold; - font-size: 7pt; - cursor: default; +.tree-node > .node-content > .tree-node-counters > .tree-node-counter { + font-weight: bold; + font-size: 7pt; + cursor: default; } div#tree-controller-recipient { - text-align: left; - width: 98%; - margin-top: 10px; + text-align: left; + width: 98%; + margin-top: 10px; } diff --git a/pandora_console/mobile/include/style/main.css b/pandora_console/mobile/include/style/main.css index 6bb416c74a..b3e066c893 100755 --- a/pandora_console/mobile/include/style/main.css +++ b/pandora_console/mobile/include/style/main.css @@ -1,351 +1,391 @@ * { - text-decoration: none !important; - font-size: 12px; + text-decoration: none !important; + font-size: 12px; } body { - background-color: white; - border-style: none; - direction: ltr; - display: block; - font-family: Arial,Helvetica,sans-serif; - margin: 0; - text-align: left; - vertical-align: top; + background-color: white; + border-style: none; + direction: ltr; + display: block; + font-family: Arial, Helvetica, sans-serif; + margin: 0; + text-align: left; + vertical-align: top; } .small { - font-size: 10px !important; + font-size: 10px !important; } .ui-header .ui-title { - font-size: 14px !important; + font-size: 14px !important; } .ui-btn-inner { - font-weight: bold; + font-weight: bold; } /*INIT----------Tactical styles-----------------------------------------*/ /* Common */ -#tactical1, #tactical2, #agent_graphs, #agent_details { - border-radius: 6px; - +#tactical1, +#tactical2, +#agent_graphs, +#agent_details { + border-radius: 6px; } -.agent_graphs, .events_bar { - padding-top: 10px; +.agent_graphs, +.events_bar { + padding-top: 10px; } -#tactical1 *, #tactical2 * { - font-weight: bold; +#tactical1 *, +#tactical2 * { + font-weight: bold; } -#tactical1 a, #tactical2 a { - font-weight: bold; - color: #222; +#tactical1 a, +#tactical2 a { + font-weight: bold; + color: #222; } legend { - margin-bottom: 5px; + margin-bottom: 5px; } .ui-btn-up-c { - font-weight: normal !important; - text-shadow: none !important; + font-weight: normal !important; + text-shadow: none !important; } /* For mobiles */ -@media screen and (max-width: 750px) -{ - #tactical1 *, #tactical2 * { - font-size: 12px; - } - #tactical1 a, #tactical2 a { - font-size: 18px; - } +@media screen and (max-width: 750px) { + #tactical1 *, + #tactical2 * { + font-size: 12px; + } + #tactical1 a, + #tactical2 a { + font-size: 18px; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - #tactical1 a, #tactical2 a { - font-size: 25px !important; - } +@media screen and (min-width: 750px) { + #tactical1 a, + #tactical2 a { + font-size: 25px !important; + } } /*END-----------Tactical styles-----------------------------------------*/ #status_pie { - position: relative; - width: 100%; + position: relative; + width: 100%; } #outter_status_pie { - position: relative; - text-align: center; + position: relative; + text-align: center; } /*INIT----------Groups styles-----------------------------------------*/ .group_view tr { - border-bottom: 3px solid white !important; + border-bottom: 3px solid white !important; } - - -tr.group_view_crit, .group_view_crit { - background-color: #FA3030; - color: #000000 !important; +tr.group_view_crit, +.group_view_crit { + background-color: #fa3030; + color: #000000 !important; } .group_view_crit * { - color: #000000 !important; + color: #000000 !important; } -.ui-btn-up-group_view_crit, .ui-btn-hover-group_view_crit { - background-color: #f85858; - color: #fff; - border: 1px solid #111111; - font-weight: bold; - text-shadow: none; +.ui-btn-up-group_view_crit, +.ui-btn-hover-group_view_crit { + background-color: #f85858; + color: #fff; + border: 1px solid #111111; + font-weight: bold; + text-shadow: none; } - -.group_view_normal, .group_view_normal *, -.group_view_norm, .group_view_norm * { - background-color: #FFFFFF; - color: #000000 !important; +.group_view_normal, +.group_view_normal *, +.group_view_norm, +.group_view_norm * { + background-color: #ffffff; + color: #000000 !important; } .group_view_norm * { - color: #000000 !important; + color: #000000 !important; } - -.group_view_not_init, .group_view_not_init * { - background-color: #5AB7E5; - color: #fff !important; +.group_view_not_init, +.group_view_not_init * { + background-color: #5ab7e5; + color: #fff !important; } -.ui-btn-up-group_view_normal, .ui-btn-hover-group_view_normal, -.ui-btn-up-group_view_norm, .ui-btn-hover-group_view_norm { - background-color: #6EB432; - color: #fff; - border: 1px solid #111111; - font-weight: bold; - text-shadow: none; +.ui-btn-up-group_view_normal, +.ui-btn-hover-group_view_normal, +.ui-btn-up-group_view_norm, +.ui-btn-hover-group_view_norm { + background-color: #6eb432; + color: #fff; + border: 1px solid #111111; + font-weight: bold; + text-shadow: none; } -.group_view_ok, .group_view_ok * { - background-color: #00C000; - color: #000000 !important; +.group_view_ok, +.group_view_ok * { + background-color: #00c000; + color: #000000 !important; } .group_view_ok * { - color: #000000 !important; + color: #000000 !important; } -.ui-btn-up-group_view_ok, .ui-btn-hover-group_view_ok { - background-color: #6EB432; - color: #fff; - border: 1px solid #111111; - font-weight: bold; - text-shadow: none; +.ui-btn-up-group_view_ok, +.ui-btn-hover-group_view_ok { + background-color: #6eb432; + color: #fff; + border: 1px solid #111111; + font-weight: bold; + text-shadow: none; } - -tr.group_view_warn, .group_view_warn, tr.group_view_warn.a, a.group_view_warn, tr.a.group_view_warn { - background-color: #F5E535; +tr.group_view_warn, +.group_view_warn, +tr.group_view_warn.a, +a.group_view_warn, +tr.a.group_view_warn { + background-color: #f5e535; } a.group_view_warn { - color: #000000 !important; + color: #000000 !important; } -.ui-btn-up-group_view_warn, .ui-btn-hover-group_view_warn { - background-color: #ffea59; - color: #111; - border: 1px solid #111111; - font-weight: bold; - text-shadow: none; +.ui-btn-up-group_view_warn, +.ui-btn-hover-group_view_warn { + background-color: #ffea59; + color: #111; + border: 1px solid #111111; + font-weight: bold; + text-shadow: none; } - -tr.group_view_alrm, .group_view_alrm { - background-color: #ED8701; +tr.group_view_alrm, +.group_view_alrm { + background-color: #ed8701; } .group_view_alrm * { - color: #000000 !important; + color: #000000 !important; } -.ui-btn-up-group_view_alrm, .ui-btn-hover-group_view_alrm { - background-color: #F7931E; - color: #FFF; - border: 1px solid #111111; - font-weight: bold; - text-shadow: none; +.ui-btn-up-group_view_alrm, +.ui-btn-hover-group_view_alrm { + background-color: #f7931e; + color: #fff; + border: 1px solid #111111; + font-weight: bold; + text-shadow: none; } - -tr.group_view_unk, .group_view_unk { - background-color: #C4C4C4; +tr.group_view_unk, +.group_view_unk { + background-color: #c4c4c4; } .group_view_unk * { - color: #000000 !important; + color: #000000 !important; } -.ui-btn-up-group_view_unk, .ui-btn-hover-group_view_unk { - background-color: #999999; - color: #fff; - border: 1px solid #111111; - font-weight: bold; - text-shadow: none; +.ui-btn-up-group_view_unk, +.ui-btn-hover-group_view_unk { + background-color: #999999; + color: #fff; + border: 1px solid #111111; + font-weight: bold; + text-shadow: none; } -.ui-btn-active:visited, .ui-btn-active:hover, .ui-btn-active a.ui-link-inherit { - color: #888 !important; - text-shadow: none !important; +.ui-btn-active:visited, +.ui-btn-active:hover, +.ui-btn-active a.ui-link-inherit { + color: #888 !important; + text-shadow: none !important; } -tr.group_view_data, .group_view_data { - color: #000000 !important; +tr.group_view_data, +.group_view_data { + color: #000000 !important; } .group_view_data_unk * { - color: #303030 !important; + color: #303030 !important; } .group_view_data_ok * { - color: #00C000 !important; + color: #00c000 !important; } .group_view_data_crit * { - color: #5C0000 !important; + color: #5c0000 !important; } .group_view_data_alrm * { - color: #5C1D00 !important; + color: #5c1d00 !important; } .group_view_data_warn * { - color: #5C5900 !important; + color: #5c5900 !important; } .group_view * { - text-shadow: none !important; - font-size: 12px !important; + text-shadow: none !important; + font-size: 12px !important; } .list_groups .link_count { - display: inline !important; + display: inline !important; } - -.list_groups .number_count, .list_groups .name_count { - position: absolute; - top: 0; +.list_groups .number_count, +.list_groups .name_count { + position: absolute; + top: 0; } .list_groups .number_count { - right: 10px; + right: 10px; } .list_groups .name_count { - left: 10px; + left: 10px; } .list_groups .name_count img { - float: left; - margin-right: 10px; + float: left; + margin-right: 10px; } /* For mobiles */ -@media screen and (max-width: 750px) -{ - .list_groups .name_count img { - margin-top: -7px; - } +@media screen and (max-width: 750px) { + .list_groups .name_count img { + margin-top: -7px; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - .list_groups .name_count img { - margin-top: -3px; - } +@media screen and (min-width: 750px) { + .list_groups .name_count img { + margin-top: -3px; + } } /*END-----------Groups styles-----------------------------------------*/ - - /*INIT----------Events styles-----------------------------------------*/ -.datos_green, .datos_greenf9, .datos_green a, .datos_greenf9 a { - background-color: #52A000; - color: #FFFFFF !important; - text-shadow: none !important; +.datos_green, +.datos_greenf9, +.datos_green a, +.datos_greenf9 a { + background-color: #52a000; + color: #ffffff !important; + text-shadow: none !important; } -.datos_red, .datos_redf9, .datos_red a, .datos_redf9 a { - background-color: #FF3E41; - color: #FFFFFF !important; - text-shadow: none !important; +.datos_red, +.datos_redf9, +.datos_red a, +.datos_redf9 a { + background-color: #ff3e41; + color: #ffffff !important; + text-shadow: none !important; } -.datos_yellow, .datos_yellowf9, .datos_yellow a, .datos_yellowf9 a { - background-color: #F5E535; - color: #000000 !important; - text-shadow: none !important; +.datos_yellow, +.datos_yellowf9, +.datos_yellow a, +.datos_yellowf9 a { + background-color: #f5e535; + color: #000000 !important; + text-shadow: none !important; } -.datos_blue, .datos_bluef9, .datos_blue a, .datos_bluef9 a { - background-color: #77E2F2; - color: #000000 !important; - text-shadow: none !important; +.datos_blue, +.datos_bluef9, +.datos_blue a, +.datos_bluef9 a { + background-color: #77e2f2; + color: #000000 !important; + text-shadow: none !important; } -.datos_grey, .datos_greyf9, .datos_grey a, .datos_greyf9 a { - background-color: #E4E4E4; - color: #000000 !important; - text-shadow: none !important; +.datos_grey, +.datos_greyf9, +.datos_grey a, +.datos_greyf9 a { + background-color: #e4e4e4; + color: #000000 !important; + text-shadow: none !important; } -.datos_pink, .datos_pinkf9, .datos_pink a, .datos_pinkf9 a { - background-color: #FF92E9; - color: #000000 !important; - text-shadow: none !important; +.datos_pink, +.datos_pinkf9, +.datos_pink a, +.datos_pinkf9 a { + background-color: #ff92e9; + color: #000000 !important; + text-shadow: none !important; } -.datos_brown, .datos_brownf9, .datos_brown a, .datos_brownf9 a { - background-color: #C97A4A; - color: #000000 !important; - text-shadow: none !important; +.datos_brown, +.datos_brownf9, +.datos_brown a, +.datos_brownf9 a { + background-color: #c97a4a; + color: #000000 !important; + text-shadow: none !important; } tr.events { - border-bottom: 6px solid #f7f7f7 !important; - font-size: 12px !important; + border-bottom: 6px solid #f7f7f7 !important; + font-size: 12px !important; } table#list_events th { - font-size: 12px !important; - font-weight: bolder !important; - border: 0px; + font-size: 12px !important; + font-weight: bolder !important; + border: 0px; } div.graph { - margin: 0 auto; + margin: 0 auto; } -table.alternate tr:nth-child(odd) td, table.alternate tr:nth-child(odd) th{ - background-color: #ffffff; +table.alternate tr:nth-child(odd) td, +table.alternate tr:nth-child(odd) th { + background-color: #ffffff; } -table.alternate tr:nth-child(even) td, table.alternate tr:nth-child(eveny) th{ - background-color: #e4e5e4; +table.alternate tr:nth-child(even) td, +table.alternate tr:nth-child(eveny) th { + background-color: #e4e5e4; } table.pandora_responsive { - width: 100%; + width: 100%; } -table.pandora_responsive td, table.pandora_responsive th{ - padding: 4px; +table.pandora_responsive td, +table.pandora_responsive th { + padding: 4px; } -table.event_details img{ - margin-left: 4px; +table.event_details img { + margin-left: 4px; } -table.event_details td{ - height: 14px; +table.event_details td { + height: 14px; } table.event_details td.cell_event_name { - font-size: 14px; + font-size: 14px; } #validate_button { - margin: 10px auto; - display: block; + margin: 10px auto; + display: block; } /* @@ -474,221 +514,225 @@ table.event_details td.cell_event_name { */ @media screen and (max-width: 35em) { - /* Hide the title of event name */ - #list_events tbody tr.events td.cell_0 b.ui-table-cell-label { - display: none; - } + /* Hide the title of event name */ + #list_events tbody tr.events td.cell_0 b.ui-table-cell-label { + display: none; + } } /*END-----------Events styles-----------------------------------------*/ - - - - /*INIT-----------Agents styles----------------------------------------*/ -.red, .redb, .redi, .error { - background: #f85858 !important; +.red, +.redb, +.redi, +.error { + background: #f85858 !important; } .green { - background: #6EB432 !important; + background: #6eb432 !important; } .orange { - background: #FF8800 !important; + background: #ff8800 !important; } .yellow { - background: #ffea59 !important; + background: #ffea59 !important; } .grey { - background: #AAAAAA !important; - font-weight: bold; + background: #aaaaaa !important; + font-weight: bold; } -.green, .orange, .yellow, .red, .grey, .agents_tiny_stats span { - text-shadow: none; - color: white !important; - padding: 1px 3px; - border-radius: 2px; +.green, +.orange, +.yellow, +.red, +.grey, +.agents_tiny_stats span { + text-shadow: none; + color: white !important; + padding: 1px 3px; + border-radius: 2px; } .agents_tiny_stats span { - background: #222; + background: #222; } .agent_details { - padding: 10px 0px 10px 0px; + padding: 10px 0px 10px 0px; } .agent_details > img { - vertical-align: middle; - width: 20px; + vertical-align: middle; + width: 20px; } -.agent_os{ - float: right; - position: absolute; - top: 0px; - right: 0px; - padding: 10px; +.agent_os { + float: right; + position: absolute; + top: 0px; + right: 0px; + padding: 10px; } .agent_list_ips { - padding: 10px 0px 10px 0px; + padding: 10px 0px 10px 0px; } .agent_list_ips > img { - vertical-align: middle; - width: 20px; + vertical-align: middle; + width: 20px; } .agent_last_contact { - padding: 10px 0px 10px 0px; + padding: 10px 0px 10px 0px; } .agent_description { - padding: 10px 0px 10px 0px; + padding: 10px 0px 10px 0px; } .agent_name { - font-weight: bold; - font-size: 14px; -} - -#list_agents .cell_0 img { - float: left; - margin-right: 3px; + font-weight: bold; + font-size: 14px; } -#list_agents td:hover, #list_networkmaps td:hover, -#list_events td:hover, #list_Modules td:hover, #list_agent_Modules td:hover, -#list_visualmaps td:hover, #last_agent_events td:hover { - cursor: pointer; +#list_agents .cell_0 img { + float: left; + margin-right: 3px; +} + +#list_agents td:hover, +#list_networkmaps td:hover, +#list_events td:hover, +#list_Modules td:hover, +#list_agent_Modules td:hover, +#list_visualmaps td:hover, +#last_agent_events td:hover { + cursor: pointer; } #list_agents td { - height: 25px; - padding-top: 10px; + height: 25px; + padding-top: 10px; } .agents_tiny_stats_tactical { - display: block; - text-align: center; - width: 100%; + display: block; + text-align: center; + width: 100%; } @media screen and (max-width: 34.99em) { - #list_agents td { - height: 35px; - padding-top: 7px; - display: table-cell; - clear: none; - float: none; - padding-left: 0px !important; - padding-right: 0px !important; - width: auto !important; - } - - #list_agents td.cell_0 { - border-top: 0px none; - } - #list_agents td.cell_0>span.tiny>img { - width: 5px; - height: 30px; - margin-top: -6px; - margin-left: 0px; - } + #list_agents td { + height: 35px; + padding-top: 7px; + display: table-cell; + clear: none; + float: none; + padding-left: 0px !important; + padding-right: 0px !important; + width: auto !important; + } - #list_agents .cell_2 .ui-table-cell-label, - #list_agents .cell_3 .ui-table-cell-label, - #list_agents .cell_6 .ui-table-cell-label, - #list_agents .cell_4 .ui-table-cell-label, - #list_agents .cell_5 .ui-table-cell-label, - #list_agents .cell_8 .ui-table-cell-label { - min-width: auto !important; - } - - #list_agents .cell_3 .ui-table-cell-label, - #list_agents .cell_6 .ui-table-cell-label, - #list_agents .cell_7 .ui-table-cell-label { - padding-left: 10px; - } - - #list_agents .cell_2, - #list_agents .cell_3, - #list_agents .cell_7 { - display: inline !important; - float: none !important; - } - - #list_agents .cell_4, - #list_agents .cell_8 { - display: inline !important; - float: none !important; - } - - #list_agents .cell_8 { - display: inline !important; - float: none !important; - } - - #list_agents b.ui-table-cell-label { - display: none; - } - - #list_agents .show_collapside { - display: none !important; - } - - #list_agents .cell_1, - #list_agents .cell_2, - #list_agents .cell_3, - #list_agents .cell_4 { - display: none !important; - } - - #list_agents .cell_0 .ui-link { - font-size: 12px; - } - - #list_agents .cell_6 .show_collapside { - display: none !important; - } - - .agents_tiny_stats * { - font-size: 12px !important; - } - - #list_agent_Modules td { - padding-top: 7px !important; - } - - .agents_tiny_stats { - float: right; - } + #list_agents td.cell_0 { + border-top: 0px none; + } + #list_agents td.cell_0 > span.tiny > img { + width: 5px; + height: 30px; + margin-top: -6px; + margin-left: 0px; + } + + #list_agents .cell_2 .ui-table-cell-label, + #list_agents .cell_3 .ui-table-cell-label, + #list_agents .cell_6 .ui-table-cell-label, + #list_agents .cell_4 .ui-table-cell-label, + #list_agents .cell_5 .ui-table-cell-label, + #list_agents .cell_8 .ui-table-cell-label { + min-width: auto !important; + } + + #list_agents .cell_3 .ui-table-cell-label, + #list_agents .cell_6 .ui-table-cell-label, + #list_agents .cell_7 .ui-table-cell-label { + padding-left: 10px; + } + + #list_agents .cell_2, + #list_agents .cell_3, + #list_agents .cell_7 { + display: inline !important; + float: none !important; + } + + #list_agents .cell_4, + #list_agents .cell_8 { + display: inline !important; + float: none !important; + } + + #list_agents .cell_8 { + display: inline !important; + float: none !important; + } + + #list_agents b.ui-table-cell-label { + display: none; + } + + #list_agents .show_collapside { + display: none !important; + } + + #list_agents .cell_1, + #list_agents .cell_2, + #list_agents .cell_3, + #list_agents .cell_4 { + display: none !important; + } + + #list_agents .cell_0 .ui-link { + font-size: 12px; + } + + #list_agents .cell_6 .show_collapside { + display: none !important; + } + + .agents_tiny_stats * { + font-size: 12px !important; + } + + #list_agent_Modules td { + padding-top: 7px !important; + } + + .agents_tiny_stats { + float: right; + } } /* For mobiles */ -@media screen and (max-width: 750px) -{ - .agents_tiny_stats * { - font-size: 12px !important; - } +@media screen and (max-width: 750px) { + .agents_tiny_stats * { + font-size: 12px !important; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - .agents_tiny_stats * { - font-size: 17px !important; - } +@media screen and (min-width: 750px) { + .agents_tiny_stats * { + font-size: 17px !important; + } } /*END-----------Agents styles-----------------------------------------*/ - - /*INIT-----------Alerts styles---------------------------------------*/ #list_alerts td { - height: 35px; - padding-top: 20px; + height: 35px; + padding-top: 20px; } /*END-----------Alerts styles---------------------------------------*/ @@ -696,8 +740,8 @@ table.event_details td.cell_event_name { /*INIT-----------Network maps styles---------------------------------------*/ #list_networkmaps td { - height: 35px; - padding-top: 20px; + height: 35px; + padding-top: 20px; } /*END-----------Network maps styles---------------------------------------*/ @@ -705,672 +749,674 @@ table.event_details td.cell_event_name { /*INIT-----------Visual maps styles---------------------------------------*/ #list_visualmaps td { - height: 35px; - padding-top: 20px; + height: 35px; + padding-top: 20px; } #rendered_visual_map div { - color: #003a3a; - text-shadow: none !important; + color: #003a3a; + text-shadow: none !important; } #rendered_visual_map { - text-align: center; + text-align: center; } /* For mobiles */ -@media screen and (max-width: 750px) -{ - #rendered_visual_map div { - font-size: 6pt !important; - } +@media screen and (max-width: 750px) { + #rendered_visual_map div { + font-size: 6pt !important; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - #rendered_visual_map div { - font-size: 8pt !important; - } +@media screen and (min-width: 750px) { + #rendered_visual_map div { + font-size: 8pt !important; + } } /* For mobiles */ -@media screen and (max-width: 750px) -{ - .resize_visual_font_size_4pt * { - font-size: 2pt !important; - } - .resize_visual_font_size_6pt * { - font-size: 3pt !important; - } - .resize_visual_font_size_8pt * { - font-size: 4pt !important; - } - .resize_visual_font_size_14pt * { - font-size: 6pt !important; - } - .resize_visual_font_size_24pt * { - font-size: 10pt !important; - } - .resize_visual_font_size_36pt * { - font-size: 14pt !important; - } - .resize_visual_font_size_72pt * { - font-size: 27pt !important; - } +@media screen and (max-width: 750px) { + .resize_visual_font_size_4pt * { + font-size: 2pt !important; + } + .resize_visual_font_size_6pt * { + font-size: 3pt !important; + } + .resize_visual_font_size_8pt * { + font-size: 4pt !important; + } + .resize_visual_font_size_14pt * { + font-size: 6pt !important; + } + .resize_visual_font_size_24pt * { + font-size: 10pt !important; + } + .resize_visual_font_size_36pt * { + font-size: 14pt !important; + } + .resize_visual_font_size_72pt * { + font-size: 27pt !important; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - .resize_visual_font_size_4pt * { - font-size: 2pt !important; - } - .resize_visual_font_size_6pt * { - font-size: 3pt !important; - } - .resize_visual_font_size_8pt * { - font-size: 4pt !important; - } - .resize_visual_font_size_14pt * { - font-size: 7pt !important; - } - .resize_visual_font_size_24pt * { - font-size: 12pt !important; - } - .resize_visual_font_size_36pt * { - font-size: 18pt !important; - } - .resize_visual_font_size_72pt * { - font-size: 36pt !important; - } +@media screen and (min-width: 750px) { + .resize_visual_font_size_4pt * { + font-size: 2pt !important; + } + .resize_visual_font_size_6pt * { + font-size: 3pt !important; + } + .resize_visual_font_size_8pt * { + font-size: 4pt !important; + } + .resize_visual_font_size_14pt * { + font-size: 7pt !important; + } + .resize_visual_font_size_24pt * { + font-size: 12pt !important; + } + .resize_visual_font_size_36pt * { + font-size: 18pt !important; + } + .resize_visual_font_size_72pt * { + font-size: 36pt !important; + } } /*END-----------Visual maps styles---------------------------------------*/ /*INIT-----------Modules styles---------------------------------------*/ @media screen and (max-width: 34.99em) { - #list_Modules .cell_1 .ui-table-cell-label, - #list_Modules .cell_5 .ui-table-cell-label, - #list_Modules .cell_6 .ui-table-cell-label { - min-width: auto !important; - } - - #list_Modules .cell_5 .ui-table-cell-label, - #list_Modules .cell_6 .ui-table-cell-label { - padding-left: 10px; - } - - #list_Modules .cell_0 .ui-table-cell-label, - #list_Modules .cell_1 .ui-table-cell-label, - #list_Modules .cell_3 .ui-table-cell-label, - #list_Modules .cell_4 .ui-table-cell-label, - #list_Modules .cell_5 .ui-table-cell-label { - display: none !important; - } - - #list_Modules td { - height: 35px; - padding-top: 7px; - display: table-cell; - clear: none; - float: none; - padding-left: 0px !important; - padding-right: 0px !important; - } - - #list_Modules .show_collapside { - display: inline !important; - } - - #list_Modules .data { - white-space: nowrap; - } - - #list_Modules .cell_1, - #list_Modules .cell_2, - #list_Modules .cell_3 { - display: none !important; - } - - #list_Modules .cell_0 .show_collapside, - #list_Modules .cell_1 .show_collapside, - #list_Modules .cell_4 .show_collapside, - #list_Modules .cell_5 .show_collapside { - display: none !important; - } - - #list_Modules .cell_0 .ui-link { - font-size: 12px; - } - - #list_Modules .cell_0{ - width: 50%; - border-top: 0px none; - } - #list_Modules .cell_4{ - width: 25%; - } - #list_Modules .cell_5{ - width: 25%; - } -} - #list_Modules td.cell_0>span.tiny>img { - width: 5px; - height: 30px; - margin-top: -5px; - margin-left: 0px; - float: left; - } - #list_Modules .module_name { - font-size: 12px !important; - } + #list_Modules .cell_1 .ui-table-cell-label, + #list_Modules .cell_5 .ui-table-cell-label, + #list_Modules .cell_6 .ui-table-cell-label { + min-width: auto !important; + } + + #list_Modules .cell_5 .ui-table-cell-label, + #list_Modules .cell_6 .ui-table-cell-label { + padding-left: 10px; + } + + #list_Modules .cell_0 .ui-table-cell-label, + #list_Modules .cell_1 .ui-table-cell-label, + #list_Modules .cell_3 .ui-table-cell-label, + #list_Modules .cell_4 .ui-table-cell-label, + #list_Modules .cell_5 .ui-table-cell-label { + display: none !important; + } + + #list_Modules td { + height: 35px; + padding-top: 7px; + display: table-cell; + clear: none; + float: none; + padding-left: 0px !important; + padding-right: 0px !important; + } + + #list_Modules .show_collapside { + display: inline !important; + } + + #list_Modules .data { + white-space: nowrap; + } + + #list_Modules .cell_1, + #list_Modules .cell_2, + #list_Modules .cell_3 { + display: none !important; + } + + #list_Modules .cell_0 .show_collapside, + #list_Modules .cell_1 .show_collapside, + #list_Modules .cell_4 .show_collapside, + #list_Modules .cell_5 .show_collapside { + display: none !important; + } + + #list_Modules .cell_0 .ui-link { + font-size: 12px; + } + + #list_Modules .cell_0 { + width: 50%; + border-top: 0px none; + } + #list_Modules .cell_4 { + width: 25%; + } + #list_Modules .cell_5 { + width: 25%; + } + + #list_Modules td.cell_0 > span.tiny > img { + width: 5px; + height: 30px; + margin-top: -5px; + margin-left: 0px; + float: left; + } + #list_Modules .module_name { + font-size: 12px !important; + } } #list_Modules .cell_5 a { - color: #000000 !important; + color: #000000 !important; } #list_Modules .module_name { - font-size: 15px; - font-weight: bold; + font-size: 15px; + font-weight: bold; } -#list_Modules td, #list_agent_Modules td { - height: 35px; - padding-top: 20px; +#list_Modules td, +#list_agent_Modules td { + height: 35px; + padding-top: 20px; } #list_agent_Modules td.cell_0 > span.tiny { - display: none; + display: none; } #list_Modules .cell_5 img { - float: left; + float: left; } #user_logged { - position: absolute; - font-size: 11px !important; - right: 10px; - top: 8px; - background: url(../../../images/header_user.png) no-repeat right; - padding-right: 20px; - line-height: 20px; + position: absolute; + font-size: 11px !important; + right: 10px; + top: 8px; + background: url(../../../images/header_user.png) no-repeat right; + padding-right: 20px; + line-height: 20px; } @media screen and (max-width: 34.99em) { - #list_agent_Modules .ui-table-cell-label, - #list_agent_Modules .cell_2, - #list_agent_Modules .cell_3 { - display: none; - } + #list_agent_Modules .ui-table-cell-label, + #list_agent_Modules .cell_2, + #list_agent_Modules .cell_3 { + display: none; + } } /*END------------Modules styles---------------------------------------*/ - - /*INIT---------Fix the square border in search input------------------*/ .ui-input-search { - border-radius: 0.6em 0.6em 0.6em 0.6em !important; + border-radius: 0.6em 0.6em 0.6em 0.6em !important; } .ui-select { - width: 100% !important; + width: 100% !important; } /*END----------Fix the square border in search input------------------*/ - - - ul.ui-listview li.ui-btn div.ui-btn-inner div.ui-btn-text a { - padding-top: 5px; - padding-left: 5px; + padding-top: 5px; + padding-left: 5px; } .ui-btn-inner { - border: 0px solid #000!important; + border: 0px solid #000 !important; } li.ui-btn { - margin-bottom: 4px !important; - margin-top: 4px !important; + margin-bottom: 4px !important; + margin-top: 4px !important; } - /*INIT---------Fix the tons of air between the rows in small table----*/ .head_vertical { - margin-top: 0px !important; - border-top: 1px solid grey; + margin-top: 0px !important; + border-top: 1px solid grey; } .head_horizontal { - border-bottom: 1px solid grey !important; + border-bottom: 1px solid grey !important; } #list_events .head_horizontal { - border-bottom: 0px solid white !important; + border-bottom: 0px solid white !important; } .cell_0 { - border-top: solid 1px #666; - margin-top: 0px; + border-top: solid 1px #666; + margin-top: 0px; } #list_events .cell_0 { - border: 0px; + border: 0px; } /* Hack to align table titles in mobile mode */ .ui-table-cell-label { - float: left; + float: left; } @media screen and (max-width: 34.99em) { - .ui-table th, .ui-table td { - padding: 8px !important; - padding-left: 3px; - } - - .head_vertical { - display: none !important; - } + .ui-table th, + .ui-table td { + padding: 8px !important; + padding-left: 3px; + } + + .head_vertical { + display: none !important; + } } /*END----------Fix the tons of air between the rows in small table----*/ - - - - - /*INIT---------Fix to avoid clicks under loading message--------------*/ .ui-loader-background { - width:100% !important; - height:100% !important; - top:0 !important; - margin: 0 !important; - background: rgba(0, 0, 0, 0.3) !important; - display:none !important; - position: fixed !important; - z-index:100 !important; + width: 100% !important; + height: 100% !important; + top: 0 !important; + margin: 0 !important; + background: rgba(0, 0, 0, 0.3) !important; + display: none !important; + position: fixed !important; + z-index: 100 !important; } .ui-loading .ui-loader-background { - display:block !important; + display: block !important; } /*END----------Fix to avoid clicks under loading message--------------*/ - .button_layer { - position: relative; - float: right; - padding-right: 60px; - height: 30px; + position: relative; + float: right; + padding-right: 60px; + height: 30px; } .ui-icon-big { - width: 28px !important; - height: 28px !important; + width: 28px !important; + height: 28px !important; } -@media screen and (max-width: 35em) -{ - .events .status_row { - display: none; - } - - .events .cell_0 a.event_name { - width: 87%; - float: left; - } - - .events_agent { - min-width: 50%; - } - - .agents_last_contact { - float: right; - } +@media screen and (max-width: 35em) { + .events .status_row { + display: none; + } + + .events .cell_0 a.event_name { + width: 87%; + float: left; + } + + .events_agent { + min-width: 50%; + } + + .agents_last_contact { + float: right; + } } -@media screen and (min-width: 35em) -{ - .events .cell_0 .event_link{ - display: none; - } - - .events td { - height: 35px; - } - - .events_agent { - float: left; - margin-right: 15px; - } +@media screen and (min-width: 35em) { + .events .cell_0 .event_link { + display: none; + } + + .events td { + height: 35px; + } + + .events_agent { + float: left; + margin-right: 15px; + } } /* Common */ -.ui-li>.ui-btn-inner { - background: white; +.ui-li > .ui-btn-inner { + background: white; } .groups_sublist li { - border-radius: 0px; + border-radius: 0px; } /* For mobiles */ -@media screen and (max-width: 750px) -{ - .ui-content>.ui-btn { - margin: 10px 7px; - height: 30px; - padding-top: 3px; - } - - label, input, .ui-btn-inner { - font-size: 12px !important; - } - - .list_groups .ui-btn-inner { - padding-top: 15px !important; - height: 20px !important; - } - - .login_logo img { - width: 220px; - margin-bottom: 10px; - padding-top: 5%; - } - - .untiny { - display: none; - } +@media screen and (max-width: 750px) { + .ui-content > .ui-btn { + margin: 10px 7px; + height: 30px; + padding-top: 3px; + } + + label, + input, + .ui-btn-inner { + font-size: 12px !important; + } + + .list_groups .ui-btn-inner { + padding-top: 15px !important; + height: 20px !important; + } + + .login_logo img { + width: 220px; + margin-bottom: 10px; + padding-top: 5%; + } + + .untiny { + display: none; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - .ui-content>.ui-btn { - width: 31%; - display: inline-block; - margin: 8px 5px; - height: 40px; - padding-top: 8px; - } - - label, input, .ui-btn-inner { - font-size: 16px !important; - padding-top: 6px !important; - } - - .list_groups .ui-btn-inner { - padding-top: 20px !important; - height: 35px !important; - } - - .ui-header .ui-title { - font-size: 18px !important; - } - - * { - font-size: 18px !important; - } +@media screen and (min-width: 750px) { + .ui-content > .ui-btn { + width: 31%; + display: inline-block; + margin: 8px 5px; + height: 40px; + padding-top: 8px; + } - .event_name { - font-size: 15px !important; - } - - .login_logo img { - width: 300px; - margin-bottom: 20px; - padding-top: 5%; - } - - .tiny { - display: none; - } + label, + input, + .ui-btn-inner { + font-size: 16px !important; + padding-top: 6px !important; + } + + .list_groups .ui-btn-inner { + padding-top: 20px !important; + height: 35px !important; + } + + .ui-header .ui-title { + font-size: 18px !important; + } + + * { + font-size: 18px !important; + } + + .event_name { + font-size: 15px !important; + } + + .login_logo img { + width: 300px; + margin-bottom: 20px; + padding-top: 5%; + } + + .tiny { + display: none; + } } #login_container { - width: 60%; - margin: 0 auto; - max-width: 300px; - padding-top: 5%; + width: 60%; + margin: 0 auto; + max-width: 300px; + padding-top: 5%; } .event_name { - font-size: 12px; - font-weight: bold; + font-size: 12px; + font-weight: bold; } #login_container #login_btn-container { - margin-top: 30px; + margin-top: 30px; } -#login_container input, #login_container .ui-btn-text{ - font-size: 16px !important; +#login_container input, +#login_container .ui-btn-text { + font-size: 16px !important; } - table.tactical_bars { - width: 100%; + width: 100%; } .tactical_bar { - text-align: center; - margin-bottom: 4px; + text-align: center; + margin-bottom: 4px; } -.ui-bar, .ui-body { - margin: 5px; +.ui-bar, +.ui-body { + margin: 5px; } .events .cell_0 img { - margin-right: 5px; + margin-right: 5px; } .cell_0 { - max-width: 500px; + max-width: 500px; } .cell_event_name { - padding-bottom: 10px; - font-weight: bold; + padding-bottom: 10px; + font-weight: bold; } /*INIT-----------Icons styles---------------------------------------*/ .ui-icon-tactical_view { - background-image: url(../../../images/op_monitoring.menu.png) !important; + background-image: url(../../../images/op_monitoring.menu.png) !important; } .ui-icon-events { - background-image: url(../../../images/op_events.menu.png) !important; + background-image: url(../../../images/op_events.menu.png) !important; } .ui-icon-groups { - background-image: url(../../../images/group.menu.png) !important; + background-image: url(../../../images/group.menu.png) !important; } .ui-icon-alerts { - background-image: url(../../../images/op_alerts.menu.png) !important; + background-image: url(../../../images/op_alerts.menu.png) !important; } .ui-icon-agents { - background-image: url(../../../images/agent_mc.menu.png) !important; + background-image: url(../../../images/agent_mc.menu.png) !important; } .ui-icon-modules { - background-image: url(../../../images/brick.menu.png) !important; + background-image: url(../../../images/brick.menu.png) !important; } .ui-icon-network_maps { - background-image: url(../../../images/op_network.menu.png) !important; + background-image: url(../../../images/op_network.menu.png) !important; } .ui-icon-visual_console { - background-image: url(../../../images/visual_console.menu.png) !important; + background-image: url(../../../images/visual_console.menu.png) !important; } .ui-icon-dashboard { - background-image: url(../../../images/dashboard.menu.png) !important; + background-image: url(../../../images/dashboard.menu.png) !important; } -.ui-icon-tactical_view, .ui-icon-events, -.ui-icon-groups, .ui-icon-alerts, -.ui-icon-agents, .ui-icon-modules, -.ui-icon-network_maps, .ui-icon-visual_console, +.ui-icon-tactical_view, +.ui-icon-events, +.ui-icon-groups, +.ui-icon-alerts, +.ui-icon-agents, +.ui-icon-modules, +.ui-icon-network_maps, +.ui-icon-visual_console, .ui-icon-dashboard { - background-color: #333 !important; - background-position: center; - border-radius: 15px !important; - -webkit-border-radius: 15px !important; + background-color: #333 !important; + background-position: center; + border-radius: 15px !important; + -webkit-border-radius: 15px !important; } #login_btn-container .ui-icon { - background-color: #333 !important; - border-radius: 15px !important; - -webkit-border-radius: 15px !important; + background-color: #333 !important; + border-radius: 15px !important; + -webkit-border-radius: 15px !important; } /* For mobiles */ -@media screen and (max-width: 750px) -{ - .ui-icon-tactical_view, .ui-icon-events, - .ui-icon-groups, .ui-icon-alerts, - .ui-icon-agents, .ui-icon-modules, - .ui-icon-network_maps, .ui-icon-visual_console, - .ui-icon-dashboard { - width: 22px !important; - height: 22px !important; - margin-top: -13px !important; - background-size: 16px 16px; - } +@media screen and (max-width: 750px) { + .ui-icon-tactical_view, + .ui-icon-events, + .ui-icon-groups, + .ui-icon-alerts, + .ui-icon-agents, + .ui-icon-modules, + .ui-icon-network_maps, + .ui-icon-visual_console, + .ui-icon-dashboard { + width: 22px !important; + height: 22px !important; + margin-top: -13px !important; + background-size: 16px 16px; + } } /* For tablets */ -@media screen and (min-width: 750px) -{ - .ui-icon-tactical_view, .ui-icon-events, - .ui-icon-groups, .ui-icon-alerts, - .ui-icon-agents, .ui-icon-modules, - .ui-icon-network_maps, .ui-icon-visual_console, - .ui-icon-dashboard { - width: 32px !important; - height: 32px !important; - margin-top: -17px !important; - } +@media screen and (min-width: 750px) { + .ui-icon-tactical_view, + .ui-icon-events, + .ui-icon-groups, + .ui-icon-alerts, + .ui-icon-agents, + .ui-icon-modules, + .ui-icon-network_maps, + .ui-icon-visual_console, + .ui-icon-dashboard { + width: 32px !important; + height: 32px !important; + margin-top: -17px !important; + } } /*END-----------Network maps styles---------------------------------------*/ #logout_dialog-button_close { - display: block; - margin: 0 auto; - margin-top: 20px; + display: block; + margin: 0 auto; + margin-top: 20px; } .ui-btn-active * { - color: #FFF !important; + color: #fff !important; } .ui-btn-active { - background: #82b92e !important; + background: #82b92e !important; } span.nobold * { - font-weight: normal; + font-weight: normal; } .events_timestamp { - font-size: 10px; - float: right; - text-align: right; - line-height: 1.1em; + font-size: 10px; + float: right; + text-align: right; + line-height: 1.1em; } .events_timestamp > img { - vertical-align: middle; - margin-left: 10px; + vertical-align: middle; + margin-left: 10px; } .events_agent { - float: left; + float: left; } .events_agent b.ui-table-cell-label { - display: block !important; + display: block !important; } -#list_Modules *, #list_agent_Modules *, #list_agents *, #list_alerts *, #list_networkmaps *, #list_visualmaps * { - color: #222; +#list_Modules *, +#list_agent_Modules *, +#list_agents *, +#list_alerts *, +#list_networkmaps *, +#list_visualmaps * { + color: #222; } -DIV.legend>DIV { - width: 100% !important; - opacity: 0.65 !important; +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; - font-size: 14px !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; + font-size: 14px !important; } -DIV.nodata_container { - width:150px; - height:100px; - background-repeat:no-repeat; - background-position: center; - margin: 15px auto; - display: table; +div.nodata_container { + width: 150px; + height: 100px; + background-repeat: no-repeat; + background-position: center; + margin: 15px auto; + display: table; } #free_search-container a { - margin-right: 2px; - margin-top: -12px; + margin-right: 2px; + margin-top: -12px; } #free_search-container span.ui-btn-inner { - height: 7px; + height: 7px; } .ui-icon-delete { - margin-top: -3px !important; + margin-top: -3px !important; } .empty_advice { - color: #ff0000; - margin-top: 5px !important; + color: #ff0000; + margin-top: 5px !important; } /* JQuery Mobile responsive hack to tables with */ .ui-table-reflow.ui-responsive { - display: table !important; + display: table !important; } .widget_agent_module > th { - background-color: #373737; + background-color: #373737; } #list_agent_Modules > tbody > tr > td { - clear: none; - vertical-align: middle; - padding: 0px; + clear: none; + vertical-align: middle; + padding: 0px; } -#list_agent_Modules > tbody > tr > td.cell_0 { - border-top: 0px none; +#list_agent_Modules > tbody > tr > td.cell_0 { + border-top: 0px none; } .legend_graph td.legendLabel > div { - font-size: 12px !important; + font-size: 12px !important; } .legend_graph td.legendLabel { - font-size: 12px !important; + font-size: 12px !important; } .ui-popup-hidden { - display: none; + display: none; }