/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*/


@font-face {
 font-family:'Glyphicons Halflings';
 src:url(../fonts/glyphicons-halflings-regular.eot);
 src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}
.glyphicon {
 position:relative;
 top:1px;
 display:inline-block;
 font-family:'Glyphicons Halflings';
 font-style:normal;
 font-weight:400;
 line-height:1;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}

body {
	font-size: 14px;
}

.navbar-nav>li>a {
	line-height: 20px;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.0625rem + 2px);
	padding: .375rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .0rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-form .btn-primary, .main-form .btn-primary:hover, .search-siren .btn-primary,
	.search-siren .btn-primary:hover, .btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
	border-radius: 0px;
}

#loadingDiv {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	opacity: 50%;
}
 

.swal2-confirm {
	padding: 7px 19px;
	border-radius: 0px !important;
	background-color: #000 !important;
	font-size: 12px;
	border: none;
	text-shadow: none;
}

.swal2-header {
	display: none;
}

.swal2-content ul li {
	list-style: none;
}

.main-form .field-title, .main-form .field-input {
	padding: 2px 7px;
}

body.waiting {
	cursor: progress;
}

.form-group label.required:last-letter {
	color: red;
	font-size: 30px;
	vertical-align: middle;
	line-height: 0px;
}

#divPaiement .form-check-label.required{
	margin-left: 5px;
}

#dialog .alert-notice{
	padding: 0;
	text-align: center;
}

#dialog .msg-from-error ul li a {
	text-decoration: underline;
}

#dialog .msg-from-error ul {
	list-style: none;
	padding: 0;
}

.fc-highlight {
	background: inherit !important;
}
.fc-content:hover{
	background:lightblue;cursor: pointer;
}
.main-form{
	margin-bottom: 10px;
}

.main-form .form-control{	
    margin-top: 6px;
    margin-bottom: 10px;
}
.main-form textarea {
	resize: none;
}

.fc .fc-daygrid-event-harness {
    display: inline-table;
}

@media print {
 .visible-print-inline-block {
  display:inline-block!important
 }
}
@media print {
 .hidden-print {
  display:none!important
 }
}

.glyphicon-print:before {
 content:"\e045"
}

.email{
	line-height: 45px;	
}

input#qrcode_qr_code_id{
	margin: 0;
}

body.mode-tc .main-form .form-control
{
  color:black;
}

.infos-utiles {
	margin-left: 8px;
}

.infos-utiles img {
	width: 110px;
	height: 38px;
	margin-left: 8px;
}

.mode-tc .infos-utiles {
  line-height: revert;
}

.mode-tc .infos-utiles img {
  display: none;
}
