/* Bradypus CSS */

body {
    font: 14px sans-serif;
	/* background-image:url(https://bradypus.app.latmos.ipsl.fr/static/images/fondbradypus1.jpg); */
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-size: cover;
	background-position: center;
}

#cadre-principal {	
	position: relative;
	border: 1px solid #33CC33;
	margin: 20px auto;
	padding: 5px;
}

h1  {
	color: green;
	font-size: 28px;
    padding: 0px;
}

h2 {	
    color:black;
	font-size: 22px;
}
h3 {
	font-size: 20px;
}

table {
	border-collapse: collapse;
}

.ui-menu {
    width: auto;
    z-index: 7000;
}
.ui-datepicker{
    z-index: 102 !important
};

.ui-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#bdp-menu {
//    font-size: 12px;
    width: auto;
}

#bdp-menu>.ui-menu-item {
    border: 1px solid #A6C9E2;
    width: auto;
    display: inline-block;
    //float: left;
}

#bdp-entete {
	border: 1px solid #33CC33;
	padding: 5px;
}

#bdp-entete td {
    border: none;
    padding: 0px;
}

// Table

.bdp-info { }

.bdp-info th {
	border: 1px solid #33CC33;
    padding-left: 15px;
    padding-right: 15px;
    padding-top, padding-bottom: 5px;
}

.bdp-info td {
	border: 1px solid #33CC33;
	text-align: center;
	padding-left, padding-right: 5px;
    padding-top, padding-bottom: 1px;
}

td.bdp-linfo {
	border: 1px solid #33CC33;
	text-align: left;
	padding-left, padding-right: 5px;
    padding-top, padding-bottom: 1px;
}

.bdp-form { }

.bdp-form th {
	border: 1px solid #33CC33;
    padding-left: 15px;
    padding-right: 15px;
    padding-top, padding-bottom: 5px;
}

.bdp-form td {
	border: 1px solid #33CC33;
	text-align: left;
	padding-left, padding-right: 5px;
    padding-top, padding-bottom: 1px;
}


.tform { }

.tform td, .tform th {
	border: 1px solid #33CC33;
    margin: 1px;
    padding: 5px;
}

.rhistory { }

.rhistory td {
	border: none;
	text-align: left;
	padding: 1px;
}

.bdp-valign { }

.bdp-valign td {
    vertical-align: top;
    padding: 5px;
}

.tableElem {

}

.tableElem td {
}
.tableElem th {
    border-top: solid;
    border-bottom: 2px solid;
}

.tableElem th, .tableElem td {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-left: solid; border-right: solid;
}
.tableElem tr:last-child
{
   border-bottom: solid;
}

.tableElem td.nothing {
}

// Special page:

.login {
	font-size: 16px;
	text-align: center;
    padding: 10px;
}

/* Classe avec lettre en rouge: quota max atteint */
.error
{
	color: red;
	font-weight: bold;
    fill: red
}

.highlight
{
    font-weight: bold;
}

.departure
{
	color: red;
    fill: red;
}
.arrival
{
	color: green;
    fill: green;
}
.leave
{
	color: orange;
    fill: orange;
}

tr.error td {
    background-color: red;
    color: black;
}
tr.warning td {
    background-color: orange;
    color: black;
}
tr.ok td {
    background-color: #33cc33;
    color: black;
}
tr.info td {
    background-color: #66c2ff;
    color: black;
}

/* Classe avec lettre en orange */
.warning
{
	color:#FF4500;
	font-weight: bold;
}

.bgwarning {
    background-color: #F7D358;
}

.bgcritical {
    background-color: #f88888;
}

.bgok {
    background-color: #33cc33;
}

#monitorcontent {
    font-size: 1.2em;
}

.monitor {
}

#monitorcontent h1 {
    text-align: center;
}

.monitor td {
    border-top: solid;
    padding: 10px;
}

.ok
{
    background-color: green;
}

.normal
{
    fill: blue;
}

.axis path,
.axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}

.x.axis path {
}

.bused {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.bhard {
    fill: none;
    stroke: red;
    stroke-width: 1.5px;
}
.bsoft {
    fill: none;
    stroke: orange;
    stroke-width: 1.5px;
}

.pdcGraph {
    width: 100%;
    height: 600px;
}

.ui-autocomplete {
     max-height: 300px;
     overflow-y: auto;
     /* prevent horizontal scrollbar */
     overflow-x: hidden;
}

.fc-unthemed td.fc-today.fc-day-top {
    background: #EA1F1B;
}

.fc-unthemed td.fc-more-cell {
    background: #F78181;
}

.fc-unthemed td.fc-sat {
    background: #F0EBEB;
}
.fc-unthemed td.fc-sun {
    background: #F0EBEB;
}

#indextable td {
    text-align: center;
    padding: 10px;
}
#indextable img {
    height: 64px;
}

.inlinedoc {
    display: inline-block;
    margin: 0;
    background-color: beige;
    font-style: oblique;
}
