/*
* @Author: Valentin
* @Date:   2020-01-31 22:00:12
* @Last Modified by:   Valentin
* @Last Modified time: 2021-01-22 12:52:44
*/

/*AJL CSS

Couleur principal : 
violet AJL : #84095d
vert AJL : #c4db0f
*/

.color-violet { color : #84095d; }
.color-vert { color : #c4db0f; }
.color-red-ajl { color : #E30613 !important; }

.bg-color-violet { color : #84095d; }
.bg-color-vert { color : #c4db0f; }

.btn-black-ajl {
    color: #fff;
    background-color: #0e0e0e;
    border-color: #070707;
}

.btn-red-ajl {
    color: #fff;
    background-color: #E30613;
    border-color: #E30613;
}

.bg-gradient-violet 
{
    background-color: #84095d;
    background-image: linear-gradient(180deg,#84095d 10%, #5f0743 100%);
    background-size: cover;
}

.bg-gradient-black {
    background-color: #000000;
    background-image: linear-gradient(180deg,#000000 10%, #424242 100%);
    background-size: cover;
}

.bg-login-image {
    background: url('../img/logo_ajl_accueil.png') no-repeat !important;
    background-position: center !important;
}

.btn-violet {
    color: #fff;
    background-color: #84095d;
    border-color: #84095d;
}

.btn-vert {
    color: #fff;
    background-color: #c4db0f;
    border-color: #c4db0f;
}

.pointer{cursor: pointer;}

.table-table {
    display: table;
    width: 100%;
}
.row-table {
    display: table-row;
}
.cell-table-thead {
    display: table-cell;
    border: 1px solid #e3e6f0;
    border-bottom: 2px solid #e3e6f0;
    padding: .75rem;
    border-collapse: separate !important;
    color: #858796;
    font-weight: bold;
}

.cell-table {
    display: table-cell;
    border: 1px solid #e3e6f0;
    padding: .75rem;
    border-collapse: separate !important;
}

.indication {font-style: italic; font-size: 12px;}

.odd { background-color: #f1f1f1 !important; }
.even { background-color: white; }

.big-bordure {border-right: 3px solid !important;}
.mid-bordure {border-right: 2px solid !important;}

.jour-conge:hover {background-color: #c4db0f; cursor:pointer; color:white;}
.aujourdhui-conge {background-color: #84095d; color:white;}

.btn-plus-conge-jour {color: #1cc88a; font-size: 12px; margin-left: 5px;}
.btn-plus-conge-jour:hover {color: #84095d;}

.cette-semaine-conge {border: 3px solid;}

.badge-conge:hover {background-color: #84095d;}

.inputdocref {
    width: 62%;
    display: inline-block;
    margin-left: 1.5em;
}

.inputsupprrow {
    margin-left: 20px;
}

.alert-gris {
    color: #040404;
    background-color: #dcdbdb;
    border-color: #dcdbdb;
}

.inputkilometre {min-width: 100px;}
.inputcommentaire {max-width: 200px;}
.inputminsmall {min-width: 50px;}

.icone_travaux
{
    animation-duration: 1.5s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}

.circle-plus-event 
{
    float: right;
    color: #bfbfbf;
}

.circle-plus-event:hover
{
    color: #FFFFFF;
}

.info-card {
            transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
            border: none;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .info-card:hover {
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        }
        .section-title {
            color: #5a5c69;
            font-weight: 600;
            border-bottom: 2px solid #4e73df;
            padding-bottom: 8px;
            margin-bottom: 20px;
        }
        .info-item {
            background: #f8f9fc;
            border-radius: 8px;
            padding: 15px;
            margin-bottom: 15px;
            border-left: 4px solid #4e73df;
        }
        .info-label {
            font-weight: 600;
            color: #5a5c69;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .info-value {
            font-size: 1.1rem;
            color: #3a3b45;
            margin-top: 5px;
        }
        .document-item {
            background: white;
            border: 1px solid #e3e6f0;
            border-radius: 8px;
            padding: 15px;
            transition: all 0.2s ease;
        }
        .document-item:hover {
            border-color: #4e73df;
            box-shadow: 0 2px 4px rgba(78,115,223,0.1);
        }
        .status-badge {
            font-size: 0.8rem;
            padding: 4px 12px;
            border-radius: 20px;
        }
        .status-valid {
            background-color: #1cc88a;
            color: white;
        }
        .status-warning {
            background-color: #f6c23e;
            color: white;
        }
        .status-expired {
            background-color: #e74a3b;
            color: white;
        }
        .action-buttons {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 25px;
        }
        .photo-placeholder {
            background: linear-gradient(45deg, #f8f9fc, #e3e6f0);
            border: 2px dashed #d1d3e2;
            border-radius: 8px;
            height: 150px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #858796;
            transition: all 0.3s ease;
        }
        .photo-placeholder:hover {
            border-color: #4e73df;
            background: linear-gradient(45deg, #4e73df20, #4e73df10);
        }
        .comments-area {
            background: #f8f9fc;
            border-radius: 10px;
            padding: 20px;
            border: 1px solid #e3e6f0;
        }

@keyframes clignoter {
  0%   { opacity:1; }
  40%   {opacity:0; }
  100% { opacity:1; }
}

@media screen and (min-width: 442px) {
    #btn-ligne-tout {margin-left: 1rem!important;}
    #btn-ligne-jour {margin-left: 1rem!important;}
}

@media screen and (min-width: 684px) and (max-width: 767px) {
    #btn-moyenne {margin-left: 1rem!important;}
}

@media screen and (max-width: 691px) {
    .dt-buttons {margin-bottom: 20px;}
}

@media screen and (max-width: 1100px) {
    .tooltip {display: none;}
}

@media screen and (max-width: 991px) {
    .img_accueil {display: inline-block;}
}

@media screen and (min-width: 992px) {
    .img_accueil {display: none;}
}