﻿html {
  /*font-size: 14px;*/
}
body {
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.navbar-brand {
  font-family: 'Roboto', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 200;
}
.powered {
  font-size: 10px;
  color: #666;
}
.logo {
  font-size: 11px;
  font-weight: 600;
  color: #666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /*    font-family: "Raleway",Tahoma,Geneva,Verdana,sans-serif;*/
}
h1 {
  font-weight: 300;
}
h2,
h3 {
  font-weight: 400;
}
h4,
h5,
h6 {
  font-weight: 500;
}
.input-group-prepend .input-group-text {
  border-right: none;
}
.form-control {
  background-color: #fafafa;
}
dt {
  font-weight: 500;
}
th {
  font-weight: 500 !important;
}
.comment {
  white-space: pre;
  white-space: pre-wrap;
}
/* #region modal*/
.modal-content {
  border-radius: 0px;
  border: none;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.modal-backdrop.show {
  opacity: 0.4;
}
.modal-xl .modal-content {
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-body {
  padding: 20px 24px;
}
.modal-header {
  padding: 16px 24px;
  border-bottom: none;
}
/* #endregion */
/* #region nav-tabs*/
.nav.nav-tabs a,
.nav.nav-tabs a:focus,
.nav.nav-tabs a:visited {
  color: #333 !important;
}
.nav.nav-tabs a:hover {
  color: #555 !important;
}
/* #endregion */
/* #region nav-pills*/
.nav.nav-pills,
.nav-pills > li > a > i,
.nav-pills > li > a {
  line-height: 40px;
  /*font-weight: 500;*/
}
.nav-pills .nav-link {
  border-radius: 0px;
}
.nav.nav-pills-lg {
  font-size: 18px;
  line-height: 50px;
}
.nav.nav-pills-lg > li > a {
  line-height: 50px;
  height: 50px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #333;
  background-color: inherit;
  border-bottom: solid 3px #3E95D6;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: inherit;
  border-bottom: solid 3px #3E95D6;
  color: #333 !important;
  /*font-weight: 500;*/
}
.nav-pills > li > a {
  height: 40px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  text-decoration: none;
  background-color: inherit;
  border-bottom: solid 3px #3E95D6;
  color: #333 !important;
}
.nav-pills > li > a,
.nav-pills > li:visited {
  color: #666;
  border-radius: 0;
  border-bottom: solid 3px transparent;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-pills > li .title {
  padding-right: 20px;
}
.nav-pills > li .btn,
.nav-pills > li button {
  display: block;
  height: 40px;
}
.nav-pills > li .btn i {
  line-height: 26px;
}
/* #endregion */
/* #region Buttons */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ced4da;
}
.btn-default:hover {
  color: #333;
  background-color: #fafafa;
  border-color: #999;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #fff;
  border-color: #ced4da;
  /*box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);*/
}
.btn-default.disabled,
.btn-default:disabled {
  color: #999;
  background-color: #eee;
  border-color: #999;
}
.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #fff;
  border-color: #ced4da;
}
.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem rgba(130, 138, 145, 0.5);
}
/* #endregion */
/* #region Anchors */
a.btn-action,
a.btn-action:visited,
.btn-action,
.btn-action:visited {
  color: #333;
}
a.btn-action i,
a.btn-action:visited i,
.btn-action i,
.btn-action:visited i {
  color: #dc3545;
}
.btn-action,
.btn-action:visited {
  border-color: #ced4da;
}
a.btn-action:hover,
a.btn-action:focus,
.btn-action:hover,
.btn-action:focus {
  color: #333;
}
.btn-action:hover,
.btn-action:focus {
  background-color: #fafafa;
  border-color: #999;
}
a.btn-action:hover i,
a.btn-action:focus i,
.btn-action:hover i,
.btn-action:focus i {
  color: #dc3545;
}
/* #endregion */
tr.active td {
  background-color: rgba(62, 149, 214, 0.2);
  background-color: #ddd;
}
th.column-hover:hover,
td.column-hover:hover {
  background-color: #ddd;
  cursor: pointer;
}
.vis {
  visibility: hidden;
}
td:hover .vis,
th:hover .vis {
  visibility: visible;
  line-height: inherit;
}
div.div-hover:hover {
  background-color: rgba(250, 250, 250, 0.8);
  cursor: pointer;
}
div.div-hover-edge-left {
  border-left: 2px solid rgba(0, 0, 0, 0);
}
div.div-hover-edge-left:hover {
  border-left: 2px solid #3E95D6;
}
tr.active .custom-radio,
.div-hover:hover .custom-radio {
  font-weight: 900;
}
div.div-row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 4px;
}
div.div-row address {
  margin-bottom: 0px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.1rem;
}
.form-control-xs {
  height: calc(1.5em + 2px + 0.5rem);
  line-height: 1;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  border-radius: 0.1rem;
}
.input-group-xs > .form-control:not(textarea),
.input-group-xs > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-xs > .form-control,
.input-group-xs > .custom-select,
.input-group-xs > .input-group-prepend > .input-group-text,
.input-group-xs > .input-group-append > .input-group-text,
.input-group-xs > .input-group-prepend > .btn,
.input-group-xs > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  border-radius: 0.1rem;
}
#left-panel,
#right-panel {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* #region Toggles*/
input[type="radio"].toggle,
input[type="checkbox"].toggle {
  display: none;
}
input[type="radio"].toggle + span:before,
input[type="checkbox"].toggle + span:before {
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 900;
  padding-right: 5px;
}
input[type="radio"].toggle + span:before {
  content: "\f10c";
  /* circle-blank */
}
input[type="radio"].toggle:checked + span:before {
  content: "\f111";
  /* circle */
}
input[type="checkbox"].toggle + span:before {
  content: "\f204";
}
input[type="checkbox"].toggle:checked + span:before {
  content: "\f205";
}
.toggleicon[aria-expanded="false"] i::before {
  content: "\f077";
}
/*#endregion*/
/* #region Wizard*/
.wizard {
  background-color: white;
  padding: 0.2em 0em 0.2em 0.2em;
}
.wizard a {
  padding: 20px 12px 20px;
  position: relative;
  display: inline-block;
  min-width: 24.75%;
  margin-left: 3px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  color: #FFFFFF;
  background: #8BBFE6;
  text-transform: uppercase;
  cursor: pointer;
}
.wizard a:hover {
  text-decoration: none;
}
.wizard a:first-child {
  margin-left: 0;
}
.wizard:not(.left-arrow) a:before {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 30px solid #FFFFFF;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.wizard:not(.left-arrow) a:after {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-left: 30px solid #8BBFE6;
  position: absolute;
  content: "";
  top: 0;
  right: -30px;
  z-index: 2;
}
.wizard.left-arrow a:before {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-right: 30px solid #8BBFE6;
  position: absolute;
  content: "";
  top: 0;
  left: -30px;
  z-index: 2;
}
.wizard.left-arrow a:after {
  width: 0;
  height: 0;
  border-top: 30px inset transparent;
  border-bottom: 30px inset transparent;
  border-right: 30px solid #FFFFFF;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  z-index: 2;
}
.wizard a:first-child:before,
.wizard a:last-child:after {
  border: none;
}
.wizard a:first-child {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.wizard a:last-child {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.wizard a:last-child:not(.current) {
  /*May want another class and the :before rather than using last-child.*/
  background-color: #3E95D6;
}
.wizard.left-arrow a:last-child:before,
.wizard.small.left-arrow a:last-child:before {
  border-right-color: #3E95D6;
}
.wizard .badge {
  margin: 0 5px 0 18px;
  position: relative;
  top: -1px;
}
.wizard a:first-child .badge {
  margin-left: 0;
}
.wizard .current,
.wizard a.progress-current {
  background: #363636;
  color: #fff;
}
.wizard a.current:after,
.wizard a.progress-current:after {
  border-left-color: #363636 !important;
}
.wizard.left-arrow a.current:before,
.wizard.left-arrow a.progress-current:before,
.wizard.small.left-arrow a.current:before,
.wizard.small.left-arrow a.progress-current:before {
  border-right-color: #363636;
}
.wizard a.current .badge,
.wizard a.progress-current .badge {
  background-color: #FFFFFF;
  color: #363636;
}
.wizard.small {
  margin-bottom: 15px;
}
.wizard.small a {
  padding: 5px 12px 5px;
}
.wizard.small:not(.left-arrow) a:before {
  border-top: 15px inset transparent;
  border-bottom: 15px inset transparent;
  border-left: 15px solid #FFFFFF;
}
.wizard.small:not(.left-arrow) a:after {
  border-top: 15px inset transparent;
  border-bottom: 15px inset transparent;
  border-left: 15px solid #8BBFE6;
  right: -15px;
}
.wizard.small.left-arrow a:before {
  border-top: 15px inset transparent;
  border-bottom: 15px inset transparent;
  border-right: 15px solid #8BBFE6;
  left: -15px;
  z-index: 2;
}
.wizard.small.left-arrow a:after {
  width: 0;
  height: 0;
  border-top: 15px inset transparent;
  border-bottom: 15px inset transparent;
  border-right: 15px solid #FFFFFF;
}
.wizard.small a:first-child:before,
.wizard.small a:last-child:after {
  border: none;
}
/* #endregion */