/* Copyright 01/05/2018 michelgeny.
   All rights reserved.
   Created on : 1 mai 2018, 20:34:43
   Author     : michelgeny */
/*----- STYLES GENERAUX -----*/
body {
    background-color: var(--bg-dialog-color) !important;    
}
.header-tabselect {
    padding: 3px 5px !important;
}
/*----- GLYPHES -----*/
span.font-awesome-globe {
    line-height:1.75rem;
    color:white;
}

/*----- CLAVIER DE SELECTION -----*/
a.btn-keyboard {
    width: 32px;
    padding: 2px 8px;
    margin-bottom: 6px;
    border: 2px solid #D0D0D0;
    text-decoration: none;
    font-weight: bold;
    color:#222;
}
a.btn-keyboard:hover, a.btn-link.active:hover {
    border-color: #990000;
    background-color: #FFE1AF;
}
a.btn-keyboard.active {
    border-color: #FBB90B;
    background-color: #FDEFF8;
}

/*----- PAGE DE DIALOGUE -----*/
#dialogue div.panel-btn-nav {
    margin-top: -6px;
    padding-right: 0;
    text-align: right;
}
/*----- TABLEAU CONTENEUR DU SELECT LISTE ----*/
/*----- styles globaux -----*/
#liste_dial {
    margin-bottom: 0 !important;
}
#liste_dial td {
    padding: 0 !important;
}
/*----- page et dialogue fonctions -----*/
#liste_fns div.wait-cache,
#liste_fns select {
    height:146px;
    width:  100%;
}
#liste_speTM select, #liste_sectionTM select {
    height: 264px;
}
/*----- CONTENEURS DIVERS -----*/
/*----- dialogue édition Frère -----*/
div.well-xs.obs-rem-frere {
    height: 136px;
}
/*----- dialogue édition districts -----*/
textarea.distr-territoire {height: 50px;}
textarea.distr-complements {height: 112px;}
textarea.distr-histo {height: 174px;}
/*----- dialogue édition établissements -----*/
div.well-xs.textarea.histo-etab {
    height: 550px;
}
div.well-xs.textarea.histo-etab-saisie,
textarea.input-sm.histo-etab-saisie {
    margin-bottom: 0;
    height: 501px;
}
/*----- dialogue édition oeuvres -----*/
div.well-xs.textarea.histo-oeuvre {
    height: 503px;
}
div.well-xs.textarea.histo-oeuvre-saisie,
textarea.input-sm.histo-oeuvre-saisie {
    height: 456px;
}
/*----- dialogues des objets cultuels -----*/
div.well-xs.textarea.bio-pers {
    height: 210px;
}
div.well-xs.textarea.bio-signat {
    height: 168px;
}
div.well-xs.textarea.fn-signat {
    height: 70px;
}
