/* -----------------------------------------
   Custom.css - put your own changes here 
----------------------------------------- */
body {
  font-family: Helvetica, Arial, sans-serif, "Quattrocento Sans",
    "Helvetica Neue";
}

#wrapper {
  width: 100%;
  padding: 0 10px 0 10px;
}

.container {
  width: 90%;
  padding: 0 10px 0 10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.badge {
  font-size: 10px;
  font-weight: 500;
}

/* input */

.input-xs {
  font-size: 12px;
  height: 24px;
}

.input-group-addon {
  padding: 5px 5px;
  font-size: 12px;
}

.input-group .input-group-btn .btn {
  padding: 1px 8px;
}

select.form-control {
  padding: 3px 12px 4px 12px;
}

select.input-xs {
  height: 24px;
  line-height: 24px;
}

fieldset,
legend {
  all: revert;
}

#header.header-fixed,
#header.container {
  height: 50px;
  /* background-color: #eb6a00; */
}

#header .logo {
  padding: 10px 0 0 0;
}

img.logolg {
  width: 120px;
}

#header .site-nav > ul > li > a {
  padding: 14px 15px;
}

.form-group {
  margin-bottom: 5px;
}

.print-table table {
  font-family: Tahoma, Arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  font-size: 10px;
}

.print-table tbody td,
.print-table thead th {
  border-color: #ddd;
  border: 1px solid #ddd;
  padding: 8px;
}

.print-table thead {
  background-color: #e8e8e8;
}

.dataTables_wrapper table.dataTable tbody td,
.dataTables_wrapper table.dataTable tbody th {
  background-color: #fff;
  border: 1px solid #e6edef;
}

.dataTables_wrapper table.dataTable th,
.dataTables_wrapper table.dataTable td {
  padding: 0.5rem;
  border-color: #e6edef;
}

.pager .next > a,
.pager .next > span {
  color: #ffffff;
  background-color: #57a6fa;
  border: 1px solid #c7c7c7;
}

.pager .next > a:hover,
.pager .next > a:focus {
  color: #2b2a2a;
}

.pager .next.disabled > a,
.pager .next.disabled > a:hover,
.pager .next.disabled > a:focus,
.pager .next.disabled > span {
  color: #777777;
  background-color: #cacaca;
  cursor: not-allowed;
}

.pager .previous > a,
.pager .previous > span {
  color: #ffffff;
  background-color: #57a6fa;
  border: 1px solid #c7c7c7;
}

.pager .previous > a:hover,
.pager .previous > a:focus {
  color: #2b2a2a;
}

.pager .previous.disabled > a,
.pager .previous.disabled > a:hover,
.pager .previous.disabled > a:focus,
.pager .previous.disabled > span {
  color: #777777;
  background-color: #cacaca;
  cursor: not-allowed;
}

table.table-info thead,
table.table-info tbody,
table.table-info tfoot,
table.table-info tr,
table.table-info td,
table.table-info th {
  border: 1px solid #e6edef;
  border-color: #e6edef;
  padding: 2px 0;
  height: 18px;
}

table.info thead,
table.info tbody,
table.info tfoot,
table.info tr,
table.info td,
table.info th {
  border: 1px solid #e6edef;
  border-color: #e6edef;
  padding: 4px 6px;
  height: 24px;
}

table.calculator thead,
table.calculator tbody,
table.calculator tfoot,
table.calculator tr,
table.calculator td,
table.calculator th {
  border: 1px solid #e6edef;
  border-color: #e6edef;
  padding: 6px;
  height: 24px;
}

table.calculator .input-sm {
  height: 26px;
}

table.acct_info tbody {
  background-color: #ffffff;
}

table.acct_info thead th {
  background-color: #0a97b9;
  color: #ffffff;
}

table.dataTable th {
  font-size: 11px;
}

table.dataTable td {
  font-size: 11px;
  font-weight: 400;
}

table.dataTable tr.dtrg-level-0 td {
  font-size: 11px;
  font-weight: 400;
}

table.dataTable.dt-checkboxes-select tbody tr,
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  cursor: pointer;
}

table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
  text-align: center;
}

/* table.dataTable thead th {
  background-color: #ddd;
} */

div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

div.dataTables_paginate ul.pagination .pagination > li.prev a:before {
  content: "";
}

div.dataTables_paginate ul.pagination .pagination > li.next a:after {
  content: "";
}

.pagination > li a {
  padding: 4px 10px;
}

.pager .finish > a.submit {
  background-color: #054f90;
  color: #ffffff;
}

.pager .finish > a.pending {
  background-color: #ee4343;
  color: #ffffff;
}

.iframe-container {
  padding-bottom: 60%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.iframe-container iframe,
.iframe-container object,
.iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

.form-horizontal .control-label {
  padding-top: 0;
}

.input-group-sm > .input-group-addon {
  height: 26px;
  line-height: 1;
  font-size: 13px;
}

.input-group-sm > .form-control {
  font-size: 13px;
}

.input-sm {
  font-size: 13px;
}

div.checkbox-custom {
  margin-top: 0;
}

.table.table-bordered thead tr {
  background: #0b98b9;
  color: #ffffff;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: #0b98b9;
}

address {
  margin-bottom: 0;
}

hr.mdpt {
  margin-top: 0;
  margin-bottom: 0;
}

.panel-mdpt {
  border-color: #eb6a00;
}

.panel-mdpt > .panel-heading {
  color: #ffffff;
  background-color: #eb6a00;
  border-color: #f38231;
}

.mapView {
  width: 100%;
  float: right;
  border: 1px solid #ddd;
  z-index: 1;
}

.align-items-center {
  align-items: center !important;
}

.col {
  display: inline-table;
  width: 60%;
  /* flex: 1 0 0%; */
}

.col-auto {
  /* flex: 0 0 auto; */
  display: inline-table;
  float: right;
  inline-size: auto;
}

td.highlight {
  background-color: #e6edef !important;
}

td.details-control {
  background: url("../img/details_open.png") no-repeat center center;
  cursor: pointer;
}

tr.shown td.details-control {
  background: url("../img/details_close.png") no-repeat center center;
}

table.dataTable tbody tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.9);
  color: rgb(255, 255, 255);
  font-weight: 500;
}

.help-block {
  color: #ff0000;
  font-size: 11px;
}

div.checkbox-custom.checkbox-inline {
  margin-top: 2px;
}

/* .google {
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 70%;
} */

.google {
  z-index: 1000;
  position: absolute;
  top: 10px;
  left: 20px;
  width: 50%;
  max-width: 90%;
  min-width: 50%;
}

.pac-card {
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  margin: 10px;
  padding: 0 0.5em;
  font: 400 18px Roboto, Arial, sans-serif;
  overflow: hidden;
  font-family: Roboto;
  padding: 0;
}

#pac-container {
  padding-bottom: 12px;
  margin-right: 12px;
}

.pac-controls {
  display: inline-block;
  padding: 5px 11px;
}

.pac-controls label {
  font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
}

#searchBox {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 400px;
}

#searchBox:focus {
  border-color: #4d90fe;
}

#title {
  color: #fff;
  background-color: #4d90fe;
  font-size: 25px;
  font-weight: 500;
  padding: 6px 12px;
}

#target {
  width: 345px;
}

.rotate-button {
  position: absolute;
  top: 0;
  right: 10px;
}

.modal-body .ekko-lightbox-item {
  overflow: hidden;
}

.imagePanel .panel {
  margin-bottom: 0;
}

.docPanel .panel {
  margin-bottom: 0;
}

#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

.is-hide {
  display: none;
}

.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #686767;
}

.separator:not(:empty)::before {
  margin-right: 0.15em;
}

.separator:not(:empty)::after {
  margin-left: 0.15em;
}

.wizard {
  margin-top: 10px;
  margin-bottom: 10px;
}

.blink_me {
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
  color: rgb(255, 0, 0);
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 10;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

span.blink_me {
  border: 1px solid;
  margin: 5px;
  padding: 5px 10px 5px 40px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 3px;
}

/* span {
  display: block;
} */

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
}

embed {
  margin: 0 !important;
  border: 0;
  width: 99vw;
  height: 97vh;
}
