

/* DASHBOARD CARDS */
.card-group {
  position: relative;
  float: left;
  width: 80%;
  height: auto;
  top: 0;
  left: 10%;
  margin-top: 40px;
  margin-bottom: 40px;
}
.card-group .card {
  position: relative;
  float: left;
  width: calc((100% / 3) - 20px);
  height: auto;
  margin: 10px;
  padding-top: 50px;
  -webkit-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  border-radius: 8px;
}
.declarationChartCards {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
}
.declarationsCards {
  position: relative;
  float: left;
  width: 60%;
  height: auto;
}
.usersCards {
  position: relative;
  float: left;
  width: 40%;
  height: auto;
}
.card-group .card.stat {
  width: calc(20% - 24px);
  padding-top: 20px;
  border: 2px solid var(--darkmetal);
  cursor: default;
  background: white;
}
.card-group .card.stat.half {
  width: calc(50% - 24px);
}
.card-group .card.stat.third {
  width: calc((100% / 3) - 24px);
}
.card-group .card.stat.darkyellow {
  border: 2px solid var(--darkyellow);
}
.card-group .card.stat.yellow {
  border: 2px solid var(--yellow);
}
.card-group .card.stat.darkyellow {
  border: 2px solid var(--darkyellow);
}
.card-group .card.stat.yellow {
  border: 2px solid var(--yellow);
}
.card-group .card.stat.darkestmetal {
  border: 2px solid var(--darkestmetal);
}
.card-group .card .oval {
  position: absolute;
  border-radius: 50%;
  height: 90px;
  width: 90px;
  right: calc(50% - 45px);
  top: -45px;
}
.card-group .card.stat .oval {
  height: 50px;
  width: 50px;
  right: -15px;
  top: -15px;
}
.card-group .card .oval img {
  position: relative;
  float: left;
  width: 42px;
  height: 42px;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
}
.card-group .card.stat .oval img {
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
}
.card-group .card .card-body {
  position: relative;
  float: left;
  width: calc(100% - 60px);
  height: auto;
  height: 140px;
  top: 0;
  left: 0;
  padding: 30px;
  text-align: center;
  overflow-y: auto;
  overflow-x: hidden;
}
.card-group .card.stat .card-body {
  height: auto;
  padding: 10px;
  width: calc(100% - 20px);
  text-align: left;
  overflow: hidden;
}
.card-group .card .card-body h5.card-title {
  text-transform: uppercase;
}
.card-group .card.stat .card-body h5.card-title {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
.card-group .card.stat .card-body .card-text .huge {
  font-size: 58px;
  line-height: 58px;
}
.card-group .card .card-footer {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
  top: 0;
  left: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  xbackground: linear-gradient(135deg, #347BDE 0%, #1753A7 100%);
  text-align: center;
}
.card-group .card.stat .card-footer {
  margin-top: 5px;
  padding-top: 5px;
}
.card-group .card .card-footer p.bigger {
  font-size: 14px;
  line-height: 50px;
  color: white;
  text-transform: uppercase;
}
.card-group .card.stat .card-footer p.bigger {
  line-height: 40px;
  text-transform: none;
}
.card-group .card .card-footer:hover {
  background: var(--yellow);
}
.card-group .card .card-footer.yellowgradient-bg:hover {
  background: var(--yellow);
}
.card-group .card .card-footer.darkestmetal-bg:hover {
  background: var(--darkmetal);
}
@media all and (max-width: 1440px){
  .card-group {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .card-group .card .oval {
    height: 70px;
    width: 70px;
    right: calc(50% - 35px);
    top: -35px;
  }
  .card-group .card .oval img {
    position: relative;
    float: left;
    width: 38px;
    height: 38px;
    top: calc(50% - 19px);
    left: calc(50% - 19px);
  }
  .card-group .card .card-body {
    width: calc(100% - 32px);
    height: 140px;
    padding: 16px;
  }
  .card-group .card .card-body h5.card-title {
    font-size: 18px;
    line-height: 22px;
  }
  .declarationsCards {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .usersCards {
    width: 50%;
  }
}
@media all and (max-width: 1080px){
  .card-group {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 920px){
  .card-group .card {
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 60px;
    padding-top: 50px;
  }
  .card-group .card .card-body {
    height: auto;
    overflow: hidden;
  }
  .card-group .card.stat {
    width: calc(100% - 4px) !important;
    margin-left: 0;
    margin-bottom: 0;
    margin-bottom: 10px;
    padding-top: 10px;
  }
  .card-group .card.stat .card-body {
    text-align: center !important;
  }
  .card-group .card.stat .oval {
    display: none !important;
  }
  .usersCards {
    width: 100%;
  }
}
.chartContainer {
  position: relative;
  float: left;
  width: calc(100% - 64px);
  height: 223px;
  top: 0;
  left: 0;
  background: white;
  border-radius: 8px;
  padding: 20px;
  margin-left: 10px;
  margin-right: 10px;
  border: 2px solid var(--metal);
}
canvas {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}





















/* TABLES */
table {
  position: relative;
  float: left;
  width: calc(100% - 2px) !important;
  height: auto;
  top: 0;
  left: 0;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-collapse: separate;
  border-spacing: 0 10px;
}
table thead th {
  line-height: 20px;
  color: var(--darkmetal);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
table tbody tr {
  position: relative;
  width: 100%;
  height: 40px;
  transition: .2s linear all;
  -webkit-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
}
table tbody tr td {
  position: relative;
  height: calc(100% - 20px);
  padding: 10px;
  line-height: 30px;
  overflow: visible;
  background: white;
  color: var(--darkestmetal);
}
table tbody tr td.first-td {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
table tbody tr td.last-td {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
table tbody tr:hover > td {
  background: var(--xlightgray);
}
table tbody tr td .action-button {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  cursor: pointer;
  transition: .2s linear all;
}
table tbody tr td .action-button:hover {
  xbackground: var(--darkmetal);
}
table tbody tr td .action-button:hover > p i {
  transition: .2s linear all;
  color: var(--yellow);
}
table tbody tr td .action-button p, table tbody tr td .action-button p i {
  line-height: 50px;
}
table tbody tr td ul.actions {
  position: absolute;
  width: 220%;
  height: auto;
  top: 4px;
  right: 4px;
  border-radius: 4px;
  background: var(--xlightgray);
  border: 1px solid var(--darkmetal);
  z-index: 1;
  -webkit-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  display: none;
}
table tbody tr td ul.actions .arrow-left {
  position: absolute;
  width: 0;
  height: 0;
  top: 12px;
  left: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right:10px solid var(--darkmetal);
}
table tbody tr td.opened ul.actions {
  display: block;
}
table tbody tr td ul.actions .close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 0;
  right: 0;
  padding: 4px;
  background: var(--xlightgray);
  border-bottom-left-radius: 6px;
  text-align: center;
  background: var(--darkgray);
  cursor: pointer;
  overflow: hidden;
}
table tbody tr td ul.actions .close i {
  position: relative;
  padding: 0;
  margin: 0;
  top: -7px;
  font-size: 18px;
  line-height: 18px;
  color: var(--lightgray);
}
table tbody tr td ul.actions .close:hover > i {
  color: var(--darkmetal);
}
table tbody tr td ul.actions li {
  padding: 8px;
  padding-left: 12px;
  padding-right: 12px;
  border-bottom: 1px solid var(--lightgray);
  cursor: pointer;
}
table tbody tr td ul.actions li:hover {
  background: var(--metal);
}
.dataTables_length, .dataTables_filter {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  top: 0;
  left: 0;
}
.dataTables_filter {
  text-align: right;
}
.dataTables_length label, .dataTables_filter label {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}
.dataTables_info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}
.dataTables_paginate.paging_simple_numbers {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.paginate_button {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin-right: 3px;
  margin-left: 3px;
  padding: 4px;
  padding-left: 12px;
  padding-right: 12px;
  background: var(--metal);
  cursor: pointer;
  border-radius: 13.5px;
  transition: .2s linear all;
}
.paginate_button:hover {
  background: var(--yellow);
  color: white;
}
.paginate_button.current {
  background: var(--yellow);
}
.paginate_button.current:hover {
  background: var(--yellow);
  color: black;
}
.dataTables_filter input {
  margin-left: 10px;
}
.dataTables_length select {
  width: 66px;
}
.tableButton {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 18px);
  top: 0;
  left: 0;
  text-align: center;
  background: var(--xlightgray);
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: .2s linear all;
  cursor: pointer;
}
.tableButton i {
  font-size: 1.3em;
  line-height: 34px;
  padding: 0;
  margin: 0;
}
.tableButton:hover {
  background: var(--yellow);
}
.tableButton:hover > p i {
  color: white !important;
}
@media screen and (max-width: 820px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tbody tr {
    height: auto;
  }
  table tbody tr td {
    height: 18px;
  }
  table tbody tr td.long {
    height: auto;
  }
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
    border-radius: 4px;
    overflow: hidden;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }
  table td::before {
    content: attr(data-label);
    float: left;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table tbody tr td.first-td {
    border-radius: 0;
  }
  .openDeclarationButton {
    width: auto;
    height: auto;
    float: right;
  }
  .table tbody tr td .action-button {
    position: relative;
    width: auto;
    height: auto;
    float: right;
    left: auto;
    right: 0;
  }
  .openDeclarationButton i {
    top: 2px;
  }
  table tbody tr td .action-button p, table tbody tr td .action-button p i {
    line-height: 20px;
  }
  table tbody tr td {
    line-height: 20px;
  }
  .tableButton {
    position: relative;
    float: right;
    left: auto;
    right: 0;
    width: auto;
    top: -16px;
  }
  table tbody tr td ul.actions {
    width: 75%;
    height: auto;
    top: auto;
    bottom: 0;
    right: 0;
    background: var(--xlightgray);
    border: 1px solid var(--darkmetal);
  }
  table tbody tr td ul.actions .arrow-left {
    display: none;
  }
  table tbody tr td ul.actions .close {
    right: auto;
    left: 0;
    border-radius: 0;
    border-bottom-right-radius: 4px;
  }
  table tbody tr td ul.actions .close i {
    top: -2px;
  }
}









/* MODALS */
.modal {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.8);
  display: none;
  overflow: hidden;
  overflow-y: auto;
  z-index: 20;
}
.modal.show {
  display: block;
}
.modal .form-container {
  position: absolute;
  width: 600px;
  height: auto;
  top: 50%;
  left: calc(50% - 300px);
  transform: translateY(-50%);
  max-height: calc(80% - 80px);
  overflow: auto;
  background: white;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 36px -19px rgba(0,0,0,0.25);
}
.modal .form-container.expanded {
  width: 1040px;
  left: calc(50% - 520px);
}
.modal .modalheader {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  height: auto;
  top: 0;
  left: 0;
  padding: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px;
  margin-right: 40px;
}
.modal .modalheader.center {
  text-align: center;
  margin: 0;
  width: calc(100% - 80px);
}
.modal .modaltext {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 4px;
}
.modal .closeModal {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 14px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}
.modal .closeModal p {
  transition: .2s linear all;
}
.modal .closeModal p, .modal .closeModal p i {
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.modal .closeModal:hover > p {
  color: var(--darkmetal);
}
.modalTableContainer {
  position: relative;
  float: left;
  width: calc(100% - 120px);
  height: auto;
  max-height: 300px;
  top: 0;
  left: 0;
  overflow: auto;
  margin: 40px;
  padding: 20px;
  padding-top: 0;
  margin-top: 0;
}
.modalTableContainer table {
  margin: 0;
}
.modal form fieldset {
  padding: 40px;
  width: calc(100% - 80px);
  padding-bottom: 20px;
  padding-top: 20px;
}
.modal form fieldset .inputContainer {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(100% - 10px) !important;
}
.modal form fieldset .inputContainer.half {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(50% - 10px) !important;
}
.modal form fieldset .inputContainer.third {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(30% - 10px) !important;
}
.modal form fieldset .inputContainer.twothirds {
  margin-left: 5px !important;
  margin-right: 5px !important;
  width: calc(70% - 10px) !important;
}
.modal form fieldset .inputContainer.half.checkbox {
  width: calc(50% - 20px) !important;
}
.modal form .inputContainer.button {
  margin-top: 0px;
}
@media all and (max-width: 1060px){
  .modal .form-container.expanded {
    width: calc(100% - 40px);
    height: auto;
    left: 20px;
    max-height: calc(90% - 80px);
  }
}
@media all and (max-width: 620px){
  .modal .form-container {
    width: calc(100% - 40px);
    height: auto;
    left: 20px;
    max-height: calc(90% - 80px);
  }
  .modal .form-container.expanded form fieldset {
    padding: 8px;
    width: calc(100% - 16px);
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .modal .form-container.expanded form fieldset fieldset {
    padding: 0;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .fieldsetLeft, .fieldsetRight {
    position: relative;
    float: left;
    width: calc(100% - 8px);
    height: auto;
    top: 0;
    left: 0;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    border: none;
    overflow-x: hidden
  }
}
@media all and (max-width: 520px){
  .modal form fieldset .inputContainer {
    width: calc(100% - 10px) !important;
  }
  .modal form fieldset .inputContainer.half {
    width: calc(100% - 10px) !important;
  }
  .modal form fieldset .inputContainer.third {
    width: calc(100% - 10px) !important;
  }
  .modal form fieldset .inputContainer.twothirds {
    width: calc(100% - 10px) !important;
  }
  .modal form fieldset .inputContainer.half.checkbox {
    width: calc(100% - 20px) !important;
  }
}



















/* Button for Inserting new Declarations, Admins, etc... */
.newEntryButton {
  position: fixed;
  width: auto;
  height: 60px;
  right: 40px;
  bottom: 30px;
  border-radius: 30px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  z-index: 1;
}
.newEntryButton p i {
  padding: 0;
  margin: 0;
  line-height: 60px;
}
.newEntryButton:hover {
  background: var(--yellow);
}
@media all and (max-width: 820px){
  .newEntryButton p b {
    display: none;
  }
  .newEntryButton {
    height: 60px;
    width: 60px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
  }
  .newEntryButton p i {
    padding: 0;
    margin: 0;
    font-size: 1.4em;
    line-height: 60px;
  }
}











/* ETATS BUTTONS for Declarations & Profile Pages */
.etatButtons {
  position: relative;
  float: left;
  width: calc(100% - 20px);
  height: auto;
  top: 0;
  left: 0;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 20px;
}
.etatButtons .etatButton {
  position: relative;
  float: right;
  width: auto;
  height: 30px;
  top: 0;
  right: 0;
  padding: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid var(--darkestmetal);
  cursor: pointer;
  transition: .2s linear all;
  border-radius: 4px;
  margin-left: 10px;
}
.etatButtons .etatButton p {
  line-height: 34px;
  font-size: 15px;
  text-transform: none;
}
.etatButtons .etatButton:hover {
  background: var(--darkestmetal);
}
.etatButtons .etatButton:hover > p{
  color: white;
}
@media all and (max-width: 820px){
  .etatButtons {
    padding-bottom: 0;
  }
  .etatButtons .etatButton {
    width: calc(100% - 4px);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}










/* Edit Form Button - used mostly for Profile page */
.editFormButton {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  text-align: center;
  border-radius: 4px;
  transition: .2s linear all;
  cursor: pointer;
}
.editFormButton i {
  transition: .2s linear all;
  line-height: 50px;
  margin: 0;
  padding: 0;
}
.editFormButton:hover > i {
  color: var(--yellow);
}
@media all and (max-width: 420px){
  .editFormButton {
    top: 60px;
  }
}















/* Documentation */
.docBar {
  position: fixed;
  width: 260px;
  height: calc(100vh - 120px);
  top: 0;
  left: 60px;
  padding: 30px;
  padding-top: 90px;
  background: white;
  z-index: 1;
  overflow: hidden;
  transition: .2s linear all;
}
.docBar .documentationOptions {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.docBar ul {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
.docBar ul li {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  color: var(--yellow);
}
.docBar ul li ul {
  margin-left: 20px;
  width: calc(100% - 20px);
}
.docBar ul li ul li {
  color: var(--darkestmetal);
  font-size: 15px;
  line-height: 17px;
  margin: 0;
  margin-bottom: 8px;
  transition: .2s linear all;
}
.docBar ul li ul li:hover {
  color: var(--yellow);
}
.docSection {
  position: relative;
  float: left;
  width: calc(100% - 82px);
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 40px;
  border: 1px solid var(--metal);
  padding: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
  border-radius: 4px;
  background: white;
}
.faq, .longtextbox {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-bottom: 30px;
}
.longtextbox {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--xlightgray);
  width: calc(100% - 40px);
  padding: 20px;
  border-radius: 4px;
}
.docMobile {
  position: absolute;
  width: 100vh;
  height: 60px;
  top: 0;
  right: 0;
  background: var(--darkestmetal);
  display: none;
  transform: rotateZ(90deg);
  transform-origin: 0 0;
  right: calc(-100vh - 40px);
  padding-left: 40px;
  cursor: pointer;
}
.docMobile p {
  font-size: 16px;
  line-height: 60px;
}
.chapterSeparator {
  position: relative;
  float: left;
  width: 100%;
  height: 6px;
  top: 0;
  left: 0;
  background: var(--yellow);
  margin-top: 20px;
  margin-bottom: 60px;
}
.homeButton {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  margin-right: 50%;
  margin-bottom: 30px;
  padding: 10px;
  border-radius: 4px;
  transition: .2s linear all;
  display: none;
}
.homeButton:hover {
  background: var(--darkestmetal);
}
.homeButton img {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
}
@media all and (max-width: 1020px){
  .docBar {
    z-index: 22;
    top: 0;
    left: calc(-50vw + 60px);
    padding: 20px;
    height: calc(100vh - 40px);
    width: calc(50vw - 40px);
  }
  .docBar.opened {
    left: 0;
  }
  .docMobile {
    display: block;
  }
  .docBar .documentationOptions {
    width: calc(100% - 60px);
  }
  .homeButton {
    display: block;
  }
}
@media all and (max-width: 780px){
  .docBar {
    left: calc(-70vw + 60px);
    width: calc(70vw - 40px);
  }
}
@media all and (max-width: 620px){
  .docSection {
    width: calc(100% - 42px);
    padding: 20px;
    padding-top: 40px;
  }
}
@media all and (max-width: 520px){
  .docBar {
    left: calc(-100vw + 60px);
    width: calc(100vw - 40px);
  }
}

















/* ALERTS */
.alert {
  position: relative;
  float: left;
  width: calc(100% - 42px);
  height: auto;
  top: 0;
  left: 0;
  padding: 8px;
  padding-right: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 4px;
  border: 1px solid var(--metal);
  background: white;
}
.alert p {
  font-size: 14px;
  line-height: 18px;
  color: var(--darkestmetal);
}
.alert.success {
  border-color: var(--darkyellow);
}
.alert.success p {
  color: var(--darkyellow);
}
.alert.danger {
  border-color: red;
}
.alert.danger p {
  color: red;
}
.alert.warning {
  border-color: var(--darkyellow);
}
.alert.warning p {
  color: var(--darkyellow);
}












/* AUTH BANNER */
.banner {
  position: relative;
  float: left;
  width: calc(100% + 40px);
  height: auto;
  top: -40px;
  left: -40px;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
  text-align: center;
  background-image: url('../img/bg/banner.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner h1 {
  font-size: 32px;
  margin-bottom: 0;
  line-height: 50px;
}
.banner p.bigger {
  font-size: 20px;
  line-height: 24px;
}
@media all and (max-width: 1600px){
  .banner {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 620px){
  .banner {
    padding-left: 10px;
    padding-right: 10px;
    top: -20px;
    left: -30px;
  }
  .banner h1 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 420px){
  .banner h1 {
    font-size: 24px;
    line-height: 24px;
  }
}




.pendingValidation {
  position: relative;
  float: left;
  width: calc(100% - 32px);
  height: auto;
  top: 0;
  left: 0;
  border: 2px solid var(--darkyellow);
  padding: 5px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 16px;
  text-align: center;
  border-radius: 4px;
  background: var(--xlightgray);
}
.pendingValidation.bottom {
  margin-bottom: 40px;
}
.pendingValidation p {
  font-size: 13px;
  line-height: 15px;
}




.validateProfileButton {
  position: absolute;
  width: auto;
  height: auto;
  bottom: 1px;
  right: 1px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
.validateProfileButton p {
  font-size: 11px;
  line-height: 13px;
  margin: 0;
}




.error-box {
  position: relative;
  float: left;
  width: 60%;
  height: auto;
  top: 0;
  left: 0;
  text-align: center;
  margin-top: 100px;
  padding-left: 20%;
  padding-right: 20%;
}
@media all and (max-width: 580px){
  .error-box {
    padding: 0;
    width: 100%;
  }
}




.spinner {
  position: relative;
  float: left;
  width: 30px;
  height: 30px;
  top: 0;
  left: calc(50% - 15px);
  text-align: center;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.spinner p, .spinner p i {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }





#myTable tr th {
  cursor: pointer;
}
#myTable tr th:hover {
  color: var(--yellow);
}
