/* ------------------------------------------------------------ *\
	Used to override CSS integration
\* ------------------------------------------------------------ */

/* .form-item--error .form-label { */
/*     color: red; */
/*     font-weight: 500; */
/* } */

.form-tertiary p {
    font-size: 14px;
}

.form-item--error-message {
    display: block;
    width: 100%;
    padding: 0px 19px 9px 19px;
    margin: 0;
    font-weight: 400;
    font-size: 12px;
    color: #d62820;
}

.form .form-group.form-item--error {
    background-color: #f7eae9;
}

.form-message {
    padding: 19px;
    border-radius: 10px;
    margin-bottom: 19px;
    width: 100%;
    background-color: #e9f7ff;
    border: 1px solid #0581be;
    color: #0581be;
	text-align: left;
}

.form-message li {
    margin-left: 15px;
}

.form-message.errors {
    background-color: #fff0ef;
    border: 1px solid #dc291c;
    color: #dc291c;
}

.form-message.messages {
    background-color: #e1f5e5;
    border: 1px solid #168451;
    color: #168451;
	display: block;
}

.form-message.warnings {
    background-color: #fff0dd;
    border: 1px solid #bd7419;
    color: #bd7419;
}

.form-message.statuses {
    background-color: #e1f5e5;
    border: 1px solid #168451;
    color: #168451;
}

.form-separator {
    padding: 10px;
}
.icon-github {
    background: no-repeat url('../img/github-16px.png');
    width: 16px;
    height: 16px;
}

.accordion {
    margin-bottom:-3px;
}

.accordion-group {
    border: none;
}

.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}

.twitter-typeahead .tt-hint
{
    display: none;
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* autocomplete tagsinput*/
.label-info {
  background-color: #5bc0de;
  display: inline-block;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.form-group .ico {
    color: #0082BD;
    font-size: 16px;
    position: absolute;
    top: 18px;
    right: 20px;
}

.form-tertiary textarea.form-control, .form-tertiary .row-field--textarea textarea.form-control {
	padding: 0px 25px 0px 0px;
    margin: 25px 10px 10px 20px;
    height: 49px;
	width: calc(100% - 30px);
}

.form-managed-file {
    height: 43px;
    padding: 5px 10px 10px 90px;
}

.form-managed-file .form-file {
    padding-top: 5px;
}

.form-tertiary .form-group.js-form-type-managed-file.hasVal .form-label,
.form .form-group.js-form-type-managed-file.hasVal .form-label {
	transform: none;
	-webkit-transform: none;
	top: 4px;
}

.form-group.js-form-type-managed-file .form-submit {
	background-color: #0082bd;
    padding: 5px 20px;
    margin-left: 10px;
    color: white;
    border-radius: 23px;
    font-size: 14px;
    cursor: pointer;
}

.form-tertiary .form-label {
    width: auto;
	text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    overflow-x: hidden;
}

.form-tertiary .form-label.option {
    overflow-x: visible;
}

.remaining {
    margin: 20px 0px;
    padding: 20px;
    background-color: #fff3f2;
    border: 1px solid #c4261a;
    border-radius: 20px;
}

.remainingTitle {
    color: #c4261a;
    font-weight: 500;
}

li.remainingTask {
    margin-left: 23px;
    font-size: 14px;
    margin-top: 3px;
}

li.remainingTask a:hover {
    text-decoration: underline;
}

li.remainingTask a {
    text-decoration: none;
}

ul.remainingTasks {
    margin-bottom: 0px;
}

.public .public__head {
    margin-bottom: 30px;
    text-align: center;
}

.public .public__inner {
    padding: 45px 30px 25px;
    margin-bottom: 30px;
    border-radius: 25px;
    background-color: #fff;
}

.content--login .content__body .public {
	max-width: 790px;
}

.public .public__title {
    font-weight: 500;
    font-size: 24px;
    color: #2D2264;
}

.form-login label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 0 0 25px;
    font-size: 16px;
    color: #727A7A;
}

.form-login .form-group .description {
    font-size: 14px;
    margin-top: -20px;
    padding: 0px 25px;
    color: #727a7a;
}

div#password-policy-status {
    display: none;
}

.public .content .content__title {
    padding: 20px 20px 20px 20px;
}

.public .content .content__title:before {
	content: none;
}

.public__inner .article {
    box-shadow: none;
}

.article.dashboard-message .article__image img {
    max-width: 300px;
    max-height: 300px;
}

.form-item-oscautorisationusrdoc .form-managed-file,
.form-item-usrdocumentsignataire .form-managed-file {
    padding-left: 10px;
}

.bootstrap-tagsinput {
    width: 100%;
    background-color: #f5f5f6;
    min-height: 47px;
    border: none;
    padding-left: 70px;
    padding-top: 12px;
}

.form-item-projpayseadsipays .bootstrap-tagsinput,
.form-item-niongpubvise .bootstrap-tagsinput {
    padding-left: 240px;
}

.form-item-projmotcle .bootstrap-tagsinput {
    padding-left: 180px;
}

.form-item-projclassementsect .bootstrap-tagsinput {
    padding-left: 150px;
}

.form-item-niongevaltype .bootstrap-tagsinput {
    padding-left: 180px;
}

.form-tertiary .form-group.form-item-projindsuperficietype1,
.form-tertiary .form-group.form-item-projindsuperficietype2,
.form-tertiary .form-group.form-item-projindsuperficietype3 {
	margin: 0 0 40px;
}

.modal.no-form .form-actions {
    text-align: right;
}

.modal.no-form .form-actions .btn {
    margin-left: 20px;
}

.btn.btn-link.btn-link-secondary.backlink-public {
    display: block;
    float: left;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    width: 0px;
    padding: 0px;
}

.btn.btn-hidden {
    display: none !important;
}

.form-check-primary label {
    text-transform: uppercase;
    font-weight: 500;
    color: #2e2263;
}

.form-login .js-form-type-checkbox input {
	float: left;
}


.form-login .js-form-type-checkbox label {
	display: block;
	width: 100%;
}

.form-login .form-item-field-delegation-pouvoir-0 .form-managed-file {
	display: block;
    width: 100%;
    padding: 0px;
}

.form-login .form-item-field-delegation-pouvoir-0 .form-file {
	height: 40px;
    font-size: 14px;
    padding: 7px 10px 7px 24px;
}

.form-login .form-item-field-delegation-pouvoir-0 .description {
	margin: 0px;
    display: block;
}

.form-login .form-item-field-delegation-pouvoir-0.form-group.js-form-type-managed-file .form-submit {
	background-color: #2e2263;
}

.form-login .form-item-field-delegation-pouvoir-0 .file {
	margin-left: 24px;
}

.form-login .form-item-field-delegation-pouvoir-0 .file a {
	cursor: default;
    text-decoration: none;
    color: #2e2263;
}

.user-form.form-tertiary label {
	font-weight: 500;
}

.user-form.form-tertiary .form-control {
    height: 40px;
    padding: 10px 10px 10px;
}

.user-form.form-tertiary .description {
  font-size: 12px;
}

.user-form.form-tertiary input {
  border: 1px solid #c8c8d8;
  background-color: rgba(45, 34, 100, 0.02);
}

.user-form.form-tertiary .form-group:not(.form-item-current-pass) {
  border: none;
  background-color: transparent;
}

.form-managed-file .messages {
	display: block;
    padding-left: 19px;
}

.form-managed-file .messages.messages--error {
    color: #dc281c;
}

.form-managed-file .form-file {
    height: auto;
    padding: 5px 0px 0px 19px;
}

.form-managed-file {
    height: auto;
    min-height: 43px;
}

.disable_autocomplete input {
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: none;
}

.disable_autocomplete {
    /* opacity: 0; */
    position: absolute;
    top: 0;
    left: 0;
    max-width: 10px;
}

.btn-model-intention {
	float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

.txt-model-intention {
	min-height: 40px;
    padding-top: 14px;
}

.form-intention-doc-annexe-btn {
    text-align: center;
    width: 100%;
    padding: 30px 0px 20px 0px;
}

.wrapper.public .public__inner {
    min-width: 600px;
}

.form-file-uploaded-container {
    margin-bottom: 10px;
}

.form-file-uploaded-container .btn-receipt {
    float: right;
    margin: 0px 0px 10px 10px;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f7f7f7;
    color: #2D2264;
    text-decoration: none;
    -webkit-transition: background .4s, color .4s;
    -o-transition: background .4s, color .4s;
    transition: background .4s, color .4s;
}

.form-file-uploaded-container .btn-receipt:hover {
    background-color: #2D2264;
    color: #fff;
}

.node-text p {
    margin-bottom: 10px;
}

.form-item-validatecgu label {
	font-size: 14px;
}

.ico-auth {
    color: #727a7a;
    margin-left: 10px;
    cursor: pointer;
}

.article .article__inner .article__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 295px;
    flex: 0 0 275px;
    max-width: 275px;
}

.form-tertiary .form-group .form-control.big-textarea {
    height: 300px;
}

i.ico-infobulle-input {
    z-index: 1;
}

.message-form .form-control {
    font-size: 12px;
    color: rgb(46, 34, 99);
}

.message.message--unread .message__content p {
    font-weight: bold;
}

/* .form-tertiary .form-control:disabled, */
/* .form-tertiary .row-field--textarea .form-control:disabled */
/* { */
/* 	background-color: #eaeaea; */
/*     opacity: 1; */
/* } */

.messages-container {
    height: 540px;
}

.content__head-bar-right .btn.btn-secondary.btn-outline {
    margin-top: -6px;
}

.content__head-bar-right {
    float: right;
}

.block-shadow {
    margin: 0;
    border: 0;
    border-radius: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 16px 0 rgba(45, 34, 100, 0.08);
    box-shadow: 0 8px 16px 0 rgba(45, 34, 100, 0.08);
}

.info-bar {
  display: flex;
}

.info-item {
  display: inline-block;
  width: 33%;
  padding: 18px 20px;
}

.full-width {
	width: 100%;
}

.info__title {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .05em;
    color: #2D2264;
	margin: 0;
}

.info__value {
    font-weight: 400;
    font-size: 12px;
    color: rgba(45, 34, 100, 0.5);
    text-transform: uppercase;
	margin: 0;
}

.separator-right {
    border-right: 1px solid #dfdde7;
}

.info-bar-versement {
    max-width: 100%;
    display: inline-block;
    width: 290px;
}

.bootstrap-tagsinput .tt-menu {
	max-height: 200px;
    overflow-y: auto;
	cursor: pointer;
}

.bootstrap-tagsinput input {
    min-width: 100px;
}

.btn-danger {
    color: white;
}

/* ------------------------------------------------------------ *\
	Filters
\* ------------------------------------------------------------ */

.filterSelect {
    display: inline-block;
    width: 30%;
}

.filterValue {
    display: none;
    min-width: 200px;
}

.form-item-oscautorisationusrdoc label {
	display: none !important;
}

.btn-border-light {
	border: 2px solid #2782bd;
}

.form.no-padding .form-body {
  padding: 0px;
}

.form.no-shadow {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ------------------------------------------------------------ *\
	Datatables
\* ------------------------------------------------------------ */

table.table-bordered.dataTable th {
	background-color: #2d2263;
    color: white;
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
    padding: 7px;
}

.content .content__body .dataTables_wrapper .row + .row {
	margin-top: 0px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
	top: 7px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
	top: 7px;
}

.legend-document {
	margin-top: 2px;
    padding-left: 42px;
    font-size: 14px;
}

.btn-cloture {
	margin-top: -7px;
    margin-right: 10px;
}

/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */

@media (max-width: 767px)
{
	.content__head-bar-right {
	    display: none;
	}

	.wrapper.public .public__inner {
	    min-width: auto;
	}

	.public .public__inner {
	    padding: 40px 20px 25px;
	}

	.public .public__title {
	    font-size: 20px;
	}

	.form-tertiary .form-checks .form-check {
	    margin-bottom: 10px;
	}
}

.content--login .content__body .login {
  width: 690px; }
#edit-field-is-afd-funded--description {
  margin-top: 4px;
}
#edit-field-numero-de-siret-de-i-osc-0-value--description {
  margin-top: 5px;
}

.dropdown-user.dropdown-user-language .dropdown-trigger {
  position: relative;
  min-width: 70px;
}

.dropdown-user.dropdown-user-language .user__inner img {
  width: 25px;
}

.login__head {
  position: relative;
}

.login__head .language-switcher {
  position: absolute;
  right: 0;
  list-style-type: none;
}
