/* 

This is not a theme, is a minimal CSS for inclusion in some code.

Exclude css from visual styles

// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2021 Artica Soluciones Tecnológicas S.L

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License
// as published by the Free Software Foundation; version 2

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/
@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Light.woff") format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Thin.woff") format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Black.woff") format("woff");
  font-weight: 900;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "lato";
  src: url("../fonts/Lato-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: "source-code";
  src: url("../fonts/SourceCodePro.woff") format("woff");
  font-family: "source-code";
}

* {
  font-size: 8.5pt;
  -moz-osx-font-smoothing: grayscale;
  line-height: 16pt;
}

body {
  text-align: center;
  color: #303030;
}

h1 {
  text-transform: uppercase;
  color: #786;
  padding-bottom: 5px;
  padding-top: 7px;
  font-size: 16px;
}

a {
  color: #486787;
  text-decoration: none;
}

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

input {
  padding: 2px 3px 4px 3px;
  border: 1px solid #ddd;
  font-size: 8pt;
}

input:hover {
  background-color: #d4dccd;
}

input.login {
  border-color: #786;
  background-color: #f5f5f5;
  margin: 2px 0 8px;
  width: 90px;
}

table,
img {
  border: 0px;
}

.f9,
.f9i,
.f9b,
td.f9,
td.f9i,
td.datosf9,
td.datos2f9 {
  font-size: 6.5pt;
}
.databox,
.databox_frame {
  margin-bottom: 15px;
  margin-top: 5px;
  margin-left: 0px;
  border: 1px solid #f2f2f2;
}
.databox {
  background-color: #fafafa;
}

#show_menu {
}

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

tr.rowPair {
  background-color: #fff;
}

tr.rowOdd {
  background-color: #888;
}

tr.rowPair:hover {
  background-color: #bbb;
}

tr.rowOdd:hover {
  background-color: #444;
}

.disabled_module {
  color: #98c2ed;
}

/*CALENDAR TOOLTIP STYLE*/

/* Calendar background */
table.scw {
  background-color: #fff;
}

/* Week number heading */
td.scwWeekNumberHead {
  color: #000;
}

td.scwWeek {
  color: #000;
}

/* Today selector */
td.scwFoot {
  background-color: #fff;
  color: #000;
}

td.scwFootDisabled {
  background-color: #000;
  color: #ffffff;
}

tfoot.scwFoot {
  color: #000;
}

.scwFoot :hover {
  color: #ffa500;
}

input.next {
  background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px;
}

input.next {
  padding-right: 21px;
}

.info_box {
  background: #ebebeb;
  margin: 10px auto;
  padding: 5px;
  border: 1px solid #a8a8a8;
  width: 85%;
  -moz-box-shadow: 0px 2px 2px #010e1b;
  -webkit-box-shadow: 0px 2px 2px #010e1b;
  box-shadow: 0px 2px 2px #010e1b;
}

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

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