﻿html {
    /*Mécanisme de framebusting (une page incluse dans une iframe n'est rendue que si l'iframe est hébergée sur le même domaine que l'application)*/
    display: none;
}

body {
    color: #004080 !important;
    font-family: Verdana, Arial , sans-serif !important;
}

.title {
    font-weight: bold;
    font-size: 10pt;
    vertical-align: middle;
    border: #004080 1px solid;
    background-color: #DCE6F2;
    text-align: center;
    width: 400px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.title-large {
    font-size: 20px;
    padding: 20px;
}

.info-box {
    border: solid 1px;
 
    font-size: 8pt;
    background-color: #DCE6F2;
    padding: 5px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    box-shadow: 8px 8px 5px #888888;
}

.info-box-title {
    font-weight: bold;
    font-size: 9pt;
    margin-bottom: 10px;
    text-align: center;
    border-bottom: thin dotted #004080;
}

.info-box-text {
    text-align: left;
    margin: 5px;
    line-height: 1.5;
}

.info-box-message {
    width: 520px;
}

.button {
    font-size: 8pt;
    border-radius: 4px;
    border: thin solid grey;
    font-family: Verdana, Arial,sans-serif;
    width: 100px;
    padding: 5px;
    color: #004080;
}

.unstyled-list ul {
    list-style-type: none;
}

.login-form-control {
    width: 300px !important;
}

.main-title {
    color: white;
    font-weight: 900;
}

.main-title span {
    text-shadow: 1px 1px 8px #004080;
}

.main-title img {
    height: 85px;
    overflow: visible;
    word-break: keep-all;
}

.lbl-date-mesure {
    color: white;
    font-weight: bold;
    font-size: 0.8em;
}

.link {
    text-decoration-line: underline;
    color: black;
}

.mesure-header {
    border-bottom: #004080 1px solid;
    margin: 0 5px;
    width: 95%;
    font-size: 12px;
    font-weight: bold;
}

.mesure-text {
    border: #004080 1px solid;
    margin: 1px 5px 0 5px;
    width: 95%;
    font-size: 12px;
    background-color: #DCE6F2;
    min-height: 20px;
    height: 100%;
}

.grid {
    font-size: 12px;
    border: 1px solid white;
    box-shadow: 1px 1px 8px #004080;
}

.grid th.k-header {
    font-weight: bold;
    overflow: visible;
    white-space: normal;
    vertical-align: middle;
    text-align: center;
}

.grid tr {
    height: 42px;
    border-color: grey;
}

.grid td, .grid th {
    padding: 2px 5px;
    text-align: center;
    color: #004080;
}

.grid tr.k-alt {
    background-color: #DCE6F2;
}

.position-absolute {
    position: absolute !important;
}

.top-right {
    top: 0;
    right: 0;
}