/* here you can put your own css to customize and override the theme */

/* Références des couleurs */

/*

VERT :
base : 66cc00
- 50% + foncé : 336600
- 20% + foncé : 52a300
- 75% + clair : d9f2bf
- 90% + clair : f0fae6

BLEU :
base : 0087cb
- 50% + foncé : 004365
- 20% + foncé : 006ca2
- 50% + clair : 7fc3e5
- 75% + clair : bfe1f2
- 90% + clair : e5f3fa


ORANGE :
base : ff6600
- 50% foncé :
- 75% clair :
- 90% clair :


*/

.PlateformeTitle {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    font-weight: 300;
    color: #CCC;
    margin: 0px;
    padding: 0px;
}

.espace-50 {
    display: block;
    clear: both;
    height: 50px;
}
.espace-10 {
    display: block;
    clear: both;
    height: 10px;
}

h4 .smaller {
    font-size: 12px;
}

.clearfloat {
	clear: both;
}

.zoneInfos {

}

.center {
	text-align: center;	
}

.zoneInfos .item {
    margin: 0px;
    display: block;
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
}

.zoneInfos .item:hover {
    color: #000; /* #66cc00 */
}

.zoneInfos .item .infoLabel {
    float: left;
    width: 35%;
    display: block;
    padding-right: 5px;
}

.zoneInfos .item .infoData {
    float: left;
    width: 60%;
    display: block;
}

.zoneInfos .itemList {
    margin: 0px;
    display: block;
    clear: both;
    padding-top: 3px;
    padding-bottom: 3px;
}

.zoneInfos .itemList:hover {
    color: #000;
}

.zoneInfos .itemList .infoLabel {

}

.zoneInfos .itemList .infoData ul {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.zoneInfos .itemList .infoData ul li {

}

.listHover {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 15px;
}

.listHover li {

}

.listHover li:hover {
    color: #000; /*#66cc00*/
}

.rowInfo {
    margin-top: 5px;
    margin-bottom: 5px;
}

.rowInfo:hover {
    color: #000;
}

.checkbox-list input[type="checkbox"]:checked + label {
	color: #ff9933;
	font-style: normal;
}

div.col-sm-1 div.checker input {
    margin: 0px;
}

div.checker input {
	float: left;
	margin-top: 10px;
	display: block;
}

.alignchecker {
	margin-top: 8px;    
}

.IfVisibleZone {
	background-color: #eee;
	padding-top: 10px;
	padding-bottom: 10px;
}

.listeHome {
    width: 100%;
}

.listeHome tr {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.listeHome tr {
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #CCC;
}

.listeHome tr:hover {
    background-color: #eee;
}

.listeHome tr th {
    padding: 5px;
    vertical-align: top;
    background-color: #eee;
    font-weight: 300;
}

.listeHome tr td {
    padding: 5px;
    vertical-align: top;
}

.listeHome tr td.iconList {
    width: 20px;
}

.listeHome tr td.right, .listeHome tr th.right {
    text-align: right;
}

/* ----- Modification affichage des cellules dans les DataTables ----- */
.wrapped-cells-table {
    white-space: nowrap !important;
    table-layout: fixed !important;
    width: 100% !important;
}

.wrapped-cells-table thead tr th,
.wrapped-cells-table tbody tr td,
.wrapped-cells-table tfoot tr th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wrapped-cells-table thead tr th:hover,
.wrapped-cells-table tbody tr td:hover {
    text-overflow: clip;
    white-space: normal;
    word-wrap: break-word
}

/* --- COULEURS ---- */

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 1px;
    margin: 1px;
}

.pagination {
    padding: 0px;
    margin: 0px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    white-space: normal;
}
.pagination li a {
    padding: 8px 8px;
}

i.i18n-flag {
    cursor: pointer;
}

input[type="search"] {
    color: #ff0000;
    font-weight: bold;
}

/* Affiche de la barre de couleur à gauche des contrôles lors du merge des contacts */
.compare-same{
    padding-left: 3px;
    margin: 0px;
    border: 0px solid;
    border-left-width: 5px;
    border-left-color: #5cb85c;
}

.compare-diff{
    padding-left: 3px;
    margin: 0px;
    border: 0px solid;
    border-left-width: 5px;
    border-left-color: #d9534f;
}


a.disabled {
    cursor: not-allowed;
}

tbody > tr.selected > td.sorting_1 {
    background-color: #007dbb !important;
}

.has-feedback .form-control {
    padding-right: 10px;
}

.logoItem {
	padding: 10px;
	margin-bottom: 30px;
	display: block;
	height: 210px;
}
.logoItem:hover {
	background-color: #eee;    
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Chrome */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button { 
	-webkit-appearance: none;
	margin:0;
}

/* Opéra*/
input::-o-inner-spin-button,
input::-o-outer-spin-button { 
	-o-appearance: none;
	margin:0
}


/*
.blockUI  {
	font-size: 36px;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #F0C;	
}
*/




.element-fixed {
	position: fixed;    
}


/* -- More filters -- */
#more-filters {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
	color: #999;	
}
#more-filters .item-filter {
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #eee;
	border-left-color: #fff;
	margin-bottom: 10px;
}
#more-filters .item-filter:hover {
	border: 1px solid #CCC;
	background-color: #eee;
	box-shadow: 0 3px 5px #ddd;
	color: #666;	
}
/*
#more-filters .item-filter input[type="checkbox"]:checked + label {
    color: #ff9933;
    font-style: bold;
}
#more-filters .item-filter label input[type="checkbox"]:checked  {
    color: #ff9933;
    font-style: bold;
}
#more-filters .item-filter input[type="checkbox"]:checked + label {
    color: #ff9933;
    font-style: bold;
}
*/

#more-filters .options-inline  {
		
}
#more-filters .options-inline .label-filter {
	color: #000;	
	float: left;
	width: 120px;
	padding-top: 4px;
}
#more-filters .options-inline .options-filter {
	float: left;
	padding-top: 4px;
}
#more-filters .options-inline .options-filter .input-filter {
	padding: 5px;
	width: 60px;
	border: 1px solid #CCC;	
}
#more-filters .options-inline .options-filter .filter-name {
	padding: 5px;
	width: 160px;
	border: 1px solid #CCC;	
}
#more-filters .options-inline .options-inline label {
	
}

#more-filters .scroll-bloc .label-filter  {
	color: #000;		
}
#more-filters .scroll-bloc .options-filter {
	/*height: 90px;*/
	overflow: auto;
	width: 100%;
	border: 1px solid #fff;
	background-color: #FFF;
	padding-top: 4px;
}
#more-filters .scroll-bloc .md-size {
	height: 90px;
}
#more-filters .scroll-bloc .lg-size {
	height: 165px;
}
#more-filters .scroll-bloc:hover .options-filter {
	background-color: #f9f9f9;
	
}
#more-filters .scroll-bloc .options-filter label {
	display: block;
}
#more-filters .scroll-bloc .orand {
	float: right;
	font-size: 12px;	
}
#more-filters .scroll-bloc .config {
	font-size: 12px;
	margin-top: 6px;
}
#more-filters .scroll-bloc .code_sem {
	font-size: 10px;
	width: 150px;
	display: inline;
}
#more-filters .scroll-bloc .year_sem {
	font-size: 10px;
	font-weight: bold;
}
#more-filters .scroll-bloc .year_sem {
	
}

.savebloc {
	position: fixed;
	top: 300px;
	right: 0px;
	z-index: 1000000;
	text-align: right;
}

.savebloc .btn-zone  {
	background-color: #FFF;
	margin: 10px;
	padding: 0px;
	box-shadow: 0 2px 5px #666;
}
.savebloc .btn-zone i {

}
.savebloc .btn-zone:hover {
	box-shadow: 0 2px 10px #666;
}
.savebloc .btn-zone .btn-show {
	display: none;	
}
/*
.savebloc .btn-zone:hover .btn-show {
	display: inline;
	float: left;
}
*/

.realign-radio {
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.panel-title-white {
	background-color: #fdfdfd;	
}

.dataTables_wrapper .dataTables_info {
    clear:none;
    margin-left:10px;
    padding-top:0;
    float: left;
}

#contacts_table_length {
    float: left;
}

strike, span.film {
	text-decoration:none; 
	text-transform:uppercase; 
  color:blue;
}

/* - import-contacts - */
.bloc-import {
	background-color: #eee;
	padding: 15px;
	border: 1px solid #CCC;
}
.bloc-import input {
	padding: 6px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}
.bloc-import input:hover {
	background-color: #e2e8ec;
	cursor: pointer;
}

.file-imported-title {
	background-color: #ddd;
	clear: both;
	margin-top: 50px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.file-imported-title h4 {
	padding: 0px;
	margin: 0px;
}

.file-imported-contact {
	background-color: #eee;
	clear: both;
	padding: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
}
.file-imported-contact:hover {
	background-color: #e2e8ec;
}
.padding-radio {
	margin-top: -15px;
	background-color: #F39;
}
.nobullet {
	padding: 0px;
	margin: 0px;
}
.nobullet li {
	list-style-type: none;	
}
