
.view-v1-entr-travs .w3-bar {
    display: none;
}

.view-v1-travs-longue-maladie {
    background-color: #bfb !important;
}

/* Add link on trav page to go to rapports (ASMT65) */
/* views-view-table.html.twig */
.printerImage {
    background: transparent url(/sites/default/files/images/inkjet.png) no-repeat scroll right 0;
    display:block;
    text-indent:-9999px; /*Hides the anchor text*/
    height:30px; /*Set height and width to the exact size of your image*/
    width:27px;
}

/* Style home button (ASMT65) */
.classHomeBouton {
    border: outset 1px whitesmoke;
    border-radius: 25% 10%;
    margin: 5px;
}

.classHomeBouton a:hover:not(.active) {
    border-radius: 25% 10%;
}

.li-item-main {
    margin: 5px !important;
}

/* Style lgin and reset password buttons (ASMT65) */
/* menu-local-task.html.twig*/
.path-user-login .loginButton, .path-user-password .loginButton {
    background-image: linear-gradient(rgb(0 0 0/3%) 0 0);
    box-shadow: 1px 1px 4px #555;
    border-radius: 6px;
    margin: 10px;
}

/* Hide informations on webforms submissions table */
.webform-submission .webform-submission-information {display: none}
.webform-submission .webform-submission-navigation {display: none}
#block-w3css-gportal-help {display: none}

/* Fixed columns in users table */
.view-user-admin-people {
    table-layout: fixed !important;
}

.view-user-admin-people .views-field-name {
    width: 200px !important;
    word-break: break-all;
}

.view-user-admin-people .views-field-mail {
    width: 400px !important;
    word-break: break-all;
}

/* User edit form */
.user-form .form-text {
    width: 80% !important;
}

/* Button on decla page */
.buttonOnDeclaPage {
    /* background: #eeeeee; */
    background: linear-gradient(#8c909b, #aeb2b5);
    display: inline-block;
    padding: 15px 32px;
    text-align: center;
    /* font: normal bold 15px/1 "Arial", sans-serif; */
    border-radius: 3px;
    color: white;
    margin: 2px;
}

/* Align PDF reader */
.pdf-reader-embed {
    text-align: center;
}

#pdf_reader {
    height: 780px !important;
    text-align: center;
}

/* We apply the main image to the whole page wrapper */
.rtecenter {
    text-align: center;
}

#main-container {
    background-color: transparent;
    background-size: cover;
    background-image: url("../images/25101.jpg") !important;
    background-position: top center;
    background-repeat: repeat;
}

/*  DEMANDE RDV SELECT SAL TO LARGE */
#edit_selectionner_un_salarie_chosen {
    width: 100% !important;
}


/*  PAGE RAPPORTS */
.jrPage {
    width: 100% !important;
}
.rapport_container {
    display: flex;
    /* flex-flow: row wrap; */
    justify-content: space-around;
    margin-bottom: 10px;
}

.rapport_item {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-basis: calc(16.66% - 10px); */
}

html, body, #rapport_container, #edit-processed-rapport {
    display: block;
    width: 100%;
    /* height: 1000px; */
    border: 0px;
    margin: 0 auto;
}

/*  VIEWS PREVIEW PAGE */
.webform-preview .title-preview {
    font-weight: normal !important;
}

.webform-preview .title-preview:after {
    content: ": ";
}

.webform-preview .fieldset-legend {
    display: none;
}

/*  VIEWS HEAD TABLE LINK SORT */
.view-content thead tr th {
    color: #262626;
}

.view-content thead tr th a {
    color: #262626;
    text-decoration: underline;
}

.view-content thead tr th a:hover {
    color: #d2dbe0;
}

/*  DISABLED INPUT */
input[type="text"][disabled] {
    background: #e6e6e6;
}

input[type="date"][disabled] {
    background: #e6e6e6;
}


/*  PDF VIEWER */
.node-page.view-mode-full .field-name-field-pdf-reader .field-item {
    width: 100% !important;
}

/*  RISQUES EN TWO COLUMNS */
@media (max-width: 375px) {
    .risques_columns {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
}

@media (min-width: 376px) and (max-width: 575px) {
    .risques_columns {
        column-count: 1;
        -moz-column-count: 1;
        -webkit-column-count: 1;
    }
}

@media (min-width: 576px) {
    .risques_columns {
        column-count: 2;
        -moz-column-count: 2;
        -webkit-column-count: 2;
    }
}

/*  CHANGE ADH ACTIF */
.td-select-adherent-primary {
    width: 80% !important;
}

.td-select-adherent-texte {
    width: 300px;
    padding-right: 15px;
}

.td-select-adherent-secundary {
    display: inline-block !important;
    width: 400px;
    margin-right: 20px !important;
}

/******************************/

.chosen-container {
    font-size: 18px;
}

.site-name-link {
    font-family: 'Bree Serif', serif;
}

/* liste travs avec statuts innactifs */
.view-v1-entr-travs .N {
    background-color: rgba(250, 128, 114, 0.5) !important;
}

/**
 * @file
 * Front-end styling for the display of webforms.
 */
input.webform-calendar {
    display: none;
    padding: 3px;
    vertical-align: top;
}

html.js input.webform-calendar {
    display: inline;
}

.highlight {
    background-color: #555bbb;
}

#main-container {
    min-height: 500px !important;
}

legend {
    font-size: 1em;
}


#edit_sal_type_voie_chosen, #edit_sal_country_chosen {
    width: 100% !important;
}

.w3-section .js-form-item .form-item .js-form-type-select .form-type-select .js-form-item-sal-title-select .form-item-sal-title-select .form-no-label .form-disabled {
    margin-top: 0 !important;
}

.select2-container--default .select2-selection--single {
    width: 100% !important;
    height: 50px;
    padding: 6px;
    box-shadow: inset 0 0 5px rgb(51 44 51/ 10%);
    background-color: #fff;
    border: 1px solid #eaeaea !important;
    border-radius: unset;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
}

.chosen-container-single .chosen-single {
    background: none;
    border: none;
    box-shadow: none;
}

#edit_sal_type_voie_chosen, #edit_sal_country_chosen {
    margin-top: 4px;
}

.form-select {
    box-shadow: inset 0 0 5px rgb(51 44 51/ 10%);
    /* background-color: #fff; */
    border: 1px solid #eaeaea !important;
    border-radius: unset;
}

.layout--onecol .layout__region, .bs-mb-1 {
    margin-bottom: 30px !important;
}


/**********************/
/*       boutons      */
/**********************/

.views-button-semitransparent {
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 8px;
    width: 80%;
    /* max-width: 200px; */
    background: #607d8b; /* fallback color for old browsers */
    background: rgba(96, 125, 139, 0.5);
    border-radius: 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    transition: all 0.3s ease-out;
}

.views-button-semitransparent:hover, .views-button-semitransparent:focus,
.semi-transparent-button:active {
    background: rgba(84, 107, 118, 0.5);
    color: #000;
    transition: all 0.1s ease-in;
    border-radius: 8px;
}

.views-button {
    background-color: #1c87c9 !important;
    color: white !important;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #ccc;
}

.views-button-green {
    background-color: #86cb81 !important;
    border: none;
    color: white !important;
    display: inline-block;
    margin: 16px 2px;
    cursor: pointer;
}

.views-button-blue {
    background-color: #027eff !important;
    border: none;
    color: white !important;
    display: inline-block;
    margin: 16px 2px;
    cursor: pointer;
}

.views-button-red {
    background-color: #e11f22 !important;
    border: none;
    color: white !important;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
}