.journal_global
{
    position: fixed;
	width: 100%;
	height: 90%;
    left: 0px;
    top: 10%;
}

.journal_title
{
    position: absolute;
    top: 3%;
    left: 0px;
	width: 100%;
    text-align: center;
    font-size: 1.6vw;
    font-family: Calibri;
    font-weight: bold;
    text-decoration: underline;
    color: black;
}

.journal_search_button
{
	position: absolute;
    left: 35vw;
    top: 2%;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.journal_import_button
{
	position: absolute;
    left: 41vw;
    top: 2%;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.journal_upload_div 
{
	position: absolute;
	left: 41vw;
	top: 0.5vw;
	width: 5vw;
	height: 5vw;
	overflow-x: hidden;
}

.journal_upload_button
{
  display: block;
  padding: 0.2em 1em;
  color: black;
  background: #CCCC;
  border-radius: .2em;
  
  &:hover {
     cursor: pointer;
     background: #000;
  }
}
    
.journal_upload_edit
{
	cursor: pointer;
    opacity: 0;
}

.journal_rm_rf_button
{
	position: absolute;
    left: 41vw;
    top: 2%;
	height: 4vw;
    max-height: 100%;
    width: auto;
}

.journal_type_regime_placeholder
{
    position: absolute;
    left: 3vw;
    top: 3vw;
    width: 30%;
    font-family: Calibri;
    font-size: 1.4vw;
}

.journal_type_regime
{
    position: absolute;
    left: 14vw;
    top: 3vw;
    width: 18vw;
    font-family: Calibri;
    font-size: 1.4vw;
    font-weight: bold;
}

.journal_numero_at_placeholder
{
    position: absolute;
    left: 3vw;
    top: 1vw;
    width: 30%;
    font-family: Calibri;
    font-size: 1.4vw;
}

.journal_numero_at
{
    position: absolute;
    left: 14vw;
    top: 1vw;
    width: 20vw;
    font-family: Calibri;
    font-size: 1.4vw;
	font-weight: bold;
}

.journal_tri_pf_checkbox
{
    position: absolute;
    top: 5.3%;
    left: 82vw;
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.journal_tri_pf
{
    position: absolute;
    top: 2vw;
    left: 84vw;
    font-family: Calibri;
    font-size: 1.4vw;
}

.journal_table_header_div
{
    position: absolute;
    top: 6vw;
    left: 2vw;
	width: 94vw;
}

.journal_table_header
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	table-layout: fixed;
	width: 94vw;
}

.journal_table_header > tbody > tr:hover>td
{
    background-color: #046197;
}

.journal_header_cell
{
    font-family: Calibri;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    background-color: #046197;
	height: 2.5vw;
	cursor:default;
}

.journal_table_div
{
    position: absolute;
    top: 9.3vw;
    left: 2vw;
	width: 96vw;
    height: 31vw;
    overflow-y: auto;
}

.journal_table
{
    border-spacing: 0.1vw;
    border-collapse: initial;
	table-layout: fixed;
	width: 94vw;
}

.journal_cell, .journal_cell_encours, .journal_cell_pretaconsigner, .journal_cell_pretadelivrer
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	height: 2vw;
	padding-left: 0.1vw;
	padding-right: 0.1vw;
	padding-top: 0vw;
	padding-bottom: 0vw;
	overflow: hidden;
}

.journal_deleted
{
    color: #ff0000;
}

.journal_cell_to_select
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	height: 3vw;
    background: #f9f8da;
}

.journal_cell_child_selected
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	height: 3vw;
    background: #3aaa35;
}

.journal_cell_mother_selected
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	height: 3vw;
    background: #e94e1b;
}

.journal_numero_chrono_div td
{
	padding-top: 0vw;
	padding-bottom: 0vw;
}
	
.journal_image_cadenas
{
	height: 1vw;
    max-height: 100%;
    width: auto;
}

.journal_chrono
{
	width: 6vw;
}

.journal_numero_chrono 
{
    font-family: Calibri;
    font-size: 1.2vw;
    text-align: center;
	vertical-align: middle;
	width: 6vw;
}

.journal_valeur_type_regime
{
    font-family: Calibri;
    font-size: 0.8vw;
	font-weight: bold;
	color: #27348b;
	padding-right: 0.3vw;
}

.journal_flag_type_regime
{
    text-align: right;
	vertical-align: middle;
	height: 1vw;
}

.journal_flag_cadenas
{
    text-align: right;
	vertical-align: middle;
	height: 1vw;
	padding-right: 0.3vw;
}

.journal_statut
{
    width: 10.5vw;
}

.journal_n_bt
{
    width: 9vw;
}

.journal_ouvrage
{
    width: 9vw;
}

.journal_designation
{
    width: auto;
}

.journal_service
{
    width: 16vw;
}

.journal_debut
{
    width: 6vw;
}

.journal_fin
{
    width: 6vw;
}

.journal_statut_pf
{
    width: 6vw;
}

.journal_statut_pf_alerte
{
    color: #ff0000;
}

.journal_icone_tri
{
	position: absolute;
	top: 8.5vw;
	height: 0.5vw;
	cursor: pointer;
    max-height: 100%;
    width: auto;
}

.journal_icone_tri_chrono_asc
{
	left: 2.3vw;
}

.journal_icone_tri_chrono_desc
{
	left: 7.4vw;
}

.journal_icone_tri_numero_bt_asc
{
	left: 19vw;
}

.journal_icone_tri_numero_bt_desc
{
	left: 27vw;
}

.journal_icone_tri_date_debut_asc
{
	left: 77.9vw;
}

.journal_icone_tri_date_debut_desc
{
	left: 82.9vw;
}

.journal_icone_tri_date_fin_asc
{
	left: 84vw;
}

.journal_icone_tri_date_fin_desc
{
	left: 89.1vw;
}
