/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */

/* Dropdown menu styles
-------------------------------------------------- */
ul.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
	/* display: block; */
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #ccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) {
	.navbar-nav .dropdown-submenu.open .dropdown-menu > li > a, 
	.navbar-nav .dropdown-submenu.open .dropdown-menu .dropdown-header {
	    padding-left: 50px;
	}
}

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 95vh;
}

body {
	/* Margin bottom by footer height */
	padding-bottom: 150px !important;
	position: initial;
	min-height: 70vh;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 50px;
	padding-top: 30px;
}

label.control-label {
	font-weight: bold;
}

div.form-type-radio label.control-label, div.form-type-checkbox label.control-label
	{
	font-weight: normal;
}

/*
---------------------------------------------------- */
form .date-form-element-content-multiline {
	padding: 0;
	border: none;
}

body.path-entreprises.not-logged-in .page-header, body.path-user.not-logged-in .page-header,
body.path-node.not-logged-in .page-header,
	body.path-user.not-logged-in ul.tabs--primary.nav-tabs {
	text-align: center;
}

body.path-user.not-logged-in ul.tabs--primary.nav-tabs li {
	float: none;
	display: inline-block;
}

body.path-node.not-logged-in form {
	float: none;
}

body.path-user.not-logged-in form,
body.path-entreprises.not-logged-in .personne-add-form {
	border: 1px solid;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	border-color: #dddddd;
	padding: 15px;
	float: none;
}

#entreprises-access div.panel-heading
	{
	text-align: center;
}

.view-etudiants-suivi caption {
	color: #555555;
	background-color: #f5f5f5;
	padding: 10px 15px;
	margin-top: 10px;
	border-bottom: 3px solid #000;
	/* 	border: 1px solid #dddddd; */
	/* 	border-bottom-width: 1px; */
	/* 	border-bottom-style: solid; */
	/* 	border-bottom-color: rgb(221, 221, 221); */
	/* 	border-bottom: none; */
	/* 	border-top-right-radius: 3px; */
	/* 	border-top-left-radius: 3px; */
}

.view-etudiants-suivi caption a {
	color: #555555;
	font-weight: bold;
}

/* On cache le breadcrumb pour les anonymes
 * et sur la page d'ajout de contenu car ca ramène vers l'url node/add
 */
body.not-logged-in .breadcrumb, body.path-node-add .breadcrumb {
	display: none;
}

textarea[disabled], textarea.form-control[disabled], input.form-control[disabled],
	input[type=text][disabled], input[type=password][disabled], input[type=email][disabled],
	input[type=number][disabled], [type=text].form-control[disabled], [type=password].form-control[disabled],
	[type=email].form-control[disabled], [type=tel].form-control[disabled],
	[contenteditable].form-control[disabled], textarea[readonly], textarea.form-control[readonly],
	input.form-control[readonly], input[type=text][readonly], input[type=password][readonly],
	input[type=email][readonly], input[type=number][readonly], [type=text].form-control[readonly],
	[type=password].form-control[readonly], [type=email].form-control[readonly],
	[type=tel].form-control[readonly], [contenteditable].form-control[readonly]
	{
	background-color: #EEE;
}

.control-group div.help-inline, div.help-block {
  color: #645B54;
}

span.form-required {
  color: red;
  margin-left: 5px;
}

.region.alert-info {
  background-color: #094270;
}

.tutecole-option .text-muted {
  color : #666; 
}

.table > tbody > tr.bg-success > td.active,
a.tutecole-option.bg-success {
  background-color : #DFF0D8; 
}

.table > tbody > tr.bg-warning > td.active,
a.tutecole-option.bg-warning {
  background-color : #FFE0B2; 
}

.table > tbody > tr.bg-danger > td.active,
a.tutecole-option.bg-danger {
  background-color : #F9BDBB; 
}
.dropdown-menu > .active > a.tutecole-option,
.dropdown-menu > .active > a.tutecole-option:focus,
.dropdown-menu > .active > a.tutecole-option:hover,
.bootstrap-select.btn-group .dropdown-menu li.active small.text-muted {
	color: #000;
}

.badge.tutoring {
	cursor: pointer;
	font-size: 12px;
  font-weight: bold;
}
.badge.tutoring.empty {
  cursor: default;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-danger {
  background-color: #b94a48;
}
.badge-danger:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

fieldset.required-fields > .panel-heading > a.panel-title:after {
  content: "*";
  color: red;
  margin-left: 5px;
}

fieldset.collapsible .panel-heading a.panel-title {
  background-image: url('../img/expanded.png');
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-left: -5px;
}

fieldset.collapsible .panel-heading a.panel-title[aria-expanded="true"] {
  background-image: url('../img/expanded.png');
}

fieldset.collapsed .panel-heading a.panel-title {
  background-image: url('../img/collapsed.png');
}

div.panel-default > div.panel-heading {
    color: #666;
}

div.start-date-wrapper.date-float,
div.end-date-wrapper.date-float {
  float: left;
}

div.date-float {
  float: none;
}

div.form-item > div.table-responsive {
  overflow-x: visible;
}

.views-exposed-form .form-item {
	float: left;
	padding: .5em 1em 0 0;
}

.views-exposed-form .form-actions .btn {
	margin-top: 0.6em;
}

.links.btn-group.dropdown .btn {
	text-transform: lowercase;
}

#block-smartenko-main-menu {
	margin-top: 26px;
}

.form--inline .form-item {
	float: left;
	margin-right: 0.5em;
}

#edit-field-offre-parcours .form-type-checkbox {
	display: inline-flex;
	width: 20%;
}

#wrapper .row-data {
	margin-bottom: 25px;
}

#wrapper #search-entreprise {
	width: 50%;
}

#wrapper #search-entreprise,
#wrapper #convention-data {
	width: 50%;
}

.links.btn-group.dropdown {
	position: absolute;
}

.links.btn-group.dropdown .dropdown-menu {
	min-width: auto;
	right: 0;
	left: auto;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 25px;
}

.view-header a.btn {
	margin-bottom: 10px;
	margin-right: 5px;
}

/*
#node-convention-form div#edit-group-fc-ent-repr div.panel-body > div,
#node-convention-form div#edit-group-fc-ent-tuteur div.panel-body > div,
#node-convention-form div#edit-field-fc-tutecole-infos-wrapper div.name-widget-wrapper > div {
	float: left;
	width: 32.5%;
	margin-right: 10px;
}
*/

.views-view-grid .offre-teaser {
	height: 100%;
}

.offre-teaser .views-field-created {
	float: right;
}

.offre-teaser .views-field-field-ent-logo img {
	width: 50px;
}

.offre-teaser .views-field-title a {
	color: #000;
	font-weight: bold;
}

.offre-teaser .views-field-field-offre-ent-nid {
	margin-bottom: 10px;
}

.offre-teaser .views-field-field-offre-ent-nid a {
	text-transform: uppercase;
	color: #666;
	font-weight: bold;
}

.offre-teaser .views-field-view-node {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.offre-teaser .views-field-view-node a span.glyphicon {
	color: #ffffff;
	border-radius: 100%;
	display: block;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #732181;
}

section.views-exposed-form.block {
	margin-bottom: 15px;
} 

div.offre-grid-wrapper {
	background-color: #FFF;
	padding: 20px;
}

div.offre-grid-container {
	padding: 20px;
	background-color: #d8b7e2;
	border-radius: 10px;
}

div[class*='view-display-id-offre_block_'] .more-link {
	text-align: right;
	padding-top: 50px;
}

div[class*='view-display-id-offre_block_'] .more-link a {
    border: none;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
    transition: all 0.4s;
	color: #ffffff;
    background-color: #732181;
	padding: 10px 16px;
    font-size: 17px;
    line-height: 1.3333333;
    border-radius: 3px;
}

.panel-secondary {
	padding: 20px;
	background-color: #d8b7e2;
	border-radius: 10px;
}

article.personne.teaser .panel-secondary {
	margin-bottom : 50px;
}

article.personne.teaser #personne-wrapper {
	margin: 0 auto;
	float: none;
}

div[id^=group-ev-skills] .help-block {
	display: flex;
	font-size: 15px;
}

div[id^=group-ev-skills] .help-block span:nth-child(1) {
	flex-grow: 1;
}

div[id^=group-ev-skills].help-block span:nth-child(2) {
	width: 400px;
}

div[id^=group-ev-skills] .help-block span:nth-child(3) {
	width: 105px;
}

div[id^=group-ev-skills] .help-block span:nth-child(4) {
	width: 115px;
}

div[class*="field--name-field-ev-skill-"] {
	border-bottom: 1px solid #dddddd;
	padding: 15px 0;
	margin-bottom: 0;
}

div[class*="field--name-field-ev-skill-"] div.field--label {
	min-width: 50%;
}

div[class*="field--name-field-ev-skill-"] fieldset label.fieldset-legend {
	float: left;
	min-width: 30%;
}

div[class*="field--name-field-ev-skill-"] fieldset div.fieldset-wrapper {
	text-align: right;
}

div[class*="field--name-field-ev-skill-"] fieldset div.fieldset-wrapper div[class*="form-item-field-ev-skill-"] {
	display: inline;
	margin-right: 65px;
}

#group-ev-satisfactions .help-block {
	display: flex;
	font-size: 15px;
}

#group-ev-satisfactions .help-block span:nth-child(1) {
	flex-grow: 1;
}

#group-ev-satisfactions .help-block span:nth-child(2) {
	width: 420px;
}

#group-ev-satisfactions .help-block span:nth-child(3) {
	width: 130px;
}

div[class*="field--name-field-ev-satisfaction-"] {
	border-bottom: 1px solid #dddddd;
	padding: 15px 0;
	margin-bottom: 0;
}

div[class*="field--name-field-ev-satisfaction-"] div.field--label {
	min-width: 50%;
}

div[class*="field--name-field-ev-satisfaction-"] fieldset label.fieldset-legend {
	float: left;
	min-width: 30%;
}

div[class*="field--name-field-ev-satisfaction-"] fieldset div.fieldset-wrapper {
	text-align: right;
}

div[class*="field--name-field-ev-satisfaction-"] fieldset div.fieldset-wrapper div[class*="form-item-field-ev-satisfaction-"] {
	display: inline;
	margin-right: 65px;
}

#edit-field-ev-comment-wrapper,
#edit-field-ev-formation-ameliorations-wrapper,
#edit-field-ev-recherche-ameliorations-wrapper,
#edit-field-ev-emploi-help-wrapper,
#edit-field-ev-reseau-diplomes-wrapper {
	border: none;
	border-radius: 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
	margin-bottom: 23px;
	background-color: #ffffff;
}

#edit-field-ev-comment-wrapper label,
#edit-field-ev-formation-ameliorations-wrapper label,
#edit-field-ev-recherche-ameliorations-wrapper label,
#edit-field-ev-emploi-help-wrapper label,
#edit-field-ev-reseau-diplomes-wrapper label {
	color: #666;
	background-color: #f5f5f5;
	border-color: #dddddd;
	padding: 10px 15px;  border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	width: 100%;
	font-weight: normal;
	font-size: 15px;
}

#edit-field-ev-comment-wrapper div.form-textarea-wrapper,
#edit-field-ev-formation-ameliorations-wrapper div.form-textarea-wrapper,
#edit-field-ev-recherche-ameliorations-wrapper div.form-textarea-wrapper,
#edit-field-ev-emploi-help-wrapper div.form-textarea-wrapper,
#edit-field-ev-reseau-diplomes-wrapper div.form-textarea-wrapper {
	padding: 15px;
}

#edit-field-ev-emploi-help-wrapper .description {
	margin-left: 15px;
}

section.block-language {
	text-align: right;
}

.block-language ul.links li {
	display: inline;
	margin: 0 10px;
}

ul.links li.fr a::before,
a.download-link.fr::before  {
	content:url('../images/fr.png');
	padding-right: 5px;
}

ul.links li.en a::before,
a.download-link.en::before {
	content:url('../images/en.png');
	padding-right: 5px;
}

table.field-multiple-table .label {
	color: #666666;
	font-size: 13px;
    line-height: 1.846;
}

div.field--type-daterange div.panel-body {
	display: flex;
}

div.field--type-daterange div.panel-body > label {
	align-self: center;
	margin-bottom: 0;
	margin-right: 10px;
}

div.field--type-daterange div.panel-body label:not(:first-child) {
	margin-left: 50px;
}

#entreprise-register-form div.messages--info {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.entreprise-dedupe-result td.name,
.entreprise-dedupe-result td.address {
	width: 25%;
}

.entreprise-dedupe-result td.siret,
.entreprise-dedupe-result td.city {
	width: 20%;
}