.modal {
    height: auto;
}

.selectedTr>td {
    background: #e07f43 !important;
    color: white;
}

.detailLink {
    color: #e5722a;
    font-weight: bold;
}

.selectedTr>td>.detailLink {
    color: #232323;
}

.btn.disabled {
    background-color: gray;
    pointer-events: none;
    cursor: default;
}

.btn.disabled:hover {
    background-color: gray;
    pointer-events: none;
    cursor: default;
}

.close-modal {
    display: none !important;
}

li>.title {
    margin: 0;
    padding-top: 10px;
}

.title>p {
    display: inline-block;
}

.selectedTh {
    background: #e5722a;
    border-color: #e5722a;
    color: #fff;
    border-right-color: #d2cfcf;
}

.selectedTh .icon {
    color: #fff;
}

.modal.popup-holder {
    background: #f3f3f3;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    width: 100%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    max-width: 400px;
}

form>div>div>label {
    height: 0;
    margin: 0 !important;
    padding: 0;
}

.image-added:before {
    content: "" !important;
}

.hover-flow:hover {
    overflow: auto;
    text-overflow: inherit;
}

.flash-success {
    padding: 5px 20px;
    background-color: green;
    margin-bottom: 10px;
    margin-left: 20px;
    color: white;
    width: fit-content;
    border-radius: 5px;
}

.flash-error {
    padding: 5px 20px;
    background-color: red;
    margin-bottom: 10px;
    margin-left: 20px;
    color: white;
    width: fit-content;
    border-radius: 5px;
}

select.show-battery_station,
select.show-entreprise,
select.show-ville,
select.show-distributor {
    width: 100%;
    height: 40px;
    background-color: #fff;
    outline: none;
}

select.show-station {
    width: 100%;
    height: 42px;
    background-color: #fff;
    outline: none;
}

select.show-station.disabled {
    background-color: #a9a9a9;
}

.email:hover {
    cursor: pointer;
    color: #e5722a;
}

.countryCodeInput {
    width: 80px !important;
    margin-left: -50px;
    display: inline-block !important;
}

.phoneInput {
    margin-right: -60px;
    width: 220px !important;
    display: inline-block !important;
}

.attribute-error-msg {
    border-radius: 5px;
    background: #3c3f50;
    color: #fff;
    text-align: center;
    padding: 15px 10px;
    margin: 20px;
    width: 150%;
    margin-left: -25%;
}

.error-message {
    text-align: center;
    color: red;
    margin-bottom: 10px;
}

.attrib-list {
    border-radius: 10px;
    overflow-y: auto;
    border-top: 2px solid #d2cfcf !important;
    text-align: center;
}

.commentField {
    width: 100%;
    height: 100px;
    resize: none;
    border-color: #b8b8b8;
}

.galleryDetail {
    max-width: 880px;
    max-height: 554px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.fancybox-content {
    display: inline-table !important;
}

.text-bar {
    margin-top: 8px !important;
    padding: 0 !important;
}

.version {
    color: #e5722a;
    font-weight: bold;
    position: absolute;
    bottom: 25px;
    left: 50px;
}

textarea {
    border-radius: 5px;
    border-color: transparent !important;
}

.attributedBattery {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

.fa-file-excel-o {
    color: black;
    font-size: 24px !important;
    position: absolute;
    right: 10px;
    top: 10px;
}

#station_type>input {
    margin-top: 10px;
}

#station_type>label {
    margin: 10px 20px;
}

.distrib_show {
    position: absolute;
    bottom: 0px;
    text-align: center;
    right: 225px;
    font-size: 11px;
    color: #d2d2d2;
}

.dowload_modele {
    text-align: center;
    margin-bottom: 15px;
    text-decoration: underline;
}

form>div>div {
    margin-top: 15px;
    ;
}

.heading>a {
    margin: 2px 0px;
}


/* for range slider */

.slider {
    -webkit-appearance: none;
    /* Override default CSS styles */
    appearance: none;
    width: 100%;
    /* Full-width */
    height: 10px;
    /* Specified height */
    background: #d3d3d3;
    /* Grey background */
    outline: none;
    /* Remove outline */
    opacity: 0.7;
    /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s;
    /* 0.2 seconds transition on hover */
    transition: opacity .2s;
    border-radius: 5px;
    margin: 10px 0;
}


/* Mouse-over effects */

.slider:hover {
    opacity: 1;
    /* Fully shown on mouse-over */
}


/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    /* Override default look */
    appearance: none;
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #e5722a;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
}

.slider::-moz-range-thumb {
    width: 25px;
    /* Set a specific slider handle width */
    height: 25px;
    /* Slider handle height */
    background: #e5722a;
    /* Green background */
    cursor: pointer;
    /* Cursor on hover */
    border-radius: 50%;
}

#tripOnMapModal {
    max-width: 90vw;
}

#tripOnMapModal #map {
    width: 88vw;
}

.notificationSelect {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}

.inputSearchDate {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.searchInput {
    width: 100px;
}

.searchDate {
    border: #0a0a0a 1px solid;
    width: 50%;
    border-radius: 5px;
    display: block;
    padding: 10px;
    height: 50px;
    margin-bottom: 5px;
}