/**/
/*** REBRAND COLOURS ***/
/* Primary */
/* Secondary */
/* Tertiary */
/* Brightness */
/**********************/
/*greyscale*/
/*colours*/
/* Brightness */
/*semantic styles*/
/* Status Colors */
/* Controls */
/*** Mobile ***/
/*** Blackberry ***/
/*** Reporting ***/
/*** Videos ***/
/**library only code**/
.dnd__block table td {
  width: 50%; }
  .dnd__block table td:first-child {
    padding-right: 20px; }
  .dnd__block table td i {
    font-size: .9em;
    font-weight: 600; }

.panel__block {
  box-shadow: 0 0 0 0 rgba(152, 29, 151, 0.15);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .panel__block.focus {
    box-shadow: 0 10px 16px 0px #83a6f1; }
  .panel__block > .panel__title {
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .panel__block > .panel__title:after {
      content: '';
      background: url("../../../assets/images/icons.svg#chevron-down-silk") no-repeat center center;
      height: 18px;
      width: 18px;
      right: 0;
      position: absolute;
      transform: rotate(0);
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  .panel__block.closed .panel__title {
    margin: 0; }
    .panel__block.closed .panel__title:after {
      transform: rotate(-90deg); }

.code__wrapper {
  display: none; }

.code__snippit {
  background: #1e1e1e;
  padding: 12px;
  border-radius: 3px;
  color: #fff;
  margin: 0 0 20px;
  white-space: pre-wrap; }

.code__label {
  margin: 0;
  font-weight: 600;
  font-size: .9em;
  border-radius: 3px 3px 0 0;
  background: #1e1e1e;
  color: #d7ba7d;
  padding: 12px 0 0 12px; }
  .code__label + .code__snippit {
    border-radius: 0 0 3px 3px;
    padding: 0 12px 12px;
    white-space: pre-line; }

.colour-sample {
  height: 19px;
  width: 19px;
  display: block;
  background: #f00;
  border-radius: 3px; }

.panel__dnd table {
  border-radius: 3px; }
.panel__dnd th, .panel__dnd td {
  padding: 10px; }
.panel__dnd td {
  width: 50%; }
  .panel__dnd td:first-child {
    padding-right: 20px; }
.panel__dnd .do-table {
  background: #d6ead6; }
.panel__dnd .dont-table {
  background: #fbf0f0; }

.panel__typography p {
  margin-top: 0; }
.panel__typography td:first-child {
  width: 210px; }
  .panel__typography td:first-child * {
    line-height: 1em;
    margin: 0; }
.panel__typography td:nth-child(2) {
  width: 120px;
  font-weight: 600;
  letter-spacing: 1px; }
.panel__typography td:nth-child(3) {
  width: 80px; }
.panel__typography td:nth-child(4) {
  width: 80px; }

.library__index [class$="banner"] {
  background: rgba(202, 165, 136, 0.3) url("../../images/banner.png") no-repeat top center;
  background-size: cover; }

.library__howto [class$="banner"] {
  background: rgba(202, 165, 136, 0.3) url("../../images/banner.png") no-repeat top center;
  background-size: cover; }

.panel__icons tr {
  height: 60px; }
.panel__icons .icon {
  height: 20px;
  width: 20px;
  display: inline-block;
  margin: 0 12px; }
.panel__icons td {
  position: relative; }
.panel__icons td:nth-child(even) {
  width: 400px;
  font-weight: 600;
  cursor: pointer; }
.panel__icons td:nth-child(odd) {
  width: 50px;
  text-align: center; }
.panel__icons .copied {
  position: absolute;
  top: -25px;
  background: #000;
  padding: 4px;
  left: 0;
  color: #fff;
  border-radius: 3px; }
  .panel__icons .copied:after {
    position: absolute;
    bottom: -5px;
    content: "";
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000;
    margin: auto;
    left: 0;
    right: 0;
    width: 0; }

.colours__table .colour__block {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  margin-right: 4px; }

/*# sourceMappingURL=library.css.map */
