@charset "utf-8";

/**
 *------------------------------------------------------------------------------
 * RALLY DAS CAMELIAS J5-01
 *------------------------------------------------------------------------------
 * @website		  rallydascamelias.pt
 * @authors     SKYTRAILS
 *------------------------------------------------------------------------------
 */

/*////////////////////////////////////////////////
_                 Layout tests
/////////////////////////////////////////////////*/


/*Fields Container*/
ul.fields-container {
  padding: 0;
}
.no-style a {
  color: #222;
  text-decoration: none;
}

/*=================================================/
   Tool tips e Joomedit
*/
/*Frontoffice edit articles*/
.icons a {
  color: #234fa8;
}
.float-end {
  float: right !important;
}
/*Front-office edit modules*/
.btn.jmodedit {
  background-color: hsla(51.4, 5.2%, 73.5%, 0.16);
  border: 0px solid #234fa836;
  border-radius: .25rem;
  color: #234fa8;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 900;
  padding: .4rem .5rem .4rem .7rem;
}
[role="tooltip"]:not(.show) {
  background: #fff;
  border: 1px solid #6d757e3d;
  border-radius: .25rem;
  box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.44);
  color: #828282;
  display: none;
  margin: .5em;
  max-width: 100%;
  padding: .5em;
  right: 5em;
  text-align: start;
  z-index: 1070;
  font-size: .85rem;
}
:focus + [role="tooltip"], :hover + [role="tooltip"] {
  display: block;
  position: absolute;
}
.sr-only, .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0,0,0,0) !important;
  border: 0 !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important; 
  white-space: nowrap !important;
  width: 1px !important;
}

/*////////////////////////////////////////////////
-                 TESTS
/////////////////////////////////////////////////*/
#system-message-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

