﻿.menuSpan { margin-left: 10px; }

.field-validation-error { color: #F44336; }

.validation-summary-errors { color: #F44336; }

.noirIcone {
    color: #f5f5f5;
    margin-right: 7px;
}

.TexteBoutonIcone { margin-left: 7px; }

.IconesAlignees { white-space: nowrap; }

#btnAjout {
    margin-bottom: 30px;
}

.alerteLogin {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
}

#selectionProfileDiv { margin: 10px; }

/*#map, #listeVehicules { height: 770px !important; }*/

#listeVehicules {
    padding: 0 15px;    
    color: #333;
}

.Historique > #listeVehicules{
    margin: 0 15px 0 0;
}

.Live > #listeVehicules{
    margin: 64px 15px 0 0;
}

.Histo > #listeVehicules {
    margin: 0 10px 0 0;
}

#listeVehicules li {
    height: 64px;
}

#listeVehicules table {
    width: 100%;
}

#enTeteListeVehicules {
    margin: 15px;
    width: 100%;
}

#enTeteHisto {
    margin: 15px;
    width: 100%;
}

#choixVehicule {
    padding: 0 0px;
    color: #333;
}

.Histo > #choixVehicule {
    margin: 0 0px 0 0;
}

#choixVehicule li {
    height: 64px;
}

#choixVehicule table {
    width: 100%;
}

.suiviBtn {
    float: right;
}

#listeVehicules .titre { margin-left: 8px; }

.btnListe { margin-right: 10px; }

.textAlignCenter { text-align: center; }

.select2-selection__rendered { margin-top: 1px !important; }

.iAjoutMarge { margin-right: 5px; }

canvas {
    height: auto !important;
    max-width: 1300px;
    width: 100% !important;
}

#btnCartoFermerSidebar {
    float: right;
}

.Historique > #btnCartoLockSidebar {
    margin-left: 15px;
}

.Live > #btnCartoLockSidebar {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}

.StatsTitre {
    font-size: 38px !important;
    font-weight: bold;
    line-height: 100%;
}

#VersionSite {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 10px;
    color: #808080;
}

.icheckbox_flat-red,
.iradio_flat-red {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.leaflet-control-container .leaflet-routing-container-hide {
    display: none;
}

#iconeProfileUtilisateur {
    display: inline-block;
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    vertical-align: bottom;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #f44336;
    background-color: white;
}

.itemListeCartoHisto {
    cursor: pointer;
    cursor: hand;
}

.boxStatistique .icone {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 90px;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 1;
    color: #dd4b39;
}

.boxStatistique .icone:hover {
    font-size: 95px;
    text-decoration: none;
}

.boxStatistique .icone i {
    background-color: white;
}

.boxStatistique .box-body {
    font-size: 38px;
    z-index: 0;
}

.boxStatistique .barreProgession {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dd4b39;
    height: 5px
}

.valider-ordre {
    background: #ddffd5 !important;
}

.mycluster {
    background: #3498db;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-weight: 700;
    border: 1px solid #3498db;
    font-family: monospace;
}

    .mycluster:before {
        content: ' ';
        position: absolute;
        border-radius: 50%;
        z-index: -1;
        top: 1px;
        left: 1px;
        right: 1px;
        bottom: 1px;
        border: 1px solid white;
    }

.digits-1 {
    font-size: 14px;
    height: 28px;
    width: 28px;
    line-height: 28px;
    margin-top: -14px;
    margin-left: -14px;
}

.digits-2 {
    font-size: 16px;
    height: 34px;
    width: 34px;
    line-height: 35px;
    margin-top: -17px;
    margin-left: -17px;
}

    .digits-2:before {
        border-width: 2px;
    }

.digits-3 {
    font-size: 18px;
    height: 48px;
    width: 47px;
    line-height: 47px;
    border-width: 3px;
    margin-top: -24px;
    margin-left: -24px;
}

    .digits-3:before {
        border-width: 3px;
    }

.digits-4 {
    font-size: 18px;
    height: 58px;
    width: 58px;
    line-height: 57px;
    border-width: 4px;
    margin-top: -29px;
    margin-left: -29px;
}

    .digits-4:before {
        border-width: 4px;
    }
