﻿ 
/**********************************************************
 * This is Generated Code
 * You should not modify this code as it may be overwritten.
 * Generated By Generative Objects 
 *********************************************************/
  
@font-face {
    font-family: 'barlowregular';
    src: url('../../styles/fonts/barlow-regular-webfont.woff2') format('woff2'),
         url('../../styles/fonts/barlow-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlowmedium';
    src: url('../../styles/fonts/barlow-medium-webfont.woff2') format('woff2'),
         url('../../styles/fonts/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
    background-color: #f6f6f6;
    color: #000;
    font-family: "barlowregular",Arial,sans-serif;
    font-size: 0.875em;
    height: 100%;
}

.data-grid tbody {
    border: 1px solid #ccc;
    border-top: 0;
    font-family: "barlowregular",Arial,sans-serif;
}

/* HEADER */
.header-image {
    height: 100%;
    background-color: #406f81;
    color: #fff;
    font-family: "barlowmedium",Arial,sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 83px;
}

header {
    background: white;
    text-transform: uppercase;
	
}

.breadcrumbs {
    background-color: #3492a1;
}


h2
{
color:  #3492a1; 008AE8;
}

.command-button:hover {
background:  #d57216;
}
.command-button{
background: #3492a1;
}


a, a:visited {text-decoration:none;color: #d57216;}



.data-grid tbody tr:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.data-grid tbody tr.currenttr {
background-color: #644163;
color : white;
}

.data-grid tbody tr:hover {
background-color : #406f81;
color : white;
}

.data-grid tbody tr:hover td {
    color: #fff;
}

canvas{

width : 200px;
height : 100px;
}

/* 2 colonnes de largeur égale */
.form-column.half {
max-width: 50%;
}


footer {
    padding: 0 0 0 10px;
    background-color: #345c6c;
    height: 35px;
    line-height: 35px;
    color: #f5f5f5;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.16), 0 -2px 10px 0 rgba(0, 0, 0, 0.12);
}

.loginLeftColumn, .loginRightColumn {
    margin: 20px;
    padding: 20px;
    width: 400px;
}



.mainColumn, .leftColumn, .rightColumn {
    margin: 20px;
    padding: 20px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1;
    flex: 1;
}

  .data-grid {
    width: 100%;
    padding-left: 0;
    border-collapse: separate;
    table-layout: fixed;
    word-break: normal;
    overflow-wrap: break-word;
    border: 1px solid #ccc;
}


.data-grid thead th {
    background-color: #3492a1;
    font-weight: normal;
    color: #fff;
    border: 1px solid #37474f;
}

ul.tabs li {
    float: left;
    height: 30px;
    line-height: 28px;
    margin: 0 6px 0 0;
    border-bottom: 1px solid #37474f;
    border-top: 0.1em solid #45484D;
    border-left: 0.1em solid #45484D;
    border-right: 0.1em solid #45484D;
    background: #3492a1;
}


/***** LANDING PAGE ****/


.landing-page.zone-content {
    flex-direction: column;
}

.landing-page-top-zone, .landing-page-graph-zone {
    flex: 1;    
}

.landing-page-graph-zone {
    display: flex;
    flex-direction: row;
}

.landing-page-graph-zone .leftColumn, .landing-page-graph-zone .rightColumn {
    margin: 10px 10px 10px 20px; 
}

.landing-page .mainColumn {
    margin: 10px 10px 10px 20px;
}


.form-with-columns.landing-page-stats {
    align-items: initial;
    margin-top: 5px;
}

.sticky-down {
    position: sticky;
    bottom: 0px;
    z-index: 10;
    background-color: white;
}
  