/**
 *
 * Name: Default theme
 *
 * Extension to manage a list of gateways and the node address where they should
 * point to.
 *
 * @category   Extensions
 * @package    Pandora FMS
 * @subpackage Community
 * @version    1.0.0
 * @license    See below
 *
 *    ______                 ___                    _______ _______ ________
 *   |   __ \.-----.--.--.--|  |.-----.----.-----. |    ___|   |   |     __|
 *  |    __/|  _  |     |  _  ||  _  |   _|  _  | |    ___|       |__     |
 * |___|   |___._|__|__|_____||_____|__| |___._| |___|   |__|_|__|_______|
 *
 * ============================================================================
 * Copyright (c) 2005-2019 Artica Soluciones Tecnologicas
 * Please see http://pandorafms.org for full contribution list
 * This program is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License
 * as published by the Free Software Foundation for version 2.
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * ============================================================================
 */

/*
 * ---------------------------------------------------------------------
 * - GENERAL STYLES 												-
 * ---------------------------------------------------------------------
 */
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(../fonts/mem8YaGs126MiZpBA-UFW50bbck.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"),
    url(../fonts/mem8YaGs126MiZpBA-UFVZ0b.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(../fonts/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"),
    url(../fonts/mem5YaGs126MiZpBA-UNirkOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(../fonts/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url(../fonts/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito-Regular"), url(../../fonts/nunito.woff) format("woff");
}
@font-face {
  font-family: "lato-thin";
  src: url("../../fonts/Lato-Hairline.ttf");
}
@font-face {
  font-family: "lato-bolder";
  src: url("../../fonts/Lato-Light.ttf");
}
@font-face {
  font-family: "lato-boldest";
  src: url("../../fonts/Lato-Regular.ttf");
}
* {
  font-family: "lato-lighter", "Open Sans", sans-serif;
  letter-spacing: 0.03pt;
  font-size: 8pt;
  box-sizing: border-box;
}
svg * {
  font-size: 11pt;
}
html {
  height: 100%;
}
body {
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
input,
textarea {
  border: 1px solid #ddd;
}
textarea {
  padding: 5px;
  min-height: 100px;
  width: 99%;
}
input {
  padding: 2px 3px 4px 3px;
  vertical-align: middle;
}

input[type="checkbox"] {
  display: inline;
}
select {
  padding: 2px 3px 3px 3px;
  vertical-align: middle;
  border: 1px solid #ddd;
}
input.button {
  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;
}

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;
}
h2 {
  font-size: 15px;
}
h3 {
  font-size: 14px;
}
h4 {
  margin-bottom: 10px;
  font-size: 13px;
  color: #3f3f3f;
  text-transform: none;
}
a {
  color: #3f3f3f;
  text-decoration: none;
}
a:hover {
  color: #373737;
  text-decoration: underline;
}
:focus {
  outline-color: #82b92e;
}
a:focus,
input:focus,
button:focus {
  outline: 0;
  outline-width: 0;
}
th > label {
  padding-top: 7px;
}
input:disabled {
  background-color: #ddd;
}
textarea:disabled {
  background-color: #ddd;
}
select:disabled {
  background-color: #ddd;
}
ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
code,
pre {
  font-family: courier, serif;
}
fieldset {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  padding: 0.5em;
  margin-bottom: 20px;
  position: relative;
  border-radius: 5px;
}
fieldset legend {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 20px;
  color: #3f3f3f;
}
td input[type="checkbox"] {
  padding: 10px;
  margin-top: 2px;
  display: table-cell;
}
input[type="image"] {
  border: 0px;
  background-color: transparent;
}
table,
img {
  border: 0px;
}
table pre {
  white-space: pre-wrap;
}
tr:first-child > th {
  background-color: #373737;
}
th {
  color: #fff;
  background-color: #666;
  font-size: 7.5pt;
  letter-spacing: 0.3pt;
}

/* Remove background when autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}

/* All select type multiple */
select[multiple] option:checked {
  background: #82b92e linear-gradient(0deg, #82b92e 0%, #82b92e 100%);
  color: #fff;
}

select option:checked {
  background-color: #82b92e;
  color: #fff;
}

select > option:hover {
  background-color: #cbcbcb;
}

select:-internal-list-box {
  border: none;
}

/* --- Font ttf --- */
@font-face {
  font-family: "DejaVuSerif-BoldFont";
  src: url("../fonts/DejaVuSerif-Bold.ttf") format("truetype");
}

.DejaVuSerif-Bold {
  font-family: DejaVuSerif-BoldFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerif-BoldItalicFont";
  src: url("../fonts/DejaVuSerif-BoldItalic.ttf") format("truetype");
}

.DejaVuSerif-BoldItalic {
  font-family: DejaVuSerif-BoldItalicFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerif-ItalicFont";
  src: url("../fonts/DejaVuSerif-Italic.ttf") format("truetype");
}

.DejaVuSerif-Italic {
  font-family: DejaVuSerif-ItalicFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerifFont";
  src: url("../fonts/DejaVuSerif.ttf") format("truetype");
}

.DejaVuSerif {
  font-family: DejaVuSerifFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerifCondensed-BoldFont";
  src: url("../fonts/DejaVuSerifCondensed-Bold.ttf") format("truetype");
}

.DejaVuSerifCondensed-Bold {
  font-family: DejaVuSerifCondensed-BoldFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerifCondensed-BoldItalicFont";
  src: url("../fonts/DejaVuSerifCondensed-BoldItalic.ttf") format("truetype");
}

.DejaVuSerifCondensed-BoldItalic {
  font-family: DejaVuSerifCondensed-BoldItalicFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerifCondensed-ItalicFont";
  src: url("../fonts/DejaVuSerifCondensed-Italic.ttf") format("truetype");
}

.DejaVuSerifCondensed-Italic {
  font-family: DejaVuSerifCondensed-ItalicFont, sans-serif;
}

@font-face {
  font-family: "DejaVuSerifCondensedFont";
  src: url("../fonts/DejaVuSerifCondensed.ttf") format("truetype");
}

.DejaVuSerifCondensed {
  font-family: DejaVuSerifCondensedFont, sans-serif;
}

@font-face {
  font-family: "FreeSansFont";
  src: url("../fonts/FreeSans.ttf") format("truetype");
}

.FreeSans {
  font-family: FreeSansFont, sans-serif;
}

@font-face {
  font-family: "FreeSansBoldFont";
  src: url("../fonts/FreeSansBold.ttf") format("truetype");
}

.FreeSansBold {
  font-family: FreeSansBoldFont, sans-serif;
}

@font-face {
  font-family: "smallfontFont";
  src: url("../fonts/smallfont.ttf") format("truetype");
}

.smallfont {
  font-family: smallfontFont, sans-serif;
}

@font-face {
  font-family: "unicodeFont";
  src: url("../fonts/unicode.ttf") format("truetype");
}

@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: "lato";
  src: url("../../fonts/lato.woff2") format("woff2");
}

@font-face {
  font-family: "leaguegothic";
  src: url("../../fonts/leaguegothic.woff") format("woff");
}
.unicode {
  font-family: unicodeFont, sans-serif;
}

/*
 * ---------------------------------------------------------------------
 * - GLOBAL STYLES                           									-
 * ---------------------------------------------------------------------
 */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.truncate:hover {
  white-space: pre-wrap;
}
.w120px {
  width: 120px;
  max-width: 120px;
}
.mw120px {
  min-width: 120px;
}
.mw180px {
  min-width: 180px;
}
.mw250px {
  min-width: 250px;
}
.w20px {
  width: 20px;
}
.w10p {
  width: 10%;
}

.w20p {
  width: 20%;
}

.w30p {
  width: 30%;
}

.w40p {
  width: 40%;
}

.w50p {
  width: 50%;
}

.w100p {
  width: 100%;
}

.h10p {
  height: 10%;
}

.h20p {
  height: 20%;
}

.h30p {
  height: 30%;
}

.h40p {
  height: 40%;
}

.h50p {
  height: 50%;
}

.h80p {
  height: 80%;
}

.h100p {
  height: 100%;
}
.no-text-imp {
  font-size: 0 !important;
}
.flex-content-right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-end;
}
.flex-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}
.flex-row-baseline {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

.nowrap {
  flex-wrap: nowrap;
}

.padding-2 {
  padding: 2em;
}
.padding-4 {
  padding: 4em;
}
.padding-6 {
  padding: 6em;
}
.margin-right-2 {
  margin-right: 2em;
}
.no-border {
  border: none;
}
.no-padding {
  padding: 0;
}
.no-padding-imp {
  padding: 0 !important;
}
.no-margin {
  margin: 0;
}
.box-shadow {
  box-shadow: 0px 0px 15px -4px #dadada;
}
.align-top td {
  vertical-align: top;
}
.no-td-borders td {
  border: none;
}
.no-td-padding td {
  padding: 0;
}
.td-bg-white td {
  background: #fff;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}

div#page {
  background: #fbfbfb;
  background-image: none;
  clear: both;
  width: auto;
  padding-top: 5px;
  padding-right: 6em;
  display: flex;
  flex-direction: column;
}

body.pure {
  background-color: #fff;
}

div#container {
  margin: 0 auto;
  min-width: 960px;
  text-align: left;
  height: 100%;
  background: #fff;
  width: 100%;
}

div#main {
  width: 100%;
  margin: 0 auto;
  margin-left: 3em;
  position: relative;
  min-height: 850px;
}

textarea.conf_editor {
  padding: 5px;
  width: 650px;
  height: 350px;
}

textarea.conf_error {
  background-image: url(../../images/err.png);
  background-repeat: no-repeat;
  background-position: top right;
}

a.white_bold {
  color: #eee;
  text-decoration: none;
  font-weight: bold;
}

a.white {
  color: #eee;
  text-decoration: none;
}

p.center {
  text-align: center;
}

.img_help {
  cursor: help;
}

#loading {
  position: fixed;
  width: 200px;
  margin-left: 30%;
  text-align: center;
  top: 50%;
  background-color: #999999;
  padding: 20px;
}

.tactical_set legend {
  text-align: left;
  color: #3f3f3f;
}

.tactical_set {
  background: #fff;
  border: 1px solid #e2e2e2;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

/* --- Botones --- */
button.sub,
input.sub {
  font-weight: normal;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 1.2em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 92% 10px;
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 15px;
  border: 1px solid #888;
  font-family: "lato", "Open Sans", sans-serif;
  cursor: pointer;
}

button.sub:hover,
input.sub:hover {
  border: 1px solid #333;
}

button.sub:active,
input.sub:active {
  border: 1px solid #000;
  color: #333;
  background-color: #e1e1e1;
}

button.sub[disabled],
input.sub[disabled] {
  color: #b4b4b4;
  background-color: #f3f3f3;
  border-color: #b6b6b6;
  cursor: default;
}

/*
 * ---------------------------------------------------------------------
 * - NO ACCESS PAGE - noaccess2.php 								-
 * ---------------------------------------------------------------------
 */
#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;
}

#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;
}

#noaccess-text {
  font-size: 12px;
  text-align: justify;
  padding-top: 25px;
  padding-right: 50px;
  float: right;
}

#noaccess-image {
  position: relative;
  left: 10px;
  top: 10px;
  float: left;
}

/*div#activity{
	padding-top: 0px;
	padding-bottom: 18px;
}
div#activity table td > img {
	vertical-align: middle;
}
div#noa {
	float: right;
	padding-right: 50px;
	margin-top: 25px;
}
div#db_f {
	text-align: justify;
	margin: auto;
	padding: 0.5em;
	width: 55em;
	margin-top: 3em;
}
div#db_ftxt {
	float: right;
	padding-top: 10px;
}*/

/*
 * ---------------------------------------------------------------------
 * - HELP DIALOG - login_help_dialog.php and pandora_help.php 		-
 * ---------------------------------------------------------------------
 */
div#main_help {
  width: 100%;
}
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 h3,
div#main_help div.databox h2 {
  color: #6eb432;
  font-family: sans-serif, verdana;
}

div#main_help div.databox h3 {
  font-size: 12px;
}

div#main_help a.footer,
div#main_help span {
  color: #999;
}

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;
}

/*
 * ---------------------------------------------------------------------
 * - HEADER AND LEFT MENU STYLES 									-
 * ---------------------------------------------------------------------
 */
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%;
}

div#menu {
  width: 45px;
  float: left;
  z-index: 2000;
  position: absolute;
}

div#head {
  font-size: 8pt;
  width: 100%;
  height: 60px;
  padding-top: 0px;
  margin: 0 auto;
  border-bottom: 1px solid #9ca4a6;
  min-width: 882px;
  background-color: #fff;
  color: #000;
  z-index: 2;
}

.fixed_header {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

#ver {
  margin-bottom: 25px;
}

/*.databox_error {
	width: 657px;
	height: 400px;
	border: none;
	background-color: #fafafa;
	background: url(../../images/splash_error.png) no-repeat;
}

input.chk {
	margin-right: 0px;
	border: 0px none;
	height: 14px;
}*/
input.datos {
  background-color: #f5f5f5;
}
/*input.datos_readonly {
	background-color: #050505;
}*/

/*
 * ---------------------------------------------------------------------
 * - REPORTS 														-
 * ---------------------------------------------------------------------
 */
.agent_reporting {
  margin: 5px;
  padding: 5px;
}

.report_table,
.agent_reporting {
  border: #ccc outset 3px;
}

/* global syles */
.bg {
  /* op menu */
  background: #82b92e;
  height: 20px;
}

.bg2 {
  /* main page */
  background-color: #0a160c;
}
.bg3 {
  /* godmode */
  background: #666666;
}
.bg4 {
  /* links */
  background-color: #989898;
}
.bg,
.bg2,
.bg3,
.bg4 {
  position: relative;
  width: 100%;
}
.bg2,
.bg3,
.bg4 {
  height: 18px;
}
.f10,
#ip {
  font-size: 7pt;
  text-align: center;
}
.f9,
.f9i,
.f9b,
.datos_greyf9,
.datos_bluef9,
.datos_greenf9,
.datos_redf9,
.datos_yellowf9,
td.f9,
td.f9i,
td.datosf9,
td.datos2f9 {
  font-size: 6.5pt;
}
.f9i,
.redi {
  font-style: italic;
}
.tit {
  padding: 6px 0px;
  height: 14px;
}
.tit,
.titb {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.suc * {
  color: #5a8629;
}

.info * {
  color: #006f9d;
}

.error * {
  color: #f85858;
}

.warning * {
  color: #f3b200;
}

.help {
  background: url(../../images/help.png) no-repeat;
}
.red,
.redb,
.redi,
.error {
  color: #c00;
}

.sep {
  margin-left: 30px;
  border-bottom: 1px solid #708090;
  width: 100%;
}
.orange {
  color: #fd7304;
}
.green {
  color: #5a8629;
}
.yellow {
  color: #f3c500;
}
.greenb {
  color: #00aa00;
}
.grey {
  color: #808080;
  font-weight: bold;
}
.blue {
  color: #5ab7e5;
  font-weight: bold;
}
.redb,
.greenb,
td.datos_id,
td.datos2_id {
  font-weight: bold;
}
.p10 {
  padding-top: 1px;
  padding-bottom: 0px;
}
.p21 {
  padding-top: 2px;
  padding-bottom: 1px;
}
.w120 {
  width: 120px;
}
.w130,
#table-agent-configuration select {
  width: 130px;
}
.w135 {
  width: 135px;
}
.w155,
#table_layout_data select {
  width: 155px;
}
.top,
.top_red,
.bgt,
td.datost,
td.datos2t {
  vertical-align: top;
}
.top_red {
  background: #ff0000;
}
.bot,
.titb,
td.datosb {
  vertical-align: bottom;
}
.msg {
  margin-top: 15px;
  text-align: justify;
}
ul.mn {
  list-style: none;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  line-height: 15px;
}
.gr {
  font-size: 10pt;
  font-weight: bold;
}
a.mn,
.gr {
  font-family: Arial, Verdana, sans-serif, Helvetica;
}
div.nf {
  background: url(../../images/info.png) no-repeat scroll 0 50% transparent;
  margin-left: 7px;
  padding: 8px 1px 6px 25px;
}
div.title_line {
  background-color: #4e682c;
  height: 5px;
  width: 762px;
}

.alpha50 {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;
}

/*
 * ---------------------------------------------------------------------
 * - RIGHT MENU SECTION 											-
 * ---------------------------------------------------------------------
 */
#menu_tab_frame,
#menu_tab_frame_view,
#menu_tab_frame_view_bc {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 2px solid #82b92e;
  min-height: 50px;
  width: calc(100% + 3em);
  padding-right: 0px;
  margin-bottom: 20px;
  height: 50px;
  box-sizing: border-box;
  background-color: #fafafa;
  border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-left: -3em;
}

/* Breadcrum */
#menu_tab_frame_view_bc {
  min-height: 55px;
  align-items: unset;
}

#menu_tab_frame_view_bc .breadcrumbs_container {
  align-self: flex-start;
}

.menu_tab_left_bc {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  margin-right: 20px;
  overflow: hidden;
}

.breadcrumbs_container {
  padding-left: 2.5em;
  padding-top: 4px;
  text-indent: 0.25em;
  color: #848484;
  font-size: 10pt;
  font-family: "lato-bolder", "Open Sans", sans-serif;
}

.breadcrumb_active {
  color: #82b92e;
  font-size: 10pt;
  font-family: "lato-bolder", "Open Sans", sans-serif;
}
/* End - Breadcrum */

#menu_tab {
  margin-right: 10px;
}

#menu_tab .mn,
#menu_tab ul,
#menu_tab .mn ul {
  padding: 0px;
  list-style: none;
  margin: 0px 0px 0px 0px;
}
#menu_tab .mn li {
  float: right;
  position: relative;
  margin: 0px 0px 0px 0px;
}

#menu_tab li.separator_view {
  padding: 4px;
}

#menu_tab li.separator {
  padding: 4px;
}

#menu_tab li.nomn_high a {
  color: #fff;
}
#menu_tab .mn li a {
  display: block;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  padding-top: 6px;
}
#menu_tab li.nomn:hover a,
#menu_tab li:hover ul a:hover {
  color: #fff;
}

/* --- Tabs Submenu --- */
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;
}

ul.subsubmenu li {
  background-color: #fff;
  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;
}

.subsubmenu {
  position: absolute;
  float: right;
  z-index: 9999;
  display: none;
  margin-top: 5px;
  left: 0px;
}
.subsubmenu li {
  margin-top: 0px;
}

div#agent_wizard_subtabs {
  position: absolute;
  margin-left: 0px;
  display: none;
  padding-bottom: 3px;
  z-index: 1000;
}

.agent_wizard_tab:hover {
  cursor: default;
}

/*
 * ---------------------------------------------------------------------
 * - SECTION TITLE LEFT (green background)							-
 * ---------------------------------------------------------------------
 */
/* TAB TITLE */
#menu_tab_left {
  max-width: 60%;
  margin-right: 20px;
}

#menu_tab_left span {
  padding-left: 0.9em;
}

#menu_tab_left .mn,
#menu_tab_left ul {
  color: #343434;
  padding: 0px 0px 0px 0px;
  list-style: none;
  margin: 0px 0px 0px 0px;
}

#menu_tab_left .mn li a {
  display: block;
  text-decoration: none;
}
#menu_tab_left li.view a {
  color: #343434;
  display: none;
}

#menu_tab_left li.view {
  margin-left: 0px;
  padding-left: 10px;
  padding-bottom: 4px;
  white-space: nowrap;
}

#menu_tab_left li.view img.bottom {
  width: 24px;
  height: 24px;
}

#menu_tab_left li a,
#menu_tab_left li span {
  color: #343434;
  font-family: "lato-bolder", "Open Sans", sans-serif;
  font-size: 18pt;
  line-height: 18pt;
}

/*
span.users {
  background: url(../../images/group.png) no-repeat;
}
span.agents {
  background: url(../../images/bricks.png) no-repeat;
}
span.data {
  background: url(../../images/data.png) no-repeat;
}
span.alerts {
  background: url(../../images/bell.png) no-repeat;
}
span.time {
  background: url(../../images/hourglass.png) no-repeat;
}
span.net {
  background: url(../../images/network.png) no-repeat;
}
span.master {
  background: url(../../images/master.png) no-repeat;
}
span.wmi {
  background: url(../../images/wmi.png) no-repeat;
}
span.prediction {
  background: url(../../images/chart_bar.png) no-repeat;
}
span.plugin {
  background: url(../../images/plugin.png) no-repeat;
}
span.export {
  background: url(../../images/database_refresh.png) no-repeat;
}
span.snmp {
  background: url(../../images/snmp.png) no-repeat;
}
span.binary {
  background: url(../../images/binary.png) no-repeat;
}
span.recon {
  background: url(../../images/recon.png) no-repeat;
}
span.rmess {
  background: url(../../images/email_open.png) no-repeat;
}
span.nrmess {
  background: url(../../images/email.png) no-repeat;
}
span.recon_server {
  background: url(../../images/recon.png) no-repeat;
}
span.wmi_server {
  background: url(../../images/wmi.png) no-repeat;
}
span.export_server {
  background: url(../../images/server_export.png) no-repeat;
}
span.inventory_server {
  background: url(../../images/page_white_text.png) no-repeat;
}
span.web_server {
  background: url(../../images/world.png) no-repeat;
}
*/

/* This kind of span do not have any sense, should be replaced on PHP code
by a real img in code. They are not useful because insert too much margin around
(for example, not valid to use in the table of server view */
/*span.users, span.agents, span.data, span.alerts, span.time, span.net,
span.master, span.snmp, span.binary, span.recon, span.wmi, span.prediction,
span.plugin, span.plugin, span.export, span.recon_server, span.wmi_server,
span.export_server, span.inventory_server, span.web_server {
	margin-left: 4px;
	margin-top: 10px;
	padding: 4px 8px 12px 30px;
	display: block;
}
span.rmess, span.nrmess {
	margin-left: 14px;
	padding: 1px 0px 10px 30px;
	display: block;
}*/

/* New styles for data box */
/*
 * ---------------------------------------------------------------------
 * - TABLES			 												-
 * ---------------------------------------------------------------------
 */
.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;
  background-color: #fafafa;
}

table.databox {
  background-color: #f9faf9;
  border-spacing: 0px;
  -moz-box-shadow: 0px 0px 0px #ddd;
  -webkit-box-shadow: 0px 0px 0px #ddd;
  box-shadow: 0px 0px 0px #ddd;
}

.databox > tbody > tr > td {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px none #e2e2e2;
  padding-left: 9px;
  padding-right: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.databox > thead > tr > th,
.databox > tbody > tr > th,
.databox > thead > tr > th a {
  padding: 9px 7px;
  font-weight: normal;
  color: #fff;
}

.databox > th * {
  color: #fff;
}

.databox > th > input,
.databox > th > textarea,
.databox > th > select,
.databox > th > select > option {
  color: #222;
}

.databox.data > tbody > tr > td:first-child {
  border-left: 1px solid #e2e2e2;
}

.databox.data > tbody > tr:last-child > td:first-child {
  border-bottom-left-radius: 4px;
}

.databox.data > tbody > tr > td:last-child {
  border-right: 1px solid #e2e2e2;
}

.databox.data > tbody > tr:last-child > td:last-child {
  border-bottom-right-radius: 4px;
}

.databox.data > thead > tr:first-child > th:first-child {
  border-left: 1px solid #e2e2e2;
  border-top-left-radius: 4px;
  border-color: #373737;
}

.databox.data > thead > tr:first-child > th:last-child {
  border-right: 1px solid #e2e2e2;
  border-top-right-radius: 4px;
  border-color: #373737;
}
.databox.data {
  border: none;
}

.tabletitle {
  color: #333;
}

/* For use in Netflow */
/*
table.databox_grid {
  margin: 25px;
}

table.databox_grid > th {
  font-size: 12px;
}

table.databox_grid > td {
  padding: 6px;
  margin: 4px;
  border-bottom: 1px solid #acacac;
  border-right: 1px solid #acacac;
}
*/

/* events */
table.alternate tr:nth-child(odd) td {
  background-color: #ffffff;
}
table.alternate tr:nth-child(even) td {
  background-color: #e4e5e4;
}

table.rounded_cells td {
  padding: 4px 4px 4px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

/*#head_l {
	float: left;
	margin: 0;
	padding: 0;
}
#head_r {
  float: right;
  text-align: right;
  margin-right: 10px;
  padding-top: 0px;
}
#head_m {
	position: absolute;
	padding-top: 6px;
	padding-left: 12em;
}*/
/*span#logo_text1 {
	font: bolder 3em Arial, Sans-serif;
	letter-spacing: -2px;
	color: #eee;
}
span#logo_text2 {
  font: 3em Arial, Sans-serif;
  letter-spacing: -2px;
  color: #aaa;
}

div#logo_text3 {
  text-align: right;
  font: 2em Arial, Sans-serif;
  letter-spacing: 6px;
  color: #aaa;
  font-weight: bold;
  margin-top: 0px;
  margin-left: 4px;
  padding-top: 0px;
}

.bb0 {
  border-bottom: 0px;
}
.bt0 {
	border-top: 0px;
}*/
.action-buttons {
  text-align: right;
}

button.next,
button.upd,
button.ok,
button.wand,
button.delete,
button.cog,
button.target,
button.search,
button.copy,
button.add,
button.graph,
button.percentile,
button.binary,
button.camera,
button.config,
button.filter,
button.cancel,
button.default,
button.deploy,
input.deploy,
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.filter,
input.cancel,
input.default,
input.filter,
input.pdf,
input.spinn {
  padding-right: 30px;
}

button.next,
input.next {
  background-image: url(../../images/input_go.png);
}
button.upd,
input.upd {
  background-image: url(../../images/input_update.png);
}
button.wand,
input.wand {
  background-image: url(../../images/input_wand.png);
}
button.wand:disabled,
input.wand:disabled {
  background-image: url(../../images/input_wand.disabled.png);
}
button.search,
input.search {
  background-image: url(../../images/input_zoom.png);
}
button.search:disabled,
input.search:disabled {
  background-image: url(../../images/input_zoom.disabled.png);
}
button.ok,
input.ok {
  background-image: url(../../images/input_tick.png);
}
button.ok:disabled,
input.ok:disabled {
  background-image: url(../../images/input_tick.disabled.png);
}
button.add,
input.add {
  background-image: url(../../images/input_add.png);
}
button.add:disabled,
input.add:disabled {
  background-image: url(../../images/input_add.disabled.png);
}
button.cancel,
input.cancel {
  background-image: url(../../images/input_cross.png);
}
button.cancel:disabled,
input.cancel:disabled {
  background-image: url(../../images/input_cross.disabled.png);
}
button.delete,
input.delete {
  background-image: url(../../images/input_delete.png);
}
button.delete:disabled,
input.delete:disabled {
  background-image: url(../../images/input_delete.disabled.png);
}
button.cog,
input.cog {
  background-image: url(../../images/input_cog.png);
}
button.cog:disabled,
input.cog:disabled {
  background-image: url(../../images/input_cog.disabled.png);
}
button.config,
input.config {
  background-image: url(../../images/input_config.png);
}
button.config:disabled,
input.config:disabled {
  background-image: url(../../images/input_config.disabled.png);
}
button.filter,
input.filter {
  background-image: url(../../images/input_filter.png);
}
button.filter:disabled,
input.filter:disabled {
  background-image: url(../../images/input_filter.disabled.png);
}
button.pdf,
input.pdf {
  background-image: url(../../images/input_pdf.png);
}
button.pdf:disabled,
input.pdf:disabled {
  background-image: url(../../images/input_pdf.disabled.png);
}
button.camera,
input.camera {
  background-image: url(../../images/input_camera.png);
}
button.spinn,
input.spinn {
  background-image: url(../../images/spinner_green.gif);
}
button.deploy,
input.deploy {
  background-image: url(../../images/input_deploy.png);
}
/*#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;
}
/*#table-agent-configuration radio {
	margin-right: 40px;
}*/
.ui-draggable {
  cursor: move;
}
/*#layout_trash_drop {
	float: right;
	width: 300px;
	height: 180px;
	background: #fff url("../../images/trash.png") no-repeat bottom left;
}
#layout_trash_drop div {
  display: block;
}
#layout_editor_drop {
	float: left;
	width: 300px;
}*/

/* IE 7 Hack */
#editor {
  *margin-top: 10px;
}
/* big_data is used in tactical and logon_ok */
.big_data {
  text-decoration: none;
  font-family: "lato", "Open Sans", sans-serif;
  font-size: 2em;
}

.med_data {
  text-decoration: none;
  font-family: "lato", "Open Sans", sans-serif;
  font-size: 1.5em;
}

.notify {
  background-color: #f7ffa5;
  text-align: center;
  font-weight: bold;
  padding: 8px;
  margin: 0px 0px 0px 0px;
  z-index: -1;
}

.notify a {
  color: #003a3a;
  text-decoration: underline;
}

.listing {
  border-collapse: collapse;
}
.listing td {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}
span.actions {
  margin-left: 30px;
}
.actions {
  min-width: 200px;
}
select#template,
select#action {
  width: 250px;
}
/*#label-checkbox-matches_value,
#label-checkbox-copy_modules,
#label-checkbox-copy_alerts {
	display: inline;
	font-weight: normal;
}*/

/* Modules */
table#simple {
  padding: 30px;
}
table#simple select#id_module_type,
table#alert_search select#id_agent,
table#alert_search select#id_group,
table#network_component select#type {
  width: 200px;
}
table#simple select#select_snmp_oid,
table#simple select#id_plugin,
table#network_component select#id_plugin {
  width: 270px;
}
table#simple select#prediction_id_group,
table#simple select#prediction_id_agent,
table#simple select#prediction_module {
  width: 50%;
  display: block;
}
table#simple input#text-plugin_parameter,
table#simple input#text-snmp_oid,
table#source_table select,
table#destiny_table select,
table#target_table select,
table#filter_compound_table select,
table#filter_compound_table #text-search,
table#delete_table select {
  width: 100%;
}
table#simple select#network_component_group,
table#simple select#network_component {
  width: 90%;
}
table#simple span#component_group,
table#simple span#component {
  width: 45%;
  font-style: italic;
}
table#simple label {
  display: inline;
  font-weight: normal;
  font-style: italic;
}
.clickable {
  cursor: pointer;
}
table#agent_list tr,
table.alert_list tr {
  vertical-align: top;
}
.toggle {
  border-collapse: collapse;
}
.toggle td {
  border-left: 1px solid #d3d3d3;
}

ul.actions_list {
  list-style-image: url(../../images/arrow.png);
  list-style-position: inside;
  margin-top: 0;
}
div.loading {
  background-color: #fff1a8;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
  font-style: italic;
  width: 95%;
}
div.loading img {
  float: right;
}
/* Tablesorter jQuery pager */
div.pager {
  margin-left: 10px;
  margin-top: 5px;
}
div.pager img {
  position: relative;
  top: 4px;
  padding-left: 5px;
}
div.pager input {
  padding-left: 5px;
}
.pagedisplay {
  border: 0;
  width: 35px;
}
/* Steps style */
ol.steps {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
  list-style-position: outside;
}
ol.steps li {
  float: left;
  background-color: #efefef;
  padding: 5px;
  margin-left: 5px;
  width: 150px;
}
ol.steps li a {
  color: #111;
}
ol.steps li.visited a {
  color: #999;
}
ol.steps li span {
  font-weight: normal;
  display: block;
  color: #777;
}
ol.steps li.visited span {
  color: #999;
}
ol.steps li.current {
  border-left: 5px solid #778866;
  margin-left: 0;
  font-weight: bold;
  background-color: #e9f3d2;
}
ol.steps li.visited {
  color: #999;
}

fieldset .databox {
  border: 0px solid;
}

fieldset.databox {
  padding: 14px;
}

fieldset legend span,
span#latest_value {
  font-style: italic;
}
span#latest_value span#value {
  font-style: normal;
}
form#filter_form {
  margin-bottom: 15px;
}
ul.action_list {
  margin: 0;
  list-style: none inside circle;
}
ul.action_list li div {
  margin-left: 15px;
}
span.action_name {
  float: none;
}
div.actions_container {
  overflow: auto;
  width: 100%;
  max-height: 200px;
}
div.actions_container label {
  display: inline;
  font-weight: normal;
  font-style: italic;
}
a.add_action {
  clear: both;
  display: block;
}

/* timeEntry styles */
.timeEntry_control {
  vertical-align: middle;
  margin-left: 2px;
}

div#event_control {
  clear: right;
}

/* Autocomplete styles */
.ac_results {
  padding: 0px;
  border: 1px solid black;
  background-color: white;
  overflow: hidden;
  z-index: 99999;
}

.ac_results ul {
  width: 100%;
  list-style-position: outside;
  padding: 0;
  margin: 0;
  text-align: left;
}

.ac_results li {
  margin: 0px;
  padding: 2px 5px;
  cursor: default;
  display: block;
  /*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
  /*width: 100%;*/
  font: menu;
  font-size: 12px;
  /*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
  line-height: 16px;
}

.ac_loading {
  background: white url("../images/loading.gif") right center no-repeat;
}

.ac_over {
  background-color: #efefef;
}
span.ac_extra_field,
span.ac_extra_field strong {
  font-style: italic;
  font-size: 9px;
}

div#pandora_logo_header {
  /*	Put here your company logo (139x60 pixels) like this: */
  /*	background: url(../../images/MiniLogoArtica.jpg); */
  background: url(../../images/pandora_logo_head.png);
  background-position: 0% 0%;
  width: 139px;
  height: 60px;
  float: left;
}

/*
 * ---------------------------------------------------------------------
 * - HEADER                                   									-
 * ---------------------------------------------------------------------
 */
#header_table {
  padding-right: 35px;
}

#header_table_inner {
  height: 60px;
  min-width: 790px;
  /*width: 100%;*/
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_title {
  font-weight: 600;
  font-size: 10.5pt;
  font-family: "lato-bolder", "Open Sans", sans-serif;
}

.header_subtitle {
  font-size: 10pt;
  font-family: "lato-bolder", "Open Sans", sans-serif;
}

.header_left {
  display: flex;
  flex-direction: column;
}

.header_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header_right > div {
  padding-left: 15px;
}
.header_left img,
.header_center img,
.header_right img {
  vertical-align: middle;
}

#header_chat {
  padding-left: 0;
  padding-right: 15px;
}

#header_autorefresh {
  padding-left: 0;
}

#header_table_inner #header_user span {
  color: #777;
  align-self: center;
}

#header_table_inner #header_user a {
  display: flex;
  justify-content: center;
}

#header_user img {
  padding-right: 5px;
}

div#header_autorefresh_counter {
  padding-left: 0;
}

.autorefresh_disabled {
  cursor: not-allowed;
}

a.autorefresh_txt,
#refrcounter {
  color: #1c1c1c;
  font-size: 8.5pt;
}

@media screen and (max-width: 1200px) {
  #header_searchbar input.search_input {
    width: 135px;
  }
  .header_right > div {
    padding-left: 10px;
  }
}

@media screen and (max-width: 1300px) {
  .header_right > div {
    padding-left: 10px;
  }
}

.disabled_module {
  color: #aaa;
}
div.warn {
  background: url(../../images/info.png) no-repeat;
  margin-top: 7px;
  padding: 2px 1px 6px 25px;
}

/* Submenus havent borders */
.submenu_not_selected,
.submenu_selected,
.submenu2 {
  border: 0px;
  min-height: 35px;
}

div#steps_clean {
  display: none;
}

div#events_list {
  float: left;
  width: 100%;
}
/*span#logo_text1 {
	font: bolder 3em Arial, Sans-serif;
	letter-spacing: -2px;
	color: #eee;
}
span#logo_text2 {
	font: 3em Arial, Sans-serif;
	letter-spacing: -2px;
	color: #aaa;
}
div#logo_text3 {
	text-align: right;
	font: 2em Arial, Sans-serif;
	letter-spacing: 6px;
	color: #aaa;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 4px;
	padding-top: 0px;
}*/
.pagination * {
  margin-left: 0px;
  margin-right: 0px;
  vertical-align: middle;
}

/* TABLAS */
/* Cells divs to set individual styles with the table objects */
td.cellBold {
  font-weight: bold;
}

td.cellRight {
  text-align: right;
}

td.cellCenter {
  text-align: center;
}

td.cellWhite {
  background: #fff;
  color: #111;
}

td.cellNormal {
  background: #6eb432;
  color: #fff;
}

td.cellCritical {
  background: #f85858;
  color: #fff;
}

td.cellWarning {
  background: #ffea59;
  color: #111;
}

td.cellUnknown {
  background: #aaaaaa;
  color: #ffffff;
}

td.cellNotInit {
  background: #4a83f3;
  color: #ffffff;
}

td.cellAlert {
  background: #ff8800;
  color: #111;
}

td.cellBorder1 {
  border: 1px solid #666;
}

td.cellBig {
  font-size: 18px;
}

.info_box {
  background: #fff;
  box-shadow: 0px 0px 15px -10px #888;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 5px 5px 10px;
  border-color: #e2e2e2;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.info_box .title * {
  font-size: 10pt;
  font-weight: bolder;
}

.info_box .icon {
  width: 30px;
  text-align: center;
}

/* Standard styles for status colos (groups, events, backgrounds...) */
.opacity_cell {
  filter: alpha(opacity=80); /* For IE8 and earlier */
  -moz-opacity: 0.8;
  opacity: 0.8;
  -khtml-opacity: 0.8;
}

tr.group_view_data,
.group_view_data {
  color: #3f3f3f;
  font-family: "lato", "Open Sans", sans-serif;
}

tr.group_view_crit,
.group_view_crit {
  background-color: #e63c52;
  color: #fff;
}

tr.group_view_ok,
.group_view_ok {
  background-color: #82b92e;
  color: #fff;
}

tr.group_view_not_init,
.group_view_not_init {
  background-color: #5bb6e5;
  color: #fff;
}

tr.group_view_warn,
.group_view_warn,
tr.group_view_warn.a,
a.group_view_warn,
tr.a.group_view_warn {
  background-color: #f3b200;
  color: #fff;
}

a.group_view_warn {
  color: #f3b200;
  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;
}

/* 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_red,
.datos_redf9,
.datos_red a,
.datos_redf9 a,
.datos_red * {
  background-color: #e63c52;
  color: #fff;
}

.datos_yellow,
.datos_yellowf9,
.datos_yellow * {
  background-color: #f3b200;
  color: #111;
}

a.datos_blue,
.datos_bluef9,
.datos_blue,
.datos_blue * {
  background-color: #4ca8e0;
  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_brown,
.datos_brownf9,
.datos_brown * {
  background-color: #a67c52;
  color: #fff;
}

.datos_orange,
.datos_orangef9,
.datos_orange * {
  background-color: #f7931e;
  color: #111;
}

td.datos_greyf9,
td.datos_bluef9,
td.datos_greenf9,
td.datos_redf9,
td.datos_yellowf9,
td.datos_pinkf9,
td.datos_brownf9,
td.datos_orangef9 {
  padding: 5px 5px 5px 5px;
}

/* global */
input#text-id_parent.ac_input,
input,
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #cbcbcb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-family: "lato-bolder", "Open Sans", sans-serif;
  font-size: 10pt;
}

/* plugins */
span#plugin_description {
  font-size: 9px;
}

/*
 * ---------------------------------------------------------------------
 * - TINYMCE 														-
 * ---------------------------------------------------------------------
 */
#tinymce {
  text-align: left;
  padding-top: 20px;
}
.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;
  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;
  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;
  line-height: 8pt;
}
.visual_font_size_10pt,
.visual_font_size_10pt > em,
.visual_font_size_10pt > strong,
.visual_font_size_10pt > strong > span,
.visual_font_size_10pt > span,
.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;
  line-height: 10pt;
}
.visual_font_size_12pt,
.visual_font_size_12pt > em,
.visual_font_size_12pt > strong,
.visual_font_size_12pt > strong > span,
.visual_font_size_12pt > span,
.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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  line-height: 36pt;
}

/*
 * ---------------------------------------------------------------------
 * - LEFT SIDEBAR IN GRAPHS POPUP - stat_win.php 						-
 * ---------------------------------------------------------------------
 */
.menu_sidebar {
  color: #111;
  background: #3f3f3f;
  margin: 0px;
  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;
  width: 400px;
  height: 260px;

  -moz-box-shadow: 0px 4px 4px #010e1b;
  -webkit-box-shadow: 0px 4px 4px #010e1b;
  box-shadow: 0px 4px 4px #010e1b;

  filter: alpha(opacity=97);
  -moz-opacity: 0.97;
  opacity: 0.97;
}

.menu_sidebar_radius_left {
  -moz-border-top-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;

  -moz-border-bottom-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;

  border-right: 0px solid #000;
}

.menu_sidebar_radius_right {
  -moz-border-top-right-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.menu_sidebar_outer {
  margin-left: 3px;
  background: #ececec;
  width: 100%;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 8px;
}

/*Groupsview*/
/*
.groupsview {
  border-spacing: 0px 4px;
}

.groupsview tr {
  background-color: #666;
}

.groupsview th {
  font-size: 12px;
  padding: 5px;
}

.groupsview td.first,
.groupsview th.first {
  -moz-border-top-left-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;

  -moz-border-bottom-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.groupsview td.last,
.groupsview th.last {
  -moz-border-top-right-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
*/

/*
 * ---------------------------------------------------------------------
 * - TIP (to show help)												-
 * ---------------------------------------------------------------------
 */
a.tip {
  display: inline;
  cursor: help;
}

a.tip > img {
  margin-left: 2px;
  margin-right: 2px;
  margin-top: -3px;
}

.head_tip {
  display: inline;
  margin-left: 10px;
}

/*
 * ---------------------------------------------------------------------
 * - SEARCH BOX in header											-
 * ---------------------------------------------------------------------
 */
input.search_input {
  background-image: url("../../images/input_zoom_gray.png");
  background-position: center right 10px;
  background-repeat: no-repeat;
  background-size: 17px;
  background-color: #f2f6f7;
  padding: 0px;
  margin: 0;
  width: 300px;
  height: 30px;
  margin-left: 2px;
  padding-left: 15px;
  padding-right: 40px;
  color: #777;
  font-family: "Open Sans", sans-serif;
  font-size: 8.5pt;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-color: transparent;
}

/*.vertical_fields td input, .vertical_fields td select {
	margin-top: 8px;
}*/

a[id^="tgl_ctrl_"] > img,
a[id^="tgl_ctrl_"] > b > img {
  vertical-align: middle;
}

/* 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;
}

/* Graphs styles */

div.legend > div {
  pointer-events: none; /* Allow to click the graphs below */
  opacity: 0.65;
}

/* Recover the padding of the legend elements under a databox parent */
table.databox div.legend > td {
  padding: 1px;
}

div.nodata_text {
  padding: 5px 12px 0px 68px;
  font-weight: bold;
  color: #c1c1c1;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

div.nodata_container {
  width: 150px;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto auto;
  display: table;
}

#snmp_data {
  width: 40%;
  position: absolute;
  top: 0;
  right: 20px;
  background: #f9faf9;
}

#rmf_data {
  width: 40%;
  height: 80%;
  position: absolute;
  top: 0;
  right: 20px;
  overflow: auto;
}

/* service map */
#container_servicemap_legend {
  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;
}

.legend_servicemap_item {
  display: none;
}

/* agent modules*/
.legend_square {
  width: 20px;
  padding-left: 20px;
  padding-right: 10px;
}

.legend_square_simple {
  padding-left: 0px;
  padding-right: 10px;
  padding-bottom: 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;
}

.agents_modules_table th {
  background: #3f3f3f;
  border: 1px solid #e2e2e2;
}

.agents_modules_table th * {
  color: #ffffff;
}

/*
 * LOAD_ENTERPRISE.PHP
 */
#code_license_dialog {
  padding: 50px;
  padding-top: 10px;
}
#code_license_dialog #logo {
  margin-bottom: 20px;
  text-align: center;
}
#code_license_dialog,
#code_license_dialog * {
  font-size: 14px;
}
#code_license_dialog ul {
  padding-left: 30px;
  list-style-image: url("../../images/input_tick.png");
}
#code_license_dialog li {
  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;
}

#code_license_dialog a {
  text-decoration: underline;
}

/* GRAPHS CSS */

.parent_graph {
  position: relative;
  margin: 0 auto;
}

.menu_graph,
.timestamp_graph {
  position: absolute;
}

.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;
}

.legend_graph {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.legendColorBox * {
  font-size: 0px;
  padding: 0px 4px;
  overflow: visible;
}

/* GIS CSS */

.olLayerDiv {
  z-index: 102;
}

/* Alert view */

table.alert_days th,
table.alert_time th {
  height: 30px;
  vertical-align: middle;
}

table.alert_escalation th img {
  width: 18px;
}

td.used_field {
  background: #6eb432;
  color: #ffffff;
  font-weight: bold;
}

td.overrided_field {
  color: #666;
}

td.unused_field {
  color: #888;
}

td.empty_field {
  background: url("../../images/long_arrow.png") no-repeat 100% center;
}

#table_macros textarea {
  width: 96%;
}

/* Policies styles */

table#policy_modules td * {
  display: inline;
}

.context_help_title {
  font-weight: bolder;
  text-align: left;
}
.context_help_body {
  text-align: left;
}

#left_column_logon_ok {
  width: 750px;
  float: left;
}

#news_board {
  min-width: 530px;
  width: 100%;
}

#right_column_logon_ok {
  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;
}

#dialog-double_auth-container {
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

/*.saml_button {
	float: left;
	position: fixed;
	vertical-align: middle;
}*/

/*
 * ---------------------------------------------------------------------
 * - TACTICAL VIEW y TABLAS	 													-
 * ---------------------------------------------------------------------
 */
.status_tactical {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #e2e2e2;
  margin-top: 5%;
  text-align: left;
}

.status_tactical img {
  border: 3px solid #000;
  border-radius: 100px;
}

#sumary {
  color: #fff;
  margin: 2px;
  padding: 10px 30px;
  font-size: 16px;
  font-family: "lato-bolder", "Open Sans", sans-serif;
  font-weight: bold;
  border-radius: 2px;
}

div.sumary_div {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 2px;
  width: 120px;
  height: 40px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

div.div_groups_status {
  width: 350px;
  background-color: white;
  border: 1px solid #ececec;
  border-radius: 5px;
  margin: 20px;
  float: left;
}

.databox.data > tbody > tr > td {
  border-bottom: 1px solid #e2e2e2;
}

.databox .search {
  margin-top: 0px;
}

.databox.data > tbody > tr > td.progress_bar img {
  border: 3px solid #000;
  border-radius: 100px;
}

.databox.pies {
  border: none;
}

.databox.pies fieldset.tactical_set {
  width: 100%;
  min-height: 285px;
}

.difference {
  border-left-width: 2px;
  border-left-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-color: #e2e2e2;
}

#title_menu {
  color: #b9b9b9;
  float: right;
  width: 72%;
  letter-spacing: 0pt;
  font-size: 10pt;
  white-space: pre-wrap;
  padding-top: 0;
  font-family: "Open Sans", sans-serif;
}

.no_hidden_menu {
  background-position: 11% 50%;
}

#menu_tab li.nomn,
#menu_tab li.nomn_high {
  padding-right: 8px;
  padding-left: 8px;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  margin-top: 0;
  min-width: 30px;
  min-height: 50px;
  max-height: 53px;
}

#menu_tab_frame_view_bc #menu_tab li.nomn,
#menu_tab_frame_view_bc #menu_tab li.nomn_high {
  min-height: 53px;
}

#menu_tab li:hover {
  box-shadow: inset 0px 4px #82b92e;
}

#menu_tab li.nomn_high,
#menu_tab li.nomn_high span {
  color: #fff;
  box-shadow: inset 0px 4px #82b92e;
  background-color: #fff;
}

#menu_tab li.nomn img,
#menu_tab li img {
  margin-top: 10px;
  margin-left: 3px;
}
#menu_tab li.nomn.tab_operation img,
#menu_tab li.nomn.tab_godmode img,
#menu_tab li.nomn_high.tab_operation img,
#menu_tab li.nomn_high.tab_godmode img {
  margin: 10px auto;
}

#menu_tab li.tab_operation a,
#menu_tab a.tab_operation {
  background: none;
}

.agents_modules_table {
  border: 1px solid #e2e2e2;
  border-spacing: 0px;
}
.agents_modules_table td {
  border: 1px solid #e2e2e2;
}

.dashboard {
  top: 23px;
}

.dashboard li a {
  width: 158px;
}

.text_subDashboard {
  float: left;
  margin-top: 5%;
  margin-left: 3%;
}

.title_um {
  font-family: sans-serif;
  font-size: 20px;
  color: #82b92e;
  text-align: center;
}

.text_um {
  font-family: sans-serif;
  font-size: 16px;
  padding-left: 80px;
}

/* 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-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);
  }
}

@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);
  }
}

/*
 * ---------------------------------------------------------------------
 * - Styles for the new networkmap									-
 * ---------------------------------------------------------------------
 */
.zoom_controller {
  width: 30px;
  height: 210px;
  background: blue;
  border-radius: 15px;

  top: 50px;
  left: 10px;
  position: absolute;
}

.vertical_range {
  padding: 0;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  transform: rotate(270deg);
  width: 200px;
  height: 20px;
  position: relative;
  background: transparent;
  border: 0px;

  left: -92px;
  top: 93px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Only for chrome */

  .vertical_range {
    left: -87px;
    top: 93px;
  }
}

/*.home_zoom {
	top: 310px;
	left: 10px;

	display: table-cell;
	position: absolute;
	font-weight: bolder;
	font-size: 20px;
	background: blue;
	color: white;
	border-radius: 15px;
	width: 30px;
	height: 30px;
	cursor:pointer;
	text-align: center;
	vertical-align: middle;
}

.zoom_in {
  top: 10px;
  left: 10px;

  display: table-cell;
  position: absolute;
  font-weight: bolder;
  font-size: 20px;
  background: blue;
  color: white;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.zoom_out {
  top: 270px;
  left: 10px;

  display: table-cell;
  position: absolute;
  font-weight: bolder;
  font-size: 20px;
  background: blue;
  color: white;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

.title_bar {
  border-bottom: 1px solid black;
}
.title_bar .title {
  font-weight: bolder;
}

.title_bar .open_click {
  float: right;
  display: table-cell;
  font-weight: bolder;
  font-size: 20px;
  background: blue none repeat scroll 0% 0%;
  color: white;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin: 1px;
}

.title_bar .close_click {
  float: right;
  display: table-cell;
  font-weight: bolder;
  font-size: 20px;
  background: blue none repeat scroll 0% 0%;
  color: white;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  margin: 1px;
}
*/

div.simple_value > span.text > p,
div.simple_value > span.text > p > span > strong,
div.simple_value > span.text > p > strong,
div.simple_value > a > span.text p {
  font-family: monospace;
  white-space: pre;
}

/*
 * ---------------------------------------------------------------------
 * - modal window and edit user 									-
 * ---------------------------------------------------------------------
 */
#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;
  top: 20%;
  background: white;
  opacity: 0;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}
.modalheader {
  text-align: center;
  width: 100%;
  height: 37px;
  left: 0px;
  background-color: #82b92e;
}
.modalheadertext {
  color: white;
  position: relative;
  font-family: "Nunito", sans-serif;
  font-size: 13pt;
  top: 8px;
}
.modalheaderh1 {
  text-align: center;
  width: 100%;
  height: 26px;
  left: 0px;
  padding-top: 10px;
  background-color: #82b92e;
  color: white;
  position: relative;
  font-family: "Nunito", sans-serif;
  font-size: 11pt;
}
.modalclosex {
  cursor: pointer;
  display: inline;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.modalclosex:hover {
  cursor: pointer;
  display: inline;
  float: right;
  margin-right: 10px;
  margin-top: 10px;
}
.modalcontent {
  color: black;
  background: white;
}
.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;
}
.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;
}
.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", sans-serif;
  font-size: 10pt;
  position: relative;
  top: 6px;
}

.modalokbutton:hover {
  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;
}

.modalokbutton:hover .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: white;
}

.modaldeletebutton {
  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-left: 45px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-bottom: 30px;
  border-radius: 3px;
  width: 90px;
  height: 30px;
  background-color: white;
  border: 1px solid #fa5858;
}

.modaldeletebuttontext {
  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: #fa5858;
  font-family: "Nunito", sans-serif;
  font-size: 10pt;
  position: relative;
  top: 6px;
}

.modaldeletebutton:hover .modaldeletebuttontext {
  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: white;
}

.modaldeletebutton:hover {
  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: #fa5858;
}

.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;
}
.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", sans-serif;
  font-size: 10pt;
  position: relative;
  top: 6px;
}

.modalgobutton:hover {
  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;
}

.modalgobutton:hover .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: white;
}

/* update manager online */
#opacidad {
  opacity: 0;
  transition: opacity 3s;
  -webkit-transition: opacity 3s;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.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 p,
.cargatextodialogo b,
.cargatextodialogo a {
  font-size: 18pt;
}

span.log_zone_line {
  font-size: 12px;
}

span.log_zone_line_error {
  color: #e63c52;
}

/* global */
.bolder {
  font-weight: bolder;
}

.readonly {
  background-color: #dedede;
}

.input_error {
  border: 1px solid red;
}

#toolbox > input {
  border-width: 0px 1px 0px 0px;
  border-color: lightgray;
}

#toolbox > input.service_min {
  border-width: 0px 0px 0px 0px;
}

#toolbox > input.grid_min {
  border-width: 0px 0px 0px 0px;
}

#filter_event_status,
#filter_event_severity,
#filter_event_type {
  width: 50%;
}

.rowPair:hover,
.rowOdd:hover {
  background-color: #eee;
}
.checkselected {
  background-color: #eee;
}
.tag-wrapper {
  padding: 0 10px 0 0;
  overflow: auto;
}

.pandora-tag {
  float: left;
  margin-bottom: 18px;
  padding: 1px 6px 1px 0;
}

.pandora-tag-title {
  color: white;
  background-color: #373737;
  font-weight: bold;
  padding: 6px 6px 6px 10px;
  border: #373737;
  border-width: 1px;
  border-top-style: solid;
  border-top-left-radius: 12px;
  border-left-style: solid;
  border-bottom-left-radius: 12px;
  border-bottom-style: solid;
}

.pandora-tag-value {
  color: #373737;
  font-weight: bold;
  padding: 6px 10px 6px 6px;
  border: #373737;
  border-width: 1px;
  border-top-style: solid;
  border-top-right-radius: 12px;
  border-right-style: solid;
  border-bottom-right-radius: 12px;
  border-bottom-style: solid;
}

/*
 * ---------------------------------------------------------------------
 * - HELP MODAL WINDOWS - pandora_help.php 							-
 * ---------------------------------------------------------------------
 */

div#main_help_new {
  text-align: center;
  padding: 20px;
  border-bottom: 1px solid #c2c2c2;
}

div#main_help_new_content {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-top: 10px;
  background: white;
  height: 100%;
  font-size: 12pt;
  font-family: "lato-bolder", serif;
}

div#main_help_new_content h1 {
  font-family: "lato-boldest", serif;
  font-size: 14pt;
}

div#main_help_new_content p {
  font-family: "lato-bolder", serif;
  font-size: 12pt;
}
div#main_help_new_content b {
  font-family: "lato-bolder", serif;
  font-size: 12pt;
}

div#main_help_new_content li {
  font-family: "lato-bolder", serif;
  font-size: 12pt;
}

div#footer_help {
  background: #333;
  text-align: center;
  padding: 10px;
}

/*	EVENTS - /ajax/events.php */
/*view-agents lastest events for this agent*/
#div_all_events_24h {
  padding: 4px;
}

/*
 * ---------------------------------------------------------------------
 * - REPORTS - graph_container.php									-
 * ---------------------------------------------------------------------
 */
.graph_conteiner_inside > .parent_graph {
  width: 100%;
}

.graph_conteiner_inside > .parent_graph > .menu_graph {
  left: 90%;
}

.graph_conteiner_inside > .parent_graph > .graph {
  width: 90%;
}

.graph_conteiner_inside > div > .nodata_container > .nodata_text {
  display: none;
}

.graph_conteiner_inside > div > .nodata_container {
  background-size: 120px 80px;
}

/*
 * ---------------------------------------------------------------------
 * - WUX VIEW														-
 * ---------------------------------------------------------------------
 */
#mssg_error_div {
  color: red;
  font-size: 12px;
}

.wux_global_result_container {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.wux_global_result_title {
  width: 100%;
  text-align: center;
  color: white;
  background-color: #373737;
  border: 1px solid #373737;
  height: 28px;
}

.wux_global_result_title p {
  margin: 8px;
}

.wux_global_result_content {
  width: 100%;
  border: 1px solid #e2e2e2;
  height: 120px;
}

.wux_global_result_content_left {
  float: left;
  width: 40%;
  text-align: center;
}

.wux_global_result_content_left ul {
  display: inline-flex;
  margin-top: 15px;
}

.wux_global_result_content_left ul li p {
  margin-top: 35px;
  margin-right: 10px;
  margin-left: 10px;
}

.wux_global_result_content_left ul li p b {
  font-size: 16px;
}

.wux_global_result_content_right {
  float: right;
  width: 60%;
}

.wux_global_result_content_right ul {
  display: inline-flex;
  margin-top: 15px;
  margin-left: 100px;
}

.wux_global_result_content_right ul li p {
  margin-top: 36px;
  margin-right: 10px;
  margin-left: 10px;
}

.wux_global_result_content_right ul li p b {
  font-size: 16px;
}

.wux_transaction_container {
  width: 100%;
  margin-bottom: 30px;
}

.wux_result_transaction {
  width: 33%;
  float: left;
}

.wux_transaction_graphs {
  width: 33%;
  float: left;
}

.wux_transaction_graphs_pie {
  width: 33%;
  float: left;
}

.pagination_show_more {
  text-align: center;
  margin-top: 10px;
}

.dashed {
  stroke-dasharray: 10;
}
.path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 15s linear;
}

@keyframes dash {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 0;
  }
}

.route {
  fill: none;
  transition: all 2s ease-in-out;
}

.limit_scroll {
  max-width: 800px;
  overflow-x: scroll;
}
#is_favourite ul.container {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  align-content: center;
  justify-content: center;
}

#is_favourite ul.container a {
  text-decoration: none;
}

#is_favourite ul.container a:hover li {
  background: #e2e2e2;
}

#is_favourite ul.container a li {
  min-width: 250px;
  height: 80px;
  margin: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  background: #f9faf9;
}

#is_favourite ul.container a li div.icon_img {
  width: 30%;
  text-align: center;
}

#is_favourite ul.container a li div.text {
  min-width: 50%;
  font-family: sans-serif;
  font-size: 18px;
  color: #3f3f3f;
  text-align: center;
}

form ul.form_flex {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  align-content: center;
  justify-content: space-around;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  padding: 20px;
  background: #f9faf9;
}

form ul.form_flex li {
  flex: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

form ul.form_flex li.first_elements {
  min-width: 550px;
}

form ul.form_flex li.second_elements {
  min-width: 300px;
}

form ul.form_flex li ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-basis: 100%;
}

form ul.form_flex li ul li {
  height: 50px;
  width: 100%;
}

#modal_module_popup_close:hover {
  cursor: pointer;
}

.modal_module_list:hover {
  cursor: pointer;
}

/* snmp */
#snmp_data .databox {
  border: 0px;
}

/* library for graphs */
.yAxis.y1Axis > .tickLabel {
  white-space: nowrap;
  line-height: 1.05em;
  width: auto;
}

/* dialog */
.pandora_confirm_dialog .ui-dialog-buttonset {
  display: flex;
  width: 100%;
  margin-left: 10px;
  float: none;
}

.pandora_confirm_dialog .ui-dialog-buttonset button {
  flex: 50%;
}

#pandora_confirm_dialog_text h3 {
  margin-left: 20px;
  margin-right: 20px;
  text-align: center;
}

.div-v-centered {
  display: flex;
  align-items: center;
}

.div-v-centered > form > input[type="image"] {
  margin: 0;
  padding: 0;
  width: 14px;
  padding-left: 5px;
}

.pandora_upper {
  text-transform: uppercase;
}

.dialog-grayed {
  background: #373737;
}

.dialog-grayed .ui-dialog-buttonpane {
  background: #373737;
}

/* GIS MAP */
a.down_arrow {
  content: url("../../images/down.png");
  max-width: 21px;
  max-height: 21px;
}

a.up_arrow {
  content: url("../../images/down.png");
  transform: rotate(180deg);
  max-width: 21px;
  max-height: 21px;
}

tr:last-child > td > a.down_arrow,
tr:first-child > td > a.up_arrow {
  visibility: hidden;
}

/* system group status */
.group_modules_status_box > tbody > tr > td {
  border-bottom: 1px solid #e2e2e2;
  border-collapse: collapse;
  border-spacing: 0;
  width: 10%;
  height: 20px;
}

.group_modules_status_div {
  color: #fff;
  width: 100%;
  height: 100%;
  text-align: left;
  display: block;
  vertical-align: middle;
  line-height: 20px;
}

/* extensions -> module groups */
.tooltip_counters h3 {
  font-size: 12pt;
  padding-bottom: 10px;
  text-align: center;
}

.tooltip_counters li {
  font-size: 8pt;
  margin: 2px;
  margin-left: 5px;
}
.tooltip_counters li div {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  float: left;
  margin-right: 5px;
}

.button-as-link {
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
}

/*
 * ---------------------------------------------------------------------
 * - MESSAGE LIST POPUP 											-
 * ---------------------------------------------------------------------
 */
div#dialog_messages table th {
  text-align: left;
}

div#dialog_messages table th:last-child {
  text-align: right;
}

/*
 * ---------------------------------------------------------------------
 * - Notifications
 * ---------------------------------------------------------------------
 */

.notification-ball {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}

.notification-ball.notification-ball-new-messages:hover {
  box-shadow: 0 0 3px #888;
}

.notification-ball-no-messages {
  background-color: #82b92e;
  cursor: pointer;
}
.notification-ball-new-messages {
  background-color: #e63c52;
}

#notification-wrapper {
  background: white;
  border: #a5a5a5 solid 1px;
  z-index: 900000;
  position: absolute;
  width: 550px;
  margin-top: -5px;
  border-radius: 5px;
}
#notification-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 0;
  border-color: transparent;
  border-width: 12px;
  border-style: solid;
  bottom: 100%;
  left: calc(58% - 7px);
  margin-left: -12px;
  border-bottom-color: white;
}
#notification-wrapper-inner {
  max-height: 400px;
  overflow: auto;
}
#notification-wrapper-shadow {
  height: 100%;
  width: 100%;
  background: #111;
  position: fixed;
  z-index: 9009;
  top: 0;
  opacity: 0.3;
}
.notification-item {
  background: whitesmoke;
  height: 100px;
  margin: 7px;
  border: #e4e4e4 solid 1px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 5px;
}
.notification-item:hover {
  border: #ccc solid 1px;
  text-decoration: none;
}
.notification-item > * {
  padding-left: 15px;
  pointer-events: none;
}
.notification-item > img {
  width: 75px;
}

.notification-info {
  width: 87%;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  max-height: 83px;
  line-height: 1.4em;
}
.notification-item img {
  max-width: 100%;
  max-height: 100%;
}
.notification-title {
  margin: 0;
}
.notification-subtitle {
  margin: 0;
  color: #373737;
}

.global-config-notification-title {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.global-config-notification-title h2 {
  margin-left: 10px;
}

.global-config-notification-checkboxes :first-child {
  font-weight: bold;
}

.global-config-notification-selectors {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}

.global-config-notification-selectors h4 {
  margin: 0;
}

.global-config-notification-single-selector,
.global_config_notifications_dialog_add select {
  display: flex;
  width: 100%;
  padding: 0 10px;
}

.global-config-notification-single-selector :first-child,
.global-config-notification-single-selector :first-child select {
  width: 99%;
}

.global-config-notification-single-selector :last-child,
.global_config_notifications_dialog_add_wrapper {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}

.global_config_notifications_dialog_add {
  display: flex;
  flex-direction: row;
  margin: 8px;
}

.global_config_notifications_two_ways_form_arrows {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 0 5px;
}

.global_config_notifications_two_ways_form_arrows img {
  margin: 15px 0;
}

/* jQuery dialog */
.no-close .ui-dialog-titlebar-close {
  display: none;
}
/* jQuery dialog */

/* --- SWITCH --- */
.p-switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

.p-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.p-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.p-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .p-slider {
  background-color: #82b92e;
}

input:focus + .p-slider {
  box-shadow: 0 0 1px #82b92e;
}

input:checked + .p-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* --- END SWITCH --- */

/* --- TOAST --- */
#notifications-toasts-wrapper {
  position: fixed;
  right: 20px;
  top: 70px;
  width: 270px;
  height: 100%;
  z-index: 6;
  pointer-events: none;
}

.snackbar {
  max-width: 270px;
  background-color: #333;
  color: #fff;
  text-align: center;
  /* border-radius: 2px; */
  padding: 16px;
  margin: 10px;
  border-radius: 4px;
  visibility: hidden;
  pointer-events: all;
}

.snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 7.5s;
  animation: fadein 0.5s, fadeout 0.5s 7.5s;
}

.snackbar p,
.snackbar h3 {
  text-align: left;
  margin: 0;
  pointer-events: none;
}
.snackbar h3 {
  color: white;
  margin-bottom: 10px;
}

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}

/* --- END TOAST --- */

/* Button for Go to top */
#top_btn {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 4px;
  border: none;
  outline: none;
  background: url("../../images/to_top_menu.png") no-repeat center;
  background-color: #82b92e;
  width: 27px;
  height: 27px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 10;
}

#top_btn:hover {
  background: url("../../images/to_top_menu_hover.png") no-repeat center;
  background-color: #fff;
  border: 2px solid #82b92e;
}

/* New white rounded boxes */
.white_box {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 20px 50px;
}

/*
 * ---------------------------------------------------------------------
 * - User edit
 * ---------------------------------------------------------------------
 */

#user_form * {
  color: #4d4d4d;
}

#user_form {
  width: 100%;
}

#user_form a.tip img {
  margin-left: 8px;
}

#edit_user_profiles {
  margin-top: 40px;
  margin-bottom: 30px;
}

#edit_user_profiles table {
  margin-bottom: 0;
}

.user_edit_first_row {
  display: flex;
}

.user_edit_second_row {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  justify-content: space-between;
}

.user_edit_first_row,
.user_edit_second_row,
.user_edit_third_row {
  margin-bottom: 20px;
}

.edit_user_info {
  width: 58%;
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.edit_user_info_left {
  width: 25%;
  margin-right: 50px;
  text-align: center;
}

.edit_user_info_right {
  width: 75%;
}

.edit_user_info_right input {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #343434;
  padding: 10px 0px 2px 35px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left bottom 2px;
  width: 100%;
  margin-bottom: 4px;
}

.edit_user_info_right input:focus {
  font-weight: bold;
}

.edit_user_info_right #fullname {
  background-image: url("../../images/user_name.png");
}

.edit_user_info_right #email {
  background-image: url("../../images/user_email.png");
}

.edit_user_info_right #phone {
  background-image: url("../../images/user_phone.png");
}

.edit_user_info_right #password_new,
.edit_user_info_right #password_conf {
  background-image: url("../../images/user_password.png");
}

.edit_user_autorefresh {
  width: 42%;
}

.edit_user_options {
  width: 50%;
  padding-right: 50px;
}

.edit_user_options #text-block_size {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #343434;
  padding: 0px 0px 0px 10px;
}

.edit_user_options input#text-block_size:disabled {
  border-bottom-color: #848484;
  color: #848484;
}

.edit_user_timezone {
  width: 40%;
}

.edit_user_timezone #zonepicker {
  width: 100%;
}

.edit_user_comments #textarea_comments {
  background-color: #fbfbfb;
  padding-left: 10px;
}

.edit_user_labels {
  color: #343434;
  font-weight: bold;
  padding-right: 10px;
  margin: 0px 0px 5px 0px;
}

.label_select,
.label_select_simple {
  font-family: "lato-bolder", "Open Sans", sans-serif;
  margin-bottom: 15px;
}

.label_select_simple .edit_user_labels {
  margin-bottom: 0;
  display: inline;
}

.edit_user_options .label_select_simple {
  display: flex;
  align-items: center;
}

.edit_user_options .label_select_simple .p-switch {
  margin-right: 5px;
  margin-left: 10px;
}

.user_edit_first_row .edit_user_autorefresh > div:last-child,
.user_edit_first_row .edit_user_info_left > div:last-child,
.user_edit_first_row .edit_user_info_right > div:last-child,
.user_edit_second_row .edit_user_options > div:last-child {
  margin-bottom: 0px;
}

.user_avatar {
  width: 100%;
  margin-bottom: 20px;
}

.autorefresh_select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.autorefresh_select_text {
  margin: 0px 0px 5px 0px;
}

#right_autorefreshlist {
  margin-bottom: 10px;
}

#autorefresh_list_out,
#autorefresh_list {
  text-align: left;
}

.autorefresh_select .autorefresh_select_list_out,
.autorefresh_select .autorefresh_select_list {
  width: 45%;
}

.autorefresh_select .autorefresh_select_arrows {
  width: 10%;
  text-align: center;
}

.autorefresh_select_arrows a {
  display: block;
}

.edit_user_autorefresh select,
.user_edit_second_row select {
  width: 100%;
}

.edit_user_button {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}

#user-notifications-wrapper {
  width: 100%;
  box-sizing: border-box;
  color: #4d4d4d;
}

/* This class is for the icons of actions and operations in the tables. */
.action_buttons a[href] img,
.action_buttons input[type="image"],
.action_button_img {
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  max-width: 21px;
  background-color: transparent; /*BORRAR*/
}

/* This class is for only one icon to be a button type. */
.action_button_img {
  cursor: pointer;
}

.action_buttons a,
.action_buttons input[type="image"] {
  margin-right: 5px;
}

.action_buttons a:last-child,
.action_buttons input[type="image"]:last-child {
  margin-right: 0px;
}

.action_buttons a:hover {
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
}

.action_buttons input[type="image"]:hover {
  background-color: #fff;
}

/* Tables to upload files */
#table_filemanager tr:first-child th span {
  font-weight: bold;
}

.file_table_buttons {
  text-align: right;
  margin-bottom: 10px;
}

.file_table_buttons a img {
  border: 1px solid #e2e2e2;
  padding: 5px;
  border-radius: 4px;
  margin-right: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#file_table_modal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

#file_table_modal .create_folder,
#file_table_modal .create_text_file,
#file_table_modal .upload_file {
  width: 33%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: 2px;
  background-color: #e6e6e6;
}

.file_table_buttons a:last-child img,
#file_table_modal .upload_file {
  margin-right: 0px;
}

#file_table_modal li a {
  display: block;
  padding: 5px;
}

#file_table_modal li img,
#file_table_modal li span {
  vertical-align: middle;
}

#file_table_modal li img {
  margin-right: 10px;
}

#create_folder,
#create_text_file,
#upload_file {
  margin-bottom: 30px;
}

#create_folder input#text-dirname,
#create_text_file input#text-name_file {
  width: 100%;
  margin-right: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

#upload_file input#file-file {
  width: 70%;
}

#create_folder input#submit-crt,
#create_text_file input#submit-create,
#upload_file input#submit-go {
  float: right;
}

#upload_file input#submit-go {
  margin-top: 10px;
}

.file_table_modal_active {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}

/* Inventory table */
.inventory_table_buttons {
  text-align: right;
  margin-bottom: 10px;
}

.inventory_table_buttons a {
  font-weight: bolder;
  display: inline-block;
  border: 1px solid #e2e2e2;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.inventory_table_buttons a img,
.inventory_table_buttons a span {
  vertical-align: middle;
}

.inventory_table_buttons a img {
  padding-left: 10px;
}

.inventory_tables thead th span:first-child {
  float: left;
  font-weight: bold;
}

.inventory_tables thead th span {
  font-size: 8.6pt;
}

.inventory_tables tbody > tr:first-child {
  font-weight: bold;
}

/* Tag view */
table.info_table.agent_info_table {
  margin-bottom: 20px;
}
table.agent_info_table tr {
  background-color: #fff;
}

table.agent_info_table > tbody > tr > td {
  border-bottom: none;
}

table.agent_info_table > tbody > tr:last-child > td {
  border-bottom: 1px solid #e2e2e2;
}

table.agent_info_table thead > tr:first-child th {
  background-color: #f5f5f5;
}

table.agent_info_table thead > tr:first-child th span,
table.agent_info_table thead > tr:first-child th {
  font-weight: bold;
  font-size: 8.6pt;
}

table.info_table.agent_info_table td {
  padding-left: 20px;
  padding-right: 20px;
}

table.info_table.agent_info_table table#agent_table {
  padding-top: 15px;
}

table.info_table.agent_info_table table#module_table {
  padding-top: 10px;
  padding-bottom: 15px;
}

table.info_table.agent_info_table table.info_table {
  margin-bottom: 0;
}

.agent_info_table_opened {
  background-color: #82b92e;
  color: #fff;
  border-color: #82b92e;
}

.agent_info_table_closed {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
}

/* Tag view */
table.info_table.policy_table tr {
  background-color: #fff;
}

table.info_table.policy_sub_table thead > tr:first-child th {
  background-color: #f5f5f5;
}

table.info_table.policy_sub_table {
  padding: 20px 15px;
  margin-bottom: 0;
}

/* Arrows to sort the tables. */
.sort_arrow {
  display: inline-grid;
  vertical-align: middle;
}
.sort_arrow a {
  padding: 0 0 0 5px;
}
.sort_arrow img {
  width: 0.8em;
}

/*
 * ---------------------------------------------------------------------
 * - PAGINATION
 * ---------------------------------------------------------------------
 */
.pagination {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
  margin-top: 15px;
}

.pagination .page_number {
  border: 1px solid #cacaca;
  border-right: 0px;
  text-align: center;
}

.pagination .page_number a {
  padding: 5px;
  min-width: 12px;
  display: block;
}

.pagination .page_number:hover,
.pagination .pagination-arrows:hover {
  background-color: #e2e2e2;
}

.pagination .total_number > *:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.pagination .total_number > *:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-right: 1px solid #cacaca;
}

.pagination .page_number_active {
  font-weight: bold;
  background-color: #82b92e;
  color: #fff;
  border-color: #82b92e;
}

.pagination .page_number_active a {
  color: #fff;
}

.pagination .total_number {
  display: flex;
  justify-content: flex-end;
}

.pagination a {
  margin: 0;
}

.pagination .pagination-arrows {
  border: 1px solid #cacaca;
  border-right: 0px;
}

.pagination-bottom {
  margin-bottom: 15px;
  margin-top: 0px;
  align-items: flex-start;
}

/*
 * ---------------------------------------------------------------------
 * - Layout for the new forms
 * ---------------------------------------------------------------------
 */
.first_row {
  margin-bottom: 20px;
  display: flex;
}

.label_simple_one_item {
  display: flex;
  align-items: flex-end;
}

.label_simple_items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.label_simple_items > * {
  margin-right: 5px;
}

.input_label {
  color: #343434;
  font-weight: bold;
  padding-right: 10px;
  margin: 0px 0px 5px 0px;
}

.input_label_simple {
  margin-bottom: 0;
  margin-top: 0;
  display: inline;
}

.label_select_parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.label_select_child_left {
  width: 80%;
  min-width: 100px;
}

.label_select_child_right {
  width: 20%;
  min-width: 140px;
  align-items: center;
  display: flex;
}

.label_select_child_icons {
  text-align: right;
  width: 5%;
  min-width: 30px;
}

/* Inputs type text shown as a black line */
.agent_options input[type="text"] {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #ccc;
  font-family: "lato-bolder", "Open Sans", sans-serif;
  font-size: 10pt;
  padding: 2px 5px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: left bottom 2px;
  margin-bottom: 4px;
}

.agent_options input[readonly] {
  color: #848484;
}

/*
 * ---------------------------------------------------------------------
 * - CLASSES FOR THE NEW TOGGLES                     								-
 * ---------------------------------------------------------------------
 */
.ui_toggle {
  margin-bottom: 20px;
}

.ui_toggle > a:first-child {
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: -1px;
  padding: 5px;
  display: block;
}

.white_box_opened {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

/*
 * ---------------------------------------------------------------------
 * - SWITCH RADIO BUTTONS                           								-
 * ---------------------------------------------------------------------
 */
.switch_radio_button {
  display: flex;
  overflow: hidden;
}

.switch_radio_button input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch_radio_button label {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1;
  text-align: center;
  padding: 7px 14px;
  margin-right: -1px;
  border: 1px solid #cbcbcb;
  border-radius: 4px;
  transition: all 0.1s ease-in-out;
}

.switch_radio_button label:hover {
  cursor: pointer;
}

.switch_radio_button input:checked + label {
  background-color: #82b92e;
  box-shadow: none;
  color: #fff;
}

.switch_radio_button label:last-child {
  margin-right: 0px;
}

/*
 * ---------------------------------------------------------------------
 * - MODULE GRAPHS
 * ---------------------------------------------------------------------
 */
.module_graph_menu_dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: 1001;
}

.module_graph_menu_content,
.module_graph_menu_header {
  width: 95%;
  border: 1px solid #e2e2e2;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}

.module_graph_menu_header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 6px 10px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module_graph_menu_header span > img {
  vertical-align: middle;
  padding-left: 5px;
}

.module_graph_menu_content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 15px;
  border-top: none;
}

/*
 * ---------------------------------------------------------------------
 * - AGENT VIEW
 * ---------------------------------------------------------------------
 */

.bullet_modules {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 5px;
  margin-top: -2px;
}

div#bullets_modules {
  display: flex;
  margin-left: 2em;
}

div#bullets_modules div {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.orange_background {
  background: #ffa631;
}
.red_background {
  background: #e63c52;
}
.yellow_background {
  background: #f3b200;
}
.grey_background {
  background: #b2b2b2;
}
.blue_background {
  background: #4a83f3;
}
.green_background {
  background: #82b92e;
}

/* First row in agent view */
#agent_details_first_row {
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.agent_details_col {
  display: table-cell;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  flex: 0 1 auto;
}

.agent_details_col_left {
  width: 40%;
  min-width: 300px;
}
.agent_details_col_right {
  width: 59%;
  min-width: 480px;
}

.agent_access_rate_events {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.white_table_graph#table_access_rate {
  flex: 1 1 auto;
  min-width: 450px;
  margin-right: 1%;
}

.white_table_graph#table_events {
  flex: 1 1 auto;
  min-width: 450px;
}

@media screen and (max-width: 1150px) {
  .agent_details_col {
    flex: 1 1 auto;
  }
  .white_table_graph#table_access_rate {
    margin-right: 0;
  }
}

.buttons_agent_view {
  display: flex;
  justify-content: flex-end;
}

.buttons_agent_view a img {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  padding: 1px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  max-width: 21px;
  margin-left: 5px;
}

/* Agent details in agent view */
div#status_pie path {
  stroke-width: 8px;
}
div#status_pie {
  margin-bottom: 2em;
}

.agent_details_header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid #e2e2e2;
  padding: 6px 20px;
}

.agent_details_content {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  padding-bottom: 0;
}

.agent_details_agent_name {
  display: flex;
  align-items: center;
}

.agent_details_remote_cfg {
  align-self: flex-start;
}

.agent_details_graph {
  text-align: center;
  margin: 0 auto;
}

.agent_details_info {
  max-width: 45%;
  overflow: hidden;
  min-width: 220px;
}
.agent_details_info span {
  text-overflow: ellipsis;
}

.agent_details_info p {
  display: flex;
  align-items: center;
}

.agent_details_info img {
  padding-right: 5px;
}

.agent_details_bullets #bullets_modules {
  display: flex;
  justify-content: flex-start;
}

.agent_details_bullets #bullets_modules > div {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

#agent_contact_main tr td img {
  max-width: 100%;
}

/* White tables to show graphs */
.white_table_graph {
  margin-bottom: 20px;
}

.white_table_graph_header {
  padding: 10px 20px;
  background-color: #fff;
  color: #000;
  border: 1px solid #e2e2e2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: bold;
  display: flex;
  min-width: fit-content;
}

.white_table_graph_header b {
  font-size: 10pt;
  font-weight: 600;
}

.white_table_graph_header div#bullets_modules {
  float: right;
}
.white_table_graph_header img,
.white_table_graph_header span {
  vertical-align: middle;
}

.white_table_graph_header span {
  padding-left: 10px;
}

.white-box-content.padded {
  padding-top: 2em;
  padding-bottom: 2em;
}

.white-box-content {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 1em;
  min-width: fit-content;
}

.white_table_graph_content {
  border: 1px solid #e2e2e2;
  border-top: none;
  background-color: #fff;
  padding: 5px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  align-items: center;
  flex-wrap: wrap;
}

.white_table_graph_content.no-padding-imp .info_box {
  margin: 0;
}

.white_table_graph_content.min-height-100 {
  min-height: 100px;
}

.white_table_graph_content.min-height-50 {
  min-height: 50px;
}

.white_table_graph_content.min-height-200 {
  min-height: 200px;
}

.white_table_graph_content div.pagination {
  width: 100%;
  padding: 0 1em;
}
.white_table_graph_content div.action-buttons {
  padding: 10px;
}

.white-box-content form {
  width: 100%;
  margin-bottom: 2em;
  padding: 2em;
  min-width: fit-content;
}

/* White tables */
.white_table,
.white_table tr:first-child > th {
  background-color: #fff;
  color: #000;
}

.white_table {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.white_table thead tr:first-child > th {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #e2e2e2;
}

.white_table tbody tr:first-child > td {
  padding-top: 25px;
}

.white_table tr td:first-child,
.white_table tr th:first-child {
  padding-left: 50px;
}

.white_table tr td:last-child,
.white_table tr th:last-child {
  padding-right: 50px;
}

.white_table th,
.white_table td {
  padding: 10px 20px;
}

.white_table_droppable > thead > tr > th > img {
  vertical-align: middle;
}

.white_table_droppable tr th:first-child {
  padding-left: 20px;
}

.white_table_no_border {
  border: none;
}

/*
 * ---------------------------------------------------------------------
 * - SERVICES TABLE VIEW
 * ---------------------------------------------------------------------
 */
#table_services {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: 1fr;
  margin-bottom: 30px;
}

.table_services_item_link {
  font-size: 16px;
  display: grid;
  min-height: 80px;
  box-sizing: border-box;
  padding: 10px 10px 10px 0;
}

.table_services_item {
  display: grid;
  align-items: center;
  grid-template-columns: 50px auto;
}

/*
 * ---------------------------------------------------------------------
 * - IMAGES FOR STATUS. This replaces the images of /images/status_sets/default/ 
 * - Don't delete this
 * ---------------------------------------------------------------------
 */
.status_small_rectangles {
  width: 20px;
  height: 10px;
  display: inline-block;
}

.status_rounded_rectangles {
  width: 50px;
  height: 2em;
  display: inline-block;
  border-radius: 5px;
}

.status_small_squares,
.status_balls {
  width: 12px;
  height: 12px;
  display: inline-block;
}

.status_balls {
  border-radius: 50%;
}

.status_small_balls {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
/*
 * ---------------------------------------------------------------------
 * - END - IMAGES FOR STATUS. Don't delete this
 * ---------------------------------------------------------------------
 */

/* Table for show more info in events and config menu in modules graphs. (This class exists in events.css too) */
.table_modal_alternate {
  border-spacing: 0;
  text-align: left;
}

table.table_modal_alternate tr:nth-child(odd) td {
  background-color: #ffffff;
}

table.table_modal_alternate tr:nth-child(even) td {
  background-color: #f9f9f9;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

table.table_modal_alternate tr td {
  height: 33px;
  max-height: 33px;
  min-height: 33px;
}

table.table_modal_alternate tr td:first-child {
  width: 35%;
  font-weight: bold;
  padding-left: 20px;
}
/* END - Table for show more info in events and config menu in modules graphs */

.fullwidth {
  width: 100%;
}

.slicebar-box-hover-styles {
  position: absolute;
  background-color: #fff;
  width: 80px;
  height: 20px;
  text-align: center;
  font-family: arial, sans-serif, verdana;
  padding: 3px;
  border: 1px solid black;
}

.flot-text {
  width: 101%;
}
