﻿html, body {
    height: 100%;
}
.login_section img {
    margin: 20px 0;
}
#topBar > div > div > div > ul > div > li > a {
    width: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.jumbotron h1 {
    color: #fe6a00;
    font-weight: 500;
}

.jumbotron h2 {
    color: #fe6a00;
    font-weight: 500;
}

.top-buffer {
    margin-top: 20px;
}

.bottom-buffer {
    margin-bottom: 20px;
}

a {
    color: #ff6b00;
}

    a:hover,
    a:active,
    a:focus,
    a::selection {
        color: #007bff;
        text-decoration: none;
    }

    #topBar a:hover, #topBar button:hover,
    a.text-dark:hover, a.text-dark:focus {
        color: #007bff !important;
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.logo {
    max-height: 60px;
    position: relative;
    left: -35px;
}
/*#topBar {
    background-color: #14272e;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}*/
#topBar {
    background-color: #fff;
    color: #fff;
    padding: 0;
    border-bottom: 1px solid #fe6a00;
}

    #topBar a,
    #topBar button {
        font-size: 14px;
        font-weight: 600;
    }

    #topBar .btn {
        padding: 0.45rem .75rem;
    }

    #topBar a:hover, #topBar button:hover {
        color: #14272e;
    }

.nav-link {
    color: #ff6b00 !important;
    font-size: 16px;
}

    .nav-link:hover {
        color: #007bff !important;
        font-size: 16px;
    }

#navbarToggler {
    margin-right: -15px;
}

.nom_concessionnaire {
    margin: 15px 0;
    font-size: 16px;
}

ul.navbar-nav {
    float: right;
}

.nav-link {
    margin: 0;
}

#myNavbar .nav-link {
    /* padding: 20px 0px !important;*/
    text-align: left;
}

body {
    background-color: #14272e;
    color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #fe6a00;
    border-color: #fe6a00;
    border-radius: 10px;
    text-transform: uppercase;
}

.manutention_content .btn-primary {
    text-transform: uppercase;
    font-weight: 600;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    margin: 0;
}

.footer {
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 40px;
    line-height: 40px; /* Vertically center the text there */
    background-color: #d6d9da;
}

.logo_consessionnaire {
    width: 129px;
    height: 29px;
}

.concessionnaire_aviseurs {
    /* padding-left: 39px; */
    text-indent: 20px;
    color: lightslategrey;
}

.transaction_label label {
    margin-bottom: 0rem;
}

.input-group-prepend input {
    border-radius: 0rem;
}

.ui-autocomplete {
    width: 25%;
    background-color: #fff;
    color: #000;
    list-style-type: none;
}

.ui-helper-hidden-accessible {
    display: none;
}

.text-danger {
    width: 100%;
}

#item_MarquePneu, #ModelesPneus, #item_Option, #item_Usure,
#LargeurPneu, #item_Saison, #item_Roue, #HauteurPneu, #DiametrePneu {
    padding: 0;
}

#table_concessionnaires img {
    width: 129px;
    height: 29px;
}

#login_page {
    background: url("/images/visuel-fond-login.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/*#login_page section {
        margin: 90% 0;
    }*/

.PInfoEnsPneu {
    background-color: #d6d9da;
    padding: 15px;
}

    .PInfoEnsPneu h4 {
        color: #000;
        font-weight: 700;
    }

#transaction_container {
    padding: 15px;
    background-color: #4f5d62;
}

    #transaction_container h4 {
        font-weight: 700;
    }

#CreateTransactionPneus .control-label {
    color: #000;
}

#CreateTransactionPneus td {
    color: #000;
}

#CreateTransactionPneus_wrapper {
    padding: 20px 6px;
}

table#CreateTransactionPneus {
    color: #000;
}

.modal-content label,
.modal-content h4 {
    color: #A8A9AA !important;
}

.modal-content {
    width: 100%;
    height: 240px;
    border-radius: 25px;
    margin: 59% 0%;
    background-color: #fff;
}

.modal-body {
    color: #000;
}

.modal-content_ajout_modele {
    width: 100%;
    height: 300px;
    border-radius: 25px;
    margin: 59% 0%;
}

.modal-body div {
    margin: 10px 0;
}

#RecupererContent .form-control {
    margin: 8px 0;
}

.copyright {
    color: #14272e;
}

.retourEnArriere {
    margin-top: 10px;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.bouton_fermer a {
    cursor: pointer;
    color: #fe6a00 !important;
}

.btn-secondary {
    background-color: #A7A8A9;
    border-color: #A7A8A9;
}

    .btn-secondary.disabled, .btn-secondary:disabled {
        background-color: #A7A8A9;
        border-color: #A7A8A9;
    }

table.dataTable tbody {
    color: #000;
}

#login_form {
    margin: 30% 0 0;
}

#multiselect, #multiselect_to {
    padding: 11px 0;
    margin: 0 0 21px;
}

.image_pneu {
    width: 100%;
    height: auto;
}

.recuperation_ensemble_pneus_liste {
    margin: 10px 0;
    font-size: 13px;
}

.recuperation_ensemble_pneus_liste_grandeur {
    color: #fe6a00
}

.recuperation_ensemble_pneus_liste_usure {
    font-weight: 600;
}

#addRowPneu {
    background-image: url("/images/plus.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
}

#removeRowPneu {
    background-image: url("/images/moins.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 52px;
    height: 52px;
}

#addRowPneu:hover {
    background-image: url("/images/plus-hover.png");
}

#removeRowPneu:hover {
    background-image: url("/images/moins-hover.png");
}

#btn_livraison {
    text-transform: uppercase;
    color: #fff !important;
}

    #btn_livraison .btn.disabled, #btn_livraison .btn:disabled {
        color: #fff !important;
    }

/*li.nav-item {
    width: 200px;
}*/

#content_rapport {
    min-height: 500px;
}

.label-600 {
    font-weight: 600;
}

#pneusAVendre ul {
    padding-right: 0 !important;
}

#pneusAVendre ul {
    padding-left: 18px;
}

input#ConfirmerCommande {
    width: 5%;
    float: left;
    margin: 0 10px 0 0px;
}

#ConfirmerCommandeLabel {
    margin-top: 6px;
}

.DatatablesContent {
    background-color: #4f5d62;
    padding: 15px;
    color: #333;
}

    .DatatablesContent label, .DatatablesContent .dataTables_info {
        color: #fff;
    }

#tableTransactionIndex, #table_avis_index, #pneusAVendre, #table_concessionnaires, #table_utilisateurs, #table_ranges, #EnsemblesDisponibles, #TousLesEnsembles, #tableTransactionIndex {
    background-color: #fff;
    border-bottom: 1px solid #111;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 3px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 5px 3px;
    border-bottom: 1px solid #111;
}

#DisponibleALaVente,
#EnsemblePneu_ProchainRamassage {
    width: 7%;
    margin-top: -5px;
    cursor: inherit;
}

#edit_boutton {
    margin-top: 20px;
}

#SelectedConcessionnaire, #TypeRapport {
    height: calc(1.75rem + 2px);
    padding: 0px 8px;
}

.bloc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.bloc select {
    padding: 10px;
    margin: -5px -20px -5px -5px;
}

#pneusAVendre {
    font-size: 13px;
}

#emplacementLocal {
    visibility: hidden;
}
.messageRamassage {
    color:red;
    margin-top: -10px;
    font-size: 12px;
}
.recuperation_ensemble_pneus_liste_grandeur label {
    margin-bottom: 0;
}

#reimpression_content {
    margin: 20px 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
}

.texte-quantite-admin-accueil {
    color: #000;
    font-size: 1.4em;
    font-weight: 500;
    float: left;
    margin: 15px 0;
}

.admin-accueil-quantite-vendu,
.admin-accueil-quantite-livrer,
.admin-accueil-quantite-cueillir {
    float: right;
}

.radio-reimpression {
    color: #000;
}

.custom-control-input {
    border: 2px solid red;
}

.reimpression_option {
    width: 100%;
}

.custom-control-label::before {
    border: 1px solid #333;
}

.jconfirm-title, .jconfirm-content {
    color: #000;
}

#transactionform .copie_client_create label {
    color: #000;
    margin: 0 0 5px 5px;
}

#TousLesEnsembles .enInventaire {
    text-align: center;
}

.icon-edit-pneu {
    float: left;
    margin-top: 15px;
}

input:read-only,
input:disabled,
textarea:read-only,
[contenteditable]:read-only {
    cursor: not-allowed;
}

.legende {
    background-color: #fff;
    color: #000;
}

.tire-img {
    margin: 0 auto;
    text-align: center;
}

    .tire-img img {
        width: 20%;
    }

.reimprimer {
    font-weight: 900;
    font-size: 26px;
    margin: 22px 19px;
    position: relative;
    top: 5px;
}

#reimprimer, #concessionnairereimprimer {
    color: #ff6b00;
    cursor: pointer;
}
    #reimprimer:hover,
    concessionnairereimprimer:hover{
        color: #007bff;
    }

#TousLesEnsembles
{
    font-size:14px;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .login_section {
        margin: auto;
        margin-top: 15%;
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .display-4 {
        font-size: 2.5rem;
    }
}


dt {
    margin-top: 1em;
}

    dt:first-child {
        margin-top: 0;
    }

dd {
    width: 25%
}

*[data-editor-field] {
    border: 1px dashed #ccc;
    padding: 0.5em;
    margin: 0.5em;
}

    *[data-editor-field]:hover {
        background: #f3f3f3;
        border: 1px dashed #333;
    }

.btn-submit-edit-pneus
{
    margin:20px 0 10px;
}
checkbox#TransactionEditDisponibleVente {
    margin: 40px 0 -17px !important;
}

#message-box-erreur {
    position: relative;
}
.hidden {
    visibility:hidden;
}
#alert-manutention-failed
{
    top:-66px;
    margin-bottom:-66px;
}
.container-manutention
{
    margin:50px 0;
}
