*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "HelveticaNeue",Arial,Helvetica,sans-serif;
    font-size: 13px;
    padding: 5px;
}
h1{
    font-size: 18px;
    text-align: center;
    color: dodgerblue;
    margin-bottom: 10px;
}
h2{
    font-size: 16px;
    text-align: left;
    color: dodgerblue;
}
h3{
    font-size: 14px;
    text-align: left;
    color: dodgerblue;
}
h4{
    font-size: 14px;
    text-align: left;
    color: dodgerblue;
}
h2 span{
    color: #444;
    font-size: smaller;
}
table{
    width: 100%;
    border-collapse: collapse;
}
th{
    vertical-align: top;
    text-align: right;
}
td{
    vertical-align: top;
    text-align: left;
}
table.liste {
    margin: 15px 0;
}

table.liste td{
    padding: 5px;
}

table.liste tr:hover{
    background-color: #ccc;
}

tr:nth-child(odd) {
    background: #efefef;
}
tr:nth-child(even) {
    background: #e0e0e0;
}

a, a:hover, a:active, a:focus{
    color: dodgerblue;
    text-decoration: none ;
}
a:hover{
    color: blue;
}
code{
    background-color: #444;
    color: #fff;
    display: block;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: solid dodgerblue 3px;
    border-left-width: 15px;
    font-family: monospace;
}
ol{
    margin-left: 20px;
    padding: 5px;
    list-style: decimal outside;
}
ul{
    margin-left: 20px;
    padding: 5px;
    list-style: disc outside;
}
li{
    padding: 5px;
    color: #333;
    display: list-item;
}

p{
    margin-top: 10px;
    margin-bottom: 10px;
}

.error{
    background-color: #f99 !important;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
code.code-limit{
    max-height: 100px;
    overflow: hidden;
    border: solid #999 3px;
    border-left-width: 15px;
}
.autowith{
    text-align: left;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.login{
    width: 500px;
    text-align: left;
    display: block;
    margin: auto;
    padding : 15px;
}
.filter{
    text-align: left;
    display: block;
    margin: auto;
    padding : 15px;
}
p.criteres{
    color: #000;
    font-weight: bold;
    margin: 10px 0;
    padding: 0;
}

/* ======  formulaire ======= */

.panel{
    border-radius: 5px;
    border: solid dodgerblue 1px;
    background-color: #eee;
    padding: 5px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.panel.inactif{
    border-radius: 5px;
    border: solid red 1px;
    background-color: #fdd;
    padding: 5px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
.panel label{
    display: inline-block;
    color : dodgerblue;
    font-weight: bold;
    margin: 5px; 
    text-align: left;
}
.panel fieldset{
    border-radius: 5px;
    border: solid dodgerblue 1px;
    background-color: #eee;
    padding: 5px;
    margin: 10px 0;
}
.panel fieldset.inactif{
    border-radius: 5px;
    border: solid red 1px;
    background-color: #fdd;
    padding: 5px;
    margin: 10px 0;
}
.panel legend{
    padding: 5px;
    border-radius: 5px;
    border: solid dodgerblue 1px;
    background-color: dodgerblue;
    color: #fff;
}

.panel .field{
    text-align: left;
    vertical-align: top;
}
.panel input[type=submit],
.panel button[type=submit]{
    margin: 2px;
    padding: 5px;
    white-space: nowrap; 
    background-color: dodgerblue;
    color: #fff;
}
.panel input[type=text],
.panel input[type=password]{
    margin: 2px;
    padding: 5px;
    background-color: #fff;
    color: dodgerblue;
    display: inline-block;
    width: 100%;
}
.panel textarea,
.panel select{
    margin: 2px;
    padding: 5px;
    background-color: #fff;
    color: dodgerblue;
    display: inline-block;
    width: 100%;
}

.panel.inline .field{
    display: inline-block;
}


/* ======  menu ======= */
ul.menu{
    display: block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: dodgerblue;
    color: #fff;
}
ul.menu *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.menu li{
    display: inline-block;
    margin-right: 5px;
    position: relative;
    padding: 5px;
    border-radius: 1px;
    color: #fff;
}
.menu li:hover{
    background-color: #ddd;
    color:#444;
}
.menu li a{
    display: inline-block;
    line-height: 20px;
    white-space: nowrap;
    text-decoration: none;
    color:inherit;
}
.menu li ul{
    position: absolute;
    z-index: 10001;
    top :30px;
    display: none;
    padding: 5px 0;
    border-radius: 1px;
    border: solid dodgerblue 1px;
    background-color: #eee;
    color:dodgerblue;
}
.menu li:hover ul{
    display: block;
}
.menu li ul li{
    margin: 0;
    display: block;
    color:dodgerblue;
}

/* ======  logs ======= */
.th_id{
    min-width: 30px;
    max-width: 100px;
    text-align: right;
}
.td_id{
    text-align: right;
}

.th_environment{
    min-width: 50px;
    max-width: 5000px;
}
.td_environment{
    white-space: nowrap;
}

.th_class{
    min-width: 30px;
    max-width: 300px;
}
.td_class{
}

.th_message{
    min-width: 30px;
    max-width: 1500px;
}
.td_message{
}

.th_updated_at{
    min-width: 100px;
    max-width: 100px;
}
.td_updated_at{
    white-space: nowrap;
}

.th_qte{
    min-width: 30px;
    max-width: 100px;
    text-align: right;
}
.td_qte{
    text-align: right;
}

.th_cumul{
    min-width: 50px;
    max-width: 100px;
    text-align: right;
}
.td_cumul{
    text-align: right;
}

.th_reset{
    min-width: 40px;
    max-width: 40px;
    text-align: right;
}
.td_reset{
    text-align: center;
}

.th_session{
    min-width: 50px;
    max-width: 50px;
}
.td_session{
}

a.confirm{
    display: none;
}

/** ===== page ====== */

.th_datetime{
    min-width: 100px;
    max-width: 100px;
}
.td_datetime{
    white-space: nowrap;
}

.th_duree{
    min-width: 50px;
    max-width: 100px;
    text-align: center;
}
.td_duree{
    white-space: nowrap;
    text-align: right;
}

.th_navigateur{
    min-width: 30px;
    max-width: 1500px;
}
.td_navigateur{
    text-align: left;
}
.th_url{
    min-width: 30px;
    max-width: 1500px;
}
.td_url{
    text-align: left;
}
th_domaine{
    min-width: 30px;
    max-width: 1500px;
}
.td_domaine{
    white-space: nowrap;
    text-align: left;
}

.th_signature{
    min-width: 30px;
    max-width: 150px;
}
.td_signature{
    text-align: left;
}
.th_mesure{
    min-width: 25px;
    max-width: 25px;
}
.td_mesure{
    text-align: left;
}
/* adaptation DATATABLES */

.dataTables_wrapper .dataTables_paginate {
    padding: 2px;
    float: right;
    color: red;
}
.dataTables_wrapper .dataTables_length {
    padding: 2px;
    float: left;
}

.dataTables_wrapper .dataTables_filter  {
    padding: 2px;
    float: left;
}
.dataTables_wrapper .dataTables_info  {
    padding: 2px;
    float: right;
    clear: none;
}
/* bloc panel */
section.xpanel{
    margin:5px;
    border: solid 2px blue;
    box-shadow: 0px 0px 10px #ccc;
    box-shadow: 0 0 5px #cdbe9f inset, 0 0 20px #beae8c inset, 0 0 20px #beae8c inset;
}