body{
	background-color: #3287dc;
	height: auto;
}

.indication {font-size: 0.8em; font-style: italic;}

a:hover{
	color: initial !important;
}

.div_boutons_accueil{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}

.bouton_accueil{
	width: 100%;
    padding: 10px;
    margin: 12px;
    color: white !important;
}

.bouton_deco{
	width: 100%;
    padding: 10px;
    margin: 12px;
    color: white !important;
    background-color: #cf0014 !important;
}

.white_text{
	color: white;
}

.black_text{
    color: #212529 !important;
}

.barrenav{
    width: 75%;
}

.contain_logo_accueil{
	background-color: white;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
    margin: 15px;
    margin-bottom: 0;
}

.deconnexion{
	background-color: #cf0014;
	border-color: #cf0014;
}

.box_missions{
   /* position: absolute;*/
    display: flex;
    flex-wrap: wrap;
    height: 60% !important;
    overflow-y: scroll;
    margin-top: 15px;
    border-radius: 20px;
    margin-bottom: 30px;
	border-top: 2px solid #307dc9;
    border-bottom: 2px solid #307dc9;
}

.nav-link {color:#6c757d !important;}

.box_missions p{
	margin-bottom: 8px;
}

.bloc_flex_tab_missions{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.adresse_tab_missions{
	margin-bottom: 0 !important;
	line-height: initial;
}

.ombrecard{
	-webkit-box-shadow: 6px 11px 11px -7px rgba(46,46,46,0.81);
    -moz-box-shadow: 6px 11px 11px -7px rgba(46,46,46,0.81);
    box-shadow: 6px 11px 11px -7px rgba(46,46,46,0.81);
}

.button_back:focus, .button_reload:focus{
	outline: none;
}

.button_back{
	background: inherit;
	border: none;
	outline: none;
	color: black;
    text-align: right;
    margin: 0px 0px 2px 0px;
  	-webkit-transition: -webkit-transform 180ms ease-in-out;
          	transition:         transform 180ms ease-in-out;	
}

.button_back i{
	padding: 10px;
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 38px -11px rgba(46,46,46,0.94);
    -moz-box-shadow: 5px 10px 38px -11px rgba(46,46,46,0.94);
    box-shadow: 5px 10px 38px -11px rgba(46,46,46,0.94);
}

.button_back:active{
	transform-origin: right;
	-webkit-transform: translate(-5px);
	        transform: translate(-5px); 
	color: black;
}

.button_reload{
	border: none;
	background: inherit;
	color: black;
    text-align: right;
  	-webkit-transition: -webkit-transform 180ms ease-in-out;
          	transition:         transform 180ms ease-in-out;
}

.button_reload i{
	padding: 10px;
    background-color: white;
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 38px -11px rgba(46,46,46,0.94);
    -moz-box-shadow: 5px 10px 38px -11px rgba(46,46,46,0.94);
    box-shadow: 5px 10px 38px -11px rgba(46,46,46,0.94);
}

.button_reload:active{
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg); 
	color: black;
}

#boutons{
	display: flex;
    justify-content: center;
    align-items: center;
/*    flex-direction: column;*/
}

.date_mission{
	background: none;
	outline: none;
	border: 1px solid white;
	border-radius: 5px;
	color: white;
}

.valid_date_mission{
	background: white;
	outline: none;
	border: 1px solid white;
	border-radius: 5px;
	color: black;	
}

.icone_submit_date{
	background: white;
	outline: none;
	border: 1px solid white;
	border-radius: 5px;
	padding: 0;
    padding-right: 10px;
    color: #3287dc;
}

.nombre_missions{
	margin: 12px 0px -10px 0px;
    color: #dc3545;
    padding: 0px 6px 0px 6px;
    background: white;
    font-weight: 600;
	font-size: 2em;
    border-radius: 5px;
}

.menu_liste_missions{
    top: 75px;
    background-color: #3287dc;
}

.barre_id_detail{
    background-color: #0059b9;
    padding: 5px;
}

.client_detail_mission{
    background-color: white;
    padding: 5px;
    color: #e04355;
}

.bloc_marchandise{
    background: white;
    border-radius: 5px;
}
.bloc_marchandise p {margin-bottom: 0;}

.logophone{
    background: inherit;
    border: none;
    outline: none;
    color: black;
    text-align: right;
    margin: 0px 0px 2px 0px;
}

.logophone i{
    padding: 10px;
    background-color: white;
    border-radius: 50%;
}

.logophone:focus, .logophone:active, .logophone:hover{
    color: black !important;
}

.bouton-start{
    border-radius: 5px;
    border: #2b8640 1px solid;
}

.bouton-plan{
    border-radius: 5px;
    border: white 1px solid;
}

.bouton-signer{
    width: auto;
    border-radius: 5px;
    border: #2b8640 1px solid;
}

.upload-btn-wrapper input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.bouton-photo{
    border-radius: 5px;
    border: transparent 1px solid;
    padding: 8px 10px;
}

.upload-btn-wrapper{
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.signature-pad{
    width: 100%;
    height: auto;
    background-color: #eeeeee;
}

.photo_chauffeur{
    width: 220px;
    height: auto;
}

.signature_chauffeur{
    height: auto;
}

.signer_bouton:focus, .signer_bouton:active, .signer_bouton:hover{
    color: white !important;
}

.signer_bouton{
    color: white !important;
}

.bg-creme{
    background-color: #f8f9fa;
}

a.isDisabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.cursor-pointer {
    cursor: pointer;
}

.no_missions{
    color: rgb(234, 162, 169);
}

.card h5 {color: #007bff;}

#section-tournee {display: none;}
#section-reserves {display: none;}

.card-header .col-8, 
.card-header .fas.fa-plus {
    cursor: pointer;
}

.fa-grip-vertical {
    cursor: move;
    user-select: none;
    touch-action: none;
}

.sortable-ghost {
    opacity: 0.5;
    background: #c8ebfb;
}

.sortable-drag {
    opacity: 0.9;
}

/* Styles pour le bouton reset */
#resetOrderBtn {
    transition: all 0.3s ease;
}

#resetOrderBtn:hover {
    transform: scale(1.05);
}

#resetOrderBtn i {
    transition: transform 0.3s ease;
}

#resetOrderBtn:hover i {
    transform: rotate(-360deg);
}

/*Media query en dessous de 578px*/
@media (max-width: 578px) {
   .mission-card .card-body {font-size: 11px; padding: 10px;}
   .mission-card .card-body h6 {font-size: 11px;}
   .card-header h1 {font-size: 18px;}
   .card-header h2 {font-size: 16px;}
   .card-header h3 {font-size: 14px;}
   .card-header h4 {font-size: 12px;}

   h3 {font-size: 14px;}
}

.swal2-container {
    z-index: 9999;
}

.icon-calendrier {
    position: relative;
    font-size: 2.5rem;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numero-semaine {
    position: absolute;
    font-size: 1.2rem;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 2px;
}
.postit {
	overflow: auto;
	background: #FFC url(../images/modifier_petit.gif) no-repeat 3px 3px;
	font-family: "courrier new";
	color: black;
	padding: 5px 5px 5px 22px;
    border: #333 1px solid;
}
