﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* START LAYOUT */
body {
  overflow: hidden;
  height: 100vh;
}

main {
  width: 100%;
  overflow-y: auto;
}

.bodyWrapper {
  display: flex;
  height: 100%;
}

.pageContent {
  width: 98%;
  margin: 0px auto;
  margin-top: 10px;
}
/* END LAYOUT */


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-brand img {
  /*background-color: yellow;*/
  height: 32px;
}
/* Provide sufficient contrast against white background */
a {
  /*color: #0366d6;*/
}

a {
  text-decoration: none;
  color: #008D52;
}


/*.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

/*.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}*/

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}







/*cookie*/
.noat-cookie-consent-banner__allow {
  min-height: 2em !important;
  max-height: 2em !important;
}

.popupDiv {
  padding: 20px 20px;
  /*  margin: 10px 10px;
  padding: 0px 20px;
  max-height:80%;
  height:80%;*/
}

.dropdownConfirm {
  padding: 20px 20px;
}

.navMenuIcon {
  width: 25px;
}


.iti.iti--allow-dropdown {
  width: 100% !important;
}


.form-group {
  margin-bottom: .5rem !important;
  /*margin-bottom: 2px;*/
}




/* */
.oqsLogoText {
  font-size: 20px;
  font-weight: bold;
  color: #49494a;
}

.btn-primary {
  color: #fff;
  background-color: #00C752;
  border-color: #00C752;
}

  .btn-primary:hover {
    color: #fff;
    background-color: #00C752;
    border-color: #00C752;
  }

  .btn-primary:focus {
    color: #fff;
    background-color: #00C752;
    border-color: #00C752;
    /*box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);*/
  }

  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #5ec187;
    border-color: #5ec187;
  }


.backChevron {
  font-size: .7em;
  margin-bottom: 6px;
  vertical-align: middle;
}


.magnify {
  text-decoration: none;
}


.link-primary {
  color: #00C752;
  text-decoration: none;
}

  .link-primary:hover {
    color: #00C752;
  }

  .link-primary:focus {
    color: #00C752;
  }

.backfillRequestPopupDiv {
  padding: 30px 30px;
}

.text-primary {
  color: #00C752 !important;
  text-decoration: none;
}

.lineBreak {
  margin-top: -10px;
}

.dropzone {
  border: dashed 1px grey !important;
}

.toast-info, .toast .toast-info {
  color: #000;
  background-color: #6c757d !important;
}


.betaBadge {
  margin-left: 3px;
  margin-bottom: 15px;
}


.text-secondary {
  background: #008E3B;
}


.form-check-input:checked {
  background-color: #00C752;
  border-color: #00C752;
}

.form-check-input[type=checkbox]:indeterminate {
  background: #00C752;
  border-color: #00C752;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}


.bg-primary {
  --bs-bg-opacity: 1;
  /*background-color: #00C752 !important;*/
  background-color: #00A745 !important;
  /*text-decoration: none;*/
}

h1 {
  font-size: 34px;
  font-weight: normal;
  margin-top: 6px;
}

.accountMenu {
  margin-bottom: 10px;
  margin-top: 10px;
}

.h1Row {
  margin-bottom: 33px;
}

/* #region Search */
#textSearch::placeholder {
  text-align: left;
  font-family: Roboto, 'Font Awesome\ 5 Pro', sans-serif;
  color: #999;
}

.filter {
  border: 1px solid lightgrey;
}

  .filter span {
    font-weight: normal;
  }
/* #endregion Search */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 100;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* region Loader animation */



a.backButton, #dropdownUser1 {
  text-decoration: none;
  color: #545454;
}




.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
  pointer-events: none;
}


.breakDriverName {
  word-break: break-all;
}

.breakDriverNameWord {
  word-break: break-word;
}

.fullContent {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

.noPickupReasonBadge {
  /*font-weight: bold;*/
  color: black;
}

.noWrapSpan {
  white-space: nowrap;
}

.noWrap {
  white-space: nowrap;
}


.accessWindowTable {
}

  .accessWindowTable td {
    vertical-align: top;
    text-align: left;
    font-size: .9em;
    padding-right: 10px;
  }

    .accessWindowTable td:first-child {
      /*background-color: orange;*/
      font-weight: bold;
      text-align: left;
      /*width: 50px;*/
    }

    .accessWindowTable td:nth-child(2) {
      /*background-color: red;*/
    }


.veriflux-background-color {
  background-color: #008D52;
  border-color: #008D52;
}


.loaded-records, .loaded-records-mapview {
  font-style: italic;
  /*--bs-text-opacity: 1;*/
  color: #8E8E8E;
  /*color: #6c757d !important;*/
}

.saveContainer {
  margin-right: 10rem;
}

.veriflux-table {
}

  .veriflux-table > thead {
    vertical-align: middle;
  }

  .veriflux-table th {
    /*text-transform: capitalize;*/
    text-align: left;
    /*font-size: 12px;*/
    font-size: .9em;
    color: #8E8E8E;
    font-weight: normal;
    white-space: nowrap;
  }

  .veriflux-table td {
    text-align: left;
    vertical-align: top;
    /*vertical-align: middle;*/
  }

  .veriflux-table .status-badge-container {
    justify-content: initial;
  }

  .veriflux-table .text-muted {
    /*white-space: nowrap;*/
  }

.breakAddress {
  word-break: break-word;
  white-space: normal !important;
}



/* buttons */

.btn-outline-secondary:hover {
  color: black;
}

/*.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
  background-color: transparent;
  color: #008D52;
  border-color: #6c757d;
}*/


/*.btn-outline-secondary {
  color: #008D52;
}*/

.btn-outline-primary {
  color: #008D52;
  background: #FFFFFF;
  border: 1px solid #545454;
  border-radius: 4px;
 /* text-transform: uppercase; */
  font-weight: 500;
}

  .btn-outline-primary:hover {
    background: #FFFFFF;
    border: 1px solid #3D3D3D;
    border-radius: 4px;
    color: #007544;
  }

.veriflux-btn-danger, .btn-danger {
  padding: 8px 8px 8px 8px;
  /*background-color: #FFF;
  border: 1px solid #CB0101;*/
  /*border-radius: 6px;*/
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.9px;
 /* text-transform: uppercase; */
  /*  color: #CB0101;*/
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
  /*height: 32px !important;*/
}


  .veriflux-btn-danger:hover, .btn-danger:hover {
    /*    background-color: #FDE4E4;
    color: #CB0101;*/
  }

.btn-outline-secondary {
  padding: 8px 8px 8px 8px;
}

.veriflux-btn-primary, .btn-primary {
  padding: 8px 8px 8px 8px;
  background-color: #008D52;
  border: 1px solid #008D52;
  /*border-radius: 6px;*/
  /*  font-weight: 500;
  font-size: 14px;*/
  /*line-height: 16px;
  letter-spacing: 0.9px;*/
  /*text-transform: uppercase;*/
  color: #FFFFFF;
  /*height: 32px;*/
}

  .veriflux-btn-primary:hover, .btn-primary:hover {
    background-color: #007544;
    border: #007544;
  }

.veriflux-btn-secondary, btn-secondary {
  /*padding: 8px 8px 8px 8px;*/
  background-color: transparent;
  border: none;
  /*border-radius: 6px;*/
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.9px;
 /* text-transform: uppercase; */
  color: #008D52;
}

  .veriflux-btn-secondary:hover, .btn-secondary:hover {
    background-color: transparent;
    border-color: transparent;
    color: #007544;
  }

.veriflux-btn-secondary-border {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #545454;
  /*border-radius: 6px;*/
}

  .veriflux-btn-secondary-border i {
    margin-right: 5px;
    vertical-align: middle;
  }

.btn-primary:hover {
  /*  background-color: orange;
  border: purple;*/
}

.btn:hover {
  /*  background-color: orange;
  border: purple;*/
}

.saveContainer .btn-outline-secondary {
  background-color: white;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  /*  background-color: #0b5ed7;
  border-color: #0a58ca;*/
  box-shadow: inherit;
}


.breakWord {
  word-break: break-word;
}


.toast-bottom-right {
   bottom: 55px !important;
}