@charset "iso-8859-1";
body {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  margin: 0px;
  font-family: Arial,Sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: #404040;
}

td {
  font-family: Arial,Sans-serif;
  font-size: 12px;
  line-height:1.2em; 
  color: #404040;
}

img {
  border: 0;
}

hr {
  border: 0;
  background-color: #ffffff;
  height: 2px;
  width: 96%;
}

.titreadmin {
  font-size: 17px;
  color: #ffffff;
  background-color: #337ab7;
  margin: 5px 5px 5px 5px;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial,Sans-serif;
  line-height: normal;
  text-align: left;
}

.glyphicon-large {
    font-size: 19px;
}

.menuheader {
  font-size: 19px;
  color: #b0b0b0;
  text-decoration: none;
  font-weight: normal;
  font-family: Arial,Sans-serif;
  line-height: normal;
  text-align: left;
}

.TableCenter {
  text-align: center;
  vertical-align:middle;
  height: 200px;
}

.TableRight {
  text-align: right;
}

.Image_Center {
    display: table-cell;
    text-align: center;
    height: 230px;
    width:240px;
    vertical-align: middle;
}

.Image_Bottom {
	padding-top: 2px;
  padding-bottom: 2px;
  background-color: #f0f0f0;
  vertical-align:middle;
  text-decoration: none;
  color: #909090;
  font-family: Arial,Sans-serif;
  font-size: 12px;
}

.no-sort::after { display: none!important; }

.no-sort { pointer-events: none!important; cursor: default!important; }

th { background-color: #d9edf7; }

/*************************************
 *                                   *
 *  Sauvegarder le titre de la page  *
 *                                   *
 *************************************/

.row a.btn:hover { font-size: 12px; }

.row a.btn:hover,
.row a.btn:visited { color: white; }

a.btn { color: white; } 

.bg-white-smoke {
	background-color: #f0f0f0;
}

.collapse {
	border: 1px solid #f0f0f0;
	margin: 0px 5px 10px 5px;
	padding: 5px 10px;
}

.collapse .close-btn {
	float: right;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	-webkit-transition: color .25s ease-in-out;
	transition: color .25s ease-in-out;
}

.collapse .close-btn:hover {
	text-decoration: none;
	color: #506896;
}

.section-header {
	text-align: left;
	margin: 0 5px;
}

.section-header h3 {
	font-size: 11pt;
    font-weight: bold;
    display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px;
	border: 1px solid #f0f0f0;
	border-bottom: 0;
	cursor: pointer;
}

.collapse .form-group {
	padding: 10px 0;
}

.form-page-header {
	text-align: left;
}

.form-page-header label {
	cursor: pointer;
	display: inline-block;
	width: 20%;
}

.form-page-header input,
.form-page-header textarea {
	padding: 5px;
}

.form-page-header input.large {
	width: 70%;
}

.form-page-header .label-area {
	position: relative;
	top: -35px;
}

#pageHeader-db-Status {
	color: #008000;
	font-weight: bold;
}

.box-alert {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
  background-color: #f44336;
  border-color: #f21e0d;
}

.box-info {
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;  
}

/* #### METADATA - START #### */
.mt-30 { margin-top: 30px; }
.mt-50 { margin-top: 50px; }
.mb-30 { margin-bottom: 30px; }

#collapse-btn {
	cursor: pointer;
}

form .row .col-md-12.title-block {
	margin-left: -30px;
	margin-bottom: 15px;
}

.row.row-meta {
  margin-bottom: 50px;
}

/* #### METADATA - END #### */


/* #### FullCalendar - START #### */
 
#event-calendar { 
	margin-top: 30px;
	margin-bottom: 20px; 
}
 
 #event-calendar .fc-event-container .fc-event { 
	font-size: 12px;
	font-family: Arial, Sans-serif;
	cursor: pointer;
}

/* #### FullCalendar #### - END */


/* #### Custom Logo - START #### */

.custom-logo { margin-bottom: 30px; }

/* #### Custom Logo - END #### */

