
.ui-datepicker { background: #fff; color:#222222; padding: 10px; -moz-border-radius: 5px; border-radius: 5px; 
    -moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1); 
    margin-top: 2px;
}

.ui-datepicker td a{color:#495057;}

.ui-datepicker-calendar .ui-state-hover { background: #396BC7; color: #fff;border-radius: 3px; }

.ui-datepicker-calendar .ui-state-active { background:  #3D9AF1; color: #fff;border-radius: 3px; }

.ui-datepicker .ui-datepicker-next { text-align: center; }

.ui-datepicker .ui-datepicker-next:before { content: "\f105"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit;}

.ui-datepicker .ui-datepicker-prev { text-align: center; }

.ui-datepicker .ui-datepicker-prev:before { content: "\f104"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; }

.ui-datepicker .ui-datepicker-prev { left: 2px; top: 2px; }

.ui-datepicker .ui-datepicker-next { right: 2px; top: 2px; }


#dropzone {
    position: relative;
    border: 1px dashed rgba(0, 40, 100, 0.12);
    border-radius: 5px;
    height: 200px;
    padding: 40px 15px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
    #dropzone h6{
        font-size: 14px;
        font-weight: bold;
    }

    #dropzone .themed_icon{
        width: 48px;
        height:48px;
        margin-bottom: 15px;
    }

    #dropzone.hover {
        border: 1px dashed #396BC7;

    }

    #dropzone.dropped {
        background: #FAFAFB;
        border: 1px solid #3D9AF1;
    }

    #dropzone div {
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 0;
    }

    #dropzone img {
        border-radius: 3px;
        vertical-align: middle;
        max-width: 100%;
        max-height: 100%;
    }

    #dropzone [type="file"] {
        cursor: pointer;
        position: absolute;
        opacity: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .user_profil{
        padding-bottom: 10px;
    }

    .delete_photo{
        color: white !important;
        top: -5px;
        right: -10px;
        position: absolute;
    }


    #filter_btn:focus {
    box-shadow: none !important;
    }


    .fc-center h2{
        font-size: 1.125rem;
        line-height: 1.4;
        font-weight: 400;
    }
    
    .fc-day-header span{
        margin-bottom: .375rem;
        font-weight: 600;
        font-size: 0.875rem;
    }

    .fc-button-group .fc-button, .fc-today-button{
        border: 1px solid rgba(0, 40, 100, 0.12) !important;
        background: white !important;
        text-align: center;
        box-shadow:none;
        text-shadow:none;
        outline: none !important;
        color: #9aa0ac;
    }

    .fc-button-group .fc-button:focus, .fc-button-group .fc-button:hover{
        z-index: 5;
    }

    .fc-button-group .fc-state-active{
        border-color: #467fcf !important;
        z-index: 1;
        color: #467fcf;
        background: #edf2fa !important;
        z-index: 999 !important;
    }


    .fc-unthemed td.fc-today {
        background: #edf2fa !important;
        border-color:#E0E4EA !important;
    }


    .fc-unthemed .fc-row, .fc-unthemed tbody{
        border-color:#E0E4EA !important;
    }
    
    .fc-unthemed td.fc-nonbusiness {
        background: #E0E4EA !important;
        
    }


    .fc-event, .fc-day-grid-event{
        padding: 5px 5px !important;
        border-color: transparent !important;
    
    }
    
    body .fc {
        overflow:auto;
    }

    #external-events .fc-event {
        margin-bottom: 4px;
        cursor: move;
    }

    .form-control[readonly] {
        background-color: #ffffff;
    }


    .page-main {
        padding-bottom: 60px;
    }

    .footer{
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99999;
    }


    .table .text {
        position: relative;
      }
      .table .text span {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: absolute;
        left: 0.75rem;
        right: 0.75rem;
      }
      .text:before {
        content: '';
        display: inline-block;
      }

      #fusion_button{
          display:none;
      }


    
    .helper{
        padding: 20px 200px 20px 20px;
        border-radius: 3px;
    }
    .helper-merge{
        background:#a55eea url('../../images/ui/helper_merging.svg') center right -30px no-repeat;
        background-size: 28%;
        color: white;
        
    }

    .custom-file-label::after {
        content: "Choisir";
    }

    .upload__files, 
    .list_files{
        list-style-type: none;
        padding-left: 0;
    }

    .list_files{
        margin-top:1em;
        border-top: 1px solid rgba(0, 40, 100, 0.12);
    }

    .upload__files li{
        margin-bottom: 0.5em;
    }
    
    .list_files li{
        margin: 0.5em 0.5em 0 0;
        display: inline-block;
    }

    .conversation_box{
        position: relative;
        display: block;
        padding: 0.75rem 1.25rem;
        margin-bottom: -1px;
        background-color: #fff;
        border: none;
    }

    .conversation{
        border: 1px solid rgba(0, 40, 100, 0.12);
        border-radius: 0px 5px 5px 15px;
        -webkit-border-radius: 0px 5px 5px 15px;
        -moz-border-radius: 0px 5px 5px 15px;
    }

    .conversation .message{
        display: inline-flex;
        padding-top: 10px;
        width: 100%;
    }

    .list_files .card{
        margin-bottom: 0;
    }



    .selectize-dropdown {
        z-index: 9999999 !important;
    }



    @media (min-width: 992px){
        .page-options.d-flex{
            min-width: 65%;
        }
    }
