// CSS perso du projet

.tabs-panel.row {
	margin:0 20px;
}

.tab-content {
	border-color: #ddd;
	border-style:solid;
	border-width:0 1px 1px 1px;
	margin-top:0;
	padding-bottom:20px;
	height:auto;
}

.tab-pane {
	display:none;
	padding-top:10px;
}
.tab-pane.active {
	display:block;
	margin-top: 20px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: 0 0;
border-color: #ddd #ddd #FFF;
border-image: none;
border-style: solid;
border-width: 1px;
height:41px;
color: #555;
cursor: default;
}


/*override default bootstrap */
.table-striped > tbody > tr:nth-child(odd),.table-striped > *:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover,.table-hover > *:hover {
  background-color: #f5f5f5;
}

/* table action auto hide/show on tr roolhover*/
.table-hide-actions>*>.actions * { visibility:hidden; }
.table-hide-actions>*:hover>.actions * { visibility:visible; }

/* loader */
.automask {
	text-align:center;
	background-color:rgba(255,255,255,0.8);
	color:#1ab394;
}

/* contrats */
#contrat_pj_list_container a.col-md-7
,#contrat_garantie_list_container a.col-md-7 {
	height: 35px;
	line-height: 35px;
	display:block;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

#contrat_pj_list_container a.col-md-7:hover
,#contrat_garantie_list_container a.col-md-7:hover {
	overflow:visible;
}

#domage_direct_title h3 {
	padding-left: 36%;
}

address {
	margin-bottom: 0;
}

.panel-success .panel-heading a.collapsed,.panel-success .panel-heading a {
	color: white;
	display: block;
}

/************ listing table style **********/
.listing-table {
	width:100%;
	border : solid 1px gray;
	border-radius : 4px;
}

.listing-table td,.listing-table th{
	border : solid 1px gray;
}

.listing-table th {
	position:relative;
	line-height: 26px;
	padding:0 2px;
	height: 40px;
    background-color: #AAA;
}
.listing-table th[data-sortable="true"] {
	cursor:pointer;cursor:hand;
	padding-right: 18px;
}
.listing-table th[data-sortable="true"]:hover {
	background-color: #e6e6e6;/*#18a689;*/
	/*border-color: #676a6c; /*#18a689;*/
	color: #676a6c;
}

.listing-table th[data-sortable="true"]:after {
	transition:0.5s transform;
	content: '>';
	display: block;
	position: absolute;
	right: 1px;
	top: 5px;
	transform: rotate(90deg);
	background-color: transparent;
	color: #CCC;
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 6px;
	padding-top: 1px;
	text-shadow: none;
	width: 16px;
	height: 17px;
	border-radius: 8px;
	line-height: 16px;
}


.listing-table th[data-sortable="true"].sorted.asc:after {
	display: block;
	transform: rotate(90deg);
	background-color: #1ab394;
	color: #FFFFFF;
}


.listing-table th[data-sortable="true"].sorted.desc:after {
	display: block;
	transform: rotate(-90deg);
	background-color: #1ab394;
	color: #FFFFFF;
	padding-left: 4px;
	padding-right: 8px;
	padding-top: 1px;
}


.listing-table tr:nth-child(odd) {
	background-color:#f9f9f9;
}

.listing-table tr[data-role="link"] {
	cursor:hand;cursor:pointer;
}

.listing-table tr:hover {
	background-color:#f5f5f5;
}

.listing-table tr td.actions {
	vertical-align:middle;
	text-align : center;
}

.listing-table tr td.actions .btn {
	margin:10px;
}

.listing-table td dd {
	text-transform:italic;
	font-size:75%;
}


*[data-role="link"] {
	cursor:pointer;cursor:hand;
}

.panel.filters {
	margin-bottom:0;
	border-radius: 4px 4px 0 0;
	border-width: 1px 1px 0;
}

.panel.filters .panel-heading {
	padding: 0;
}
.panel.filters .panel-heading a {
	padding: 10px 15px;
}

.panel.panel-collapsable .panel-heading {
	padding-right:20px;
}

.panel.panel-collapsable .panel-heading:before {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	content:'\f106';
	float:right;
}

.panel.panel-collapsable.panel-collapsed .panel-heading:before {
	content:'\f107';
}

.panel.panel-collapsed .panel-body {
	display:none;
}

/** correctif lien dans boutton */
.btn .btn-link {
  margin: 0px -12px;
  padding: 6px;
}

.btn .btn-link:hover, .btn .btn-link:active, .btn .btn-link:visited {
	color:inherit;
	text-decoration:none;
}

/** icon couleur des annotation */
.todo-list.small-list>li,
.annotation-list-item,
#tache_annotation_list_container .list-group-item {
	line-height:18px;
	border-radius:4px;
	margin-bottom:6px;
	border:solid #e7eaec 1px;
	color:#000;
}

#tache_annotation_list_container .list-group-item-heading,
#tache_annotation_list_container .list-group-item-heading small {
	color:#000;
}

#tache_annotation_list_container .list-group-item .badge {
	display:none;
}

#tache_annotation_list_container .list-group-item:hover .badge {
	display:block;
	box-shadow: 0 0 18px rgba(128,128,128,0.5);
}
	
.square-color-icon {
	display:inline-block;
	width:18px;
	height:18px;
	border:solid #e7eaec 1px;
}

/**** les commentaires de taches ***/
#tache_commentaire_list_container .commentaire{
	margin-bottom:10px;
	border-radius:25px;
	border-bottom-right-radius:0;
	box-shadow: 5px 5px 11px #CCC;
	border:none;
	
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f3f3f3), color-stop(51%,#ededed), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

	
}

#tache_commentaire_list_container .commentaire.de-moi  {
	border-radius:25px;
	border-bottom-left-radius:0;
	box-shadow: -5px 5px 11px #CCC;
	background-color:#AEEB19;
	
	background: #e6f0a3; /* Old browsers */
background: -moz-linear-gradient(top,  #e6f0a3 0%, #d2e638 50%, #cfdb25 51%, #deef58 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6f0a3), color-stop(50%,#d2e638), color-stop(51%,#cfdb25), color-stop(100%,#deef58)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#cfdb25 51%,#deef58 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#cfdb25 51%,#deef58 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e6f0a3 0%,#d2e638 50%,#cfdb25 51%,#deef58 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e6f0a3 0%,#d2e638 50%,#cfdb25 51%,#deef58 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f0a3', endColorstr='#deef58',GradientType=0 ); /* IE6-9 */
}

#tache_commentaire_list_container .commentaire.de-moi .badge {
	display:none;
}

#tache_commentaire_list_container .commentaire.de-moi:hover .badge {
	display:block;
	box-shadow: 0 0 18px rgba(128,128,128,0.5);
}

/**** message dropdown header ***/
.dropdown-messages-box a { visibility:hidden; }
.dropdown-messages-box:hover a { visibility:visible; }

/*** logo adjustement ***/
.middle-box h1 {
	font-size:50px;
}
.logo-name {
	letter-spacing: 0;
}
.logo-header-name {
	text-align:center;
	color:#FFF;
	font-size:30px;
	font-family : sans-serif,Times;
	transition:all 0.5s ease;
}

.mini-navbar .logo-header-name {
	font-size:12px;
}

/*** barre de progression traductions ***/
/*
.progress-bar {
	height: 4px;
    width: 250px;
    background-color: #FF00A8;
    display: block;
}

.progress-bar span {
	width: 93%;
    height: 100%;
    display: block;
    background-color: #83B554;
}
*/

/*** ajout des message d'erreur aux formulaires ***/
.error-msg {
	color:#FFF;
	background-color:#ed5565;
	padding:5px;
	border-radius:0 0 5px 5px; 
}

/*** translation ***/
#msg_table,#msg_table td {
	border:solid 1px gray;
}
#msg_table tr.selected {
	background-color:#DDD;
	color:#FFF;
}
/*** ***/
.form-control.info-group {
	border-color:rgba(255,255,255,0);
	height:auto;
}

/** images polaroid **/
img.polaroid {
	padding:16px;
	background-color:#FFF;
	box-shadow:0px 0px 10px 0px #000;
	margin:15px;
	max-width:100%;
}max-width:unset;
}
	
