:root {
  --blue: #0c66b4;
  --primary: #0c66b4;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:0.9em; 
    line-height: 1.5;
    color: #333333;
    background-color: #ffffff;
    margin: 0px !important; 
}
a {
  color: #07569e;
  }
  
  a:hover {
  color: #d43a0b;
  }
  
  .table th,
.table td {
  padding-top: 0.3rem;
  padding-right: 0.75rem;
  padding-bottom: 0.3rem;
  padding-left: 0.75rem;
  }
  
  .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
} 
.btn-primary {
  background-color: #0c66b4;
  border-color: #357ebd;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #0c66b4;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: block;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before,
.nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #07569e;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #245550;
  border-bottom-color: #245550;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}


.nav-link {
  display: inherit;
  padding: 0.5rem 1rem;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}


.nav-tabs.nav-justified > .active > a
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}


/* fake bootstrap for nav menu */


.navheadmenu {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navheadmenu:before,
.navheadmenu:after {
  display: table;
  content: " ";
}

.navheadmenu:after {
  clear: both;
}

.navheadmenu:before,
.navheadmenu:after {
  display: table;
  content: " ";
}

.navheadmenu:after {
  clear: both;
}

.navheadmenu > li {
  position: relative;
}

.navheadmenu > li > a {
  position: relative;
  padding: 10px 15px;
}

.navheadmenu > li > a:hover,
.navheadmenu > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.navheadmenu > li.disabled > a {
  color: #999999;
}

.navheadmenu > li.disabled > a:hover,
.navheadmenu > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.navheadmenu .open > a,
.navheadmenu .open > a:hover,
.navheadmenu .open > a:focus {
  background-color: #eeeeee;
  border-color: #07569e;
}

.navheadmenu .open > a .caret,
.navheadmenu .open > a:hover .caret,
.navheadmenu .open > a:focus .caret {
  border-top-color: #245550;
  border-bottom-color: #245550;
}

.navheadmenu .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.navheadmenu > li > a > img {
  max-width: none;
}

.navbar-toggler {
  position: relative;
  float: right;
}

.navbar-toggler-icon {
  position: relative;
  float: right;
}

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: #000080;
}


.modal-open {
  overflow: inherit;
}

.modal {
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: inherit;
  display: inherit;
  overflow: inherit;
  outline: inherit;
}

.modal.fade .modal-dialog {
  transition: inherit;
  transition: inherit;
  transition: inherit;
  -webkit-transform: inherit;
          transform: inherit;
}

.modal.show .modal-dialog {
  -webkit-transform: inherit;
          transform: inherit;
}

.modal-open .modal {
  overflow-x: inherit;
  overflow-y: inherit;
}

.modal-dialog {
  position: inherit;
  width: inherit;
  margin: inherit;
  pointer-events: inherit;
}

.modal-content {
  position: inherit;
  display: inherit;
  display: inherit;
  -ms-flex-direction: inherit;
      flex-direction: inherit;
  pointer-events: inherit;
  background-color: inherit;
  background-clip: inherit;
  border: inherit;
  border-radius: inherit;
  outline: inherit;
}

.modal-backdrop {
  position: inherit;
  top: inherit;
  right: inherit;
  bottom: inherit;
  left: inherit;
  z-index: inherit;
  background-color: inherit;
}

.modal-backdrop.fade {
  opacity: inherit;
}

.modal-backdrop.show {
  opacity: inherit;
}

.modal-header {
  display: inherit;
  display: inherit;
  -ms-flex-align: inherit;
      align-items: inherit;
  -ms-flex-pack: inherit;
      justify-content: inherit;
  padding: inherit;
  border-bottom: inherit;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.modal-header .close {
  padding: inherit;
  margin: inherit;
}

.modal-title {
  margin-bottom: inherit;
  line-height: inherit;
}

.modal-body {
  position: inherit;
  -ms-flex: inherit;
      flex: inherit;
  padding: inherit;
}

.modal-footer {
  display: inherit;
  display: inherit;
  -ms-flex-align: inherit;
      align-items: inherit;
  -ms-flex-pack: inherit;
      justify-content: inherit;
  padding: inherit;
  border-top: inherit;
}

.modal-footer > :not(:first-child) {
  margin-left: inherit;
}

.modal-footer > :not(:last-child) {
  margin-right: inherit;
}

.modal-scrollbar-measure {
  position: inherit;
  top: inherit;
  width: inherit;
  height: inherit;
  overflow: inherit;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: inherit;
    margin: inherit;
  }
  .modal-sm {
    max-width: inherit;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: inherit;
  }
}

.btn-group-css3,
.btn-group-css3 > .btn-css3,
.btn-group-css3 > .btn-css3:hover,
.btn-group-css3 > .btn-css3:focus,
.btn-group-css3 > .btn-css3:active,
.btn-group-css3 > .btn-css3.active,
.btn-group-css3 > .btn-css3:focus {
  outline: none;
}

.btn-group-css3 .btn-css3 + .btn-css3,
.btn-group-css3 .btn-css3 + .btn-group-css3,
.btn-group-css3 .btn-group-css3 + .btn-css3,
.btn-group-css3 .btn-group-css3 + .btn-group-css3 {
  margin-left: -1px;
}

.btn-group-css3 {
  float: left;
}

.btn-group-css3 > .btn-css3:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group-css3 > .btn-css3:first-child {
  margin-left: 0;
}

.btn-group-css3 > .btn-css3:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-css3 > .btn-css3:last-child:not(:first-child),
.btn-group-css3 > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-css3 > .btn-group-css3 {
  float: left;
}

.btn-group-css3 > .btn-group-css3:not(:first-child):not(:last-child) > .btn-css3 {
  border-radius: 0;
}

.btn-group-css3 > .btn-group-css3:first-child > .btn-css3:last-child,
.btn-group-css3 > .btn-group-css3:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group-css3 > .btn-group-css3:last-child > .btn-css3:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-css3 .dropdown-toggle:active,
.btn-group-css3.open .dropdown-toggle {
  outline: 0;
}

.btn-group-css3-xs > .btn-css3 {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-css3-sm > .btn-css3 {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-css3-lg > .btn-css3 {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group-css3 > .btn-css3 + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group-css3 > .btn-css3-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group-css3.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group-css3.open .dropdown-toggle.btn-css3-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-group-css3-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-css3-justified .btn-css3 {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-css3 .btn + .btn-css3 {
  margin-left: -1px;
}

.btn-css3 {
  /* display: inline-block; */
  display: block;
  float:left;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}

.btn-css3-filter {
  /* copied but removed inline block & left top get a gap back between the buttons */
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
}


.btn-css3:focus,
.btn-css3-filter:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn-css3:hover,
.btn-css3:focus,
.btn-css3-filter:focus,
.btn-css3-filter:hover {
  color: #333333;
  text-decoration: none;
}

.btn-css3:active,
.btn-css3.active,
.btn-css3-filter:active
.btn-css3-filter.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-css3.disabled,
.btn-css3[disabled],
.btn-css3-filter.disabled,
.btn-css3-filter[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-css3-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-css3-default:hover,
.btn-css3-default:focus,
.btn-css3-default:active,
.btn-css3-default.active,
.open .dropdown-toggle.btn-css3-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-css3-default:active,
.btn-css3-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-css3-default.disabled,
.btn-css3-default[disabled],
fieldset[disabled] .btn-css3-default,
.btn-css3-default.disabled:hover,
.btn-css3-default[disabled]:hover,
fieldset[disabled] .btn-css3-default:hover,
.btn-css3-default.disabled:focus,
.btn-css3-default[disabled]:focus,
fieldset[disabled] .btn-css3-default:focus,
.btn-css3-default.disabled:active,
.btn-css3-default[disabled]:active,
fieldset[disabled] .btn-css3-default:active,
.btn-css3-default.disabled.active,
.btn-css3-default[disabled].active,
fieldset[disabled] .btn-css3-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  z-index: 1050;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}


.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}


.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  
}


.modal-content {
 
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
 
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}


@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}


.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}



@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
 
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-backward:before {
  content: "\e071";
}
