body {
	padding-top: 70px;
	padding-bottom: 20px
}

@media (min-width: 768px) {
	.container {
		width: 90%
	}
}

@media (max-width : 640px) {
	.btn-contact {
		display: block !important
	}
}

.navbar-brand img {
	max-height: 100%
}

.navbar-header .btn-contact {
	display: none;
	padding-top: 6px;
	padding-bottom: 6px;
}

#navbar .badge {
	background: #E0112B
}

.margin-10 { height: 10px }
.margin-20 { height: 20px }

.scrollable-list {
	overflow-y: scroll;
}

.scrollable-list.scrollable-list-200 {
	max-height: 200px;
}

.scrollable-list.scrollable-list-400 {
	max-height: 400px;
}

.planning-resource {
	padding: .2em .6em .3em;
	line-height: 1;
	color: #fff;
	white-space: nowrap;
	border-radius: .25em;
	cursor: move;
	margin: 0 0 5px 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}

label.required::after {
	content: ' *';
	color: red;
	font-weight: bold;
}

.bootstrap-datetimepicker-widget-week .table-condensed td.active, .bootstrap-datetimepicker-widget-week .table-condensed td.active:hover {
	background: transparent;
	text-shadow: none
}			

.bootstrap-datetimepicker-widget-week .table-condensed tr:hover td:not(:nth-child(1)), .bootstrap-datetimepicker-widget-week .table-condensed tr.active  td:not(:nth-child(1)) {
	background-color: #ebf4f8;
	color: #333;
	border-radius: 0
}

.bootstrap-datetimepicker-widget-week .table-condensed tr:hover td:nth-child(2), .bootstrap-datetimepicker-widget-week .table-condensed tr.active td:nth-child(2) {
	border-radius: 2px 0 0 2px;
	background-color: #357ebd;
	color: #fff;
}

.bootstrap-datetimepicker-widget-week .table-condensed tr:hover td:last-child, .bootstrap-datetimepicker-widget-week .table-condensed tr.active td:last-child {
	border-radius: 0 2px 2px 0;
	background-color: #357ebd;
	color: #fff;
}

.bootstrap-datetimepicker-widget-week td.today:before {
	display: none !important
}

.list-group-ressources a.list-group-item-title {
	display: block;
	color: #fff;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.list-group-ressources a.list-group-item-title.open {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.list-group-ressources a.list-group-item-title .badge {
	background: #fff
}

.list-group-ressources .list-group-item-ressource { display: none }
.list-group-ressources .list-group-item-ressource a { display: block }
.list-group-ressources.open .list-group-item-ressource { display: block }

/* Connexion */
.account-wall {
    padding: 20px 20px 40px 20px;
    -moz-box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 90px rgba(0, 0, 0, 0.3);
}

.account-wall h2 {
    margin: 0 0 25px 0;
}

.account-wall .label {
    display: inline-block;
    vertical-align: middle
}

.account-wall img {
	max-width: 100%;
	max-height: 100px
}

.slider h4 {
	margin: 0;
}

.slider a.slider-btn {
	display: block;
	line-height: 30px;
	text-decoration: none
}

#btnAdd {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #288EF7;
	color: #fff;
	z-index: 100;
	text-decoration: none
}

#btnNotification {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	text-align: center;
	background: #288EF7;
	color: #fff;
	z-index: 100;
	text-decoration: none
}

.table-planning {
	table-layout: fixed
}

.table-planning td {
	width:16.66666667%
}

.table-planning .label {
	font-size: 13px;
	-webkit-print-color-adjust: exact; 
	white-space: normal;
	display: inline-block;
	text-align: left
}

.table-engins td {
	width: 50%;
	vertical-align: top;
	padding: 4px;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: searchfield-cancel-button;
}

#sms-conversations {
	height: 550px;
	max-height: 550px;
	overflow-y: auto;
}

#sms-messages-container {
	height: 450px;
	max-height: 450px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}

.picto-uv {
	height: 50px;
	width: 50px;
	line-height: 50px
}

/* Impression */
body.without-header {
	padding-top: 0
}

body.print * {
	font-size: 95%;
}

body.print hr {
	margin: 0;
}

body.print p {
	margin: 0 0 5px 0;
}

body.print .label {
	padding: 1px 2px;
}

body.print .table .label {
	white-space: normal;
	text-align: left;
	display: block;
}

body.print .planning-chantier {
	break-inside: avoid !important;
	page-break-inside: avoid !important;
}

body.print table, body.print tr, body.print td, body.print th, body.print tbody, body.print thead, body.print tfoot {
    page-break-inside: avoid !important;
}

body.print .table {
	table-layout: fixed;
	margin-bottom: 10px
}

body.print .table th {
	font-size: 80%;
	padding: 5px;
}