/* css reset */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;}:focus {outline: 0;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}table {border-collapse: separate;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {	quotes: "" "";}/* end css reset */

body {
    font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
    color: #424242;
    background:  #fff;
	height: 100%;
	font-size: 13px;
}

#container{
	min-width: 1000px;
	height: 100%;
}

/* Styles */
a{
	color: #43a2d9;
	text-decoration: none;
	font-weight: normal;
}
a:hover{
	color: #ff2a00;
}
.clr{clear:both;}
.error{
	-webkit-box-shadow:inset 0 0 1px 1px #cd001a !important;
box-shadow:inset 0 0 1px 1px #cd001a !important;
}
strong{font-weight: bold;}
h3{
	font-size: 24px;
	color: #535353;
	padding: 18px 18px 13px 18px;
	border-bottom: 1px solid #dfdfdf;
	margin-bottom: 18px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
h3 span{
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin-top: 2px;
	color: #696969;
}
h3 a{
	color: #535353;
}
h3 span a{
	font-weight: normal;
	color: #43a2d9;
}
h3 .newissue{
	width: 99px; height: 26px;
	display: block;
	float: right;
	/* background: url('../images/layout/newissue.png') no-repeat; */
	text-indent: -999999px;
}
h3 .addnewuser{
	width: 121px; height: 26px;
	display: block;
	float: right;
	/* background: url('../images/layout/addnewuser.png') no-repeat; */
	text-indent: -999999px;
}
h3 .edit-issue {
    padding-right: 35px;
    padding-top: 5px;
}
h3 .edit-issue:hover {
    /* background: url("../images/layout/icon-bigedit.png") no-repeat scroll right center transparent; */
}
h4{
	font-size: 18px;
	font-weight: normal;
	color: #424242;
	margin-bottom: 10px;
}
h4 span{
	margin-left: 10px;
	font-size: 15px;
	color: #999;
}

code{
	border: 1px solid rgb(204, 204, 204);
	padding: 3px;
	background-color: rgb(248, 248, 248);
	font-family: Courier,monospace;
}


/* Labels */
.label {
  padding: 4px 4px 4px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
/* Notices */
.global-notice{
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	background: #222727;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: .95;
	padding:  11px 0;
	display: none;
	z-index: 1000;
}
.global-notice.global-error{
	background: #de2e2e!important;
}
.global-saving{
	position: fixed;
	top: 0; left: 0;
	width: 100%;
	display: none;
}
.global-saving span{
	background: url('../images/icons/global-saving.gif') no-repeat 10px 10px #222727;
	font-size: 15px;
	text-align: center;
	width: 100px;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	text-align: center;
	opacity: .95;
	padding: 11px 0 11px 5px;
	display: block;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.global-saving:hover, .global-notice:hover{
	text-decoration: none;
}

textarea, input[type=text], input[type=password]{
	border: 1px solid #d4d4d4;
	border-radius: 3px;
	padding: 6px 12px;
	font: normal 13px Helvetica, "Lucida Grande", Arial, sans-serif;
 	color: #424242;
	box-shadow: 0 -1px 1px #b6b6b6;
}
.action,
input[type=submit]{
	font: bold 13px Helvetica, "Lucida Grande", Arial, sans-serif;
	color: #fff;
	padding: 10px 13px;
	border: 1px solid #107aa7;
	border-radius: 6px;
	background: #138dc1;
}
.action:hover,
.action:focus,
input[type=submit]:hover,
input[type=submit]:focus{
	cursor: pointer;
	background: #424242;
	border: 1px solid #262626;
	color: white;
}

p{
	margin-bottom: 10px;
	line-height: 17px;
}
.form th{
	font-weight: bold;
}
.form td, .form th{
	padding: 5px;
	vertical-align: top;
}
/* Tabs */
.tabs, .pills {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {
  border-color: #dcdcdc;
  border-style: solid;
  border-width: 0 0 1px;
}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {
  padding: 0 15px;
  margin-right: 2px;
  line-height: 34px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.tabs > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.tabs .active > a, .tabs .active > a:hover {
  color: #424242;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.tabs .menu-dropdown, .tabs .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}

.adduser{

}

/* Header */
#header{
	width: 100%;
	height: 80px;
background:#6ee0ae;

	position: relative;
	z-index: 1;
}
#header a{
	color: #000; font-weight: bold;
	text-decoration: none;
}
#header a:hover{
	color: #fff;
}
#header .logo{
	width: 168px;
	height: 43px;
	background: url('../images/logo-gaps.png') no-repeat;
	background-size:168px;
	text-indent: -99999999px !important;
	position: absolute; top: 15px; left: 15px;
}
#header .header-logos{
    top:15px;
    left:50%;
    width:400px;
    margin-left:-200px;
    position:absolute;
    display:flex;
    justify-content:space-around;
}
#header .logo-solutia{
    display:block;
	width: 85px;
	height: 48px;
	background: url('../images/logo-solutia.png') no-repeat;
	background-size:85px;
/*	text-indent: -99999999px !important;
	position: absolute;
	top: 15px; 
	left: 50%;
	margin-left:-42px;*/
}
#header .logo-all4home{
    display:block;
	width: 45px;
	height: 48px;
	background: url('../images/logo-all4home.png') no-repeat;
	background-size:cover;
/*	text-indent: -99999999px !important;
	position: absolute;
	top: 15px; 
	left: 50%;
	margin-left:-42px;*/
}
#header .logo-adseniors{
    margin-top:15px;
    display:block;
	width: 120px;
	height: 24px;
	background: url('../images/adseniors.png') no-repeat;
	background-size:cover;
/*	text-indent: -99999999px !important;
	position: absolute;
	top: 15px; 
	left: 50%;
	margin-left:-42px;*/
}
#header .logo-toutadom{
    display:block;
	width: 120px;
	height: 48px;
	background: url('../images/logo-toutadom.png') no-repeat;
	background-size:cover
/*
	text-indent: -99999999px !important;
	position: absolute;
	top: 15px; 
	left: 50%;
	margin-left:-42px;*/
}

#header .nav-right{
	float: right;
	padding: 19px 15px 0 0;
}
#header .nav-right li{
	float: left;
	margin-left: 13px;
	padding-right: 13px;
	border-right: 1px solid #596174;
	color: #000;
}
#header .nav-right li a{
	display: inline-block;
	min-height: 16px;
}
#header .nav-right li .user{
    color: #000;
}
#header .nav-right .logout{
	border: 0;
}
#header .nav-right .logout a{
	/* background: url('../images/layout/icon-logout.png') no-repeat; */
	padding-left: 21px;
}
#header .nav{
	position: absolute; left: 259px; top: 19px;
}
#header .nav li{
	float: left;
	margin-left: 260px;
	padding-right: 16px;
	border-right: 1px solid #596174;
}
#header .nav li a{
	display: block;
	padding-left: 24px;
	min-height: 17px;
	padding-top: 1px;
}

#header .nav li.dashboard a{
	/* background: url('../images/layout/icon-dashboard_inactive.png') no-repeat 0 1px; */
}
#header .nav li.projects a{
	/* background: url('../images/layout/icon-projects_inactive.png') no-repeat 0 0; */
}
#header .nav li.issues a{
	/* background: url('../images/layout/icon-issues_inactive.png') no-repeat 0 0; */
}
#header .nav li.settings a{
	/* background: url('../images/layout/icon-settings_inactive.png') no-repeat 0 0; */
}
#header .nav li.dashboard.active a{
	/* background: url('../images/layout/icon-dashboard.png') no-repeat 0 1px; */
}
#header .nav li.issues.active a{
	/* background: url('../images/layout/icon-issues.png') no-repeat 0 0; */
}
#header .nav li.projects.active a{
	/* background: url('../images/layout/icon-projects.png') no-repeat 0 0; */
}
#header .nav li.settings.active a{
	/* background: url('../images/layout/icon-settings.png') no-repeat 0 0; */
}
#header .nav li.settings{
	border: 0;
}
/* Sidebar */
#sidebar{
	width: 243px; height: 100%;
	float: left;
	background: #ededed;
	border-right: 1px solid #cecece;
	position: absolute; top: 0; left: 0;
	z-index: 0;
}
#sidebar .inside{
	padding-top: 92px;
}
#sidebar .pad{
	padding: 0 18px;
}
#sidebar h2{
	font-size: 24px;
	color: #535353;
	/* background: url('../images/layout/h2-bg.png') no-repeat bottom left; */
	padding: 18px 18px 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
#sidebar h2 a{
	font-size: 18px;
	color: #535353;
	font-weight: normal;
		font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
}
#sidebar h2 .add{
	/* background: url('../images/layout/icon-bigadd.png') no-repeat; */
	width: 26px; height: 26px;
	display: block;
	float: right;
	text-indent: -999999px;
}
#sidebar h2 .edit{
	/* background: url('../images/layout/icon-bigedit.png') no-repeat; */
	width: 26px; height: 26px;
	display: block;
	float: right;
	text-indent: -999999px;
}
#sidebar h2 span{
	color: #989898;
	font-size: 12px;
	display: block;
	margin-top: 3px;
}
#sidebar ul{
	margin-bottom: 20px;
}
#sidebar ul li{
	padding: 8px 18px;
	border-bottom: 1px solid #eee;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
}

#sidebar ul li#menu:hover{
	font-weight: bold;
	color: #ff2a00 !important;
}

#sidebar ul li .delete, .assign-users li .delete, #uploaded-attachments .delete{
	/* background: url('../images/layout/icon-delete.png') no-repeat 0 1px; */
	width: 12px;
	height: 15px;
	float: right;
	display: block;
	text-indent: -999999px;
}
#sidebar ul li a{
	min-height: 17px;
	display: block;
	/* background: url('../images/layout/icon-li-arrow.png') right center no-repeat; */
	color: #535353;
	text-decoration: none;
	padding-top: 5px;
	font-size: 16px;
	padding-right: 10px;
}
#sidebar ul li#menu a:hover{
color: #ff2a00 !important;
}

#bt_rechercher{
	color:white !important;
}
.btn-success{
    background-color:#e0b863;
    border-color:#e0b863;
}
.btn-success:hover{    
    background-color:#6ee0ae;
    border-color:#6ee0ae;

}
#add-user-project{
	margin: 0 auto;
	display: block;
	width: 176px; height: 32px;
	padding: 2px 37px 2px 5px;
	/* background: url('../images/layout/adduser-input.png') no-repeat; */
	border: 0;
	font: normal 12px Helvetica, "Lucida Grande", Arial, sans-serif;
	box-shadow: 0 0 0;
}
/* Content */
#content h1{
	font-size:20px;
	margin-bottom:15px;
	margin-top:15px;
}

#content{
	width: 100%;
	z-index: 0;
	padding:15px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#content .inside{
	padding: 0 0 0 244px;
}
#content .pad{
	padding: 0 0px;
}
.inside-tabs{
	border: 1px solid #dcdcdc;
	border-top: 0;
	margin-top: -18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	padding: 5px;
}
.blue-box{
	/*background: url('../images/layout/blue-bg.png') #d4efff repeat-x;*/
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	margin-bottom: 25px;
	padding-bottom: 5px;

}
.blue-box .inside-pad{
	padding: 5px;
}
.blue-box h4{
	font-size: 26px;
	color: #848484;
	padding: 10px 10px 10px 16px;
}
.blue-box .activity{
	background: #ffffff;
	border-top: 1px solid #dddddd;
	border-radius: 3px;
	padding: 0 8px 17px;
	margin-bottom: 12px;
}
.blue-box .activity li{
	padding: 9px 0;
	border-bottom: 1px solid #dddddd
}
.blue-box .activity li .label{
	float: left;
	margin-top: 2px;
	width: 68px;
	text-align: center;
}
.blue-box .activity li .data{
	margin-left: 87px;
	line-height: 18px;
}
.blue-box .activity li .data .time{
	color: #a4a4a4;
	font-size: 11px;
	display: block;
	min-height: 14px;
	/* background: url('../images/layout/icon-clock.png') no-repeat 0 1px; */
	padding: 0 0 0 0px;
}
.blue-box .view{
	color: #426e86;
	font-weight: normal;
	min-height: 11px;
	padding-left: 15px;
	/* background: url('../images/layout/icon-arrow.png') no-repeat; */
	margin-left: 8px;
}
.blue-box .issues{
	background: #ffffff;
	border-top: 1px solid #dddddd;
	border-radius: 3px;
	padding: 0 8px 17px;
}
.blue-box .issues li{
	padding: 9px 0;
	border-bottom: 1px solid #dddddd
}
.blue-box .issues li .comments{
	min-height: 14px;
	float: right;
	/* background: url('../images/layout/icon-comments.png')  0 1px no-repeat; */
	padding-left: 21px;
	color: #949393;
	margin: 9px 8px 0 0;
	display: block;
}
.blue-box .issues li .id{
	float: left;
	width: 70px;
	text-align: center;
	color: #acacac;
	font-size: 17px;
	padding-top: 6px;
}
.blue-box .issues li .data{
	margin-left: 72px;
}

.blue-box .projects{
	background: #ffffff;
	border-top: 1px solid #dddddd;
	border-radius: 3px;
	padding: 0 8px 17px;
}
.blue-box .projects li{
	padding: 9px 0;
	border-bottom: 1px solid #dddddd
}
/* Issues */
.issue-discussion > li{
	border: 2px solid #dcdcdc;
	border-radius: 6px;
	margin-bottom: 20px;
}
.issue-discussion li .insides{
	padding: 2px;
}
.issue-discussion li .topbar{
	background: #e8e8e8;
	border-radius: 6px;
	padding: 12px 10px;
}
.issue-discussion li .topbar ul{
	float: right;
}
.issue-discussion li .topbar ul li{
	float: left;
	margin-left: 7px;
}
.issue-discussion li .topbar ul li a{
	display: block;
	text-indent: -999999px;
}
.issue-discussion li .topbar .delete-comment a{
	/* background: url('../images/layout/icon-delete.png') no-repeat 0 1px; */
	width: 12px; height: 15px;
}
.issue-discussion li .topbar .edit-comment a{
	/* background: url('../images/layout/icon-edit.png') no-repeat; */
	width: 16px; height: 15px;
}
.issue-discussion li .issue{
	padding: 12px 10px;
	color: #696969;
}

.issue-discussion li .comment-edit{
	display: none;
	padding: 12px 10px;
}
.issue-discussion li .comment-edit .right{
	padding: 15px 0px 5px 0px;
	text-align: right;
}
.issue-actions{
	float: right;
}
.issue-actions > li{
	float: left;
}
.issue-actions .assigned-to{
	border-right: 1px solid #b4b4b4;
	padding-right: 14px;
	margin-right: 14px;
	position: relative;
	overflow: visible;
}
.issue-actions .assigned-to .currently_assigned{
	display: inline-block;
	/* background: url('../images/layout/dropdown-arrow.png') no-repeat right center; */
	min-height: 10px;
	padding-right: 19px;
}
.issue-actions .assigned-to:hover .dropdown{
	display: block;
}
.issue-actions .assigned-to .dropdown{
	display: none;
	position: absolute; top: 0; right: 1px;
	padding-top: 26px;
	/* background: url('../images/layout/dropdown-top-arrow.png') 173px 20px no-repeat; */
}
.issue-actions .assigned-to .dropdown ul{
	border-radius: 4px;
	background: #3c4352;
	padding: 5px 0;
}
.issue-actions .assigned-to .dropdown ul li{

}
.issue-actions .assigned-to .dropdown ul li a{
	padding: 12px 9px;
	display: block;
	color: #7e889b;
	font-weight: normal;
	width: 180px;
}
.issue-actions .assigned-to .dropdown ul li a.assigned, .issue-actions .assigned-to .dropdown ul li:hover a{
	background: #485060;
	color: #fff;
}
.issue-actions .close{
	color: #48a547;
}

/* style markdowned elements */
.issue ul {
    list-style-type: disc;
    list-style-position: inside;
}
.issue ol {
    list-style-type: decimal;
    list-style-position: inside;
}
.issue code {
    margin: 0 2px;
    padding: 0px 5px;
    border: 1px solid #EAEAEA;
    background-color: #F8F8F8;
    border-radius: 3px;
    font-family: monospace;
}
.issue pre {
    background-color: #F8F8F8;
    border: 1px solid #EAEAEA;
    overflow: auto;
    padding: 6px 10px;
    border-radius: 3px;
    margin: 15px 0;
    font-family: monospace;
    white-space: pre;
}
.issue pre code {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
}
.blue-box .activity .data .comment li {
    padding: 0;
    border-bottom: 0;
}

/* User list */
#users-list > ul{
	background: #dddddd;
	padding: 3px 3px 1px;
	border-radius: 3px;
	margin-bottom: 25px;
}
#users-list > ul > li{
	margin-bottom: 3px;
	padding: 14px 10px;
	background: #fff;
	border-radius: 3px;
}
#users-list a{
	color: #696969;
	font-weight: normal;
}
#users-list ul ul{
	float: right;
	margin-top: -9px;
}
#users-list ul ul li{
	float: left;
	margin-left: 5px;
}
#users-list ul ul li a{
	display: block;
	padding: 8px 0;
	width: 53px;
	text-align: center;
	color: #fff;
	border-radius: 4px;
	font-weight: bold;
}
#users-list ul ul li a:hover{
	background: #545454;
	border: 1px solid #444;
}
#users-list ul ul .edit a{
	background: #acacac;
	border: 1px solid #a2a2a2;
}
#users-list ul ul .delete a{
	background: #c53c36;
	border: 1px solid #a62b26;
}

/* Autocomplete */
.ui-autocomplete{
	border-radius: 4px;
	background: #3c4352;
	padding: 5px 0;
	width: 217px !important;
}

.ui-autocomplete li{

}
.ui-autocomplete li a{
	padding: 12px 9px;
	display: block;
	color: #7e889b;
	font-weight: normal;
	width: 199px;
}
.ui-autocomplete li:hover a,
.ui-autocomplete li .ui-state-highlight,
.ui-autocomplete li .ui-state-focus,
.ui-autocomplete li .ui-state-hover{
	background: #485060 !important;
	color: #fff;
}

.assign-users{
	padding: 10px 0;
}
.assign-users li{
	padding: 8px 5px;
	border-bottom: 1px solid #cecece;
}

/* Attachments */
#uploaded-attachments{
	width: 450px;
}
#uploaded-attachments li{
	padding: 5px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}
#uploadQueue{
	width: 450px;
}
#uploadQueue .uploadifyQueueItem{
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
#uploadQueue .uploadifyQueueItem .cancel{
	float: right;
}
#uploadQueue  .uploadifyProgressBar {
	background-color: #0099FF;
	height: 3px;
	width: 1px;
}
.attachments li{
	float: left;
	padding: 12px 10px;
}

#users-list .delete{
	display: block !important;
	float: left !important;
	text-indent: 0 !important;
}

.table td, .table th{
	padding: 6px !important;
	border-bottom: 1px solid #ddd;
	vertical-align: middle !important;
}
.table th{
	font-weight: bold;
}

.table tr{
	vertical-align: middle !important;
}

/**** AJOUTS PERSO *****/

div.inside-pad ul.activity li{
	padding-left: 10px;
}
div.inside-pad ul.activity li:hover{
	background: #e6e6e6;
}




/*bloc filtre*/

#bloc_filter{
	margin:10px 0;
}

#exporter{
	float:right;
}

#rappel,#type_leads{
	width:150px;
}



/* Buttons */
.button.danger,
.alert-message.danger,
.button.danger:hover,
.alert-message.danger:hover,
.button.error,
.alert-message.error,
.button.error:hover,
.alert-message.error:hover,
.button.success,
.alert-message.success,
.button.success:hover,
.alert-message.success:hover,
.button.info,
.alert-message.info,
.button.info:hover,
.alert-message.info:hover {
  color: #ffffff !important;
}
.button .close, .alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.button.danger,
.alert-message.danger,
.button.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.button:focus {
  outline: 1px dotted #666;
}
.button.primary {
  color: #ffffff !important;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button.active, .button:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.button.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
.button.tiny {
  padding: 3px 5px 3px;
  font-size: 10px;
}
:root .alert-message, :root .button {
  border-radius: 0 \0;
}
button.button::-moz-focus-inner, input[type=submit].button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/*toast*/

#android_toast_container{
        width: 949px;
		height:100px;
        position: fixed;
        bottom: 12%;
        left: 50%;
		margin-left:-475px;
		z-index:100000000000;
}

#android_toast.error{
	background:#e60000;
	color:white;
}

#android_toast{
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgb(48, 52, 55);
        color: rgb(245, 245, 245);
        font-size: 20px;
        padding: 5px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        opacity: 0.95;
        -webkit-box-shadow:  1px 2px 2px 1px rgba(34, 34, 34, 1);
        box-shadow:  1px 2px 2px 1px rgba(34, 34, 34, 1);
        text-align: center;
        font-family: Roboto, sans-serif;
}

/* For blue text (usually used at the end) */
#android_toast em{
        color: rgb(81, 180, 210);
        font-weight: bold;
        font-style: normal;
}

.android_toast_top{
        top: 45%;
}


.android_toast_fadein{
        animation: android_toast_fadein 1s ease;
        -webkit-animation: android_toast_fadein 1s ease;
}

.android_toast_fadeout{
        animation: android_toast_fadeout 1s ease;
        -webkit-animation: android_toast_fadeout 1s ease;
        animation-fill-mode: forwards;
        -webkit-animation-fill-mode: forwards;
}

@keyframes android_toast_fadein{
        from {
                opacity: 0;
                -webkit-opacity: 0;
        }
        to {
                opacity: 0.95;
                -webkit-opacity: 0.95;
        }
}

@-webkit-keyframes android_toast_fadein{
        from {
                opacity: 0;
                -webkit-opacity: 0;
        }
        to {
                opacity: 0.95;
                -webkit-opacity: 0.95;
        }
}

@keyframes android_toast_fadeout{
        from {
                opacity: 0.95;
                -webkit-opacity: 0.95;
        }
        to {
                opacity: 0;
                -webkit-opacity: 0;
        }
}

@-webkit-keyframes android_toast_fadeout{
        from {
                opacity: 0.95;
                -webkit-opacity: 0.95;
        }
        to {
                opacity: 0;
                -webkit-opacity: 0;
        }
}

/**/

#modele_description{
	text-align:left;
	margin-right:10px;
}

#print_annonce{
	margin-right:5px;
}


.help-block{
	margin-top:7px;
	font-weight:bold;
}

#frm_candidature{
	width:
}

#bt_priseencharge{
	margin-left:5px;
}

/* /// SURCHARGES DES STYLES DU BOOTSTRAP /// */

label{
	font-size: 15px !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	padding-right: 0 !important;
	color: #878787;
}


.col-sm-2{
	width: 16% !important;
}

div.col-md-6{
	padding: 0 25px 0 25px !important;
}

.col-sm-10{
	width: 80% !important;
}

form#frm_candidature.form-horizontal div.col-md-6 div.form-group{
	padding: 0 !important;
}

.form-group{
	margin-bottom: 8px !important;
}

#bloc_description, #bloc_company_description, #bloc_profile{
	margin-top: -5px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 3px;
	padding: 8px;
	margin-bottom: 12px;
	margin-left: 13px;
}

div.form-group div#bloc_description.col-sm-10{
	width: 77.5% !important;
}

div.form-group div#bloc_description.col-sm-10 p{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	font-size: 15px;
	margin-bottom: 7px;
	line-height: 19px;
	width: 77% !important;
}

div.form-group div#bloc_description.col-sm-10 strong{
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 7px;
	line-height: 19px;
}
div#content select, div#content input{
	font-size: 15px;
	font-family: 'Source Sans Pro' , sans-serif;

}

/* Page Cnadidature / annonce */

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6{
	padding-bottom: 20px;
}

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group label.col-sm-2{
	width: 35% !important;
}

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group div.col-sm-10{
	width: 64% !important;
}

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group{
	margin: 0 !important;
}

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group span.help-block{
	color: #000 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group{
	margin-bottom: 7px !important;
	border-bottom: 1px dashed  #e6e6e6;
}

div#content_candidature form#frm_candidature.form-horizontal div#col1.col-md-6 div:first-child{
	margin-bottom: 7px !important;
	border-bottom: none !important;
}

div#content_candidature form#frm_candidature.form-horizontal div#col1.col-md-6 div.form-group:nth-child(2){
	margin-bottom: 20px !important;
	border-bottom: none !important;
}

div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group:last-child{
	margin-bottom: none;
	border-bottom: none !important;
}

div.inside div#content_candidature form#frm_candidature.form-horizontal div.col-md-6 div.form-group div#col1.col-sm-10 span.help-block a{
	font-size: 18px;
	font-weight: 600;
	line-height: 12px;
}

div#content_candidature form#frm_candidature.form-horizontal div#col2.col-md-6 div.form-group table.recrutement tbody td{
	color: #000 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	font-size: 16px;
	text-align: center;
}

div#content_candidature form#frm_candidature.form-horizontal div#col2.col-md-6 div.form-group table.recrutement tbody td b{
	color: #999999 !important;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.bt_candidatslist span{
	position:absolute;
	top:0;
	right:0;
	background:rgba(0,0,0,0.5);
	padding:0 2px;
}

.bt_candidatslist{
	position:relative;
}

#progression-candidature li.active a{
	background:#449D44;
	color:white;
}

/*pagination*/

.pagination {
    background: #f2f2f2;
    padding: 20px;
    margin-bottom: 20px;
}

.page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.page.active {
    border: none;
    background: @secondary;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

.pagination.dark {
    background: #414449;
    color: #feffff;
}

.page.dark {
    border: solid 1px #32373b;
    background: #3e4347;
    box-shadow: inset 0px 1px 1px rgba(255,255,255, .1), 0px 1px 3px rgba(0,0,0, .1);
    color: #feffff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .5);
}

.page.dark:hover, .page.dark.gradient:hover {
    background: #3d4f5d;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#547085), to(#3d4f5d));
    background: -moz-linear-gradient(0% 0% 270deg,#547085, #3d4f5d);
}

.page.dark.active {
    border: none;
    background: #2f3237;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .1);
}

.page.dark.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#565b5f), to(#3e4347));
    background: -moz-linear-gradient(0% 0% 270deg,#565b5f, #3e4347);
}

/*gmap*/
#gmap{
	width:100%;
	height:200px;
}

.affectation_spontanee{
	width:200px;
}

.filter_table{
	padding-top:20px;
}



.spinner {
  width: 40px;
  height: 40px;
  margin: 50px auto;
  background-color: #333;

  border-radius: 100%;  
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.searchclear {
    position:absolute;
    right:5px;
    top:0;
    bottom:0;
    height:14px;
    margin:auto;
    font-size:14px;
    cursor:pointer;
    color:#ccc;
}

.note{
	font-size:20px;
}

.note.red{
	color:red
}

.note.green{
	color:green
}

ul#logs_candidature li{
	margin:5px 0 5px 0;
	font-size:15px;
}

ul#logs_candidature li span{
	cursor:default;
	font-size:15px;
}

span.note-NA{
	color:red;
	font-weight:bold;
}

span.note-A{
	color:green;
	font-weight:bold;
}

ul.fichiers_dossier{
	margin:0 0 10px 0;
	border-bottom:1px solid #ccc;
	padding-bottom:5px;
}

ul.fichiers_dossier li{
	margin-left:20px;
	margin:2px 0 2px 20px;
}

.well a.button{
	margin:3px;
}

#meteojobs-block .col-sm-10 label{
	margin-right: 15px;
}
#meteojobs-block .col-sm-10 label input{
	margin-right: 5px;
}
