/**
 * Feuille de style à utiliser pour les écrans angular qui utilisent également bootstrap.
 */
body {
	min-width: unset !important;
}

header {
	line-height: 14px;
	min-width: unset !important;
	z-index: unset !important;
}

h2 {
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4E80C0;
}

h4 {
	margin-top: unset;
	font-size: 15px;
	font-weight: bold;
}

hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

section.pleinePage {
	padding-top: 138px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}

#sectionCadre {
	padding: 10px;
	overflow-x: auto;
	overflow-y: auto;
}

.flexBoxCriteresRecherche {
	display: flex;
	text-align: left;
	padding-bottom: 10px;
}

.flexBoxCriteresRecherche > div {
	padding: 2px;
	margin: 2px;
}

input.alignWithUiSelect {
	height: 24px;
	border-radius: 4px;
}

.flexBoxConteneur {
	display: flex;
}

.flexBoxConteneur > div {
	padding: 2px;
	margin: 2px;
}

.table {
	border-collapse: separate;
	background-color: white;
	border-color: #4E80C0;
	margin-bottom: 5px;
}

.table thead tr th {
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
	background-color: #DCEEF9;
	color : #4E80C0;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
	text-align: center;
}

.table tbody tr td {
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #A3A3A3;
	border-top: 1px solid #DBDBDB;
	border-bottom: 0px solid;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	vertical-align: middle;
}

.table tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}

.table tbody tr:nth-child(odd) {
	background-color: #F1F5FA;
}

.table tbody tr:hover {
	color: #bc252d;
	text-shadow: rgb(203, 212, 75) 0em 0em 0em;
	background-color: #f5f5f5;
	cursor: default;
}

.table tbody tr:focus {
	color: #bc252d;
	text-shadow: rgb(203, 212, 75) 0em 0em 0em;
	background-color: #ebebeb;
	cursor: default;
}

.table tbody tr.selected {		
	background-color: #c0c0c0;
}

.panel-default {
	border-color: #4E80C0;
}

.panel-default > .panel-heading {
	color : #4E80C0;
	background-color: #DCEEF9;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.panel-default.panel-open > .panel-heading {
  	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom: 1px solid #A3A3A3;
}

.panel-title {
	font-weight: bold;
	font-size: 13px;
}

.panel-body td {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cktl-accordion-toggle:hover {
	cursor: pointer;
}

.cktl-accordion-toggle:hover {
	text-decoration: underline;
}

div.radiodiv {
	padding-top: 5px;
	white-space: nowrap;
}

div.radiodiv input[type="radio"] {
	margin-top: -2px;
}

.pagination > li > a {
	padding: 4px 10px;
}

