/* +--------------------------------------------------------------------------+
// ? 2002-2013 PMB Services / www.sigb.net pmb@sigb.net et contributeurs (voir www.sigb.net)
// +-------------------------------------------------+
// $Id: demand.css,v 1.1.4.2 2025/10/21 08:58:20 dgoron Exp $ */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

/*                            Notes Dialogue                                  */

/* ---------------------------------------------------------------------------*/

/* ---------------------------------------------------------------------------*/

#dialog_wrapper {
	width: 100%;
	height: 350px;
	overflow: auto;
	padding-right: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
}

.note_gest p {
	color: #fff;
}

.note_opac p {
	color: #fff;
}

.note_gest {
	background: rgb(104, 196, 127);
	background: -moz-linear-gradient(top, rgba(104, 196, 127, 1) 0%, rgba(82, 192, 115, 1) 30%, rgba(67, 167, 115, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104, 196, 127, 1)), color-stop(30%, rgba(82, 192, 115, 1)), color-stop(100%, rgba(67, 167, 115, 1)));
	background: -webkit-linear-gradient(top, rgba(104, 196, 127, 1) 0%, rgba(82, 192, 115, 1) 30%, rgba(67, 167, 115, 1) 100%);
	background: -o-linear-gradient(top, rgba(104, 196, 127, 1) 0%, rgba(82, 192, 115, 1) 30%, rgba(67, 167, 115, 1) 100%);
	background: -ms-linear-gradient(top, rgba(104, 196, 127, 1) 0%, rgba(82, 192, 115, 1) 30%, rgba(67, 167, 115, 1) 100%);
	background: linear-gradient(to bottom, rgba(104, 196, 127, 1) 0%, rgba(82, 192, 115, 1) 30%, rgba(67, 167, 115, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68c47f', endColorstr='#43a773', GradientType=0);
	max-width: 69%;
	padding: 10px 10px 0px 15px;
	border-radius: 0px 18px 18px 18px;
	border: solid 1px rgb(60, 153, 89);
	box-shadow: 2px 2px 2px 0px rgb(39, 102, 59);
	margin: 5px 0px 15px;
	position: relative;
	text-align: right;
}

.note_opac {
	background: rgb(104, 168, 196);
	background: -moz-linear-gradient(top, rgba(104, 168, 196, 1) 0%, rgba(82, 154, 192, 1) 30%, rgba(67, 114, 167, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(104, 168, 196, 1)), color-stop(30%, rgba(82, 154, 192, 1)), color-stop(100%, rgba(67, 114, 167, 1)));
	background: -webkit-linear-gradient(top, rgba(104, 168, 196, 1) 0%, rgba(82, 154, 192, 1) 30%, rgba(67, 114, 167, 1) 100%);
	background: -o-linear-gradient(top, rgba(104, 168, 196, 1) 0%, rgba(82, 154, 192, 1) 30%, rgba(67, 114, 167, 1) 100%);
	background: -ms-linear-gradient(top, rgba(104, 168, 196, 1) 0%, rgba(82, 154, 192, 1) 30%, rgba(67, 114, 167, 1) 100%);
	background: linear-gradient(to bottom, rgba(104, 168, 196, 1) 0%, rgba(82, 154, 192, 1) 30%, rgba(67, 114, 167, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68a8c4', endColorstr='#4372a7', GradientType=0);
	max-width: 69%;
	padding: 10px 10px 0px 15px;
	border-radius: 18px 0px 18px 18px;
	border: solid 1px rgb(74, 117, 167);
	box-shadow: -2px 2px 2px 0px #355B88;
	margin: 5px 0px 15px 30%;
	position: relative;
}

.entete_note {
	margin-bottom: 5px;
}

.entete_note {
	margin-bottom: 4px;
	color: #26364D;
	font-weight: 700;
}

.bulle {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    clear: both;
    max-width: 75%;
}

.bulle::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
}

.bulle_gest {
    background-color: #34C759; /* vert */
    color: #ffffff;
    align-self: flex-start;
}

.bulle_gest::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -10px;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #34C759 transparent transparent;
}

.bulle_opac {
    background-color: #56B3FA; /* bleu */
    color: #ffffff;
    align-self: flex-end;
}

.bulle_opac::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: transparent transparent transparent #56B3FA;
}

.bulle-texte {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.bulle-heure {
    font-size: 12px;
    color: #444;
    margin-top: 5px;
}

.container_bulle {
    display: flex;
    flex-direction: column;
}

#dialog_wrapper input[type="image"] {
	height: 16px;
	width: 16px;
	border: none;
}

.btn_note {
    float: right;
	top: 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 8px;
}

.btn_note input[type="image"] {
	box-shadow: 0px 0px 0px #734D2B inset;
}

.note_opac .btn_note {
	right: 16px;
}

.note_gest .btn_note {
	left: 16px;
}

form[name="modif_notes"], .form_modif_notes {
	height: 40%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 20px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

form[name="modif_notes"] textarea, .form_modif_notes textarea {
	float: left;
	margin-top: 10px;
	padding: 0;
	top: 0px;
	width: 65%;
}

form[name="modif_notes"] input, .form_modif_notes input {
	margin-top: 10px;
}