#facebox .b {
  background: url(../images/b.png); }

#facebox .tl {
  background: url(../images/tl.png); }

#facebox .tr {
  background: url(../images/tr.png); }

#facebox .bl {
  background: url(../images/bl.png); }

#facebox .br {
  background: url(../images/br.png); }

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left; }

#facebox .popup {
  position: relative; }

#facebox table {
  border-collapse: collapse; }

#facebox td {
  border-bottom: 0;
  padding: 0; }

#facebox .body {
  padding: 10px;
  background: #fff;
  width: 370px; }

#facebox .loading {
  text-align: center; }

#facebox .image {
  text-align: center; }

#facebox img {
  border: 0;
  margin: 0; }

#facebox .footer {
  border-top: 1px solid #DDDDDD;
  padding-top: 5px;
  margin-top: 10px;
  text-align: right; }

#facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
  height: 10px;
  width: 10px;
  overflow: hidden;
  padding: 0; }

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%; }

.facebox_hide {
  z-index: -100; }

.facebox_overlayBG {
  background-color: #000;
  z-index: 99; }

#facebox .modal a[rel="modal"] {
  display: none; }

.facebox_overlayBG {
  background: rgba(0, 150, 213, 0.8);
  z-index: 9998;
  opacity: 1 !important; }

#facebox {
  z-index: 9999; }
  #facebox .modal {
    min-width: 600px; }
  #facebox .content {
    padding: 20px;
    line-height: 1.6; }

#autosave-message {
  visibility: hidden;
  /*margin-left: -125px;*/
  margin: auto;
  background-color: #118948;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
  max-width: 50%; }

#autosave-message #img {
  padding: 15px;
  float: left;
  background-color: #062e18;
  color: #fff; }

#autosave-message #desc {
  color: #fff;
  padding: 15px;
  overflow: hidden;
  white-space: nowrap; }

#autosave-message.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s; }

@-webkit-keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0; }
  to {
    bottom: 30px;
    opacity: 1; } }
@-webkit-keyframes expand {
  from {
    min-width: 50px; }
  to {
    min-width: 350px; } }
@keyframes expand {
  from {
    min-width: 50px; }
  to {
    min-width: 350px; } }
@-webkit-keyframes stay {
  from {
    min-width: 350px; }
  to {
    min-width: 350px; } }
@keyframes stay {
  from {
    min-width: 350px; }
  to {
    min-width: 350px; } }
@-webkit-keyframes shrink {
  from {
    min-width: 350px; }
  to {
    min-width: 50px; } }
@keyframes shrink {
  from {
    min-width: 350px; }
  to {
    min-width: 50px; } }
@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 60px;
    opacity: 0; } }
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1; }
  to {
    bottom: 60px;
    opacity: 0; } }
.login {
  background: url(../images/portal-bg.jpg) no-repeat center top;
  background-size: cover; }
  .login .card-login {
    background: rgba(0, 0, 0, 0.5) !important; }

.content-wrapper {
  background: url(../images/main-bg.jpg); }
  .content-wrapper .card {
    margin-bottom: 30px; }
    .content-wrapper .card .card-header h1, .content-wrapper .card .card-header h2, .content-wrapper .card .card-header h3, .content-wrapper .card .card-header h4, .content-wrapper .card .card-header h5, .content-wrapper .card .card-header h6 {
      margin: 0;
      padding: 0;
      color: white; }
  .content-wrapper .dropdown-menu .selected {
    background: #0096D5;
    color: white; }
  .content-wrapper .fixed-menu {
    top: 53px;
    bottom: auto;
    left: 265px;
    right: auto;
    box-shadow: none; }
    .content-wrapper .fixed-menu .dropdown {
      display: inline-block;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
      margin-right: 5px; }

#sidenav {
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  overflow: hidden;
  height: calc(100vh - 56px); }

.navbar-sidenav {
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 0 !important;
  height: calc(100vh - 56px) !important; }
  .navbar-sidenav .nav-item a {
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important; }
  .navbar-sidenav .nav-brand {
    margin-top: 0 !important; }

.pagination .page-item .page-link.current {
  background: #0096D5;
  color: white; }

.friendly-text {
  padding: 15px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  min-height: 75px;
  cursor: text;
  /* cursor: pointer; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; */
  /*
  &:hover {
  	border-color: $lt_blue; outline: 0; box-shadow: 0 0 0 0.2rem rgba($lt_blue, 0.25);
  }
  */ }

.pdf-view .hide-pdf {
  display: none !important; }
.pdf-view .show-pdf {
  display: block !important; }

.pdf-show {
  display: none; }

.regulatory-edit input[type="checkbox"] + label {
  font-weight: normal !important;
  color: #333333 !important;
  margin-left: 20px; }
  .regulatory-edit input[type="checkbox"] + label:before {
    margin-left: -30px; }

footer {
  width: auto !important;
  position: static !important;
  padding-left: 250px; }

.sidenav-toggled footer {
  padding-left: 0; }

table tbody tr.tr-href:hover {
  background: #333333 !important; }

input[type="checkbox"] {
  visibility: hidden; }
  input[type="checkbox"] + label {
    display: block;
    font-weight: 400 !important;
    cursor: pointer;
    color: #333333 !important;
    font-weight: normal !important; }
    input[type="checkbox"] + label:before {
      content: "\f096";
      display: inline-block;
      width: 30px;
      font-family: 'FontAwesome';
      color: #0096D5;
      font-size: 20px;
      vertical-align: middle; }
  input[type="checkbox"]:checked + label:before {
    content: "\f046"; }
  input[type="checkbox"].padlock + label {
    margin-top: 10px; }
    input[type="checkbox"].padlock + label:before {
      content: "\f09c"; }
  input[type="checkbox"].padlock:checked + label:before {
    content: "\f023"; }

input[type="radio"] {
  visibility: hidden; }
  input[type="radio"] + label {
    display: block;
    font-weight: 400 !important;
    cursor: pointer;
    color: #333333 !important;
    font-weight: normal !important; }
    input[type="radio"] + label:before {
      content: "\f10c";
      display: inline-block;
      width: 30px;
      font-family: 'FontAwesome';
      color: #0096D5;
      font-size: 20px;
      vertical-align: middle; }
  input[type="radio"]:checked + label:before {
    content: "\f192"; }
  input[type="radio"] + label.text-danger {
    color: #E2001A !important; }
    input[type="radio"] + label.text-danger:before {
      color: #E2001A; }
  input[type="radio"] + label.text-success {
    color: #118948 !important; }
    input[type="radio"] + label.text-success:before {
      color: #118948; }
  input[type="radio"] + label.text-warning {
    color: #ED783C !important; }
    input[type="radio"] + label.text-warning:before {
      color: #ED783C; }

input[type="radio"], input[type="checkbox"] {
  visibility: hidden;
  width: 0;
  height: 0;
  display: none; }
  input[type="radio"].danger + label, input[type="radio"].danger + label:before, input[type="checkbox"].danger + label, input[type="checkbox"].danger + label:before {
    color: #E2001A; }
  input[type="radio"].danger + label, input[type="checkbox"].danger + label {
    padding: 10px; }
  input[type="radio"].danger:checked + label, input[type="radio"].danger:checked + label:before, input[type="checkbox"].danger:checked + label, input[type="checkbox"].danger:checked + label:before {
    color: white; }
  input[type="radio"].danger:checked + label, input[type="checkbox"].danger:checked + label {
    background: #E2001A; }
  input[type="radio"].warning + label, input[type="radio"].warning + label:before, input[type="checkbox"].warning + label, input[type="checkbox"].warning + label:before {
    color: #ED783C; }
  input[type="radio"].warning + label, input[type="checkbox"].warning + label {
    padding: 10px; }
  input[type="radio"].warning:checked + label, input[type="radio"].warning:checked + label:before, input[type="checkbox"].warning:checked + label, input[type="checkbox"].warning:checked + label:before {
    color: white; }
  input[type="radio"].warning:checked + label, input[type="checkbox"].warning:checked + label {
    background: #ED783C; }
  input[type="radio"].success + label, input[type="radio"].success + label:before, input[type="checkbox"].success + label, input[type="checkbox"].success + label:before {
    color: #118948; }
  input[type="radio"].success + label, input[type="checkbox"].success + label {
    padding: 10px; }
  input[type="radio"].success:checked + label, input[type="radio"].success:checked + label:before, input[type="checkbox"].success:checked + label, input[type="checkbox"].success:checked + label:before {
    color: white; }
  input[type="radio"].success:checked + label, input[type="checkbox"].success:checked + label {
    background: #118948; }

.radio.disabled, .checkbox.disabled {
  opacity: .5;
  cursor: not-allowed; }

.checkbox-inline, .radio-inline {
  margin-top: 0 !important;
  padding-left: 0;
  display: inline-block; }
  .checkbox-inline label, .checkbox-inline + label, .radio-inline label, .radio-inline + label {
    display: inline-block !important;
    margin-right: 30px; }
  .checkbox-inline + .help-block, .radio-inline + .help-block {
    clear: left;
    display: block; }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
  padding-left: 15px; }

input.form-error, select.form-error, textarea.form-error, button.form-error, div.form-error {
  border-color: #E2001A;
  box-shadow: 0 0 0 0.2rem rgba(226, 0, 26, 0.25); }

#briefform label {
  color: #0096D5;
  font-weight: bold;
  display: block; }

label.form-error {
  margin-top: 5px;
  color: #E2001A !important; }

.bootstrap-select button.dropdown-toggle {
  border-color: #ced4da; }

/* User messages */
.user-messages .message {
  background: #F0F0F0;
  float: left;
  margin: 1%;
  float: left;
  width: 31%;
  position: relative;
  border-radius: 3px;
  overflow: hidden; }
  .user-messages .message.last_msg {
    clear: left; }
  .user-messages .message h1, .user-messages .message h2 {
    background: #1281B7;
    color: white;
    font-size: 13px;
    font-weight: normal;
    padding: 10px; }
    .user-messages .message h1 span, .user-messages .message h2 span {
      font-size: 18px;
      font-weight: bolder; }
  .user-messages .message h1 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
  .user-messages .message h2 {
    border-bottom: 3px solid #004B93; }
  .user-messages .message p {
    padding: 10px; }
  .user-messages .message a {
    word-break: break-all; }
  .user-messages .message:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: #F0F0F0 transparent;
    display: block;
    width: 0; }

/* Support */
.support .content-box-content .content-box-header h3 {
  margin-top: 0; }
.support .wf-item {
  padding: 15px;
  border: 1px solid #043E77;
  background: #0096D5;
  color: white;
  text-decoration: none;
  display: block;
  margin-bottom: 10px; }
  .support .wf-item:hover {
    background: #043E77; }
  .support .wf-item.first {
    clear: left; }
  .support .wf-item h4 {
    color: white; }

.card .card-header.bg-secondary {
  background: #333333; }
.card .card-header.bg-success {
  background: linear-gradient(45deg, #118948 0%, #062e18 100%); }
.card.bg-success .card-header {
  background: rgba(51, 51, 51, 0.2); }

.btn.btn-dark {
  background-color: #333333;
  color: white;
  border-color: black; }
  .btn.btn-dark:hover {
    opacity: .7; }
.btn.btn-outline-dark {
  border-color: #333333;
  color: #333333; }
  .btn.btn-outline-dark:hover {
    background-color: #333333;
    color: white; }

.table tr.table-disabled, .table td.table-disabled, .table th.table-disabled {
  opacity: .5;
  background: whitesmoke;
  text-decoration: line-through; }
  .table tr.table-disabled h1, .table tr.table-disabled h2, .table tr.table-disabled h3, .table tr.table-disabled h4, .table tr.table-disabled h5, .table tr.table-disabled h6, .table td.table-disabled h1, .table td.table-disabled h2, .table td.table-disabled h3, .table td.table-disabled h4, .table td.table-disabled h5, .table td.table-disabled h6, .table th.table-disabled h1, .table th.table-disabled h2, .table th.table-disabled h3, .table th.table-disabled h4, .table th.table-disabled h5, .table th.table-disabled h6 {
    text-decoration: line-through; }

.list-group.list-group-success .active {
  background: #118948;
  border-color: #0b5c30; }

/*# sourceMappingURL=briefcase.css.map */
