@charset "utf-8";
.nb {
  border: none !important;
}
.only-desktop {
  display: block;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-desktop {
    display: none;
  }
}
.only-mobile {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .only-mobile {
    display: block;
  }
}
.no-padding-l {
  padding-left: 0px;
}
.no-padding-r {
  padding-right: 0px;
}
.no-padding-lr {
  padding-left: 0px;
  padding-right: 0px;
}
.no-padding-b {
  padding-bottom: 0px !important;
}
.no-margin-top {
  margin-top: 0px !important;
}
.errorMessage {
  display: none;
  color: red;
}
.errorField {
  border: 1px solid red;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
html {
  font-size: 16px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  padding: 0;
  margin: 0;
}
body {
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  padding-top: 125px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  body {
    padding-top: 0px;
  }
}
main {
  padding-top: 20px;
  padding-bottom: 40px;
}
img {
  border: none;
  outline: none;
  user-select: none;
}
textarea {
  width: 100%;
  min-height: 100px;
  background-color: rgba(240,255,0,0.3);
  padding: 10px;
}
nav ul,
footer ul,
ul {
  list-style: none;
}
a {
  text-decoration: none !important;
}
.redBackground {
  background-color: rgba(255,0,0,0.3) !important;
}
.greenBackground {
  background-color: rgba(0,100,0,0.3) !important;
}
.active {
  background-color: #14a4be !important;
  color: #FFF !important;
  border-color: #14a4be !important;
}
.container {
  position: relative;
  width: 1440px;
  display: block;
  margin: 0 auto;
  padding-right: 0px;
  padding-left: 0px;
  max-width: initial;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.table thead tr th {
  font-size: 16px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .table thead tr th {
    white-space: nowrap;
    min-width: 110px;
  }
}
.table td {
  font-size: 16px;
}
header {
  top: 0px;
  left: 0px;
  width: 100%;
  position: absolute;
  height: auto;
  z-index: 100;
  border-top: 6px solid #000066;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header {
    position: relative;
    top: initial;
    left: initial;
  }
}
header .headerRow {
  border-bottom: 1px solid #3a506b;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow {
    flex-direction: column;
    width: 100%;
    padding-bottom: 5px;
  }
}
header .headerRow form {
  width: 100%;
}
header .headerRow .logo a,
header .headerRow .logo a:link,
header .headerRow .logo a:hover,
header .headerRow .logo a:visited {
  display: block;
  margin: 0px auto;
}
header .headerRow .logo img {
  width: auto;
  height: 3rem;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .logo img {
    display: block;
    margin: 0px auto;
    height: 1.5rem;
  }
}
header .headerRow .headerTop {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .headerTop {
    flex-direction: column;
  }
}
header .headerRow .holderUser {
  text-align: right;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .holderUser {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    align-items: center;
  }
}
header .headerRow .holderMenu {
  display: flex;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .holderMenu {
    flex-direction: row;
    padding: 0;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .holderMenu a,
  header .headerRow .holderMenu a:link,
  header .headerRow .holderMenu a:hover,
  header .headerRow .holderMenu a:visited,
  header .headerRow .holderMenu button {
    width: 49%;
    margin: 0.3rem 0 0 0;
  }
}
header .headerRow .menuContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-width: 66%;
  justify-content: space-between;
  padding-top: 20px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer {
    width: 100%;
    display: none;
  }
}
header .headerRow .menuContainer .menuHolder .menu {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .menuHolder .menu {
    flex-direction: column;
    align-items: center;
  }
}
header .headerRow .menuContainer .menuHolder .menu li {
  margin-right: 40px;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .menuHolder .menu li {
    margin-right: 0px;
    margin-bottom: 16px;
  }
}
header .headerRow .menuContainer .menuHolder .menu li a {
  color: #FFF;
  font-size: 600;
  font-size: 1.125rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .menuHolder .menu li a {
    font-size: 1.75rem;
  }
}
header .headerRow .menuContainer .actionsRow {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .actionsRow {
    flex-direction: column;
    align-items: center;
  }
}
header .headerRow .menuContainer .actionsRow a {
  padding: 25px 40px;
  margin-left: 20px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px),only screen and (min-width: 1025px) and (max-width: 1400px) {
  header .headerRow .menuContainer .actionsRow a {
    padding: 16px 32px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  header .headerRow .menuContainer .actionsRow a {
    margin-left: 0px;
    margin-bottom: 20px;
    min-width: 200px;
  }
}
header .headerRow .menuContainer .actionsRow .grayLink {
  background: url(../images/linkBack.png), #cfd6ee;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #0d151d;
  line-height: 1;
}
header .headerRow .menuContainer .actionsRow .blueLink {
  background: url(../images/linkBack.png), #5481c1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.125rem;
  color: #FFF;
  line-height: 1;
}
.welcomeContainer {
  position: relative;
}
.welcomeContainer .container .title {
  font-weight: 700;
  color: #252525;
  font-size: 2.75rem;
  display: block;
  width: 100%;
  text-align: center;
  max-width: 520px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .welcomeContainer .container .title {
    max-width: 100%;
    font-size: 2rem;
  }
}
.welcomeContainer .container .form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}
.welcomeContainer .container .form-label-group {
  position: relative;
  margin-bottom: 1rem;
}
.welcomeContainer .container .form-label-group input,
.welcomeContainer .container .form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}
.welcomeContainer .container .form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}
.welcomeContainer .container .form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input::-moz-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input::placeholder {
  color: transparent;
}
.welcomeContainer .container .form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.welcomeContainer .container .form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.welcomeContainer .container .form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}
.welcomeContainer .container .form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.welcomeContainer .container .form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.welcomeContainer .container .form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}
.listBody li,
.listHeaders {
  padding: 15px;
}
.listBody li:nth-child(2n+1) {
  background-color: rgba(0,0,0,0.05);
}
@media only screen and (max-width: 768px) {
  .branchTable table thead tr th,
  .branchTable table thead tr td,
  .branchTable table tbody tr th,
  .branchTable table tbody tr td {
    display: none;
  }
  .branchTable table thead tr th:nth-child(2),
  .branchTable table thead tr td:nth-child(2),
  .branchTable table thead tr th:nth-child(1),
  .branchTable table thead tr td:nth-child(1),
  .branchTable table tbody tr th:nth-child(2),
  .branchTable table tbody tr td:nth-child(2),
  .branchTable table tbody tr th:nth-child(1),
  .branchTable table tbody tr td:nth-child(1) {
    display: table-cell;
  }
}
footer {
  width: 100%;
  position: relative;
  height: auto;
  border-bottom: 6px solid #DE2800;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer a,
footer a:link,
footer a:hover,
footer a:visited {
  color: #FFF;
}
footer .container .footerTop {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px solid #3a506b;
  padding-top: 15px;
}
@media only screen and (max-width: 768px) {
  footer .container .footerTop {
    flex-direction: column;
  }
}
footer .container .footerTop .left {
  font-size: 1.125rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  footer .container .footerTop .left {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    order: 2;
  }
}
footer .container .footerTop .left a,
footer .container .footerTop .left a:link,
footer .container .footerTop .left a:hover,
footer .container .footerTop .left a:visited {
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  footer .container .footerTop .right {
    order: 1;
    display: flex;
    justify-content: center;
  }
}
footer .container .footerBottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container .footerBottom {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  footer .container .footerBottom {
    flex-direction: column;
  }
}
footer .container .footerBottom .left {
  font-size: 1.125rem;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  footer .container .footerBottom .left {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .container .footerBottom .left a,
footer .container .footerBottom .left a:link,
footer .container .footerBottom .left a:hover,
footer .container .footerBottom .left a:visited {
  color: #212529;
}
footer .container .footerBottom .right .socials {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  footer .container .footerBottom .right .socials {
    justify-content: center;
  }
}
footer .container .footerBottom .right .socials a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #212529;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  footer .container .footerBottom .right .socials a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
footer .container .footerBottom .right .socials a i {
  font-size: 1.125rem;
  color: #212529;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .form-actions {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 10000000;
    background: rgba(0,0,0,0.3);
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: initial !important;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-actions button {
    width: 46%;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .form-actions.form-actions-top {
    bottom: auto;
    top: 0px;
  }
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .btnsHolder {
    position: fixed;
    bottom: 0px;
    z-index: 10000000;
    background: rgba(0,0,0,0.3);
    width: 100% !important;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: initial !important;
  }
  .btnsHolder .col {
    width: 50%;
  }
  .btnsHolder .goNext {
    background-color: green;
    width: 100%;
    font-size: 16px;
  }
  .btnsHolder .goBack {
    background-color: red;
    width: 100%;
    font-size: 16px;
  }
}
.legend {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
}
.legend .greenBox {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: rgba(0,100,0,0.3);
  margin-right: 5px;
}
.legend .redBox {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-color: rgba(255,0,0,0.3);
  margin-right: 5px;
}
#menu__toggle {
  opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}
.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 32px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  transition-duration: .25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
#preloader {
  display: none;
  color: #fff;
}
#contactFormSuccess {
  font-size: 16px;
  color: #fff;
  display: none;
}
.table-responsive table thead tr th .sortBox {
  display: inline-flex;
}
.table-responsive table thead tr th .sortBox .sortLink {
  margin-right: 4px;
  margin-left: 4px;
}
.table-responsive table thead tr th .sortBox .selectedLink {
  color: red;
}
.button-group-pills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-bottom: 30px;
  padding-top: 20px;
}
.button-group-pills .labelHolder {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-group-pills .labelHolder input:checked + label {
  border-color: #14a4be;
  background-color: #14a4be;
  border: 1px solid #bbbbbb;
  height: 36px;
  color: #FFF;
  border-radius: 6px;
  box-shadow: none;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
}
.button-group-pills .labelHolder input:not(:checked) + label {
  position: relative;
  border-radius: 6px;
  height: 36px;
  border: 1px solid #bbbbbb;
  background-color: #FFF;
  color: #14a4be;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 32px;
}
.button-group-pills .labelHolder input {
  opacity: 0;
  position: absolute;
}
.select2-selection--single {
  height: 33.5px !important;
}
.select2-selection__rendered {
  line-height: 32px !important;
}
.capacity_units {
  list-style-type: none;
  margin-left: 10px;
  padding: 0;
}
.capacity_units li {
  float: left;
  margin: 0 5px 0 0;
  width: 50px;
  height: 35px;
  position: relative;
}
.capacity_units label,
.capacity_units input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.capacity_units input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.capacity_units input[type="radio"]:checked+label,
.Checked+label {
  background: #14a4be;
  text-align: center;
  color: #FFF;
  border-radius: 6px;
}
.capacity_units label {
  border: 1px solid #14a4be;
  color: #14a4be;
  cursor: pointer;
  z-index: 90;
  text-align: center;
  border-radius: 6px;
  height: 100%;
  padding-top: 6px;
  box-sizing: border-box;
}
.saveLeadItem,
.deleteLeadItem {
  padding-top: 5px;
  background: none;
}
.saveLeadItem i,
.deleteLeadItem i {
  font-size: 22px;
}
.sectionParts {
  padding: 0 0 0rem 0;
}
.sectionParts h4 {
  text-align: center;
  justify-content: center;
  font-weight: bold;
  text-transform: uppercase;
}
#chartjs-tooltip {
  background: #ffffff;
}
.holderBackup {
  display: none;
}
.dashboard {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}
.dashboard h2 {
  text-align: center;
}
.dashboard .buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.dashboard .buttons .button {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .dashboard .buttons .button {
    width: 50%;
    margin: 0.3rem;
  }
}
.dashboard .buttons .button .icon {
  font-size: 3rem;
}
.dashboard .buttons .button .text {
  font-weight: bold;
}
.dashboard-repairs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
}
.dashboard-repairs .repair-types {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.dashboard-repairs .repair-types .button {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .dashboard-repairs .repair-types .button {
    width: 50%;
    margin: 0.3rem;
  }
}
.dashboard-repairs .repair-types .button .icon {
  font-size: 3rem;
}
.dashboard-repairs .repair-types .button .text {
  font-weight: bold;
}
.dashboard-repairs .reports {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2rem 0;
}
.dashboard-repairs .reports .buttons .button {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 2rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .dashboard-repairs .reports .buttons .button {
    width: 50%;
    margin: 0.3rem;
  }
}
.dashboard-repairs .reports .buttons .button .icon {
  font-size: 3rem;
}
.dashboard-repairs .reports .buttons .button .text {
  font-weight: bold;
}
.mobile-spacer {
  display: none;
}
@media only screen and (max-width: 768px),only screen and (min-width: 769px) and (max-width: 1024px) {
  .mobile-spacer {
    display: block;
    height: 50px;
  }
}
.tableAddPartsForm {
  display: none;
}
.tableAddPartsFormContainer {
  display: none;
}
.textSmall {
  font-size: 0.9rem;
}
.icon-box {
  height: 1rem;
}
.icon-box img {
  height: 1rem;
}
.solasButtons {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.solasButtons .solasType {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ccc;
  padding: 0.5rem 1rem;
  cursor: pointer;
  margin: 0.5rem 1rem 0.5rem 0;
  transition: background 0.4s ease-in-out;
}
.solasButtons .solasType:hover {
  background-color: #eee;
}
.solasButtons .solasType.solasTypeSelected {
  background-color: #14A4BE;
  color: #fff;
}
#listParts {
  margin: 3rem 0 0 0;
}
#listParts .deletePart {
  cursor: pointer;
}
.formTableNavigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 0 0;
}
.formTableNavigation .tableNavigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 0 0;
}
.formTableNavigation .tableNavigation .page {
  margin: 0 0.1rem 0 0;
  background: #14A4BE;
  color: #FFF;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  display: flex;
}
.formTableNavigation .tableNavigation .page.active {
  background: #E22033 !important;
}
.formTable {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin: 0 0 1rem 0;
  border: 0.0625rem solid #ccc;
  padding: 1rem;
}
.formTable .tableRecords .record {
  display: none;
  flex-direction: column;
  background: #fff;
  color: #000;
}
.formTable .tableRecords .record.activeRecord {
  display: flex;
}
.form-element-buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.form-element-buttons .form-element-button {
  display: flex;
  color: #fff;
  background: #00d150;
  border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  margin: 0 1rem 0 0;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background 0.4s ease-in-out;
}
.form-element-buttons .form-element-button:hover {
  background: #009b39 !important;
}
.form-element-buttons .form-element-button.active {
  background: #009b39 !important;
}
