table:not(.sticky-header) {
  table-layout:fixed;
  width: 100% !important;
}

td, th {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

input#edit-submit-my-patch-files {
  margin-top: 10px !important;
}

th.select-all{
  width: 3rem;
}
.link.tableresponsive-toggle{
  display:none !important;
}
.views-field-field-clients-doc ol {
  list-style: circle inside;
  color: rebeccapurple;
}
.views-field-field-clients-doc li {
  margin-bottom: 1rem;
}

.dropbutton-toggle button:hover {
  background-color: transparent !important;
}

.views__header .button{
  margin-top: 0;
}

@media (min-width: 768px) {
  #view-created-table-column,
  #view-created-1-table-column {
    width: 10rem;
  }
  #view-filesize-table-column,
  #view-field-category-table-column,
  #view-field-patch-version-table-column {
      width: 9rem;
  }
  #view-field-description-table-column {
		width: 26rem;
  }
  #view-filename-1-table-column,
  #view-filename-table-column,
  #view-operations-table-column,
  #view-field-clients-doc-table-column {
      width: 12rem;
  }
  #view-field-version-table-column {
    width: 7rem;
  }
  .admin-dblog table thead tr th:first-child {
    width: 2rem;
  }


  /**
  Product creation form
  **/
  #user-form,
  #user-register-form,
  #node-cristal-product-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #edit-roles > div {
    display: flex;
  }
  #edit-roles > div .form-checkbox{
    margin-right: 1%;
  }

  #node-cristal-product-form .form-item-title-0-value{
    width: 70%;
  }
  #node-cristal-product-form .form-item-field-version-0-value{
    width: 25%;
  }

  #edit-field-url-0,
  .user-form #edit-pass,
  #edit-roles--wrapper,
  #edit-status--wrapper,
  #edit-field-clients--wrapper{
    width: 48%;
  }

  .form-item-name,
  .form-item-field-client,
  .form-item-langcode-0-value,
  #edit-field-documentation-product {
    width: 100%;
  }

  [id^="inline-entity-form-"] {
    width: 100%;
  }
}

#node-cristal-product-form .js-form-type-vertical-tabs {
  display: none;
  visibility: hidden;
}

.tabledrag-toggle-weight-wrapper{
  display: none;
  visibility: hidden;
}

.draggable a.tabledrag-handle {
  margin-left: 0 !important;
}

.toolbar-tray-open .header--pre.cf {
  margin-top: 78px;
}



li.parentmenu .submenu.countries--list, .countries--list-col {
  padding: 0px !important;
}
li.parentmenu .submenu li {
  min-width: 135px !important;
}
/*Top menu*/
.header--pre > ul > li.parentmenu:last-of-type {
   padding: 5px 12px !important;
}
.header--pre > ul > li a:hover, .header--pre > ul > li a.active { color: #ffffff !important; }
li.countries--list-col a.active {
  text-decoration: underline !important;
}
li.parentmenu:hover > a, li.parentmenu:hover > span {
  color: #ffffff !important;
}

form.user-login-form {
  width: 40%;
  margin: auto;
  min-width: 300px;
}
.user-login-form input {
  border: solid 1px #eee !important;
}
.user-login-form .description {
  margin: 10px 0;
}

.user__client div,
.user__langcode div {
    display: inline;
}
.user__client div:first-child,
.user__langcode div:first-child{
    font-weight: bold;
    color: #45BEAA;
}

.user__client div:first-child:after,
.user__langcode div:first-child:after {
    content: ": ";
}

@media (max-width: 400px) {
  form.user-login-form {
    max-width: 50%;
  }
}

.cristal_product__url,
.cristal_product__product-version {
    width: 100%;
    margin-bottom: 1rem;
    display: inline-flex;
}

.cristal_product__url div:first-child,
.cristal_product__product-version div:first-child{
font-weight: bold;
    margin-right: 1rem;
}

.section--title em {
    padding-right: 1rem;
}

.user-form select,
.user-form input.form-autocomplete, .user-form input.form-text, .user-form input.form-tel,
.user-form input.form-email, .user-form input.form-url, .user-form input.form-search,
.user-form input.form-number, .user-form input.form-color, .user-form input.form-file,
.user-form .user-form input.form-date, .user-form input.form-time, .user-form textarea.form-textarea
{
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    padding: 0.3em 0.4em 0.3em 0.5em;
}

.form-text{
    border: 1px solid #b8b8b8 !important;
    border-radius: 5px !important;
    padding: 0.3em 0.4em 0.3em 0.5em !important;
}
.form-text.field_success, .form-select.field_success, .required.error.field_success{
  border: 1px solid #4CAF50 !important;
}
.form-text.field_error, .form-select.field_error, .required.error{
  border: 1px solid #a51b00 !important;
}
.form-item--error-message{
  color: #a51b00 !important;
}

.user-form label {
    display: table;
    margin: 0 0 0.1em;
    padding: 0;
    font-weight: bold;
}

.user-form .form-item {
    margin: 0.75em 0;
}

ul.tips, div.description, .form-item .description {
    margin: 0.2em 0 0 0;
    color: #595959;
    font-size: 0.95em;
}
.password-strength__meter {
    margin-top: 0.5em;
    background-color: #ebeae4;
}
.password-strength__indicator {
    background-color: #77b259;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}
.password-strength__indicator.is-weak {
    background-color: #e62600;
}
.password-strength__indicator.is-fair {
    background-color: #e09600;
}
.password-strength__indicator.is-good {
    background-color: #45BEAA;
}
.password-strength__indicator.is-strong {
    background-color: #77b259;
}

.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
    width: 100%;
}

.password-suggestions {
    padding: 0.2em 0.5em;
    margin: 0.7em 0;
    max-width: 34.7em;
    border: 1px solid #b4b4b4;
}
.password-suggestions ul {
    margin-bottom: 0;
}

.confirm-parent,
.password-parent,
.form-item-current-pass {
    clear: left; /* LTR */
    margin: 0;
    overflow: hidden;
}
[dir="rtl"] .confirm-parent,
[dir="rtl"] .password-parent {
    clear: right;
}

/* Styling for the status indicator of the passwords match test.  */
.password-confirm .ok {
    color: #325e1c;
    font-weight: bold;
}
.password-confirm .error {
    color: #a51b00;
    font-weight: bold;
}


#block-wpls-messages {
    margin: 1rem 0;
    overflow: hidden;
    width: 100% !important;
}

#block-wpls-messages > div {
    position: relative;
}

#block-wpls-messages > div > div{
    padding: 0.5rem;
    height: 3rem;
    border: 1px rgba(0, 102, 161, 0.5) solid;
    background-color: rgba(0, 102, 161, 0.1);
}

.dropbutton-arrow {
    top: 30% !important;
}

.js .dropbutton-multiple .dropbutton-widget {
    border: 1px solid #888888;
    border-radius: 1em;
    background: #45BEAA;
}

li.dropbutton-action a {
    border-radius: 20em 0 0 20em;
    padding: 4px 1.5em;
    display: block;
    width: 100%;
    color:#ffffff;
}

.js-marquee{
    font-family: "Stag Sans Book", verdana, sans-serif;
}

.taxonomy-term-form .messages{
    margin: 9px 0 10px 8px !important;
}

table .form-submit {
    min-height: 25px !important;
    padding: 0 10px !important;
    margin: 0 !important;
}

.taxonomy-term-form button.link {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0 10px;
    font-size: 1em;
    min-height: 25px !important;
}

.taxonomy-term-form button.link:hover {
    border: none !important;
}

#edit-field-customer-file {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fcfcfa;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

#edit-field-customer-file {
  line-height: 1.295em;
}

details.js-form-wrapper {
    margin-top: 1em;
    margin-bottom: 1em;
    background-color: #fcfcfa;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    padding: 5px 15px;
}

.form-item {
    margin: 0.75em 0;
}

summary{
    cursor: pointer;
    text-shadow: 0 1px 0 white;
    color: #45BEAA;
    padding: 0.95em 0.45em;
}

.js-form-type-managed-file{
    padding: 0 1.5em 1em 1.5em;
}

.js-form-file.form-file{
  box-sizing: border-box;
    padding: 0.3em 0.4em 0.3em 0.5em;
    max-width: 100%;
    border: 1px solid #b8b8b8;
    border-top-color: #999;
    border-radius: 2px;
    background: #fcfcfa;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125);
    font-size: 1em;
    color: #595959;
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

/*patch & product**/
.taxonomy-term {
  position: relative;
}
.cristal_product__patches,
.node-cristal-product-edit-form .vertical-tabs,
#edit-field-patches .tabledrag-toggle-weight-wrapper {
    display: none;
}

.fichiers__uid > div,
.patch__version > div,
.fichiers__created > div,
.fichiers__media-file > div,
.patch__product-version > div,
.fichiers__clients-fichiers > div {
  display: inline-block;
}

.fichiers__uid > div:first-child,
.patch__version > div:first-child,
.fichiers__created > div:first-child,
.fichiers__media-file > div:first-child,
.patch__product-version > div:first-child,
.fichiers__clients-fichiers > div:first-child {
  color: #45BEAA;
  font-weight: bold;
}

.patch__patch-file,
.client__hotline-conditions {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #45BEAA;
  padding: 1rem 2rem;
  border-radius: 5px;
}

.patch__patch-file > div:first-child,
.client__hotline-conditions > div:first-child {
  font-size: 2rem;
  margin-bottom: 1.25rem;
}


/** affichage Clients P&LS (banques, etc.) **/
.patch__patch-file,
.client__contact > div,
.client__hotline-conditions {
  width: 40rem;
}


.dropbutton-multiple {
    padding-right: 7em !important;
}

.vertical-tabs__pane {
    padding: 10px !important;
}


#media-documentation-add-form .field--name-field-client {
    visibility: visible !important;
}

#masquerade-block-form--2 {
  background-color: #45BEAA;
}

#masquerade-block-form--2 > .form-item,
#masquerade-block-form--2 > .form-submit {
  vertical-align: top;
  display: inline-block;
}

#edit-masquerade-as--2 {
  height: 5rem;
  width: 20rem;
}

#edit-masquerade-as--2,
#masquerade-block-form--2 .button,
#masquerade-block-form--2 .form-item{
  margin: 0;
}


/** CKeditor styles **/
.red{
    color: red;
}
.highlight{
    color: orange;
}

h3{
    color: #45BEAA;
}

.truncated_text_25{
	/* max-width: 200px; */
}

.truncated_text_25 p{
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */
	/* overflow: hidden; */
	overflow-y: auto;
	max-height: 72px;
}

.js td .dropbutton-multiple .dropbutton-widget .dropbutton-action a, .js td .dropbutton-multiple .dropbutton-widget .dropbutton-action input, .js td .dropbutton-multiple .dropbutton-widget .dropbutton-action button {
    width: 120%;
}