@CHARSET "UTF-8";

table.formandu-container td {
  vertical-align: top;
}

.block {
  display: block;
}

.paddedmore {
  padding: 10px 4px;  
}

.showicon {
  position: relative;
}

h3.showicon {
  padding-left: 2em;
}

.showicon:before {
  position: absolute;
  top: 2px;
  left: 2px;
  background: #000;
  color: #fff;
  border-radius: 100px;
  --padding: 2px 5px;
  min-width: 1.5em;
  min-height: 1.5em;
  display: block;
  text-align: center;
  transition: transform 0.3s;
}

.showicon:hover:before {
  --transform: scale(2);
  z-index: 99;
}

h3.showicon:before {
  left: 0;
  top: -8px;
  font-weight: normal;
}

.dashblock.showicon:before {
  top: 2px;
  left: 2px;
  --padding: 2px 5px;
}

.bordered.showicon:before {
  top: 2px;
  left: 2px;
  font-size: 120%;
  --padding: 0px 5px;
}

.padded.showicon {
  padding-left: 20px;
}

.paddedmore.showicon:before {
  top: 6px;
  left: 4px;
}

.showicon.red:before, .showicon.level-3:before {
  content: ''; /*'✖✋';*/
  background: #ff2e46;
}

.showicon.amber:before, .showicon.level-2:before {
  content: ''; /* ⚠ */
  background: #c9c91e;
  color: #000;
}

.showicon.green:before, .showicon.level-1:before {
  content: ''; /* ✔ */
  background: #45E369;
}

.faded {
  opacity: 0.6;
}

.inline-help {
  float: right;
  font-size: 12pt;
  font-weight: normal;
  margin-top: 1em;
  cursor: pointer;
  text-transform: lowercase;
}

.dash-head .inline-help {
  margin-top: 2em;
}

.cmp-main-title {
  position: relative;
}

.cmp-main-title .inline-help {
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}

.helppanel {
  background: #D0E6D5;
  border-top: 2px solid #50CD89;
  border-bottom: 2px solid #50CD89;
  padding: 0 10px;
  margin: 20px;
}

.helppanel dt {
  font-size: 1.2em;
  font-weight: bold;
}

.helppanel dd>dl {
  margin: 10px 0;
}

.pullright {
  float: right;
}

.small {
  font-size: 80%;
}

.tiny {
  font-size: 50%;
}

.formandu-section {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0 6px;
  border-bottom: 3px solid #50CD89;
}

.big {
  font-size: 1.5em;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.padded {
  padding: 4px;
}

.dashblock {
  margin: 3px 0;
  min-height: 80px;
  padding: 9px 9px 50px 9px;
  position: relative;
  text-align: center;
}

.dashblock.tall {
  min-height: 100px;
}

.editbtn {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 45%;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 90%;
}

.viewbtn {
  position: absolute;
  left: 8px;
  bottom: 8px;
  width: 45%;
  box-sizing: border-box;
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 90%;
}

.green {
  background: #D0E6D5;
}

.bordered {
  margin-top: 38px !important;
  border: 1px solid #1F2427;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.dash-head.acms-toggle {
  cursor: pointer;
}

.amber {
  background: #F1F1D7;
}

.red {
  background: #F1D7DA;
}

.formandu-text.val-1 {
  width: 100px;  
}

h2.dash-head {
  border: none;
  padding: 3px;
}

h2.dash-head:before {
  content: '⊞ ';
  font-weight: normal;
}

h2.dash-head.toggled-on:before {
  content: '⊟ ';
}

span.form-error {
  float: right;
  background: #F1D7DA;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 2px 2px 0 0;
  margin-right: 20px;
  color: #fff;
}

.formandu-grid {
  margin: 2px 0 10px;
}

.formandu-grid table {
  font-family: sans-serif;
  border-spacing: 0;
  text-align: left;
  border-top: 1px solid #888;
  border-left: 1px solid #888;
  width: 100%;
}
.formandu-grid td, .formandu-grid th {
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #888;
  border-right: 1px solid #888;
  padding: 5px;
  min-height: 1em;
}

.formandu-grid .grid-new td {
   color: #aaa;
   cursor: pointer;
   transition: color 0.3s, background 0.3s;
}

.formandu-grid .grid-new:hover td {
  color: #888;
  background: #e2e2e2;
}

.formandu-grid .grid-new td:first-child:before {
  content: 'Click to add a row';
}

.formandu-grid.can-delete .grid-new td:first-child:before {
  content: '';
}

.formandu-grid.can-delete .grid-new td:nth-child(2):before {
  content: 'Click to add a row';
}

.formandu-grid td.grid-editing {
  padding: 0;
}
.formandu-grid th {
  background: #1F2427;
  color: #fff;
  font-weight: bold;
}

.formandu-grid .formandu-text, .formandu-grid .formandu-textarea, .formandu-grid .formandu-dropdown {
   border: 0;
   padding: 0;
   margin: 0;
   width: 100%;
   font-family: sans-serif;
   font-size: 1em;
   font-weight: normal;
   outline: 1px solid #000;
   padding: 5px;
   box-sizing: border-box;
 }

.formandu-container[align="center"] {
  margin: 10px;
}

table.formandu-container {
  width: 100%;
}

table.formandu-container.cols-4 td {
  width: 25%;
}

table.formandu-container.cols-2 td {
  width: 50%;
}


form.training div.formandu-grid {
  padding: 0 5px;
}

form.training th {
  height: 120px;
  position: relative;
  vertical-align: bottom;
  text-align: left;
  padding: 10px 0;
}

form.training td {
  font-size: 9pt;
}

form.training td {
  background-color: #fff;
}

form.training td:first-child {
  background: #fff;
}

form.training td.missing {
  background-color: #e2e2e2;
}

form.training td.expired {
  background-color: #F1D7DA;
}

form.training td.ok {
  background-color: #CEFFD3;
}

form.training td.warning {
  background-color: #F1F1D7;
}

form.training td.mandatory {
  background-image: url(mandatory.png);
  background-position: right center;
  background-repeat: no-repeat;
}

form.training td.booking-none {
  background-color: #C5D5D9;
}

form.training td.booking {
  background-color: #D0DFE6;
}

disabled.form.training span.formandu-section {
  text-align: center;
}

form.training th span {
  width: 120px;
  height: 3.5em;
  overflow: hidden;
  text-overflow: elipsis;
  transform-origin: bottom left;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 10px;
  left: 50%;
}
/*
.level-1:before {
  color: #45e369;
  content: '● ';
}

.level-2:before {
  color: #c9c91e;
  content: '● ';
}

.level-3:before {
  color: #ff2e46;
  content: '● ';
}
*/

.formandu-grid-check {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  cursor: default;
}

.formandu-grid .checked {
  background: #D0E6D5;
}

.formandu-grid .grid-delete {
  text-align: center;
  color: #fff;
  transition: color 0.3s;
  width: 1em !important;
  cursor: pointer;
}

.formandu-grid tr:hover .grid-delete {
  color: #f00;
}

.formandu-grid tr.grid-new .grid-delete {
  color: #fff !important;
}

.formandu-grid .to-be-deleted {
  display: none;
}

.formandu-text, .formandu-textarea,
.formandu-dropdown {
  padding: 8px;
  border: 1px solid #888;
  border-radius: 2px;
  width: calc(100% - 38px);
}

.formandu-textarea {
  height: 80px;
}

.const a.formandu-button {
  width: 80% !important;
}

.clear:before,.row:before,.row3:before,.flexi-cookie-inner:before,
.clear:after,.row:after,.row3:after,.flexi-cookie-inner:after {
  display: table;
  content: ' ';
  clear: both;
}

.footnote {
  text-align: center;
  width: 50%;
  padding: 3px;
  border: 1px solid #50CD89;
  margin: 0 auto;
  position: relative;
}

.footnote sup {
  position: absolute;  
  font-size: 21pt;
  background: #50CD89;
  top: -5px;
  left: -10px;
  padding: 8px;
  border-radius: 10px;
  color: #fff;
}

.cmp-pager {
  text-align: center;
  padding: 8px;
}

.footnote.big {
  font-size: 1.8em;
}


/*******************************************************************************
 ** Utility: 3-col responsive grid */

.row3 .col {
  width: 32.5%;
  padding-left: 1%;
  margin: 0;
  float: left;
}

.row3 .col:first-child {
  padding-left: 0;
}

.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;  
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child {
  padding-left: 0;
}

@media screen and (max-width: 600px) {
    
  .row3 .col, .col1, .col2, .col3 {
    width: 100%;
    padding-left: 0;
    float: none;
  }
  
  .col1.right, .col2.right, .col1.right+.col1 {
    text-align: center;
  }
  
  .col1.right, .col2.right {
    font-weight: bold;
  }

}
