/*********************************************/
/********************STRUCTURE****************/
/*********************************************/
@font-face {
	font-family: 'open-sans';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.TTF');
	src: url('../fonts/OpenSans-Regular.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open-sans-light';
	src: url('../fonts/OpenSans-Light.eot');
	src: url('../fonts/OpenSans-Light.TTF');
	src: url('../fonts/OpenSans-Light.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open-sans-bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.TTF');
	src: url('../fonts/OpenSans-Bold.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open-sans-semibold';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: url('../fonts/OpenSans-Semibold.TTF');
	src: url('../fonts/OpenSans-Semibold.woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open-sans-extrabold';
	src: url('../fonts/OpenSans-ExtraBold.eot');
	src: url('../fonts/OpenSans-ExtraBold.TTF');
	src: url('../fonts/OpenSans-ExtraBold.woff');
	font-weight: normal;
	font-style: normal;
}

html,
body {
  font-family:open-sans, sans-serif;
  color:#566374;
}

body {
  align-items: center;
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #f5f5f5 !important;
  font-size:14px;
}

*
{
	box-sizing:border-box;
}

h1
{
	font-family:open-sans-semibold;
}

*:focus 
{
    outline: none;
}

a, .span_action
{
	color:#3287c2;
}

a:hover, a:focus, .span_action:hover {
    color: #58aeda;
    text-decoration: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #AAA !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #AAA !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #AAA !important;
}

.float_right
{
	float:right;
}

.panel
{
	width: 100%;
	background-color:#FFF;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-radius:3px;
	padding: 20px 10px 10px 10px;
}

.div_container_login {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
  margin-top:30px;
  text-align:center;
}

.barre_top
{
	position:fixed;
	top:0;
	margin:0;
	left:0;
	width:100%;
	height:55px;
	background-color:#1e3246;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
	z-index:89;
}

.menu_left
{
	display:block;
	width: 220px;
    height: 100%;
    float: left;
    background-color: #383838;
    position: fixed;
    left: 0;
	overflow-y: auto;
	z-index:88;
	padding-top:55px;
}

.menu_left::-webkit-scrollbar 
{
    position: absolute;
    width: 12px;
    margin-left: -10px;
    -webkit-appearance: none;
}

.menu_left::-webkit-scrollbar-thumb 
{
    height: 50px;
    background-color: rgba(160,174,186,0.2);
    background-clip: content-box;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 2px;
    border-radius: 7px;
}

.menu_left ::-webkit-scrollbar-track 
{
    background-color: transparent;
    border-right: none;
    border-left: none;
}

.menu_left_mini
{
	width:66px !important;
}

.menu_left_mini::-webkit-scrollbar 
{
	 width: 1px !important;
}

.content_right
{
	width: calc(100% - 220px);
    position: relative;
    float: right;
	padding:80px 20px 20px 20px;
	
}

.content_right_mini
{
	width: calc(100% - 66px) !important;
}

.div_logo
{
	float:left;
	height:55px;
	width:255px;
	color:#FFF;
	font-family:open-sans-semibold;
	font-size:18px;
	padding-top:7px;
	padding-left:13px;
}

.div_logo img
{
	margin-right:5px;
}

.div_user
{
	float:right;
	width:300px;
	color:#FFF;
	font-family:open-sans;
	font-size:15px;
	padding-right:13px;
	text-align:right;
}

input[type="search"], .custom-select
{
    font-size: 14px !important;
    line-height: 1.5 !important;
    color: #555 !important;
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 3px !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="search"]
{
	padding: 6px 12px !important;
}

.btn_disabled
{
	opacity:0.5;
	cursor: not-allowed !important;
}

.btn-primary.disabled, .btn-primary:disabled 
{
    background-color: #dc3223;
    border-color: #dc3223;
}

.champs
{
	display: block;
    width: 100%;
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    background-color: #fff;
    border: 1px solid #eaeaea;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.champs:focus, input[type="search"]:focus, .custom-select:focus
{
	border:1px solid #CCC !important;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1) !important;
}

.champs_erreur
{
	border:1px solid #dc3545 !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.champs_erreur:focus
{
	border:1px solid #dc3545;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.champs_txt
{
	height: 34px;
}

.champs_textarea
{
	height: 100px;
	width:100%;
	resize:none;
}

.champs_textarea_150
{
	height: 150px;
	width:100%;
	resize:none;
}

.champs_textarea_300
{
	height: 300px;
	width:100%;
	resize:none;
}

.info_erreur_champs
{
	font-size:12px;
	color:#dc3545;
	text-align:left;
	padding-top:5px;
}

.div_erreur
{
	text-align:justify;
	color: #a94442;
    background-color: #f2dede;
    border:1px solid #ebccd1;
	width:100%;
	padding:8px;
	border-radius:3px;
	font-size:13px;
}

.div_alerte
{
	text-align:justify;
	color: #de7400;
    background-color: #fee5c9;
    border:1px solid #ffd4a5;
	width:100%;
	padding:8px;
	border-radius:3px;
	font-size:13px;
}


.div_rep_ok
{
	text-align:justify;
	color:#3c763d;
    background-color:#dff0d8;
    border:1px solid #d6e9c6;
	width:100%;
	padding:8px;
	border-radius:3px;
	font-size:13px;
}

.div_info
{
	text-align:justify;
	color: #31708f;
    background-color: #d9edf7;
    border:1px solid #bce8f1;
	width:100%;
	padding:8px;
	border-radius:3px;
	font-size:13px;
}

.notif_delete
{
	text-align:justify;
	color:#3c763d;
    background-color:#dff0d8;
    border:1px solid #d6e9c6;
	width:300px;
	padding:8px;
	border-radius:3px;
	font-size:13px;
	position:fixed;
	z-index:91;
	right:20px;
	bottom:30px;
	box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.08);
}

.notif_erreur
{
	text-align:justify;
	color: #a94442;
    background-color: #f2dede;
    border:1px solid #ebccd1;
	width:300px;
	padding:8px;
	border-radius:3px;
	font-size:13px;
	position:fixed;
	z-index:91;
	right:20px;
	bottom:30px;
	box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.08);
}

.notif_vainqueur
{
	display:none;
}

.page-item.active .page-link
{
	background-color: #dc3223;
	border-color: #dc3223;
}

.btn
{
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
	cursor:pointer;
}

.btn_bleu
{
	background-color: #dc3223;
    border-color: #c72d1f;
}

.btn_bleu:hover
{
	background-color:#c72d1f;
	border-color: #c72d1f;
	box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.btn_bleu:active, .btn_bleu:focus
{
	background-color:#bc2a1d !important;
	border-color: #bc2a1d !important;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
}

.btn_blanc
{
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn_blanc:hover
{
    color: #333;
	background-color: #EEE;
    border-color: #adadad;
}

.btn_blanc:active, .btn_blanc:focus
{
	color: #333 !important;
	background-color:#CCC !important;
	border-color: #777 !important;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125) !important;
}

.margin_right_10
{
	margin-right:10px;
}

.margin_right_15
{
	margin-right:15px;
}

.fa_btn
{
	margin-right:5px;
}


.btn_param
{
	cursor:pointer;
	color:#555;
	margin-left:5px;
}

.btn_param:hover
{
	color:#3287c2;
}

.margin_left_5
{
	margin-left:5px;
}

.fa_grey
{
	color:#888;
}

.lien_mini
{
	font-size:13px;
}

.menu_wrap
{
	position:relative;
	min-height:100%;
}

.main_menu
{
	list-style: none;
	padding:0;
}

.main_menu, .main_menu li
{
	width:100%;
}

.main_menu > li > a
{
	padding: 12px 16px;
    color: #CCC;
    border-left: 5px solid transparent;
	display:block;
	width:100%;
}

.sub_menu > li > a
{
	padding: 8px 20px;
    color: #CCC;
    border-left: 5px solid transparent;
	display:block;
	width:100%;
}

.main_menu > li > a:hover
{
	background-color:#333;
	color:#FFF;
}

.main_menu_mini > li > a.select_menu
{
	background-color:#333;
	color:#FFF;
}

.main_menu_mini > li > a:hover, .main_menu_mini > li > a.select_menu
{
	background-image:URL("../img/menu_selector.png");
	background-repeat:no-repeat;
	background-position:55px 15px;
}

.sub_menu > li > a:hover
{
	color:#FFF;
}

.main_menu > li > a.active
{
	background-color:#333;
	color:#FFF;
	border-left:5px solid #dc3223;
}

.sub_menu > li > a.active
{
	color:#FFF;
}

.sub_menu_mini
{
	list-style: none;
	padding:0;
}

.sub_menu_mini
{
	position:absolute;
	left:65px;
	top:100px;
	z-index:85;
	min-width:160px;
	background-color:#3B3B3B;
}

.sub_menu_mini > li > a
{
	color:#CCC;
	display:block;
	width:100%;
	line-height:30px;
	padding:3px 15px;
}

.sub_menu_mini > li > a.active
{
	color:#FFF;
}

.sub_menu_mini > li > a:hover
{
	color:#FFF;
}

.sub_menu_mini li.li_titre_sub_menu_mini a
{
	height:46px;
	padding:8px 15px;
}

.sub_menu_mini li.li_titre_sub_menu_mini label
{
	height:46px;
	padding:8px 15px;
	color:#dc3223;
	line-height:30px;
	margin-bottom:0;
}

.border_titre_sub_menu_mini
{
	border-bottom:1px solid #444;
}

.fa_info
{
	margin-right:7px;
}

.fa_nav
{
	font-size:20px;
	margin-right:2px;
	width:30px;
}

.fa_user
{
	font-size:22px;
	margin-right:7px;
}

.fa_menu_mob
{
	font-size:22px;
	margin-right:7px;
	margin-left:7px;
}

.div_menu_user
{
	position:absolute;
	right:13px;
	top:55px;
	width:220px;
	z-index:90;
}

.ul_menu_user 
{
	margin:0;
	width:100%;
	border:1px solid #DDDDDD;
	list-style: none;
	padding:0;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
	background-color:#FFF;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.ul_menu_user li
{
	width:100%;
	height:48px;
	line-height:48px;
	border-bottom: 1px solid #EEEEEE;
}

.ul_menu_user li:last-child
{
	border-bottom:none;
	border-bottom-left-radius:3px;
	border-bottom-right-radius:3px;
}

.lien_user_menu
{
	display:block;
	width:100%;
	height:47px;
	color:#666;
	padding-left:15px;
}

.lien_user_menu:hover
{
	background-color:#F9F9F9;
}

.btn_user
{
	padding-top:14px;
	display:inline-block;
	cursor:pointer;
	height:55px;
	padding-left:10px;
	padding-right:10px;
	float:right;
}

.btn_menu_mob
{
	padding-top:14px;
	cursor:pointer;
	height:55px;
	padding-left:10px;
	padding-right:10px;
	display:none;
	float:right;
}

.btn_user:hover,.btn_menu_mob:hover
{
	background-color:#002e3c;
}

.btn_user_active, .btn_menu_mob_active
{
	background-color:#002e3c;
}



.display_none
{
	display:none;
}

.titre_page
{
	font-size:22px;
	font-family:open-sans-light;
}

.txt_center
{
	text-align:center;
}

.txt_left
{
	text-align:left;
}

.txt_right
{
	text-align:right;
}

.row
{
	margin:0;
}

.padding_0
{
	padding:0;
}

.padding_left_0
{
	padding-left:0;
}

.padding_right_0
{
	padding-right:0;
}

.btn.disabled, .btn:disabled
{
	opacity:0.4;
	cursor:not-allowed;
}

.champs_disabled
{
	opacity:0.6;
}

.fa-spin
{
	margin-right:5px;
}

.separator_10
{
	display:block;
	width:100%;
	height:10px;
	margin:0;
	padding:0;
}

.line_separator
{
	display:block;
	height:1px;
	border-bottom: 1px solid #eaeaea;
}

.font_size_14
{
	font-size:14px;
}

.datatable th
{
	font-weight:normal;
	font-family:open-sans-semibold;
}

.table
{
	margin-bottom:0px;
}

.th_action
{
	width:80px !important;
}

.th_action_2
{
	width:90px !important;
}

.datatable
{
	margin-top:15px;
	margin-bottom:15px;
	width:100% !important;
	border-radius:3px !important;
}

.datatable th
{
	border-top:0;
}

.dataTables_length select
{
	width:78px;
}

.dataTables_filter
{
	text-align:right
}

.dataTables_filter input
{
	display:inline-block !important;
	width:200px;
	margin-left:5px;
}

.dataTables_length, .dataTables_info, .pagination, .dataTables_filter
{
	font-size:14px;
}
.dataTables_paginate ul
{
	float:right;
}

.table td, .table th
{
	padding: .55rem;
}

.page-item:first-child .page-link 
{
    border-top-left-radius: 2px !important;
    border-bottom-left-radius: 2px !important;
}

.page-item:last-child .page-link 
{
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.table-bordered thead th
{
	border-bottom-width: 1px !important;
}

.dataTables_wrapper .col-sm-12
{
	padding:0;
}

.datatable i
{
	font-size:16px;
}

.lien_action
{
	color:#555;
	margin-right:10px;
}

i.fa-times
{
	color:#dc3545;
}

i.fa-check
{
	color:#41b335;
}

.color_ok
{
	color:#41b335;
}

.color_nok
{
	color:#dc3545;
}

.span_action
{
	cursor:pointer;
}

.fa-exclamation-triangle
{
	color:#ff7d27;
}

.ui-widget
{
	font-family:open-sans;
}

.ui-dialog-title
{
	font-family:open-sans-semibold;
}

.ui-dialog button
{
	border-radius:3px;
	background-color:#f6f6f6;
	border:1px solid #c5c5c5;
	padding:5px 8px 5px 8px;
}
.ui-dialog .fa-exclamation-triangle
{
	font-size:18px;
}

.ui-dialog button:hover
{
	background-color:#ededed;
	border:1px solid #c5c5c5;
}

.ui-dialog button:active
{
	background-color:#dc3223;
	border:1px solid #dc3223;
	color:#FFF;
}

.ui-dialog button:focus
{
	box-shadow:none;
}

.ind_actif, .ind_actif2, .ind_actif3, .ind_actif4
{
	cursor:pointer;
}

.fa_sub_menu
{
	float:right;
	margin-top:5px;
}

.main_menu li a.collapsed i.fa_sub_menu
{
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

ul.sub_menu
{
	list-style: none;
	padding:0;
}

ul.sub_menu li a
{
	padding-left:40px;
}


.btn_filtrer
{
	margin-top:20px;
	padding: .36rem .5rem;
}

.panel_filtrer
{
	padding-top:15px !important;
}

.margin_bottom_0
{
	margin-bottom:0;
}

.select_filtre_accueil
{
	float:right;
	width:70px;
	margin-top:5px;
	background:none;
}

.txt_action_selection
{
	height:30px;
	color:#555;
}

.vtop
{
	vertical-align: top;
}

.green
{
	color:#3c763d;
}

.red
{
	color:#FC0000;
}

form label
{
	font-family:open-sans-semibold;
}

.display_flex
{
	display: flex;
    width: 100%;
}

.legende_champs
{
	padding: 7px 5px 0 0;
}

.chosen-container-multi .chosen-choices
{
	border: 1px solid #eaeaea !important;
	box-shadow: 0px 1px 2px 0 rgb(0 0 0 / 10%);
}

.titre_panel
{
	font-family:open-sans-semibold;
	margin-bottom:10px;
	text-transform:uppercase;
}

.tab_charges
{
	border-spacing: 0;
    border-collapse: collapse;
	border:2px solid #CCC;	
	width:1920px;
	margin-top:10px;
	table-layout: fixed;
	margin-bottom:25px;
}

.tab_charges td
{
	padding:0;
}

.tab_charges .tr_annee
{
	height:30px;
	background-color: #1e3246;
    color: #FFF;
	cursor:grab;
}

.tab_charges .tr_annee td
{
	text-align:center;
	border:1px solid #CCC;
	font-family:open-sans-semibold;
}

.tab_charges .tr_mois
{
	height:18px;
}

.tab_charges .tr_mois td
{
	width:40px;
	font-size:11px;
	text-align:center;
	border:1px solid #CCC;
	border-bottom:2px solid #CCC !important;
	background-color: #96adb4;
	color:#FFF;
}

.tab_charges .tr_charge td
{
	width:40px;
	font-size:11px;
	text-align:center;
	border:1px solid #DDD;
	height:27px;
}

.tab_charges .tr_charge_total td
{
	width:40px;
	font-size:11px;
	text-align:center;
	border:1px solid #DDD;
	height:27px;
}

.tab_charges .tr_charge_total, .tab_fixed_colonne .tr_total_workpackage
{
	background-color:rgba(0,76,99,0.08);
}

.div_container_tab_charge
{
	position:relative;
}

.div_container_tab_charge .div_tab_charge
{
	width:100%;
	overflow:hidden;
	padding-left:278px;
	padding-right:10px;
}

.div_container_tab_charge .div_tab_charge_personnel
{
	width:100%;
	overflow:hidden;
	padding-left:278px;
	padding-right:10px;
}

.div_container_tab_charge .div_personnel
{
	width:280px;
	position:absolute;
	z-index:10;
	left:0px;
	top:10px;
	background-color:#FFF;
}

.champs_charge
{
	border: 1px solid #FFF;
    width: 38px;
    font-size: 12px;
    color: #566374;
    text-align: center;
	padding: 3px 2px 2px 2px;
	background:none;
}

.champs_total_charge
{
	border: 0px solid #FFF;
    width: 38px;
    font-size: 12px;
    color: #566374;
    text-align: center;
	padding: 3px 2px 2px 2px;
	background:none;
	font-family:open-sans-semibold;
}

.div_fixed_colonne_tab_charges
{
	width:200px;
}

.div_container_tab_charge .tab_fixed_colonne
{
	border-spacing: 0;
    border-collapse: collapse;
	border:2px solid #CCC;	
	width:280px;
	table-layout: fixed
}

.div_container_tab_charge .tab_fixed_colonne td
{
	padding-left:10px;
}

.div_container_tab_charge .tab_fixed_colonne .tr_header
{
	height:48px;
	text-align:left;
	font-family: open-sans-semibold;
	background-color: #1e3246;
    color: #FFF;
	border-bottom:2px solid #CCC;
}

.div_container_tab_charge .br2
{
	border-right:2px solid #CCC !important;
}

.div_container_tab_charge .tab_fixed_colonne .tr_personnel, .div_container_tab_charge .tab_fixed_colonne .tr_workpackage
{
	text-align:center;
	font-size:13px;
	height:27px;
}

.div_container_tab_charge .tab_fixed_colonne .tr_total_workpackage
{
	text-align:left;
	font-size:13px;
	height:27px;
	font-family:open-sans-semibold;
}

.div_container_tab_charge .tab_fixed_colonne .tr_personnel td, .div_container_tab_charge .tab_fixed_colonne .tr_workpackage td
{
	border-bottom:1px solid #DDD;
	line-height:21px;
	text-align:left;
}

.div_container_tab_charge .tab_fixed_colonne tr.tr_personnel:nth-child(odd), .tab_charges tr.tr_charge:nth-child(even)  , .div_container_tab_charge .tab_fixed_colonne tr.tr_workpackage:nth-child(odd)
{
	background: #F5F5F5;
}

.tr_workpackage .nom_workpackage_limit, .tr_personnel  .nom_personnel_limit
{
  display:inline-block;
  width:auto;
  /*text-overflow: ellipsis;*/
  white-space: nowrap;
 /* overflow: hidden;*/
  float:left;
}

.div_container_tab_charge .div_ajouter_personnel_charge
{
	position: absolute;
    left: 255px;
    top: 25px;
    z-index: 11;  
}

.div_block_charge_personnel
{
	margin-top:30px;
}

.nom_personnel_charge
{
	font-family:open-sans-semibold;
}

.btn_ajouter_personnel_charge
{
	color: #FFF;
	font-size: 16px;
	cursor:pointer;
}

.btn_ajouter_personnel_charge:hover
{
	color: #00AAFF;
}
 
input[type="radio"] 
{
	margin-top: -3px;
	vertical-align: middle;
}

.label_radio
{
	line-height: 25px;
    display: inline-block;
    margin-right: 15px;
}

.div_container_ajouter_personnel 
{
	height:90px;
	position:relative;
}

.div_container_ajouter_workpackage
{
	height:48px;
	position:relative;
}

.div_container_ajouter_personnel .div_liste_personnel , .div_container_ajouter_workpackage .div_liste_personnel
{
	margin-top:15px;
}

.div_container_ajouter_personnel .div_liste_personnel .chosen-container .chosen-results
{
	max-height:110px;
}

.div_container_ajouter_workpackage .div_liste_personnel .chosen-container .chosen-results
{
	max-height:140px;
}

.btn_sup_personnel_charge
{
	margin-right:8px;
	margin-top:4px;
	cursor:pointer;
	float:left;
}

.btn_sup_personnel_charge_vide
{
	margin-right:8px;
	margin-top:4px;
	float:left;
	opacity:0;
}

.btn_sup_personnel_charge:hover
{
	color:#3287c2;
}

.btn_sup_workpackage_charge
{
	margin-right:8px;
	margin-top:4px;
	cursor:pointer;
	float:left;
}

.btn_sup_workpackage_charge_vide
{
	margin-right:8px;
	margin-top:4px;
	float:left;
	opacity:0;
}

.btn_sup_workpackage_charge:hover
{
	color:#3287c2;
}

.btn_sup_workpackage_charge_disabled
{
	margin-right:8px;
	margin-top:4px;
	float:left;
	opacity:0.5;
}

.txt_projet_disabled
{
	opacity:0.5;
}

.div_liste_personnel .chosen-results li
{
	font-size:13px !important;
}

.div_conteneur_tooltip
{
	position:relative;
	display:none;
	z-index:12;
}

.div_tooltip_max_charge
{
	position: absolute;
    width: 60px;
    height: 19px;
    border: 1px solid #AAA;
    background-color: #FFF;
    top: 5px;
    left: -11px;
    z-index: 99;
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.1);
}

.month-picker-next .ui-button, .month-picker-previous .ui-button
{
	padding: 1px 2px !important;
}

.month-picker-next .ui-button, .month-picker-previous .ui-button
{
	width:2em !important;
}

.pourcent_charge_inc
{
	opacity:0.75;
}

.month-picker-month-table .ui-state-active:not(.ui-state-highlight)
{
	color:#FFF !important;
}

.dialog_overflow
{
	overflow: visible !important;
}

.padding_panel_gauche
{
	padding-left:0;
	padding-right:8px;
}

.padding_panel_right
{
	padding-right:0;
	padding-left:8px;
}

@media (max-width:900px)
{
	.menu_left
	{
		display:none;
	}
	
	.content_right
	{
		width:100%;
	}
	
	.btn_menu_mob
	{
		display:inline-block;
	}	
	
	.div_menu_user
	{
		right:65px;
	}
		
	.li_btn_reduire_menu
	{
		display:none;
	}

}

@media (max-width:575px)
{
	.span_nom_user
	{
		display:none;
	}
	
	.fa_user
	{
		margin-left:7px;
	}
	
	.div_user
	{
		width:120px;
	}
	
	.txt_m_left
	{
		text-align:left;
	}
	
	.div_logo
	{
		width:190px;
		font-size:12px;
	}
}

@media (max-width:750px)
{
	.padding_panel_gauche
	{
		padding-left:0;
		padding-right:0px;
	}
	
	.padding_panel_right
	{
		padding-left:0;
		padding-right:0px;
	}
}

/*********************************************/
/**************FIN STRUCTURE******************/
/*********************************************/
