body {
  font-size: 14px !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  padding: 0;
  margin: 16px 32px 0px 32px;
  background-color: #FAF9F8 !important;
}
body,
input,
textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
}
h1,
h2,
div.card-header,
div.card-subheader {
  margin: 0;
  font-family: 'SegoeUI-Semibold', 'Segoe UI Semibold', 'Segoe UI Regular', 'Segoe UI';
}
div.card-subheader {
  padding-top: 10px;
}
h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
div.card {
  background-color: #FFF;
  padding: 16px 16px 24px 16px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 0.3px 0.9px, rgba(0, 0, 0, 0.133) 0px 1.6px 3.6px;
  margin-top: 16px;
}
div.card-header {
  padding-bottom: 8px;
  border-bottom: 1px solid #B4B4B4;
}
div.card-sub-header {
  margin-top: 12px;
  border-bottom: 1px solid #B4B4B4;
  display: inline-block;
}
button,
.button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #979797;
  border-radius: 2px;
  padding: 7px 14px 7px 14px;
  text-align: center;
  cursor: pointer;
}
button.small {
  padding: 4px 14px 4px 14px !important;
}
button:hover:enabled,
.button:hover:enabled {
  background-color: #eee !important;
}
input[type=text] {
  margin-top: 5px;
  padding: 4px;
  width: 300px;
}
input[readonly] {
  background-color: #eee;
}
select {
  margin-top: 5px;
  width: 308px;
  padding: 4px;
}
select.col3 {
  width: 200px;
}
textarea {
  width: 300px;
  height: 60px;
}
span.field-validation-error {
  color: #f00;
}
label {
  display: block;
  font-weight: 600;
}
div.readonly {
  background-color: #eee;
  padding: 4px;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 20px;
}
.mt-4 {
  margin-top: 40px;
}
.pt-1 {
  padding-top: 5px;
}
.pt-2 {
  padding-top: 10px;
}
.pt-3 {
  padding-top: 20px;
}
.ptt-4 {
  padding-top: 40px;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px;
}
.ml-3 {
  margin-left: 20px;
}
.ml-4 {
  margin-left: 40px;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.clearfix {
  clear: both;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table.data-table,
table.data-table > th,
table.data-table > td {
  /* border: 1px solid #ADADAC;*/
}
table.data-table > td {
  padding: 5px 10px 5px 10px;
}
table.data-table {
  width: 100%;
}
table.data-table > tbody > tr > td:first-child {
  font-weight: bold;
}
#bAddAccount {
  margin-right: 12.5px;
}
.select2-results__options {
  background-color: #eee;
}
.select2-container {
  background-color: #fff;
  border: 1px solid #4F4F4F;
  border-radius: 0px;
}
#ReadyFor2ndApprover {
  width: 20px;
  height: 20px;
  position: relative;
  top: 14px;
}
div.error {
  font-weight: bold;
  background-color: gold;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
a, a:visited, a:active, a:hover, a:focus {
    color: #000 !important;
}
/* Loader */
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, 0.8), rgba(0, 0, 0, 0.8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
