/* GLOBAL */
html {
  position: relative;
  min-height: 100%; }

body {
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: 'Open Sans', 'Helvetica Neue', sans-serif; }

input[type="text"],
textarea {
  -webkit-appearance: none; }

* {
  -webkit-font-smoothing: antialiased; }

a {
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease; }

a, a:active, a:hover, a:focus {
  outline: none; }

hr.separator {
  margin: 40px 0; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-semibold {
  font-weight: 600 !important; }

.text-bold {
  font-weight: bold !important; }

.text-ellipsis {
  overflow: hidden !important;
  display: block !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important; }

/* delete arrows from inputs */
input[type=number] {
  -moz-appearance: textfield; }

::-webkit-inner-spin-button {
  -webkit-appearance: none; }

::-webkit-outer-spin-button {
  -webkit-appearance: none; }

tr.clickable td {
  cursor: pointer; }

.row-dl {
  margin-bottom: -20px; }
  .row-dl [class*=col-] {
    margin-bottom: 20px; }
    .row-dl [class*=col-] *:last-child {
      margin-bottom: 0; }
  .row-dl h5 {
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.4em;
    font-size: 14px;
    text-transform: uppercase; }
  .row-dl p {
    margin: 0 0 4px;
    line-height: 1.3em;
    font-size: 14px;
    color: #333; }
    .row-dl p b {
      font-weight: 600;
      color: #444; }
      .row-dl p b:first-child {
        padding-right: 6px; }

/* SEARCHABLE SELECT */
select.searchable-select {
  display: none; }

.searchable-select {
  width: 100%; }
  .searchable-select .dropdown-menu {
    width: 100%;
    padding: 0;
    overflow: hidden; }
  .searchable-select .dropdown-menu .dropdown-menu {
    position: static;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block; }
  .searchable-select button.form-control {
    cursor: default; }
    .searchable-select button.form-control .filter-option {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      text-align: left;
      margin-right: 15px; }
    .searchable-select button.form-control .caret {
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -2px;
      vertical-align: middle; }
  .searchable-select .option-search .form-control {
    border-radius: 0;
    border-width: 0 0 1px;
    background: none;
    border-color: #ddd !important; }
    .searchable-select .option-search .form-control:active, .searchable-select .option-search .form-control:focus, .searchable-select .option-search .form-control:hover {
      background: none; }
  .searchable-select .option-list {
    max-height: 400px;
    overflow: auto;
    width: 100%; }
    .searchable-select .option-list a {
      min-height: 24px;
      padding: 4px 30px 4px 12px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      position: relative; }
      .searchable-select .option-list a i.selected-icon {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -7px;
        display: none; }
    .searchable-select .option-list a:hover, .searchable-select .option-list > a:focus, .searchable-select .option-list .active a {
      color: #262626;
      text-decoration: none;
      background-color: #eee; }
    .searchable-select .option-list .selected a {
      color: #fff;
      background-color: #428bca; }
      .searchable-select .option-list .selected a i.selected-icon {
        display: block; }
  .searchable-select.active .option-list {
    max-height: 300px;
    height: auto;
    overflow: auto; }
  .searchable-select.active .option-search {
    display: block; }

/* BOOTSTRAP RESET */
.typeahead.dropdown-menu {
  overflow: hidden; }

.typeahead.dropdown-menu > li > a {
  padding: 5px 15px;
  line-height: 1.35;
  font-size: 13px; }

.typeahead.dropdown-menu > li + li > a {
  border-top: solid 1px #eee; }

input.form-control:hover,
input.form-control:focus {
  text-align: left; }

p.form-control {
  overflow: auto; }

.modal.fade {
  -webkit-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear; }

.modal.in .modal-dialog {
  -webkit-transform: none;
  -o-transform: none;
  transform: none; }

.modal.fade .modal-dialog {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 680px; } }
.modal-header,
.modal-footer,
.modal-body {
  padding-top: 20px;
  padding-bottom: 20px; }

.modal-header,
.modal-body,
.modal-footer {
  padding-left: 30px;
  padding-right: 30px; }

.modal-footer:empty {
  display: none; }

.modal-content,
.well,
.panel {
  border-radius: 3px; }

.panel-heading {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.panel-footer {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.alert {
  font-size: 15px;
  line-height: 1.45;
  border-width: 0 0 0 5px;
  border-radius: 2px; }

.alert h4 {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 6px; }

.alert > p + p {
  margin-top: 8px; }

.alert.alert-orange {
  background-color: #fff2d5;
  border-color: #ffb618; }

.alert.alert-orange h4 {
  color: #ffb618; }

.alert.alert-blue {
  border-color: #006cbc;
  background-color: #eff8ff; }

.alert.alert-blue h4 {
  color: #006cbc; }

.alert.alert-red {
  border-color: #ed271c;
  background-color: #fde4e2; }

.alert.alert-red h4 {
  color: #ed271c; }

.alert.alert-green {
  border-color: #6ba442;
  background-color: #e4f1db; }

.alert.alert-green h4 {
  color: #6ba442; }

.form .form-header {
  margin: 0 0 20px; }

.form .form-header h3 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  color: gray;
  margin: 0; }

.form .separator {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 1px #eee; }

.control-label {
  color: #606060;
  font-weight: 600;
  text-align: left !important; }
  .control-label.required {
    color: #555;
    font-weight: bold; }
    .control-label.required .required {
      display: none; }

.table > tbody > tr > th, .table > tbody > tr > td {
  vertical-align: middle; }

.table > tbody > tr > th, .table > tbody > tr > td {
  vertical-align: middle; }

.table > tbody > tr > td .btn-sm {
  padding: 4px 7px;
  margin: -6px 0 -4px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #fafafa; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top-color: #f4f4f4; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f8f8f8; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555; }

.table > thead > tr > th {
  border-bottom: solid 2px #f4f4f4; }

.table > tbody > tr.no-results > td p,
.table > tbody > tr.no-results-narrow > td p {
  padding: 50px 30px;
  text-align: center;
  margin: 0;
  font-weight: bold; }

.table > tbody > tr.no-results-narrow > td p {
  padding: 20px 15px; }

/* TABLE PAGINATION */
.table-pagination {
  text-align: right; }
  .table-pagination .pagination-text,
  .table-pagination .pagination-buttons a {
    padding: 0 12px;
    font-size: 14px;
    line-height: 34px;
    display: inline-block; }
  .table-pagination .pagination-text {
    margin: 0;
    margin: 0 10px 0 0;
    color: #888;
    font-size: 14px; }
  .table-pagination .pagination-buttons {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0; }
    .table-pagination .pagination-buttons a {
      background: #e8e8e8;
      color: #777;
      border-radius: 2px;
      margin: 0 1px 0 0; }
    .table-pagination .pagination-buttons li {
      float: left; }
    .table-pagination .pagination-buttons li.active a {
      background-color: #428bca;
      color: #fff; }
    .table-pagination .pagination-buttons a:hover {
      background: #ddd;
      text-decoration: none; }
    .table-pagination .pagination-buttons li:first-child a {
      margin-right: 10px; }
    .table-pagination .pagination-buttons li:last-child a {
      margin-right: 0;
      margin-left: 9px; }

.visible-print{
  display:none;
}

@media print {
  .h1, h1 {
    font-size: 16pt !important;
    font-weight: bold !important; }

  .h2, h2 {
    font-size: 14pt !important;
    font-weight: 600 !important; }

  .h3, h3 {
    font-size: 13pt !important;
    font-weight: 600 !important; }

  body.admin {
    padding: 0 !important; }
    body.admin .container {
      width: 100%;
      padding: 0; }
    body.admin .page-header {
      margin-bottom: 20px !important; }
    body.admin .page-table .table {
      margin: 0; }
    body.admin .page-header .btn,
    body.admin .page-subheader .btn,
    body.admin .table-pagination {
      display: none; }

  a[href]:after {
    content: none; } 

   .hidden-print,
  .menu,
  nav,{
    display: none !important
  }

  .visible-print{
  display:block;
}

.col-print-6{
    width: 50%;
    float: left;
}
.col-print-4{
    width: 25%;
    float: left;
}

.col-print-12 {
    width: 100%;
}
.content-header h3{
  text-align: center;
}
.panel.panel-default {
    border-color: white !important;
}

.panel{
  margin-bottom: -15px;
}

dl {
      margin-bottom: 0px;
}

#page-wrapper{
  margin-top: 0;
  padding-top: 0;
}

body{
  padding-top: 0;
}

img{
      margin-left: -15px;
}

h3{
      font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.4em;
    font-size: 14px;
    text-transform: uppercase;
}
.dl-horizontal dt {
    float: left;
    width: auto;
    margin-right: 5px;
}
.dl-horizontal dd {
    margin-left: auto;
}
.table {
    border: solid 1pt #000 !important;
    }

  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    border: none !important;
    border-color: #000 !important;
    border-width: 1pt !important; }

  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding-top: 0.15cm !important;
    padding-bottom: 0.15cm !important; }

  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    border-top: solid 1pt #000 !important;
    font-weight: bold !important; }

  .table > tbody > tr > th,
  .table > tbody > tr > td {
    padding-top: 0.1cm !important;
    padding-bottom: 0.1cm !important;
    border-top: none !important; }

  .table > thead > tr > th,
  .table > thead > tr > td {
    font-weight: 600 !important;
    border-bottom: solid 1pt #000 !important; }

.col-xs-break,
.col-sm-break,
.col-md-break,
.col-lg-break {
  margin: 0 !important;
  padding: 0 !important;



  }

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