.dropzone-titre {
    display: inline-block;
    margin-top: 50px;
    color: gray;
}

.ma_dropzone {
    padding: 0 !important;
    border: none !important;
    text-align: center;

    min-height: 150px !important;
    border: dashed 1px gray !important;
    border-radius: 5px;
    width: 150px;
    margin: auto;
}
.ma_dropzone .dz-preview {
    margin: 0;
}

.ma_dropzone .dz-preview .dz-remove {
    background-color: gray;
    color: #ffffff;
    padding: 3px;
}
.ma_dropzone_erreur 
{
  color: red !important;
  border: 1px dashed red !important;
}
.sUrlAvatar {
    width: 100%;
}

#logo {
    background-image: url(/institution/img/logo_blanc.png) !important;
    background-size: contain !important;
}
.btn-tertiary i, .btn-primary i
{
    color: #fff !important;
}
.croix_bottom_action {float:right;margin-top:15px;}
.btn_action, .btn_supp, .pointer
{
    cursor: pointer;
}
label[for="sCategorieTypeFormation"], label[for="sLotTypeFormation"]
{
    padding-bottom: 4.8px;
    display: block;
}
@media screen and (max-width: 800px) 
{
    #bloc_document_joint .column-6
    {
        width: 100%;
        display: block;
    }
}
.right-gutter {
    padding-right: .5rem !important;
}
.top-gutter {
    padding-top: .5rem !important;
}
.bottom-gutter-select {
    padding-bottom: 4.8px !important;
    display: block;
}
.sOrganisme1, .sOrganisme2
{
    padding-right: 5px;
}
.ligne-rouge .sOrganisme1, .ligne-rouge .sOrganisme2
{
    padding-right: 0px;
    background: #fff;
}

.ui-datepicker-title span, .ui-datepicker-title
{
    color: #fff;
}
.icone_consultation, .icone_consultation span i, .icone_consultation i
{
    cursor: pointer;
    color: var(--c-secondaire);
    font-size: 18px !important;
}
input.sUrlFormationPublique, input.sUrlFormationPublique:focus
{
    border: none;
    width: 325px !important;
    cursor: inherit;
    height: 19px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1rem;
    background: inherit;
}
textarea
{
    resize: vertical;
}
.ui-datepicker-header 
{
    color: #fff;
}
.lien_accueil 
{
    color: #fff;
    text-align: center;
}

/* Barre des logos */
.les-organismes {
    max-width: 100%;
    display: flex;
    justify-content: space-around;
}

.un-organisme {
    width: calc(100% / 6);
    display: flex;
    justify-content: center;
    cursor:pointer;
}

.un-organisme>img {
    width: 100%;
    margin: auto;
    display: block;
    padding: 3px;
}

.un-organisme.selected {
    border: 2px solid var(--c-primaire);
}

@media (max-width: 500px) {
    .les-organismes {
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .un-organisme {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
}

.couleur-primaire 
{
    color: var(--c-primaire);
}
.couleur-secondaire 
{
    color: var(--c-secondaire);
}
.couleur-verte 
{
    color: #4CAF50;
}
.switch[disabled='disabled']
{
    opacity:0.5;
}
*, ::before, ::after
{
    font-size: 1rem;
}

.btn-secondary, .btn-secondary i
{
  color: #fff !important;
}
.action_parametre_btn_enregistre_edition_parametre, .action_contact_btn_enregistre_edition_modele_mail,
.action_dashboard_btn_enregistre_edition_dashboard, .btn_ajoute_filtre,
.action_dashboard_btn_enregistre_edition_dashboardwidget, .btn_supprime_filtre, .btn_ajoute_ligne,
.action_dashboard_btn_enregistre_edition_statistique, .btn_supprime_ligne
{
    background-color: var(--c-primary-light);
}
.action_parametre_btn_ouverture_edition_parametre.bouton_simple, .action_contact_btn_ouverture_edition_modele_mail.bouton_simple,
.action_dashboard_btn_ouverture_edition_dashboard.bouton_simple, .action_dashboard_btn_ouverture_edition_dashboardwidget.bouton_simple,
.action_dashboard_btn_ouverture_edition_statistique.bouton_simple, #btn_edition_contenu, #btn_save_preview_cms,
#btn_open_widget
{
    background-color: var(--c-secondary-light);
}
.menu-edit i 
{
    color: var(--c-secondary-light);
}

@media screen and (max-width: 1011px) 
{
    #dashboard .un_dashboard.column-4
    {
        width: 50%;
    }
}
@media screen and (max-width: 701px) 
{
    #dashboard .un_dashboard.column-4
    {
        width: 100%;
    }
}

.calque .modal .modal-title, .section-block .section-title, .btn-primary
{
    background: var(--c-secondaire-fonce);
}
.section-block
{
    border: 1px solid var(--c-secondaire-fonce);
}
.btn-secondary {
    background-color: var(--c-secondary-light);
}
/* SCROLL */
::-webkit-scrollbar {
    width: 6px !important;
    height:6px !important;
}
::-webkit-scrollbar-thumb
{
    background-color:#999 !important;
    border-radius: 38px !important;
}
[readonly]
{
    background:  #CFCFCF;
}
.gold-color 
{
    color: gold;
}
/*
background: #fff;
background-repeat: no-repeat;
background-position: center;
padding-left: 50px;
padding-right: 30px;
border-radius: 1200px;
*/
input[type="time"] {
    border-radius: 2px !important;
    border: solid 1px rgba(0, 0, 0, 0.12) !important;
    font-size: 0.8rem !important;
    padding: 0.4rem !important;
    transition: all 0.2s ease !important;
    outline: none !important;
    -webkit-box-flex: 1 !important;
    -moz-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
    width: 100% !important;
    -webkit-appearance: none !important;
    font-family: Arial !important;
}
.ma_dropzone .dz-message {
    text-align: center;
    margin: 3em 0;
    cursor: pointer;
    letter-spacing: 1px;
}
.ui-selectmenu-menu {
    max-width: 51% !important;
}
.menu_champ a
{
    padding: 0.8rem 1.8rem;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
    font-size: 0.9rem;
    transition: all 0.3s;
    position: relative;
    align-items: center;
}
.menu_champ a:hover, .menu_champ a.active {
    border-left: solid 3px var(--c-primary) !important;
    color: var(--c-primary) !important; 
}
.sidebar #logo
{
    margin: 15px !important;
}
.material-table
{
    display: block;
    height: 73vh;
    overflow-y: scroll; 
}
@media all and (max-width: 1092px) {
.modal-large:not(.multicalques) .modal.calque_consultation_formation {
    width: 100% !important;
  }
}
#formulaire_cloture_formation .liste_document.material-table
{
    height: inherit;
}
.btn_ferme_recherche_onglet {
    float: right;
    cursor: pointer;
    margin-left: 8px;
}
#switch-recherche-participant .switch-multiple label,
#switch-recherche-participant .switch-multiple .slider-option{
    width: calc(100% / 3);
}
#switch-recherche-participant .switch-multiple .second-state:checked ~ .slider-option
{
    left: calc(100% / 3 - 2px);
}
.clear-both {
    clear:both;
}
.text-right {
    text-align:right;
}
#label_numero_agrement
{
    font-size: 0.9rem;
}
#recherche_statistique .select2-selection
{
    max-height: 64px;
    overflow-y: visible;
}
.max-width 
{
    width: 100%;
}
.select2-container--default .select2-selection--multiple
{
    max-width: 99% !important;

}
#recherche_statistique .btn-picto span {
  margin: 3px !important;
}
.total-statistique *
{
    font-weight: bold;
    font-size: 0.9rem !important;
    padding: 8px 28px !important;
}
#statistique_tableau_general .section-block.column-12, 
#statistique_tableau_general_region .section-block.column-12
{
    padding: 0px !important;
}
.oeil {
    cursor:pointer;
}
#form_recherche_statistique .select2-selection--multiple:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 42%;
    border-top: 5px solid #888;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
#form_recherche_statistique input {
    height: 32px;
}
#form_recherche_statistique .select2-selection
{
    max-height: 100px;
}

#form_recherche_statistique .switch-multiple {
    margin-top: 16px;
}
.onglet 
{
    float: left;
    background: #fff;
    border: 1px solid var(--c-secondaire);
    color: var(--c-secondaire);
    cursor: pointer;
    padding:8px;
    margin:0px;
    font-size: 1.2rem;
    width:34%;
    text-align: center;
}
.onglet.actif, .onglet:hover
{
    background: var(--c-secondaire);
    color: #fff;
}
.onglet.dernier-onglet
{
    width:32% !important;
}
.download, .download-excel  {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    text-align: center;
    margin: auto;
    height:39px;
}
.download-excel {
    right: 60px;
}
.download-excel i {
    margin: auto;
    font-size: 21px;
}
/*#generation_statistique canvas 
{
    min-width: 400px;
    min-height: 400px;
}*/
.une_statistique .section-block {
    height: 100%;
}
.un_dashboard .section-content {
    padding: 0px !important;
}

@media screen and (max-height: 800px){
    #contenu_consultation_formation {
        height : 60vh;
    }
}
#supprimeFormateur2
{
    cursor:pointer;
}
#loader  
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;

}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.pastille
{
    width: 9px;
    height: 9px;
    border-radius: 120px !important;
    cursor: inherit !important;
}
.pastille-rouge, .pastille-rouge:hover
{
    background: #A00 !important;
}
.pastille-verte, .pastille-verte:hover
{
    background: #5BBB74 !important;
}
.pastille-orange, .pastille-orange:hover
{
    background: #F46D61 !important;
}
#profil_utilisateur 
{
    border: none;
    padding: 6px;
}