/* CSS Document */
@import url("../plugins/font-awesome5/css/fontawesome-all.min.css");

body {
	font-family: 'Poppins', sans-serif;
	background-color: #292b3a !important;
}
h1, h2, h3, h4, h5, h6,
.dropdown-menu {
    font-family: 'Poppins', sans-serif !important;
}
.w-100 {
	width: 100%;
}
.header {
	border-bottom: none;
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.1);
    background: #292b3a; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #292b3a 275px, #19b9b8 92%) !important;
	background: -webkit-linear-gradient(-45deg, #292b3a 275px,#19b9b8 92%) !important;
	background: linear-gradient(135deg, #292b3a 275px,#19b9b8 92%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b3a', endColorstr='#19b9b8',GradientType=1 ) !important;
}
.header .navbar-brand img {
    width: 200px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}
.page-sidebar {
    background-color: #292b3a;
}
.page-sidebar-menu {
    margin-top: 20px;
}
ul.page-sidebar-menu > li > a {
    color: #868aa8 !important;
    border-top: none !important;
    font-size: 15px;
    padding: 12px 15px;
}

ul.page-sidebar-menu > li a i {
    color: #868aa8 !important;	
}
ul.page-sidebar-menu > li.active > a,
ul.page-sidebar-menu > li.active > a i {
	color: #19B9B8 !important;
	background: none !important;
}
ul.page-sidebar-menu > li.open > a, 
ul.page-sidebar-menu > li > a:hover, 
ul.page-sidebar-menu > li:hover > a, 
ul.page-sidebar-menu > li:hover > a i {
    background: none;
    color: #19B9B8 !important;
}
.page-sidebar-menu > li > a i {
    font-size: 18px;
    margin-right: 10px;
}
@media (min-width: 992px) {
	.page-sidebar {
	    width: 245px;
	}
	.page-content {
    	margin-left: 245px;
    }
}
.portlet.box.grey > .portlet-title {
    background-color: #fff;
    padding: 22px 10px 14px 10px;
}
.portlet.blue > .portlet-title > .caption, 
.portlet.green > .portlet-title > .caption, 
.portlet.yellow > .portlet-title > .caption, 
.portlet.red > .portlet-title > .caption, 
.portlet.purple > .portlet-title > .caption, 
.portlet.grey > .portlet-title > .caption,
.portlet.box.blue > .portlet-title > .caption > i, 
.portlet.box.green > .portlet-title > .caption > i, 
.portlet.box.grey > .portlet-title > .caption > i, 
.portlet.box.yellow > .portlet-title > .caption > i, 
.portlet.box.red > .portlet-title > .caption > i, 
.portlet.box.purple > .portlet-title > .caption > i, 
.portlet.box.light-grey > .portlet-title > .caption > i {
    color: #576962 !important;
}
.portlet.box.blue > .portlet-title > .caption > i, 
.portlet.box.green > .portlet-title > .caption > i, 
.portlet.box.grey > .portlet-title > .caption > i, 
.portlet.box.yellow > .portlet-title > .caption > i, 
.portlet.box.red > .portlet-title > .caption > i, 
.portlet.box.purple > .portlet-title > .caption > i, 
.portlet.box.light-grey > .portlet-title > .caption > i {
	margin-right: 15px;
	font-size: 15px;
	margin-left: 10px;
}
.btn {
    border-radius: 0.25rem !important;
}
.annonce.dataTable {
	position: relative;
	border-left: none;
}
.annonce.dataTable:before {
    position: absolute;
    display: block;
    width: 0.38rem;
    -webkit-border-radius: 0.3rem !important;
    -moz-border-radius: 0.3rem !important;
    -ms-border-radius: 0.3rem !important;
    -o-border-radius: 0.3rem !important;
    border-radius: 0.3rem !important;
    height: 70%;
    left: 0.1rem;
    top: 0.46rem;
    content: "";;
}
.annonce.dataTable.blue:before {
    background: #4d90fe;
}
.annonce.dataTable.green:before {
    background: #35aa47;
}
.annonce.dataTable.purple:before {
    background: #852b99;
}
.annonce.dataTable.yellow:before {
    background: #ffb848;
}
.annonce.dataTable.red:before {
    background: #d84a38;
}
.hp .annonce.dataTable .locality {
	display: block;
	color: #aaa; 
	font-weight: 400 !important;
}
.hp .annonce.dataTable .locality:before {
	font-family: "Font Awesome 5 Free"; 
	content: "\f041"; 
	font-weight: 900;
	margin-right: 10px;
    margin-left: 0;
}
.hp .annonce {
    border-bottom: none;
    background: none;
    box-shadow: none;
    margin-bottom: 5px;
}
.hp .tasks-widget .task-list > li {
	border-bottom: none;
}
.hp .tasks-widget .task-list > li .task-title a {
	cursor: pointer;
	text-decoration: none;
}

.hp-portlet-box {
	display: flex;
	flex-direction: column;
	border-right: 1px solid #ebedf2;
}
.hp-portlet-box h2 {
    margin: 0;
    font-size: 19px;
    font-weight: 600 !important;
    color: #444;
}

.hp-portlet-box:nth-child(3) {
	margin-top: 10px;
}

.hp-portlet-box:last-child {
	border-right: none;
}

.hp-action {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 20px;
}
.hp-nbr {
	display: flex;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 500;
}
.hp-legend {
	display: flex;
	align-items: center;
	padding-top: 50px;
}
#candidate_chart.donut-chart {
	height: 160px;
	width: 160px;
	margin-top: 20px;
}
#candidate_chart.donut-chart tspan:first-child {
	display: none;
}
#candidate_chart.donut-chart tspan:nth-child(1) {
	font-size: 40px;
}
.hp-action .hp-el,
.hp-progress {
	padding: 10px 0;	
}
.hp-action .hp-el a.see {
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
	color: #999;
}
.hp-action:first-child .hp-nbr {
	color: #9B59B6;
}
.hp-action:nth-child(2) .hp-nbr {
	color: #FFB848;
}

.hp-action:first-child {
	border-bottom: 0.07rem dashed #ebedf2;
}
.progress-bar {
	background: #292b3a;
    background: -moz-linear-gradient(-45deg, #292b3a 0%, #19b9b8 92%) !important;
    background: -webkit-linear-gradient(-45deg, #292b3a 0%,#19b9b8 92%) !important;
    background: linear-gradient(135deg, #292b3a 0%,#19b9b8 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292b3a', endColorstr='#19b9b8',GradientType=1 ) !important;
}
.legend-row {
	display: block;
	position: relative;
	padding-left: 45px;
    margin-bottom: 10px;
}
.legend-row span {
	position: absolute;
	top: 1px;
	left: 0;
	height: 6px;
	width: 25px;
	border-radius: 4px !important;
	margin: 5px;
	display: inline-block;
}
.progress-group {
	display: flex;
	flex-direction: column;
	justify-content: space-between;	
	width: 75%;
    margin-top: 60px;
}
.jobboards .progress-group {
	margin-top: 10px;
	width: 90%;
}
.progress-group .progress-bar {
	background-color: #45465;
}
.progress-box span:first-child {
	font-size: 17px;
	font-weight: 500;
}
.progress-box span:nth-child(2) {
	color: #999;
	font-size: 14px;
}
#stats-box {
	overflow: hidden;
}
#stats-box #candidate_chart.donut-chart {
    margin-top: 0;
}
#stats-box .hp-legend {
    padding-top: 30px;
    flex-direction: column;
}
#stats-box .hp-legend h2 {
	margin-bottom: 2rem;
}

#stats-box .hp-portlet-box:first-child .hp-action:first-child {
	margin-top: 20px;
}

#stats-box .hp-portlet-box:first-child .hp-action:nth-child(2) {
	margin-bottom: 20px;
}
#stats-box .hp-portlet-box:last-child {
	align-items: center;
	height: 201px;
	color: #fff;
	background: #19b9b8;
}

#stats-box .hp-portlet-box:last-child h2 {
	color: #fff;
	margin-top: 39px;
}
#stats-box .hp-portlet-box:last-child .count {
    font-size: 50px;
    margin-top: 20px;
}
#sort-annonce {
	background: #fff;
	border-style: none;
    border-width: 0;
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.1);
    border-radius: 3px !important;
    overflow: hidden;
    padding-left: 15px;
}
#sort-annonce .expend span  {
	font-weight: 500;
}
#sort-annonce span.label {
	margin-left: -10px;
}
#sort-annonce .annonce_title_row {
	display: none;
}
#sort-annonce {
}
.new_cdt i {
    color: #cacaca;
}
.pending_cdt i {
    color: #36a3f7;
}
.unretained_cdt i {
    color: #f4516c;
}
.retained_cdt i {
    color: #34bfa3;
}
.nav>li>a>img {
    border-radius: 3px;
}
.flags>a {
    background: transparent !important;
    color: #fff !important;
}

.flags .dropdown-toggle {
    border: 1px solid #fff;
    border-radius: 6px;
    margin-top: 0px !important;
    position: relative;
}
.flags.dropdown.open > .dropdown-toggle {
    border-color:#fff !important;
}

.guide .progress {
	background: #ccc;
}

.form-wizard .step .number {
	background: #ccc;
}

.guide .form-wizard .step .number i {
	color: #fff;
}











.clear {
	clear: both;
	float: none;
}
.modal-wide-card {
    width: 90% !important;
}
.radio > span {
    margin-top: 0;
}

.avatar_pic { 
	margin-right: 15px;
	margin-top: -20px;
	height: 35px;
}

.header .navbar-nav > li.dropdown.user .dropdown-toggle .username .user_company {
	display: block;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	white-space: nowrap;
}
.header .navbar-nav > li.dropdown.user .dropdown-toggle .username {
    color: #fff;
    display: inline-block;
    line-height: 14px;
    text-align: right;
    position: relative;
}
.header .navbar-nav > li.dropdown.user a.dropdown-toggle:before {
	display: inline-block !important;
	font-family: FontAwesome, "Font Awesome 5 Free";
	font-weight: 900;
	content:  "\f107";
	font-size: 16px;
	color: #fff;
	margin-left: 10px;
	float: right;
	margin-top: 7px;
}
.header .nav > li > a { 
	display: inline-block;
}
.dropdown-menu li > a {
    padding: 8px 20px 8px 20px;
}

.dropdown-menu .user-switch-company { cursor: pointer; }
.dropdown-menu .user-switch-company i.fa { color: #ddd; }
/*.ver-inline-menu li i { color: #666 !important; }*/

.ver-inline-menu li a.yellow {
  border-left:solid 2px #ffb848;
}

.ver-inline-menu li a.blue {
  border-left:solid 2px #4b8bf8;
}

.ver-inline-menu li a.green {
  border-left:solid 2px #35aa47;
}

.ver-inline-menu li a.purple {
  border-left:solid 2px #852b99;
}

.ver-inline-menu li a.red {
  border-left:solid 2px #e02222;
}

.ver-inline-menu li a.grey {
  border-left:solid 2px #555;
}

.ver-inline-menu li a span {
    background: none repeat scroll 0 0 #169EF4;
    color: #FFFFFF;
    font-size: 16px;
    padding: 7px 13px;
    position: absolute;
    right: 0;
    top: 0;
}

/*.ver-inline-menu li a.yellow i {
  background: rgba(255,184,72, 0.2) !important;
}

.ver-inline-menu li a.blue i {
  background: rgba(75,139,248, 0.2) !important;
}

.ver-inline-menu li a.green i {
  background: rgba(53,170,71, 0.2) !important;
}

.ver-inline-menu li a.purple i {
  background: rgba(133,43,153, 0.2) !important;
}

.ver-inline-menu li a.red i {
  background: rgba(224,34,34, 0.2) !important;
}

.ver-inline-menu li a.grey i {
  background: rgba(85,85,85, 0.2) !important;
}*/
.dashboard-stat { 
	padding-bottom: 0 !important; 
	padding-top: 10px !important;
	overflow: hidden; }
.dashboard-stat .visual {
  width: 80px;
  height:80px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  margin-bottom: 15px;
}

.dashboard-stat .visual i {
  font-size: 65px;
  line-height: 65px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1024px) {  

  .dashboard-stat .visual i { 
    font-size: 28px;
    line-height: 28px;
  }

}

.dashboard-stat .details {
  position: absolute;
  right: 15px;
  padding-right: 15px;  
}

.dashboard-stat .details .number {    
  padding-top: 15px;
  text-align: right;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -1px;
  margin-bottom: 5px;
  font-weight: 300;
  color: #fff;
}

.dashboard-stat .details .desc {
  text-align: right;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 300;
  color: #fff;  
}

.dashboard-stat .more {
  clear: both;
  display: block;  
  padding: 8px 10px 8px 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 11px;
  color: #fff;  
  opacity: 0.7;  
  filter: alpha(opacity=70);
  margin-right: -20px;
  margin-left: -20px;
}  

.dashboard-stat .more:hover {
  text-decoration: none;
  opacity: 1;  
  filter: alpha(opacity=100);
}

.tab-pane .dashboard-stat {
	border-radius: 3px;
	box-shadow: 0 1px 2px #ccc;
	padding-top: 30px !important;
}
.tab-pane .dashboard-stat .more {
	margin-left: 0;
	margin-right: 0;
}

.dashboard-stat .more > i {
  display: inline-block;
  margin-top: 1px;
  float: right;
}

.dashboard-stat.blue {
  background-color: #27a9e3;
}

.dashboard-stat.blue .more { 
  background-color: #208dbe;
} 

.dashboard-stat.green {
  background-color: #28b779;
}

.dashboard-stat.green .more { 
  background-color: #10a062;
} 

.dashboard-stat.red {
  background-color: #e7191b;
}

.dashboard-stat.red .more { 
  background-color:#bc0d0e;
} 

.dashboard-stat.yellow {
  background-color: #ffb848;
}

.dashboard-stat.yellow .more { 
  background-color: #cb871b;
} 

.dashboard-stat.purple {
  background-color: #9B59B6;
}

.dashboard-stat.purple .more { 
  background-color: #8E44AD ;
} 
.dashboard-stat .visual i {
	opacity: 0.7;
}
.dashboard-stat .details .desc {
	font-weight: 400;
}
.dashboard-stat .more {
	font-weight: 600;
}
.no_action div {
	text-align: center;
	margin-top: 120px;
}
.no_action div p {
	font-weight: 500;
	color: #ccc;
	font-size: 20px;
	margin-bottom: 30px;
}
.no_annonce div {
	text-align: center;
	margin-top: 90px;
}
.no_annonce div p {
	font-weight: 500;
	color: #ccc;
	font-size: 20px;
	margin-bottom: 30px;
}
#hello_col {
	color: #ddd;
	text-shadow: 1px 1px 1px #000;
	margin-right: 20px;
}

#left_col {
	position: absolute;
	padding: 10px;
	background: #e8e8e8;
	border-right: 1px solid #999;
	top: 0;
	bottom: 0;
	-moz-border-radius: 3px 0 0 3px ;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	box-shadow: 3px 0 3px #999999;
	z-index: 10;
}

#panel_menu {
	width: 180px;
	padding: 0 10px;
	border: 1px solid #777;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e5e5e5),to(#aaa));
    background-image: -webkit-linear-gradient(#e5e5e5,#aaa);
    background-image: -moz-linear-gradient(#e5e5e5,#aaa);
    background-image: -o-linear-gradient(top,#e5e5e5,#aaa);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#e5e5e5',EndColorStr='#aaaaaa',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#e5e5e5', EndColorStr='#aaaaaa', GradientType=0))";
	behavior: url(css/PIE.htc);		
}

#panel_menu ul {
	margin: 0;
	padding: 0;
}

#panel_menu ul li {
	list-style-type: none;
}

#panel_menu ul li a {
	display: block;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
	padding: 10px 0;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #777;
	font-size: 11px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

#panel_menu ul li a:hover {
	color: #000;
}

#panel_menu ul li a.first {
	border-top: none;
}

#panel_menu ul li a.last {
	border-bottom: none;
	text-align: center;
}

#panel_menu ul li span {
	display: inline-block;
	margin-left: 7px;
	width: 55px;
}

#panel_menu ul li a img {
	vertical-align: middle;
}

#right_col {
	//visibility: hidden;
	position: relative;
	left: 222px;
	min-height: 350px;
	padding: 40px 15px 0 15px;
	width: 708px;
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}

#LoadingInfo {
	position: absolute;
	right: 350px;
	top: 70px;
}


#control_panel {
	width: 720px;
	min-height: 400px;
	padding-bottom: 60px;
	//overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

fieldset {
	position: relative;
	border: 1px solid #999 !important;
	padding: 10px !important;
	border-radius: 3px;
	width: 685px;
}

fieldset div {
	position: relative;
}

label.error {
	position: absolute;
	top:0;
	left:  500px;
	width: 180px !important;
	color: #900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #d14848;
	background: #faebeb;
	padding: 5px 10px;
	line-height: 16px;
}

.selector_container {
	position: relative;
	width: 720px;
}

.selector {
	width: 400px;
	float: left;
}

.selection {
	width: 275px;
	min-height: 135px;
	padding: 0 !important;
	margin-left: 37px;
	border: 1px dotted #ccc;
	position: relative;
	float: left;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

.selection div {
	clear: both;
}

.selection h4 {
	display: none;
	margin: 0 0 4px 0;
	width: 275px;
	background: #eee;
	border-bottom: 1px solid #aaa;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	text-shadow: 1px 1px 1px #fff;
	padding: 2px 0;
	color: #777;
}

h4.my_selection {
	font-size: 13px;
	color: #666;
	text-shadow: 1px 1px 1px #fff;
	position: absolute;
	top: -60px;
	left: 440px;
}

h4.my_selection img {
	margin-right: 15px;
	vertical-align: bottom;
}

.del {
	cursor: pointer;
	
}

.del img {
	float: left;
	vertical-align: text-top;
	margin-bottom: 3px;
	margin-right: 10px;
	margin-left: 10px;
}

.selection span.text {
	float: left;
	width: 220px;
	margin-bottom: 3px;
	color: #666;
}

.add_ele {
	display: inline-block;
	cursor: pointer;
	width: 32px;
	height: 29px;
	background-image: url(../images/select.png);
	margin-left: -10px;
	vertical-align: middle;
	position: relative;
	margin-bottom: 2px;
	margin-bottom: 1px\0;
	z-index: 1;	
}

#skill_selector {
	border-radius: 3px;
	padding: 10px;
	background:#f5f5f5;
	width: 100%;
}

.skill_box {
	float: left;
	display: inline-block;
	text-align: center;
	padding: 5px 10px 5px 7px;
	margin-right: 8px;
	margin-bottom: 5px;
	background: #ddd;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}

#skill_selector input { 
	border: none;
	background: none;
	float: left;
	line-height: 22px;
	width: 225px;
	padding: 5px;
}

#skill_selector input.ui-autocomplete-input { 
	background: none !important;
}

.skill_box i { font-size: 11px; margin-left: 8px; color: #888;}
#add_tag { float: left; line-height: 30px; }
#add_tag i { margin: 0 2px 0 4px; }
#competence {
	position: relative;
}

legend {
	position: relative;
}

form label {
	//float: none;
	color: #666;
}


form label span.info {
	font-size: 9px;
	color: #aaa;
}

#nav_annonce {
	margin: -11px -11px -13px -14px;
	height: 36px;
	margin-top: -10px\0;
}


#nav_annonce table {
	width: 737px;
	border-spacing: 0;
	border-collapse: collapse;
}

.nav_annonce_link {
	background: #666;	
	line-height: 16px;
	//border: 1px solid #333;
	//float: left;
	margin-right: 0px;
	text-shadow: 1px 1px 1px #000;
	color: #999;
}

.nav_annonce_link a {
	color: #fff;
}

.nav_annonce_link span {
	display: inline-block;
	text-align: center;
	width: 25px;
	padding: 2px 0;
	margin: 5px 10px 5px 10px;
	/*background: #333;*/
	border-radius: 8px;
	/*border: 1px solid #222;*/
}

.nav_annonce_link span img {
	vertical-align: bottom;
}

.nav_annonce_link.current { color: #ddd; }

#nav_annonce .progress {
	height: 2px;
	background: #999;	
}

#nav_annonce .progress.done {
	background: #1EB9B8;
}

#nav_annonce .progress.current {
	background: #ccc;
}

#ui-datepicker-div {
	z-index: 9 !important;
}

#datepicker {
	margin-bottom: 5px;
}

.annonce_nav_box {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #e5e5e5;
	border-top: 1px solid #aaa;
	height: 50px;
	width: 740px;
}

.annonce_nav_box input[type=submit] {
	position: absolute;
	right: 15px;
	top: 10px;
	bottom: 10px;
	font-weight: normal;
	box-shadow: 1px 1px 1px #fff;
	padding: 5px 30px;
	height: auto;
	width: auto;
}

.annonce_nav_box a.cancel {
	position: absolute;
	left: 25px;
	top: 10px;
	bottom: 10px;
	color: #555;
	text-shadow: 1px 1px 1px #fff;
	font-size: 13px;
	padding: 5px 30px;
	height: auto;
	width: auto;
	box-shadow: 1px 1px 1px #fff;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#ddd),to(#b5b5b5));
    background-image: -webkit-linear-gradient(#ddd,#b5b5b5);
    background-image: -moz-linear-gradient(#ddd,#b5b5b5);
    background-image: -o-linear-gradient(top,#ddd,#b5b5b5);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#dddddd',EndColorStr='#b5b5b5',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dddddd', EndColorStr='#b5b5b5', GradientType=0))";
}

.annonce_nav_box a.cancel:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(#b5b5b5),to(#ddd));
    background-image: -webkit-linear-gradient(#b5b5b5,#ddd);
    background-image: -moz-linear-gradient(#b5b5b5,#ddd);
    background-image: -o-linear-gradient(top,#b5b5b5,#ddd);
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#b5b5b5',EndColorStr='#dddddd',GradientType=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#b5b5b5', EndColorStr='#dddddd', GradientType=0))";
}

.job_box_sel {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border: 1px solid #fff;
    transition: background 0.5s, border 0.5s;
	color: #666;
	padding: 5px 10px 10px 10px;
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0px 1px 2px #ddd;
	behavior: url(css/PIE.htc);
}

.job_box_sel.desc {
 	padding: 10px 25px 40px;
	font-size: 11px;
}
 
.job_box_desc:hover {
	background: #f9f9f9;
	border: 1px solid #eee;
    transition: background 0.5s, border 0.5s;
}

.job_box_sel h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-shadow: 1px 1px 1px #fff;
	background: none;
	border: none;
	color: #1EB9B8;
}

.job_box_sel img.logo_company {
	float: left;
	height: 40px;
	width: 80px;
	margin-right: 15px;
	margin-top: 5px;
	box-shadow: 0px 2px 2px #ddd;
	
}

.job_box_sel .societe {
	font-size: 11px;
}

.job_box_sel .info_sup {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 150px;
	font-size: 11px;
	color: #999;
}

.job_box_sel .info_sup img {
	margin-right: 10px;
	vertical-align: bottom;
}

.job_box_sel .info_sup .loc {
	display: block;
	margin-bottom: 7px;
	
}

.job_box_sel .info_sup .time {
	display: block;
}

.bkg_grey {
	background: #f9f9f9;
}

#back_cdt {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    position: absolute;
    right: 20px;
    text-align: left;
    top: 10px;
	padding-bottom: 1px;
	border-bottom: 1px solid #fff;
}
.cluster_list>div, .cdt_list {
	background: #F5F6FA;
	box-shadow: 0 1px 2px #ddd;
	padding: 10px 18px 10px 0;
	margin-top: 10px;
	font-size:14px;
	color: #444;
	transition: all 0.5s;
}

.vcenter-main {
	display: table;
	height: 40px;
}
.vcenter {
	display: table-cell;
  	vertical-align: middle;
	float: none;
}

.cluster_list>div:hover {
	box-shadow: 0 1px 2px #999;
}


.cluster_list>div:hover a {
	text-decoration: none;
}

.cluster_list i {
	position: absolute;
	top: 20px;
	left: 25px;
	font-size: 20px;
	color: #fff;
	background: #4D90FE;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50% !important;
	text-align: center;
}

.cdt_list.m {
	background: url('../../images/cdt_cluster_m.png') no-repeat;
}
.cdt_list.f {
	background: url('../../images/cdt_cluster_f.png') no-repeat;
}
.cluster_list.uncheck {
	cursor: pointer;
}

.cluster_list.check {
	cursor: pointer;
}

.cluster_list.uncheck i {
	color: #D9DDEB;
	background: #fff;
}
.add_cluster, add_cdt { 
	background: url('../../images/add_cluster.png') no-repeat;
}

.cluster_list a, .cdt_list.m a, .cdt_list.f a { 
	display: block;	
	color: #666;
	padding-left: 60px;
	padding-right: 5px;

	display: -webkit-box;
	max-width: 100%;
	max-height: 40px; /* Fallback for non-webkit */
	margin: 0 auto;  
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.cluster_list span, .cdt_list span {
	position: absolute;
	top: 30px;
	right: 25px;
	color: #999;
}

.add_cluster_btn { height: 32px; line-height: 32px; padding: 0 15px; }
#new_cluster { display: inline-block; }

div.stars {
	display: inline-block;
	width: 100px;
}

div.stars span {
	width: 15px;
	margin-left: 3px;
}

.star {
	display: inline-block;
	width: 15px;
	height: 14px;
	position: relative;
	top: 2px;
}

.star.on {
	background: url(../../images/star.png) no-repeat;
}

.star.lm {
	background: url(../../images/star_lm.png) no-repeat;
}

.star.off {
	background: url(../../images/star_off.png) no-repeat;
}

.selightbox li { 
	list-style-type: none;
	width: 370px;
	padding: 4px 20px 4px 0;
	cursor: pointer; 
	font-size: 13px;
	float: left;
} 
.selightbox li.checked, .selightbox li.check {
		list-style-image: url(../images/checked.png);
		color: #1EB9B8;
	}
.selightbox ul { float: left; }

.search_sel { position: absolute; top: 14px; left: 15px; }
.search_sel+.fa-search {
	font-size: 18px;
	color: #ccc;
	position: absolute;
	left: 225px;
	top: 23px;
}
.authorized_error {
	border: 3px dashed #ccc;
	border-radius: 4px !important;
	background: #f5f5f5;
	padding: 30px 0;
	margin-bottom: 10px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
}
.authorized_error .fa-info {
	border: 1px dashed #19B9B8;
	border-radius: 4px;
	padding: 5px 10px;
	margin-right: 25px;
	color: #19B9B8;
}



#pic {
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 15px;
}

#pic a {
	opacity: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	text-transform: uppercase;
	width: 150px;
	height: 25px;
	line-height: 25px;
	background: rgba(256,256,256, 0.8);
	color: #666;
	font-size: 10px;
	text-align: center;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}

#pic:hover a {
	opacity: 1;
}

#pic a:hover {
	color: #fff;
	background: rgba(25,185,184, 0.9);
	text-decoration: none;
}
.feeds .title, .feeds .title .col2, .feeds .title .col3  { background: #444; color: #fff; }

.feeds .col2, .feeds .col3 { 
	float: left;
    width: 90px;
	color: #888;
	font-style: normal;
	text-align: right;
	padding: 4px 9px 5px 4px;
}
.feeds .col2 { 
    margin-left: -210px;
}

.feeds .col3 { 
    margin-left: -90px;
}

.dashboard-stat a { text-decoration: none; }

.task-title .date-action { color: #aaa; }

.recap-cdt { text-align: right; }
#intercom-container .intercom-launcher-button { border-radius: 50% !important; }
#intercom-container .intercom-conversations-item-user-avatar, #intercom-container .intercom-conversations-item-admin-avatar {
    border-radius: 50% !important;
}
.test_box { padding-bottom: 80px; margin-left: 15px; margin-right: 15px; }
#tests_load { min-height: 400px; }

.header .navbar-nav > li.dropdown .dropdown-toggle .badge {
    position: absolute;
    top: 8px;
    right: 0px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px !important;
    padding: 0;
    font-weight: 600;
}
.nav.pull-right > li > .dropdown-menu, .nav > li > .dropdown-menu.pull-right {
    top: 37px;
}

.header .navbar-nav li.dropdown .dropdown-toggle i.fa-bell {
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    color: #999 !important;
    line-height: 25px;
    font-size: 13px;
    position: absolute;
    top: 7px;
    right: 0;
}
.dropdown-menu.extended.notification {
    width: 350px !important;
	max-width: 350px !important;
    background-color: #FFF !important;
}
.dropdown-menu.extended.notification li p {
    padding: 10px;
    background-color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    color: #999;
	text-align: center;
}
.dropdown-menu.extended.notification li a {
    padding: 7px 0px 5px;
    list-style: outside none none;
	border-top: 1px solid #f0f0f0 !important;
    font-size: 12px;
    text-shadow: none;
    background: #f9f9f9;
    margin: 0;
}
.dropdown-menu.extended.notification li:last-child a {
	border-bottom: 1px solid #f0f0f0 !important;
}
.dropdown-menu.extended.notification li a.seen {
    background: #fff;
}
.dropdown-menu.extended.notification li a>div {
	display: table;
	width: 100%;
}
.dropdown-menu.extended.notification li a>div div {
	display: table-cell;
}
.dropdown-menu.extended.notification li a>div div:first-child { vertical-align: middle; width: 40px; }
.dropdown-menu.extended.notification li a>div div:nth-child(3n) { text-align: right; } 
.dropdown-menu.extended.notification li a span.action {
	font-weight: 600;
}
.dropdown-menu.extended.notification li a span.title {
	display: block;
}
.dropdown-menu.extended.notification li a span.time {
	font-weight: 500;
	color: #999;
	font-style: normal;
	font-size: 11px;
}
.dropdown-menu.extended.notification .label.label-icon {
    padding: 5px 1px 5px 5px;
    text-align: center !important;
    border-radius: 4px !important;
}
.dropdown-menu .lang {
	display: inline-block;
	padding: 10px;

}
.no_notification {
	height: 80px;
	text-align: center;
	margin: 80px;
	color: #ccc;
	font-weight: 500;
	font-size: 20px;
}
.label-blue {
    background-color: #4B8DF8 !important;
}
.label-green {
    background-color: #35AA47 !important;
}
.label-red {
    background-color: #E02222 !important;
}
.label-yellow {
    background-color: #FFB848 !important;
}
.label-gp {
    background-color: #19B9B8 !important;
}
.new-password {
	line-height: 34px;
	font-size: 14px;	
}

.annonce .fa-desktop {
	margin: 0px 10px 0 5px !important;
	width: 25px;
}
.annonce_title_row {
	width: 10px !important;
}
.row.annonce.dataTable.no_annonce {
	padding: 150px 0;
	text-align: center;
	font-weight: 500;
	color: #ccc;
	font-size: 20px;
}
.modal-content {
    border-radius: 8px !important;
    overflow: hidden;
}
.modal-content.promo p {
	font-size: 14px;
}
.modal-header {
    background: #F5F5F5 none repeat scroll 0% 0%;
	text-align: center;
}
.modal-footer {
    background: #F5F5F5 none repeat scroll 0% 0%;
	padding: 15px 20px;
}
.modal-header .close {
    margin-top: 10px !important;
    margin-right: 10px;
}
.bootbox-body {
    padding: 50px 20px 55px;
    font-size: 14px !important;
}
#myMapModal .modal-body {
    position: relative;
    padding: 0;
    border-top: 1px solid #999;
    margin-bottom: -16px;
    border-bottom: 1px solid #999;
}
.form-wizard .form-body {
	padding: 0;
}
.form-wizard .step .number {
	display: block;
	margin: 0 auto 10px auto;
	width: 50px;
	height: 50px;
}
.form-wizard .step .number i {
	display: block;
	font-size: 23px;
	line-height: 35px;
	color: #fff;
}

.form-wizard .active .step .number i, .form-wizard .done .step .number i { color: #fff; }
.form-wizard .active .step .number { background: #F2AE43; }
.form-wizard .done .step .number { background: #19B9B8; }

.form-wizard .step .desc { color: #999; text-transform: uppercase; font-size: 13px; }
.form-wizard .done .step .desc { color: #19B9B8; }
.form-wizard .active .step .desc { color: #333; }

.form-wizard .steps, .form-wizard .steps li a { background: transparent !important; }
.form-wizard ul.nav {  }
.form-wizard .progress {
	width: 75%;
	margin: -71px auto 70px auto;
	height: 6px !important;
}
.portlet.box.grey {
	border-style: none;
	border-width: 0;	
	box-shadow: 0 1px 15px 1px rgba(69, 65, 78, 0.1);
	border-radius: 3px !important;
	overflow: hidden;
}
.portlet.box.grey {
	background: none;
}
.page-title { display: none; }
.page-content { background: #f2f3f8 !important;}
.page-content .page-breadcrumb.breadcrumb {
	background: none;;
	margin-top: -10px;
	margin-bottom: 15px;
}
.breadcrumb > li {
	font-size: 15px;
}
.page-content .page-breadcrumb.breadcrumb > li > i {
	font-size: 18px;
	color: #666;
	margin-right: 10px;
}
.page-content .page-breadcrumb.breadcrumb > li > a { color: #bbb; font-size: 17px; }
.page-content .page-breadcrumb.breadcrumb > li > span {
    color: #bbb;
    font-size: 14px;
}
.box {
	padding: 1px 20px 20px 20px;
	background: #fff;
	box-shadow: 0 1px 2px #ccc;
	margin-bottom: 10px;
	border-radius: 3px !important;
}
.box.guide {
	padding: 0;
	background: transparent;
	box-shadow: none;
	margin-bottom: 0;
	border-radius: 0;
}
li.advanced-search-block {
	border-left: none !important;
	margin-top: -7px !important;
	margin-right: -7px !important;
}
li.advanced-search-block a {
	font-size: 15px !important;
	color: #fff !important;
}

.avatar_card.grey {
	background: #ddd;
	color: #fff;
}

.avatar_card.red {
	background: #d84a38;
	color: #fff;
}

.avatar_card.blue {
	background: #4d90fe;
	color: #fff;
}

.avatar_card.purple {
	background: #852b99;
	color: #fff;
}

.avatar_card.green {
	background: #35aa47;
	color: #fff;
}

.avatar_card.yellow {
  	background: #ffb848;
	color: #fff;
}
.bootstrap-select-searchbox	input:before {
	font-family: FontAwesome;
	content:  "\f002";
	margin-right: -20px;
}


#offer .annonce {
    padding: 9px 0px 10px;
    border-left-width: 7px !important;
    border-bottom: 1px solid #EEE;
}
#card .label, #offer .label { 
	margin-right: 10px;
	padding: 2px 8px !important;
	border-radius: 3px !important;
	color: #fff !important;
	margin-left: 20px;
	font-size: 14px !important;
	font-weight: 400 !important; 
}
#offer .locality { color: #aaa; font-weight: 400 !important; }
#offer .locality:before { 
	font-family: "Font Awesome 5 Free"; 
	content: "\f041"; 
	font-weight: 900; 
	margin-left: 20px; 
	margin-right: 10px;
}
#offer .collaborateur { color: #aaa; font-weight: 400 !important; }
#offer .collaborateur.users .user { background: #eee; color: #999; padding: 2px 8px; border-radius: 3px; font-size: 14px; }
#offer .collaborateur .user { margin-left: 20px; margin-right: 10px; cursor: default; }
.active_users p:before { 
	font-family: "Font Awesome 5 Free"; 
	content: "\f1e0"; 
	color: #ccc; 
	margin-right: 15px; 
	font-weight: 900; }
.active_users p:first-child:before { 
	font-family: "Font Awesome 5 Free"; 
	content: "\f007";  
	font-weight: 900;
}
#offer .jobboards { min-height: 221px; }
#offer .jobboards i { margin-right: 8px; }
#offer .start_date { color: #19B9B8; }
#offer .end_date { color: #900; }
#offer .new_cdt, #offer .pending_cdt, #offer .retained_cdt, #offer .unretained_cdt {
    display: block;
    color: #555;
    text-decoration: none;
	width: 100%;
	text-align: left;
	min-height: 250px;
}
#offer .new_cdt i, #offer .pending_cdt i, #offer .retained_cdt i, #offer .unretained_cdt i { margin-right: 8px; }
#offer .new_cdt h4, #offer .pending_cdt h4, #offer .retained_cdt h4, #offer .unretained_cdt h4 { margin-bottom: 15px; font-size: 16px; }
#offer .new_cdt h4 span, #offer .pending_cdt h4 span, #offer .retained_cdt h4 span, #offer .unretained_cdt h4 span { 
	font-size: 12px;
	color: #444;
	text-align: center;
	min-width: 25px;
	padding: 5px 8px;
	border-radius: 15px !important;
	margin-top: -3px;
	margin-left: 10px;
	border: 1px solid #ccc;
}
#offer .small_card { 
	background: #F5F6FA; 
	padding: 5px;
	box-shadow: 1px 1px 1px #d9d9d9;
	margin-top: 7px;
	margin-left: -10px;
	margin-right: -10px;
	border-radius: 3px !important;
	transition: all 0.5s;
	cursor: pointer;
}
#offer .small_card:hover {
	box-shadow: 1px 1px 1px #999;	
}
#offer .small_card img {
	width: 50px;
	height: 50px;
}
#offer .small_card .avatar_card {
	float: left;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	overflow: hidden;
	text-align: center;
}
#offer .small_card .initial {
	line-height: 50px;
	font-size: 18px;
}
#offer .small_card .desc {
	height: 50px;
	margin-left: 65px;
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px; 
}
#offer .small_card .desc:after {
    content:'';
    display:block;	
	clear: both;
}

@media only screen and (max-width : 1200px) {
	.modal-wide { width: 80% !important; }
}

@media only screen and (max-width : 992px) {
	.modal-wide { width: 90% !important; }
}

@media only screen and (max-width : 768px) {
	.modal-wide { width: 95% !important; }
}

#box_profile { border: none; padding: 0; background: #F1F4F7; }
.modal:not(#card) { margin-top: 35px; }
#card .modal-body { padding: 0; }
#card .modal-footer { margin-top: -10px; }
#chg_profile .modal-footer { margin-bottom: -15px; }
#card .pic_box {
	padding: 35px 0 25px 0;
	text-align:center;
	background: #19b9b8; /* Old browsers */
	background: -moz-radial-gradient(center, circle cover, #19b9b8 0%, #292b3a 65%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 65%, color-stop(0%,#19b9b8), color-stop(65%,#292b3a)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, circle cover, #19b9b8 0%,#292b3a 65%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, circle cover, #19b9b8 0%,#292b3a 65%); /* Opera 12+ */
	background: -ms-radial-gradient(center, circle cover, #19b9b8 0%,#292b3a 65%); /* IE10+ */
	background: radial-gradient(circle at center, #19b9b8 0%,#292b3a 65%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19b9b8', endColorstr='#292b3a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
#card .pic_box h2 { color: #fff; font-weight: bold !important; text-shadow: 1px 1px 1px #666; }
#card .pic_box .close { 
	margin-right: 25px; 
	margin-top: -10px; 
	height: 14px;
	width: 14px;
	opacity: 0.6;
	background-image: url("../img/remove-icon-small-white.png") !important ;
}

#card .pic_box .close:hover { 
	opacity: 1;
}
#pic {
	position: absolute;
	top: 10px;
	left: 30px;
	border-radius: 50% !important;
	border: 4px solid #fff;
	overflow: hidden;
	clear: both;
	float: none;
}
#pic a {
	height: 30px;
	line-height: 30px;
	text-decoration: none;
}


@media only screen and (max-width : 768px) {
	#pic {
	margin: 0 auto;
		border-radius: 50% !important;
		border: none;
		overflow: hidden;
		clear: both;
		float: none;
	}
}
#profil > div:nth-child(n+3) {
    border-left: none;
    min-height: 150px;
}
#pro h5 { 
	font-size: 14px !important;
	font-weight: 600 !important;
	margin-bottom: 5px !important;
}
#card .top_box { min-height: 235px; font-size: 14px !important; padding-bottom: 10px; }
#card .top_box i { font-size: 16px !important; width: auto !important; }
#card .top_box h3 { 
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 18px !important;
	text-transform: none !important;
}
#card .top_box .space {
	margin-left: 53px !important;
	display: block;
	margin-top: -7px;
	color: #aaa;
}
#card .top_box .action {
	position: relative;
}
#card .top_box .action:before {
	border-left: 1px solid #bbb;
	content:'';
	position: absolute;
	top: 0;
	bottom: 30px;
	left: 17px;	
}
#card .action_el { margin-bottom: 5px; }
#card .icon_ac {
	position: relative;
	border-radius: 50% !important;
	background: #fff;
	border: 3px solid #eee;
	margin-right: 15px;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
}
#card .icon_ac i {
	margin: 0 !important;
	color: #bbb !important;
	line-height: 30px !important;
}
#card .text_ac { color: #000 !important; }
#card #tab {
	position: absolute;
	bottom: 25px;
	left: 20px;	
}
#card #action {
	position: absolute;
	bottom: 25px;
	right: 110px;
}
#card #tab div {
	height: 40px;
	width: 40px;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-left: 15px;
	transition: all 0.2s;
}
#card #action div {
	height: 40px;
	width: 40px;
	border: 2px solid #fff;
	background: #fff;
	border-radius: 50% !important;
	text-align: center;
	cursor: pointer;
	float: left;
	margin-left: 15px;
	transition: all 0.2s;
}
#card #action div:hover i {
	color: #333 !important;
}
#card #tab div:hover i {
	color: #ccc !important;	
}
#card #tab div i, #card #action div i {
	color: #aaa !important;
	font-size: 17px;
	line-height: 33px;
	margin-right: 2px !important;
	transition: all 0.2s;
}
#card #tab div i {
	color: #fff !important;
	line-height: 40px;
}
#card #action div.unretained i, #card #action div.decline i {
	color: #CC3333 !important;
}

#card #action div.edit i {
	color: #666 !important;
}

#card .direction a[data-prev]{
	position: absolute;
	bottom: 40px;
	right: 60px;
}
#card .direction a[data-next]{
	position: absolute;
	bottom: 40px;
	right: 30px;
}
#card .direction a {
	color: #fff;
	cursor: pointer;
}
#card .direction i {
	font-size: 45px;
	padding: 0 15px;
	color: rgba(256, 256, 256, 0.8) !important;
	transition: all 0.5s
}
#card .direction i:hover {
	font-size: 45px;
	padding: 0 15px;
	color: rgba(256, 256, 256, 1) !important;
}
.share, .option {
	height: 40px;
	width: 40px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 50% !important;
	text-align: center;
	cursor: pointer;
	margin-top: -6px;
}
.option { margin-left: 10px; position: relative; }
.share i, .option i {
	color: #999 !important;
	font-size: 18px;
	line-height: 38px;
	margin-right: 2px !important;
}
.option .custom-dropdown {
	display: none;
	position: absolute;
	padding-top: 25px;
	top: 20px;
	right: -25px;
	width: 180px;
	font-size: 13px;
	text-align: left;
	z-index: 9;
}
.custom-dropdown::before {
    content: '';
    position: absolute !important;
    top: 18px !important;
    right: 37px !important;
    display: inline-block !important;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
}
.option .custom-dropdown .custom-dropdown-box {
	background: #fff;
	box-shadow: 0 1px 3px #ddd;	
}
.option .custom-dropdown a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	color: #555;
}
.option .custom-dropdown a:hover {
	background: #eee;
}

.option:hover .custom-dropdown {
	display: block;
}
#card .competence {
	position: absolute;
	bottom: 5px;
	left: 15px;
	padding: 0 10px 10px 10px !important;
}
#card .competence .label {
	float: left;
	margin: 0 5px 5px 0 !important;
	font-size: 13px !important;
	padding: 4px 5px !important;
}
#card .competence .label.lang {
	background: #555 !important;
}
#wait_pic i {
	margin: 0 !important;
	width: auto !important;
}
#drop {
	background: #fff;
	border: none;
}
#xhr_card { min-height: 550px !important; }
.tooltip { z-index: 99999999999 !important; }
#card .refus { display: none; }

#card .menu_annonce {
	position: relative;
	
}
#card .menu_annonce .fa-ellipsis-v {
	color: #999;
	padding: 5px 10px 5px 20px;
	margin: -5px -10px 0 15px;
}
#card .menu_annonce div {
	display: none;
	position: absolute;
	top: 20px;
	right: -25px;
	width: 180px;
	background: #fff;
	box-shadow: 0 1px 3px #ddd;
	z-index: 9;
}
#card .menu_annonce div a {
	display: block;
	padding: 10px 10px 10px 20px;
	text-decoration: none;
	color: #555;
	font-weight: normal;
	font-size: 13px;
}
#card .menu_annonce div a:hover {
	background: #eee;
}

#card .menu_annonce:hover div {
	display: block;
}
#card .listing_action {
	display: block;
	transition: all 240ms cubic-bezier(0.25, 0.25, 0, 1) 0s;
}

#card .listing_action div:not(.listing_move) {
	opacity: 0;
	float: left;
	padding-left: 7px;
	padding-right: 8px;
	padding-top: 5px;
	margin-bottom: 15px !important;
	padding-bottom: 0 !important;
	background: #F1F4F7;
	border-top-left-radius: 8px !important; 
	transform: scale(0.4);
	transition: all 240ms cubic-bezier(0.25, 0.25, 0, 1) 0s;
}
#card .listing_action div.move, #card .listing_action div.show, #card .listing_action div.add {
	opacity: 1;
	transform: scale(1.0);
	transition: all 240ms cubic-bezier(0.25, 0.25, 0, 1) 0s;
}
#card .listing_action:hover {
	width: 100%;
}
#card .listing_move:hover div {
	opacity: 1;
	transform: scale(1.0);
}

#card .listing_action:hover div.move {
}
#card .listing_action div a {
	position: relative;
	display: inline-block;
	height: 40px;
	width: 40px;
	background: #f9f9f9;
	border-radius: 50% !important;
	text-align: center;
	cursor: pointer;
	float: left;
	transition: all 0.2s;
}

#card .listing_action div.add a {
	background: #19B9B8;
}

#card .listing_action div.move a {
	background: #4D90FE;
}

#card .listing_action div a > i {
	color: #aaa !important;
	font-size: 18px;
	line-height: 39px;
	margin-right: 2px !important;
	transition: all 0.2s;
}
#card .listing_action div a > i.fa-arrow-right {
	line-height: 38px;
	margin-right: 0px !important;
}
#card .listing_action div a:hover i {
	color: #333 !important;
}

#card .listing_action div.move a i, #card .listing_action div.add a i {
	color: #fff !important;
	width: 15px !important;
	transition: all 240ms ;
}
#card .listing_action div a span {
	position: absolute;
	top: -5px;
	right: -5px;
	display: inline-block;
	border-radius: 10px !important;
	background: #C4D5DF;
	color: #000 !important;
	text-align: center;
	padding: 2px 6px;
	font-size: 9px;
}
#add_action_box #job + .bootstrap-select .dropdown-menu.open {
    max-height: 235px !important;
} 
#add_action_box #job + .bootstrap-select .dropdown-menu.inner {
    max-height: 191px !important;
} 
#card .listing_action div a span.add_action {
	background: #19B9B8;
	color: #fff !important;
	text-align: center;
	margin-right: 0 !important;
	padding: 1px 6px;
	width: 16px;
	height: 16px;
}
#card .listing_action div a span.add_action:before {
	font-family: "FontAwesome"; 
	content: "\f067";
	font-size: 10px;
	margin-left: -2px;	
}
#card .listing_move:hover div.move a i {
	transform: rotate(90deg);
}
#card .listing_action div a:hover i {
	color: #333;
}
a.expend, a.expend:hover { text-decoration: none; color: #333; }
a.expend span { cursor: pointer; }
a.expend span.label { color: #fff; }
a.expend span.locality { color: #aaa; }
#nav_profil {
	background: #fff;
	margin-bottom: 15px;
	margin-top: -15px;
	box-shadow: 0px 2px 2px #CCC;
}

#nav_profil div {
	display: table;
}

#nav_profil div > a {
	display: table-cell;
    text-align: center;
	text-transform: uppercase;
    padding: 13px 10px;
    margin-bottom: 15px;
    font-size: 13px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#nav_profil div > a i {
	font-size: 17px;
	color: #ccc;
	margin-right: 20px !important;
	display: inline-block;
}
#nav_profil a.tab.active, #nav_profil a.tab.active i {
	color: #19B9B8 !important;
}
#nav_profil a.tab:hover i {
	color: #19B9B8 !important;
}
h4 a.edit-file {
	cursor: pointer
}


/* Timeline custom

/***
Timeline 
***/
.timeline {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 30px; }
  .timeline:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f6fa;
    top: 0px;
    bottom: 0px;
    margin-left: 38px; }
  .timeline .timeline-item {
    margin: 0;
    padding: 0; }
  .timeline .timeline-badge {
    float: left;
    position: relative;
    padding-right: 30px;
    height: 80px;
    width: 80px; }
  .timeline .timeline-badge-userpic {
    width: 80px;
    border: 4px #f5f6fa solid;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important; }
  .timeline .timeline-badge-userpic img {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    vertical-align: middle !important; }
  .timeline .timeline-icon {
    width: 80px;
    height: 80px;
    background-color: #f5f6fa;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    padding-top: 30px;
    padding-left: 22px; }
  .timeline .timeline-icon i {
    font-size: 34px; }
  .timeline .timeline-body {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    margin-left: 110px;
    background-color: #f5f6fa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
    .timeline .timeline-body:before,
    .timeline .timeline-body:after {
      content: " ";
      display: table; }
    .timeline .timeline-body:after {
      clear: both; }
  .timeline .timeline-body-arrow {
    position: absolute;
    top: 30px;
    left: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 14px 0;
    border-color: transparent #f5f6fa transparent transparent; }
  .timeline .timeline-body-head {
    margin-bottom: 10px; }
  .timeline .timeline-body-head-caption {
    float: left; }
  .timeline .timeline-body-title {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none !important; }
  .timeline .timeline-body-title .collaborateur {
  	margin-right: 10px;
  }
  .timeline .timeline-body-alerttitle {
    font-size: 16px;
    font-weight: 600; }
  .timeline .timeline-body-time {
    font-size: 14px; }
  .timeline .timeline-body-head-actions {
    float: right; }
  .timeline .timeline-body-head-actions .btn-group {
    margin-top: -2px; }
  .timeline .timeline-body-content {
    font-size: 14px;
    margin-top: 35px; }
  .timeline .timeline-body-img {
    width: 100px;
    height: 100px;
    margin: 5px 20px 0 0px; }
  .timeline.white-bg:before {
    background: #fff; }
  .timeline.white-bg .timeline-badge-userpic {
    border-color: #fff; }
  .timeline.white-bg .timeline-icon {
    background-color: #fff; }
  .timeline.white-bg .timeline-body {
    background-color: #fff; }
  .timeline.white-bg .timeline-body-arrow {
    border-color: transparent #fff transparent transparent; }

@media (max-width: 768px) {
  .timeline .timeline-body-head-caption {
    width: 100%; }
  .timeline .timeline-body-head-actions {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; } }

@media (max-width: 480px) {
  .timeline:before {
    margin-left: 28px; }
  .timeline .timeline-badge {
    padding-right: 40px;
    width: 60px;
    height: 60px; }
  .timeline .timeline-badge-userpic {
    width: 60px; }
  .timeline .timeline-icon {
    width: 60px;
    height: 60px;
    padding-top: 23px;
    padding-left: 18px; }
  .timeline .timeline-icon i {
    font-size: 25px; }
  .timeline .timeline-body {
    margin-left: 80px; }
  .timeline .timeline-body-arrow {
    top: 17px; } }
 .btn-success, .open .dropdown-toggle.btn-success, .btn-success:hover, .btn-success:active, .btn-success:focus {
  color: #ffffff;
  background-color: #19B9B8;
  border-color: #19B9B8;
}

.last30days { 
	font-size: 12px;
	color: #999;
	margin-left: 10px;
}