/* Menu */
.page-sidebar .page-sidebar-menu .sub-menu li > a {
	padding: 6px 15px 6px 35px !important;
}

/********************
**** LOGIN SCREEN ***
********************/
#login_form {
	padding: 10px 15px 20px 15px;
}
#forget_form {
	display: none;
	padding: 10px 15px 20px 15px;
}
#reset_form {
	padding: 10px 15px 20px 15px;
}
#disconnect {
	margin-top: -6px;
}

/********************
****** LIGHT 2 ******
********************/
.page-content-white .page-content .page-bar {
	border-bottom: 1px solid #efefef;
}

.bg-efefef {
	background-color: #efefef;
}

.bg-337ab7 {
	background-color: #337ab7 !important;
}

.border-337ab7 {
	border-color: #337ab7 !important;
}

.font-337ab7 {
	color: #337ab7 !important;
}

/********************
*** NOTIFICATION ****
********************/
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-user
	> .dropdown-menu
	> li
	> a:hover {
	background: #efefef;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-extended
	.dropdown-menu {
	max-width: 350px;
	width: 350px;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-extended
	> .dropdown-menu
	.dropdown-menu-list
	> li
	> a:hover {
	background: #efefef;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-extended
	> .dropdown-menu
	.dropdown-menu-list
	> li
	.subject
	.time {
	font-size: 12px;
	font-weight: 400;
	opacity: 0.5;
	filter: alpha(opacity=50);
	float: right;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-extended
	.dropdown-menu
	.dropdown-menu-list
	> li
	> a:hover
	.time {
	background: #efefef;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-extended
	.dropdown-menu
	> li.external
	> a {
	color: #5b9bd1;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-extended
	.dropdown-menu
	> li.external
	> a:hover {
	color: #5b9bd1;
	text-decoration: underline;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-notification
	.dropdown-menu
	.dropdown-menu-list
	> li
	a
	.details
	> .from {
	color: #5b9bd1;
	font-size: 13px;
	font-weight: 600;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-notification
	.dropdown-menu
	.dropdown-menu-list
	> li
	a
	.details
	> .phone {
	font-size: 12px;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-tasks
	.dropdown-menu
	.dropdown-menu-list
	> li
	.task
	.desc {
	color: #5b9bd1;
	font-size: 13px;
	font-weight: 600;
}
.page-header.navbar
	.top-menu
	.navbar-nav
	> li.dropdown-tasks
	.dropdown-menu
	.dropdown-menu-list
	> li
	.task
	.from {
	font-size: 12px;
}

/********************
******* TILES *******
********************/
.tiles .tile {
	height: 115px !important;
	width: 140px !important;
}
.tiles .tile .tile-body h4 {
	border-bottom: none !important;
}
.tiles .tile .tile-body h3 {
	font-style: italic !important;
	margin-top: 20px !important;
}
.tiles .tile .tile-body > i {
	margin-top: 15px !important;
	font-size: 35px !important;
	line-height: 35px !important;
}

/********************
***** PORTLETS ******
********************/
.portlet > .portlet-title > .actions > .btn {
	margin: 0px 1px;
}
.portlet > .portlet-title > .actions.with-select {
	width: 255px;
}
.portlet > .portlet-title > .actions.with-select select {
	width: 160px;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 30px;
}
.portlet > .portlet-title > .actions.with-select a {
	float: right;
}
.portlet > .portlet-title > .caption i {
	font-size: 18px !important;
	line-height: 10px !important;
	margin-right: 10px !important;
}

.portlet > .portlet-title > .tools {
	padding: 8px 0 !important;
}

.portlet > .portlet-title > .tools > a.help {
	padding-left: 32px;
	position: relative;
	color: white;
	font-size: 1.2em;
}

.portlet > .portlet-title > .tools > a.help:before {
	position: absolute;
	font-family: "FontAwesome";
	top: 0;
	left: 10px;
	content: "\f059";
}

.portlet > .portlet-title > .tools > a.link {
	font-size: 16px;
	color: white;
}
.portlet-body h4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}
.portlet-body .row.no-margin .col-md-6 {
	padding-right: 35px;
}

/* Pour les portlets  */
.icon-stack {
	display: inline-block;
	position: relative;
}

.icon-stack .fa {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}

.icon-stack span {
	position: absolute;
	top: 0;
	left: 1px;
	right: 0px;
	bottom: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5em;
	font-weight: 500;
	z-index: 2;
	transform: rotate(35deg);
}

/* Pour la liste des missions  */

/********************
***** LABEL *********
********************/
.label-success.green-jungle {
	background-color: #26c281;
}
.form-group label.control-label {
	margin-left: -15px;
}

/********************
** MARGIN/PADDING ***
********************/
.margin-left-5 {
	margin-left: 5px;
}
.margin-left-10 {
	margin-left: 10px;
}
.margin-left-15 {
	margin-left: 15px !important;
}
.margin-left-20 {
	margin-left: 20px;
}
.margin-left-25 {
	margin-left: 20px;
}
.margin-left-60 {
	margin-left: 60px !important;
}
.margin-right-5 {
	margin-right: 5px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-right-15 {
	margin-right: 15px;
}
.margin-top-0 {
	margin-top: 0px !important;
}
.margin-bottom-5 {
	margin-bottom: 5px !important;
}
.margin-bottom-25 {
	margin-bottom: 25px !important;
}
.padding-left-0 {
	padding-left: 0px;
}
.padding-right-0 {
	padding-right: 0px;
}
.padding-left-40 {
	padding-left: 40px;
}
.padding-right-30 {
	padding-right: 30px;
}
.padding-left-right-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.line-height-0 {
	line-height: 0px;
}
.line-height-25 {
	line-height: 25px;
}

/********************
**** MOUSE OVER *****
********************/
.hover-pointer:hover {
	cursor: pointer;
}
.hover-help:hover {
	cursor: help;
}
.hover-underline:hover {
	text-decoration: underline;
}
.hover-decoration-none:hover {
	text-decoration: none;
}

.hover-bg-black:hover {
	background-color: #000 !important;
}

.hover-bg-red:hover {
	background-color: #e7505a !important;
}

.hover-bg-green-sharp:hover {
	background-color: #2ab4c0 !important;
}

.hover-bg-23527c:hover {
	background-color: #23527c !important;
}

.hover-bg-337ab7:hover {
	background-color: #337ab7 !important;
	color: white !important;
}

.hover-font-white:hover {
	color: white !important;
}

.focus-decoration-none:focus {
	text-decoration: none;
}

.strong {
	font-weight: bold;
}

/********************
**** FONT SIZE ******
********************/
.font-size-18 {
	font-size: 18px;
}

.font-size-21 {
	font-size: 21px;
}

/********************
***** INPUT *********
********************/
.error-message {
	min-height: 10px;
	padding-left: 0px;
	padding-right: 0px;
}
.input-group-addon:first-child {
	min-width: 39px;
}

/********************
******* FA **********
********************/
.fa-stack {
	position: relative;
	display: inline-block;
	height: 1em;
	line-height: 2em;
	vertical-align: bottom;
	width: 100%;
	margin-top: 10px;
}
.input-group-addon:first-child {
	min-width: 39px;
}
.fa-pj {
	padding: 6px 8px;
}
.fa-phone {
	padding: 0px 2px;
}
.fa-sign-in {
	padding: 0px 2px;
}

/********************
***** TEXTAREA ******
********************/
.input-group textarea {
	width: 100%;
	padding: 6px 12px;
}
.input-group textarea:disabled {
	background: #eef1f5;
}
textarea#echange_commentaires {
	height: 150px;
}

/********************
***** DATATABLES ****
********************/
table.dataTable td.sorting_1 {
	background: none !important;
}
table.dataTable {
	width: 100% !important;
}

table.dataTable tbody tr.child {
	background-color: #f3f4f6 !important;
}

.dataTables_wrapper .dataTables_filter {
	margin-top: 0 !important;
}

@media screen and (max-width: 767px) {
	.dataTables_wrapper .dataTables_length,
	.dataTables_wrapper .dataTables_filter {
		text-align: right !important;
	}
}

.dt-body-middle {
	vertical-align: middle !important;
}

.highlight,
mark {
	background: #ffff00 !important;
	color: #333 !important;
	padding: 0 !important;
}

/* Les icônes 'expand' pour responsive */
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
	border-top: 1px solid #e7ecf1 !important;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top: 1px solid #e7ecf1 !important;
}

table.dataTable.dtr-column > tbody > tr > td.control::before,
table.dataTable.dtr-column > tbody > tr > th.control::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
	font-family: "FontAwesome" !important;
	content: "\f0da" !important;
	color: #333 !important;
	background-color: transparent !important;
	font-size: 1.2em !important;
}

table.dataTable.dtr-column > tbody > tr > td.expand::before,
table.dataTable.dtr-column > tbody > tr > th.expand::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.expand::before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.expand::before {
	left: 50%;
	transform: translate(-50%, 0);
}

table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> td:first-child::before,
table.dataTable.dtr-inline.collapsed
	> tbody
	> tr.parent
	> th:first-child::before {
	font-family: "FontAwesome" !important;
	content: "\f0d7" !important;
	text-align: center;
}

/********************
****** TINIMCE ******
********************/
.mce-container iframe {
	max-width: 975px !important;
}

/********************
***** DATEPICKER ****
********************/
.datepicker table tr th {
	font-weight: bold !important;
	font-size: 1.2em !important;
}
.datetimepicker table tr th {
	font-weight: bold !important;
	font-size: 1.1em !important;
}

/********************
*** AUTOCOMPLETE ****
********************/
.ui-front {
	z-index: 100;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	box-shadow: 5px 5px rgba(102, 102, 102, 0.1);
}
.ui-autocomplete,
.ui-autocomplete:hover {
	background: #ffffff none no-repeat;
	padding: 0;
	margin: 0;
	display: block;
	border-collapse: collapse;
	max-height: 200px;
	max-width: 400px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}
.ui-autocomplete .ui-menu-item {
	padding: 6px 12px;
	font-size: 14px;
	line-height: 16px;
}
.ui-autocomplete .ui-menu-item:hover {
	cursor: pointer;
	background: #eee;
}
.ui-autocomplete-category {
	font-weight: bold;
	padding: 0.2em 0.4em;
	margin: 0.8em 0 0.2em;
	line-height: 1.5;
}
span[role="status"] {
	display: none;
}

/********************
** BOOSTRAP MODAL ***
********************/
.modal_mail .modal-dialog {
	width: 80% !important;
}
.modal_case .modal-dialog {
	width: 60% !important;
}
.modal-menu {
	overflow-y: scroll;
}
.modal-menu .note {
	margin: 0 0 2px !important;
}
.modal-menu a:link {
	text-decoration: none !important;
}

/********************
**** ALERT EVENT ****
********************/
.alert-event {
	text-align: right;
	padding: 0px;
	top: 7px;
}

/********************
****** CHOSEN *******
********************/
.chosen-container-multi .chosen-choices {
	min-height: 34px !important;
	padding: 2px 15px !important;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

/* icone required dans les select */
.input-icon.right.select > i {
	right: 18px !important;
}

.note.note-grey {
	/*background-color: #fafafa*/ /* correspondance metronic : grey-cararra */
	border-color: #e5e5e5; /* correspondance metronic : grey */
	/*color: #010407;*/
}

/********************
*** SIDEBAR MENU ***
********************/

.page-sidebar .page-sidebar-menu > li.active.open > a,
.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar-closed.page-sidebar-fixed
	.page-sidebar:hover
	.page-sidebar-menu
	> li.active.open
	> a,
.page-sidebar-closed.page-sidebar-fixed
	.page-sidebar:hover
	.page-sidebar-menu
	> li.active
	> a {
	background: #759600 !important;
}

.page-sidebar .page-sidebar-menu .sub-menu,
.page-sidebar-closed.page-sidebar-fixed
	.page-sidebar:hover
	.page-sidebar-menu
	.sub-menu {
	margin: 0 !important;
}

.page-sidebar
	.page-sidebar-menu
	li.active.open
	ul.sub-menu
	.nav-item.active.open
	a {
	font-weight: bold !important;
	background: #3d88ba !important;
}

/********************
*** CUSTOM COLORS ***
********************/

/* note : alabaster est le nom donné à la couleur par coolors.co -*/
.portlet.box.alabaster > .portlet-title,
.portlet.alabaster,
.portlet > .portlet-body.alabaster {
	background-color: #ebe9e9;
}
.portlet.box.alabaster > .portlet-title > .caption,
.portlet.box.alabaster > .portlet-title > .caption > i {
	color: #333;
}

/********************
*** CUSTOM MODAL IFRAME ***
********************/

.modal-full {
	min-width: 100%;
	margin: 0;
}

.modal-full .modal-content {
	min-height: 100vh;
}

.page-sidebar-right {
	position: fixed;
	top: 50px;
	bottom: 0;
	right: 0;
	width: 0px;
	background-color: #fff;
}
