.w-full {
	width: 100%;
}

.user-profile .up-main-info .user-avatar-w .user-avatar {
	width: 130px;
	height: 130px;
	border-radius: 65px;
}
.logged-user-w .avatar-w {
	border: 0px;
}
.logged-user-w .avatar-w img {
	width: 70px;
}
div.dataTables_wrapper {
	padding:0px !important;
	margin:0px;
}

.fc-event {
	margin: 1px 0px;
	box-shadow: 2px 3px 6px 0px #bdd4ff;
	padding: 4px 6px;
}

.projects-list .project-head .project-users .avatar { 
	box-shadow: none;
}

.form-control[readonly] {
	background-color: white;
}

.form-buttons-w {
    margin-top: 1rem;
}

.timed-activity .ta-date span:after {
	border: 3px solid #636c72;
}

.timed-activity .ta-timestamp {
	width:200px;
}

.table.border-0 td,
.table.border-0 th {
	border: none !important;
}

.btn, .clickable {
	cursor: pointer;
}

.btn:disabled {
	cursor: not-allowed;
	opacity: .65;
}

.btn:disabled:hover {
	box-shadow: none !important;
}

.required:after { 
	content:" *"; 
	color: #ef2b59;
}

/*Custom ckeditor.*/
.cke_reset {
    border-radius: 5px !important;
}

.cke_top {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
}

.cke_contents {
    background-color: #f8f8f8;
}

.cke_editable {
    background-color: #f8f8f8;
}

a.cke_button_off:hover, a.cke_button_off:focus, a.cke_button_off:active {
    border-radius: 3px !important;
}

a.cke_button_on {
    border-radius: 3px !important;
}

.menu-side-w ul.main-menu > li span.active {
    font-weight: 500;
}

.select2-container .select2-selection--single {
	height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 35px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 34px;
}

/*Messages.*/
.messages {
    margin-bottom: 0rem;
    color :#3E4B5B;
    font-size: 12px;
    /*max-height: 600px; */
    overflow-y: scroll;
    /*padding-right: 10px;*/
}
.messages p {
    margin-bottom: 0rem;
}

/* Style de la barre de défilement */
/*.messages::-webkit-scrollbar {
  width: 10px;
}

.messages::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.messages::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}

.messages::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}*/

/* Event */
.descriptionEvent p {
	margin-bottom: 0.3em;
}

/* ---------------------------
   | Modals
   ---------------------------
 */

@media (min-width: 992px) {
	.modal-xl {
		max-width: 920px;
	}
}

/* ---------------------------
   | International Telephone Input |
   ---------------------------
 */

.iti__tel-input {
	display: block;
	width: 100%;
	padding: 0.5rem 0.7rem;
	font-size: 0.9rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #cecece;
	border-radius: 0.25rem;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.iti__tel-input:disabled {
	background-color: #f8f9fa;
	color: #6c757d;
}

.iti__tel-input::placeholder {
	color: rgba(164, 173, 182, 0.50);
}

/* -----------------
   | Billing Table |
   ----------------
 */

.billing-table {
	border-collapse: collapse;
	margin: 20px 0;
	overflow: hidden;
}

.billing-table tr {
	border-bottom: 1px solid #ddd;
}

.billing-table tr:hover {
	background-color: rgba(43, 45, 48, 0.03);
}

.billing-table td {
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}

.billing-table tr:last-child {
	border-bottom: none;
}

.billing-table tfoot tr td {
	font-weight: bold;
	background-color: rgba(43, 45, 48, 0.03);
}

.billing-table td:first-child {
	font-weight: 600;
	padding-right: 16px;
}

.billing-table td:last-child {
	text-align: right;
}

.billing-table tfoot tr:last-child {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.billing-table tfoot td {
	font-size: 1.1rem;
	font-weight: 600;
}

.billing-table-sm td {
	padding: 2px 3px;
}

.billing-table-sm td:first-child {
	font-weight: 500;
}

.billing-table-sm tfoot td {
	font-size: 1rem;
	font-weight: 500;
}

/* -----------------
   | Reservation pages. |
   ----------------
 */

/* Base card-soft-primary class - includes everything (bg, hover, default size) */
.card-soft-primary {
	background-color: #ecf2ff;
	padding: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .625rem;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

/* Size modifiers */
.card-soft-primary.card-soft-primary-md {
	padding: .75rem 1rem;
    font-size: 1rem;
	font-weight: 500;
    border-radius: .3125rem;
}

.card-soft-primary.card-soft-primary-lg {
	padding: 1.5rem;
    font-size: 1.5rem;
    border-radius: .75rem;
}

/* Hover effects for all card-soft-primary cards */
.card-soft-primary:hover {
    color: #fff !important;
    background: #377dff !important;
    box-shadow: 0 4px 11px rgba(55, 125, 255, .35) !important;
}

.card-soft-primary:hover div {
    color: #fff !important;
}

.card-soft-primary:hover .text-muted {
    color: #e6e6e6 !important;
}

/* Badges keep their normal appearance on hover */
.card-soft-primary:hover .badge.bg-light {
    background-color: #f8f9fa !important;
    color: #377dff !important;
}

.card-soft-primary:hover .badge.bg-soft-primary {
    background-color: #cfe2ff !important;
    color: #377dff !important;
}

/* Disable hover effect when interacting with the "More info" badge */
.card-soft-primary.no-hover:hover {
    color: inherit !important;
	background: rgba(55, 125, 255, 0.1) !important;
    box-shadow: none !important;
}

.card-soft-primary.no-hover:hover div {
    color: inherit !important;
}

/* Preserve text color in info-square during card hover */
.card-soft-primary:hover .info-square {
    color: #377dff !important;
}

.card-soft-primary:hover .info-square span {
    color: #377dff !important;
}

.modal-rounded .modal-content {
	border-radius: 1rem !important;
	border: none;
}

.modal-rounded .modal-body p {
	color: #555d66 !important;
}
