/* Load dialog styles first so global styles win on precedence */
.APX-dialog-content .error-dialog {
    padding: 20px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.APX-dialog-content .error-dialog .error-icon {
    font-size: 48px;
    margin-bottom: 15px;
}
.APX-dialog-content .error-dialog .error-message {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    padding: 15px;
    font-size: 16px;
    line-height: 1.5;
}
@font-face {
    font-family: semencesfregular;
    src: url(./semencesf-webfont-D1A5wgHT.eot);
    src: url(./semencesf-webfont-D1A5wgHT.eot?#iefix) format("embedded-opentype"), url(./semencesf-webfont-B-X03jdA.woff2) format("woff2"), url(./semencesf-webfont-BEzujrTN.woff) format("woff"), url(./semencesf-webfont-z4rivfdy.ttf) format("truetype"), url(./semencesf-webfont-Cr9aLetu.svg#semencesfregular) format("svg");
    font-weight: 400;
    font-style: normal
}
html,
body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f4f4f4;
}
body {
    display: flex;
    flex-direction: column;
    background: url(./tiny_grid-BYctCh_q.png) repeat 0 0 #e4e4dc;
    font-family: Calibri, Helvetica, "Trebuchet MS", Arial;
    margin: 0 auto;
    padding: 0;
}
div.general {
    display: flex;
    flex-direction: column;
    height: 100%;
}
a.btn-home{
    text-decoration: none;
}
a.btn-home * {
    vertical-align: middle;
}
a.btn-home img{
    width:16px;
    height:16px;
}
.header-top-row .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    height: 75px;
    padding: 10px;
    width: 70%;
    min-width: 970px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.header-top-row .leftPart,
.header-top-row .rightPart {
    width: 310px;
    display: flex;
    flex-direction: column;
}
.header-top-row .centerPart {
    z-index: 30;
    flex-grow: 1;
    text-align: center;
}
header .leftPart {
    text-align: left;
}
header .rightPart {
    text-align: right;
}
.header-top-row img.disk {
    height: 130px;
    margin-top: -25px;
    z-index: 30;
}
.header-top-row .leftPart>*,
.header-top-row .rightPart>* {
    margin-top: auto;
    margin-bottom: auto;
}
.header-top-row input#identifiant,
.header-top-row input#password {
    width: 7em;
    background: #fff;
    border: 0;
    margin: 0;
    padding: 5px 0.5em;
    vertical-align: top;
}
button,
input,
select {
    font-family: Calibri, Helvetica, "Trebuchet MS", Arial;
}
.header-top-row input.auth-submit,
.header-top-row input.btn-deconnecter {
    border-radius: 2px;
    border: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}
.header-bottom-row .header-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: visible;
    width: 70%;
    min-width: 970px;
    margin-left: auto;
    margin-right: auto;
}
.header-bottom-row .header-content p.page-title * {
    vertical-align: middle;
}
img.app_picto {
    height: 50px;
}
.header-content span.app_name_text {
    font-size: 1.4em;
    text-transform: uppercase;
    font-family: semencesfregular;
    line-height: 1.1em;
    display: inline-block;
    margin-left: 5px;
}
.header-bottom-row div.logo-wrapper {
    display: flex;
}
.header-bottom-row img.logo-entreprise {
    margin-top: auto;
    margin-bottom: auto;
    height: 45px;
}
footer div.footer-row {
    background-color: #00634f;
    font-size: .9em;
    padding: 1em;
    margin-top:0.8em;
    text-align: center;
}
div.content-wrapper{
    position: relative;
    display:flex;
    flex:1;
    margin-top:1em;
    flex-direction: column;
}
div.error_messages{
    color:red;
    font-weight:bold;
    text-align:center;
    margin-bottom:1em;
}
@media (min-width: 1024px) {
    div.footer-row {
        padding: 0 3em;
    }
    .content-wrapper {
        padding: 0 3em;
    }
}
@media (min-width: 769px) {
    div.footer-row {
        padding: 0 1em;
    }
    .content-wrapper {
        padding: 0 1em;
    }
}
.btn{
    background-color: #00634f;
    color: #ddd;
    border-radius: 2px;
    border: 0;
    padding: 5px 0.5em;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
}
.rounded_input {
    border-radius: 8px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #bfbfbf;
    line-height: 1.3;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.btn_save {
    border: none;
    background: #31a938;
    padding-left: 2em;
    padding-right: 2em;
    line-height: 2.25;
    cursor:pointer;
}
.choices {
    width: 30em;
    margin-bottom: 0 !important;
}
.choices .choices__inner {
    min-height: auto !important;
    box-sizing: border-box;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
    box-sizing: border-box;
}
.custom-option {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed grey;
    padding:2px 3px;
}
.custom-option:hover {
    background: #eeeeee;
}
.custom-option:last-of-type {
    border-bottom: 0;
}
/* Toast notifications */
.toast {
    position: fixed;
    top: 16px;
    left: 16px;
    z-index: 9999;
    padding: 10px 14px;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .12);
    background: #333;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    max-width: 360px;
}
.toast.success {
    background: #2e7d32;
}
.toast.error {
    background: #c62828;
}
.toast.info {
    background: #1565c0;
}
.toast.warning {
    background: #ef6c00;
}
.toast .toast-close {
    appearance: none;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-left: 8px;
    cursor: pointer;
}
.strong{
    font-weight: bold;
}
.w100{
    width: 100%;
    box-sizing: border-box;
}
.lh175{
    line-height: 1.75 !important;
}
.margin-auto-horizontal {
    margin-left: auto;
    margin-right: auto;
}
.margin-auto-vertical {
    margin-top: auto;
    margin-bottom: auto;
}
.i{
    font-style: italic;
}
.hidden{
    display: none !important;
}
.flex-row{
    display: flex;
    flex-direction: row;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.whitetext{
    color: white;
}
.default-cursor{
    cursor: default;
}
.pointer-cursor{
    cursor: pointer;
}
.ta-left{
    text-align: left;
}
.ta-center{
    text-align: center;
}
.ta-right{
    text-align: right;
}
.vmiddle{
    vertical-align: middle;
}
.nopadding{
    padding: 0 !important;
}
.nomargin{
    margin: 0 !important;
}
.noborder{
    border: none !important;
}
.inline-block{
    display: inline-block;
}
.header-top-row{
    background-color: #FEDD00;
}
.header-bottom-row{
    background-color: #00634F;
}
.header-top-row input.auth-submit{
    background-color: #00634F;
    color: #DDD;
}
.header-content span.app_name_text {
    color: #DDD;
}
footer div.footer-row {
    background-color: #00634F;
    color: #DDD;
}
footer a.link-appius {
    color: #f7aa19;
}
#accueil .lib_fonctions {
    color: #00634F;
}
.identification-greenback{
    background-color: #eaf6eb;
    border: 1px solid #31a938;
    padding: 1.25em;
}
.libelle_arrivee_depart {
    border: 2px solid grey;
    border-radius: 9px;
    line-height: 2;
    padding-left: 1em;
    padding-right: 1em;
    background: #efefef;
}
.contact_nom_prenom_wrapper {
    display: flex;
    gap: 1em;
}
input.validation-errors {
    border: 2px dashed red !important;
}
div.validation-errors{
    background: linear-gradient(135deg, #eaf6eb 0%, #f8d7da 50%, #eaf6eb 100%);
    background-size: 20px 20px;
}
.grid-row:nth-child(even) .grid-cell{
    background-color:#cce1dc;
}
.grid-row:nth-child(odd) .grid-cell{
    background-color:#fff9d6;
}