/*==========  DESIGN  ===== c) public/.../main.css =====*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95rem;

}

body {
	margin: 5px auto;
	max-width: 2500px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #EE5F31;
	margin: 3px;
	font-size: 22px;
}

h2 {
	color: #4D4D4D;
	font-size: 20px;
	margin: 3px;
}

h3 {
	font-size: 16px;
	padding: 4px 2px;
	text-align: left;
	color: #016678;
	margin: 4px 0;
}

.titre2 {
	color: #076576;
	font-size: 18px;
	font-weight: bold;
	margin: 2px;
	display: block;
}

.titre3 {
	color: #3B3B3B;
	font-size: 16px;
	margin: 1px;
	font-weight: bold;
	display: block;
}

header {
	font-size: 24px;
	text-align: center;
}

section header {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

section {
	font-size: 13px !important;
}

p {
	font-size: 13px !important;
	padding: 3px !important;
	margin: 2px !important;
}

a {
	color: #006577;
	text-decoration: none;
}

a:hover {
	color: #E14C28;
}

#top {
	padding: 0;
	text-align: center;
	display: block;
	max-width: 2500px;
	margin: 10px auto;
}

#logo {
	margin: -5px;
}

#logo img {
	height: auto;
	max-height: 90px;
}

.menu {
	vertical-align: top;
}

#body {
	height: 600px;
	width: 100%;
	background: url('/action/images/fond.png') top no-repeat;
}

/*==========  Menu  ==========*/
.uc-menu {
	margin: 10px auto;
	padding: 0;
	width: 100%;
	list-style: none;
/*
	border: #e14c28 1px solid;
	box-shadow: 0 1px 2px #909090;
*/
	font-size: 0.9rem !important;
}

.uc-menu > li {
	display: inline-block;
	height: 100%;
	padding: 3px;

}

.uc-menu > li > a {
	display: inline-block;
	text-decoration: none;
	height: 100%;
	color: #006577;
}

.uc-menu > li:hover {
	color: #FFF;
	background: #ffa95e;
	background: -moz-linear-gradient(top, #ffa95e 0%, #ff8d47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffa95e), color-stop(100%, #ff8d47));
	background: -webkit-linear-gradient(top, #ffa95e 0%, #ff8d47 100%);
	background: -o-linear-gradient(top, #ffa95e 0%, #ff8d47 100%);
	background: -ms-linear-gradient(top, #ffa95e 0%, #ff8d47 100%);
	background: linear-gradient(to bottom, #ffa95e 0%, #ff8d47 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa95e', endColorstr='#ff8d47', GradientType=0);

}

.uc-menu > li.admin:hover {
	color: #FFF;
	background: #ff402b;
	background: -moz-linear-gradient(top, #ff402b 0%, #ff351e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff402b), color-stop(100%, #ff351e));
	background: -webkit-linear-gradient(top, #ff402b 0%, #ff351e 100%);
	background: -o-linear-gradient(top, #ff402b 0%, #ff351e 100%);
	background: -ms-linear-gradient(top, #ff402b 0%, #ff351e 100%);
	background: linear-gradient(to bottom, #ff402b 0%, #ff351e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff402b', endColorstr='#ff351e', GradientType=0);
}

.uc-menu > li.active, .uc-menu > li.active:hover {
	border-bottom: 4px solid #e14c28;
	font-weight: bold;
	text-decoration: underline;
	color: #555;
}

.uc-menu > li.admin.active, .uc-menu > li.admin.active:hover {
	border-bottom: 4px solid #e14c28;
	font-weight: bold;
	text-decoration: underline;
	color: #555;
}

.uc-menu > li > a > span {
	margin: 7px 3px;
	display: inline-block;
}

.container {
	width: 99%;
	background: #E3E3E3;
	margin-top: 10px;
	padding: 10px;
}

footer {
	text-align: center;
	width: 100%;
	margin: 10px auto;
	padding-top: 5px;
	font-size: 12px;
	border-top: 1px solid #E14D29;
}

/*==============================
=            LOGIN,            =
==============================*/
.bulle {
	width: 310px;
	height: 300px;
	margin-left: 50px;
}

.bulle div {
	margin-left: 55px;
	padding-top: 85px;
}

#bulle1 {
	background: url('/action/images/1.png') left no-repeat;
	float: left;
}

#bulle2 {

	background: url('/action/images/2.png') left no-repeat;
	margin-left: 70%;
	margin-top: 80px;
}

.note.small {
	font-size: 10px;
}

.form.center {
	text-align: center;
}

.form.login {
	background: #E0E0E0;
	border: 1px dotted #AAA;
}

.form .errorMessage {
	color: red;
	font-size: 12px;
}

.errorForm {
	font-size: 12px;
	color: red;
	text-align: center;
	border: 1px solid red;
	background-color: lightpink;
	border-radius: 5px;
}

.user-container {
	margin: 20px;
}

/*noinspection ALL*/
.user-state {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.user-state-green:before {
	color: green;
	content: "\f00c"
}

.user-state-red:before {
	color: red;
	content: "\f00d"
}

.user-header {
	background: #EAEAEA;
	padding: 8px;
	border: 1px solid #056477;
}

.user-header p {
	vertical-align: middle;
}

.user-header .fa-check {
	color: green;
}

.user-header .fa-times {
	color: red;
}

#list {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	border: 1px solid #AAA;
	border-collapse: collapse;
}

#list tr:nth-child(even) td, #contactList tr:nth-child(even) td {
	background: #E0F7FB;

}

#list tr:nth-child(odd) td, #contactList tr:nth-child(odd) td {
	background: #F2FCFD;
}

#list td {
	border: 1px solid #AAA;
	padding: 2px;
}

#list thead th:nth-child(-n+10) {
	border-right: 1px solid #1996b0;
}

#list thead th, #contactList th thead {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #1996b0;
	padding: 5px;
	color: #005462;
	text-align: center;
}

#list thead th {
	background: #CCC;
}

#userlist tbody tr:hover {
	background: #E1E6FA;
}

.hide {
	display: none;
}

#passwordDialog {
	font-size: 12px;
}

#user_infos {
	color: red;
	font-size: 10px;
}

#addUserDialog {
	font-size: 12px;
}

#addUserDialog table tr > td:first-child {
	text-align: right;
}

#newUserState {
	text-align: center;
	color: red;
	font-size: 10px;
}

#subscriptionDialog table {
	width: 100%;
	font-size: 12px;
}

.user-last-update {
	font-size: 10px;
}

#inscription a {
	text-decoration: none;
	font-weight: bold;
	color: #FF5B2B;
	font-size: 20px;
	display: inline-block;
}

/*==========  SYMFONY VERSION  ==========*/

.alert {
	font-size: 12px;
	color: red;
}

.inactif {
	color: red;
}

tr.admin {
	background-color: lightgrey;
}

#list tbody {
	text-align: center;
}

#infos {
	min-height: 25px;
	font-size: 18px;
	display: none;
	text-align: center;
	z-index: 500;
	position: fixed;
	left: 25%;
	top: 0;
	min-width: 50%;
	padding: 12px 5px 4px;
	-moz-box-shadow: 0 1px 5px #9E9E9E;
	-webkit-box-shadow: 0 1px 5px #9E9E9E;
}

.infosSimple {
	padding: 5px 8px;
	width: 90%;
	margin: 10px auto;
}

.erreur {
	color: #B01926 !important;
	background: #FFD9D7;
	border-bottom: 3px solid #B0191C;
}

.attention {
	color: #572D00;
	background: #FFD49E;
	border-bottom: 2px solid #E06B00;
}

.loading {
	background: #E4E4E4;
	border-bottom: 3px solid #BCCDD0;
}

.success {
	color: #006577 !important;
	background-color: #D5F0FF;
	border-bottom: 3px solid #1996b0;
}

/*************************************** HEADER*************************************/

#header {
	width: 100%;
	margin: 0 !important;
}

.logininfo {
	width: 1020px;
	text-align: left;
	margin: 0 auto;
}

#header {
	font-size: 12px;
}

#header input[type=submit] {
	cursor: pointer;
	border-radius: 2px;
	padding: 3px !important;
}

.logo {
	width: 1020px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

p.trait.traithaut {
	position: relative;
	z-index: 9999;
	top: 60px;
	border-bottom: 1px solid #EE5F31;
}

/*==========  FAQ  ==========*/

.faq article {
	padding: 10px;
	margin: 0;
	display: block;
	font-size: 13px;
}

.faq article h3 {
	margin: 4px !important;
	font-size: 16px !important;
}

.faq article img {
	max-width: 800px;
	max-height: 200px;
	vertical-align: middle;
	border: 1px solid #3C7AFF;
}

.faq article div {
	margin: 0 auto;
	width: 600px;
}

.faq article div ul {
	text-align: left;
	list-style-type: none;
}

.faq article div img {
	border: none !important;
	float: left;
	margin-right: 10px;
}

.faq article a {
	text-decoration: none;
	font-weight: bold;
}

.faq article i a {
	font-size: 12px;
	color: rgb(26, 110, 159);
}

.faq article a:hover {
	text-decoration: underline;
}

#accordion {
	padding: 4px !important;
}

/*==========  Parametres page  ==========*/

.fieldset {
	border: 1px solid #7B8C9E;
	padding: 5px 10px;
	border-radius: 2px;
}

.fieldset h2 {
	font-size: 16px;
	text-align: center;
}

.titre4 {
	border: 1px solid #ddd;
	border-bottom: 2px solid #7B8C9E;
	background: #fff;
	padding: 5px 10px;
	text-align: center;
	margin: 5px;
}

.fieldset h2 span {
	display: inline;
	border: 1px solid #ddd;
	border-bottom: 2px solid #7B8C9E;

	background: #fff;
	padding: 5px 10px;
	position: relative;
	top: -1.3em;
}

#formAddFilter {
	text-align: center;
}

#formAddFilter section, #filters div {
	display: inline-block;
	text-align: left !important;
	vertical-align: top;
	padding: 2px;
}

#formAddFilter section input[type="text"] {
	max-width: 80% !important;
}

#formAddFilter section div {
	vertical-align: top;
}

#formAddFilter table {
	background: #FFFFFF;
	padding: 5px;
	font-size: 11px;
	margin: 0;
	width: 100%;
}

#formAddFilter table tr td:first-child {
	width: 80%;
}

table .fa {
	cursor: pointer;
}

.table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

.table th, .colonne h3 {
	font-size: 17px;
	text-align: left;
	padding: 3px 6px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ededed));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ededed 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
	margin: 3px 0;
	color: #006072;
	border-bottom: 2px solid #006072;
}

.table td {
	word-wrap: break-word;
	padding: 1px 3px;
}

.table td img {
	max-height: 26px;
	width: auto;
	vertical-align: middle;
}

.td {
	padding: 3px;
}


.table td, .table th {
	max-width: 200px !important; /* the normal 'fixed' width, to stop the cells expanding */
}

#menuContacts {
	text-align: left;
	display: inline-block;
	width: 58%;
}

.search {
	display: block;
	text-align: center;
}

#menuContacts {
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
}

#menuContacts > div {
	margin: 2px;
	padding: 8px 10px;
	display: inline-block;
	min-width: 25%;
	vertical-align: top;
	background-color: white;
	text-align: left;
	box-shadow: 0 0 1px #A7A7A7;
	min-height: 35px;
}

#menuContacts > div > p {
	font-size: 14px;
}

#menuContacts .fa-users {
	margin-top: 5px;
	height: 0 !important;
}

#menuContacts img, #menuContacts .fa-users {
	height: 36px;
	width: auto;
	float: left;
	display: block;
	margin-right: 10px;
}

#menuContacts > div > section {
	font-size: 15px;
}

#menuContacts > div > section > b {
	font-size: 33px;
	text-align: left;
}

.linkedinDiv button, .viadeoDiv button,
.linkedinDiv button:focus, .viadeoDiv button:focus,
.viadeoDiv button:disabled, .linkedinDiv button:disabled {
	outline: none;
	background: white;
	border: none !important;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
}

.linkedinDiv {
	border-bottom: 3px solid #056C95;
}

.linkedinDiv > section > b, .linkedinDiv .fa, .linkedinDiv .fa-spin:hover {
	color: #056C95 !important;
	margin: 0 2px;
}

.linkedinDiv .fa:hover {
	background: #056C95;
}

.viadeoDiv {
	border-bottom: 3px solid #E59B31;
}

.viadeoDiv > section > b, .viadeoDiv .fa, .viadeoDiv .fa-spin:hover {
	color: #E59B31 !important;
}

.viadeoDiv .fa:hover {
	background: #E59B31
}

.groupDiv {
	border-bottom: 3px solid #67B7DA;
	padding: 7px !important;
	height: 35px !important;

}

.groupDiv > section > b {
	line-height: 33px;
}

.groupDiv > section > b, .groupDiv .fa {
	color: #67B7DA;
	font-size: 22px !important;
}

.groupDiv .fa:hover {
	background: #99c5d8
}

.groupDiv .contactsIcons {

}

.contactsDiv {
	border-bottom: 3px solid #e14c28;
}

.contactsDiv > section > b, .contactsDiv .fa, .contactsDiv .fa-spin:hover {
	color: #e14c28 !important;
}

.contactsDiv .fa:hover {
	background: #e14c28;
}

.contactsDiv .fa-users {
	color: #e14c28;
	font-size: 27px;
}

#menuContacts > div > section .fa-spin:hover {
	background: none !important;
}

#menuContacts > div > section .fa {
	font-size: 26px;
	text-align: right;
	cursor: pointer;
	padding: 5px;
	border-radius: 2px;
}

#menuContacts > div > section .fa:hover:not(.fa-spin) {
	color: white !important;
}

#menuContacts > div .updateC {
	color: #636363;
	font-size: 30px;
	text-align: right;
}

.contactsIcons {
	float: right;
	margin-left: 22px;
}

.contactsToUpdate {
	padding: 2px 3px;
	border-radius: 2px;
	position: relative;
	vertical-align: top;
	margin-left: -10px;
	font-size: 11px;
	font-weight: bold;
}

.viadeo .contactsIcons,
.linkedin .contactsIcons {
	display: none;
}

.inlineBlock {
	text-align: center;

}

.inlineBlock > div {
	vertical-align: top;
	text-align: left;

	display: inline-block;
}

.parametres > div,
#infosHome,
#lastInteractions div,
.compteurs div {
	margin: 2px;
	padding: 8px 10px;
	vertical-align: top;
	background-color: white;
	text-align: left;
	box-shadow: 0 0 1px #A7A7A7;
	min-height: 35px;
}

.compteurs {
	text-align: center;
	width: 100%;
}

.compteurs div {
	display: inline-block;
	min-width: 150px;
}

.compteurs div * {
	vertical-align: middle;
	display: inline-block;
}

#infosHome > div {

}

#infosHome {
	max-width: 20000px;
	width: 98%;
	display: inline-block;
	vertical-align: top;

}

#lastInteractions {
	max-width: 450px;
	width: 40%;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}

.accueil {
	text-align: center;
}

#interactions {
	font-size: 12px;

}

#interactions span {
	display: inline-block;
	padding: 3px 0;

}

#interactions span * {
	vertical-align: middle;
}