form div.error-message, form div.error-message-upload-file {

  display: block;

  /*padding: 0.375rem 0.5625rem 0.5625rem;

  margin-top: -1px;

  margin-bottom: 1rem;*/

  font-size: 0.75rem;

  font-weight: normal;

  font-style: italic;

  color: #e32;

}

/*start form required labels*/
form .required label:after {

  color: #e32;

  content: '*';

  display: inline;

  opacity: 1;

  font-size: 16px;

  font-weight: 300;

  /*color: #333;*/

  margin-left: 2px;

}
/*end form required labels*/

/*.w-dropdown-toggle {
    white-space: normal;
}

a {
    word-break: break-all;
}*/

.dropdown-list:hover .dropdown-link {
opacity: 0.4;
}
.dropdown-list .dropdown-link:hover {
opacity: 1;
}

/*DISABLES TEXT SELECT*/
.noselect {
  -webkit-user-select: none; /* webkit browsers */
  -khtml-user-select: none; /* Konqueror browser */
  -moz-user-select: none; /* firefox browser */
  -ms-user-select: none; /* internet explorer & edge */
  user-select: none;
}

/*CUSTOM SELECTION / HIGHLIGHT COLOR*/
:-moz-selection { color: #fff; background: #2a2f31;}
    ::selection { color: #fff; background: #2a2f31;}



/*start fix pagination*/
.pagination-link.w--current{
    background-color: #e1e5e7;
    font-size: .8rem;
}
.pagination-link.w--current:hover{
    color: #fff;
    background-color: #005e04;
    text-decoration: none;
}
.pagination-link.w-inline-block.pag-current-number{
    background-color: #808c91;
    font-size: .8rem;
}
.pagination-link.w-inline-block.prevnextdisabled:hover{
    color: #2a2f31;
    background-color: #e1e5e7;
    text-decoration: none;
}
/*end fix pagination*/


