@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css");
.navbar-collapse.collapse.in {
  position: relative;
  z-index: 99999999;
  background-color: #777; }

#mapit {
  position: relative;
  top: 8px;
  display: block;
  width: 150px;
  height: 50px;
  background-color: #45a7b9;
  color: #FFF;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 10px;
  box-sizing: border-box;
  text-decoration: none; }
  #mapit span {
    display: inline-block;
    position: relative;
    top: -7px;
    font-size: 18px;
    font-weight: bold; }
  #mapit img {
    top: -7px;
    position: relative;
    width: 35px;
    height: 35px; }

#equipmentMap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  top: 163px;
  width: 100%;
  height: calc(100% - 165px); }
  @media screen and (max-width: 890px) {
    #equipmentMap.show-data .locations {
      margin-left: 0px; } }
  @media screen and (max-width: 890px) {
    #equipmentMap.show-data .locations .data {
      display: block;
      z-index: 99999;
      position: relative; } }
  @media screen and (max-width: 890px) {
    #equipmentMap.show-data .map {
      width: calc(100% - 300px); } }
  #equipmentMap .title {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%; }
    #equipmentMap .title h1 {
      width: calc(100% - 550px);
      font-size: 24px;
      margin: 0px 0; }
  #equipmentMap .locations {
    width: 300px;
    height: 100%;
    overflow: auto;
    border-bottom: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 890px) {
      #equipmentMap .locations {
        margin-left: -300px; } }
    #equipmentMap .locations .filters {
      position: fixed;
      border: 1px solid #f1f1f1;
      padding: 5px 10px;
      z-index: 9999999;
      background-color: #FFF;
      left: 305px;
      margin-top: 10px;
      box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
      font-family: Roboto, Arial, sans-serif;
      font-size: 18px;
      height: 40px;
      line-height: 29px;
      vertical-align: middle; }
      @media screen and (max-width: 890px) {
        #equipmentMap .locations .filters {
          left: 125px; } }
      #equipmentMap .locations .filters label {
        font-weight: 400; }
      #equipmentMap .locations .filters input {
        margin-left: 10px; }
    #equipmentMap .locations .filters-job {
      position: fixed;
      z-index: 99999;
      right: 15px;
      margin-top: 10px;
      font-family: Roboto, Arial, sans-serif;
      font-size: 18px;
      height: auto;
      line-height: 29px;
      vertical-align: middle;
      width: 450px; }
      @media screen and (max-width: 890px) {
        #equipmentMap .locations .filters-job {
          width: calc(100% - 30px); } }
      #equipmentMap .locations .filters-job .job-locations-container .buttons {
        text-align: right;
        padding-bottom: 10px; }
        @media screen and (max-width: 890px) {
          #equipmentMap .locations .filters-job .job-locations-container .buttons {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: space-between; } }
        #equipmentMap .locations .filters-job .job-locations-container .buttons button {
          box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
          border: 1px solid #888;
          background-color: #FFF;
          width: 40px;
          height: 40px;
          line-height: 40px;
          vertical-align: middle;
          box-sizing: border-box;
          text-align: center; }
          #equipmentMap .locations .filters-job .job-locations-container .buttons button.border {
            border-color: #f1f1f1; }
          #equipmentMap .locations .filters-job .job-locations-container .buttons button#show-data {
            display: none; }
            @media screen and (max-width: 890px) {
              #equipmentMap .locations .filters-job .job-locations-container .buttons button#show-data {
                display: block; } }
      #equipmentMap .locations .filters-job .job-locations-container #job-locations {
        box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
        border: 1px solid #f1f1f1;
        background-color: #FFF;
        height: 300px;
        overflow: auto; }
        #equipmentMap .locations .filters-job .job-locations-container #job-locations.hide {
          display: none; }
        #equipmentMap .locations .filters-job .job-locations-container #job-locations label {
          font-size: 14px;
          font-weight: normal;
          padding: 10px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center;
          border-bottom: 1px solid #f1f1f1;
          margin: 0px; }
          #equipmentMap .locations .filters-job .job-locations-container #job-locations label input {
            margin: 0px;
            margin: 0 10px;
            width: 20px;
            height: 20px; }
          #equipmentMap .locations .filters-job .job-locations-container #job-locations label span {
            display: block;
            line-height: 1.5;
            font-weight: bold;
            width: calc(100% - 40px); }
            #equipmentMap .locations .filters-job .job-locations-container #job-locations label span span {
              font-size: 12px;
              font-weight: normal; }
    @media screen and (max-width: 890px) {
      #equipmentMap .locations .data {
        display: none; } }
    #equipmentMap .locations .location,
    #equipmentMap .locations .no-location {
      border-bottom: 1px solid #f1f1f1;
      padding: 20px;
      position: relative;
      z-index: 70000;
      background-color: #f1f1f1; }
      #equipmentMap .locations .location .index,
      #equipmentMap .locations .no-location .index {
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 12px;
        width: 25px;
        height: 20px;
        border-radius: 20px;
        background-color: #CDCDCD;
        color: #000;
        line-height: 20px;
        vertical-align: middle;
        text-align: center; }
      #equipmentMap .locations .location h2,
      #equipmentMap .locations .no-location h2 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 0px; }
      #equipmentMap .locations .location ul,
      #equipmentMap .locations .no-location ul {
        margin-bottom: 0px; }
      #equipmentMap .locations .location.checked,
      #equipmentMap .locations .no-location.checked {
        background-color: #FFF; }
        #equipmentMap .locations .location.checked .index,
        #equipmentMap .locations .no-location.checked .index {
          background-color: #5cafde;
          color: #FFF; }
      #equipmentMap .locations .location textarea,
      #equipmentMap .locations .location input[type="checkbox"],
      #equipmentMap .locations .no-location textarea,
      #equipmentMap .locations .no-location input[type="checkbox"] {
        display: none; }
    #equipmentMap .locations .no-location {
      opacity: .35; }
  #equipmentMap .map {
    width: calc(100% - 300px);
    position: relative; }
    @media screen and (max-width: 890px) {
      #equipmentMap .map {
        width: 100%; } }
    #equipmentMap .map .loading {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 89999;
      background-color: rgba(255, 255, 255, 0.75);
      display: none; }
      #equipmentMap .map .loading.show {
        display: flex !important;
        flex-direction: row;
        flex-wrap: wrap;
        text-align: center;
        align-items: center; }
      #equipmentMap .map .loading img {
        margin: auto; }
    #equipmentMap .map #gmap {
      width: 100%;
      height: 100%; }
      #equipmentMap .map #gmap .gm-style-mtc,
      #equipmentMap .map #gmap .gm-fullscreen-control {
        display: none !important; }
      #equipmentMap .map #gmap .gm-style .gm-style-iw-d {
        box-sizing: border-box !important;
        width: 96% !important;
        overflow: visible !important;
        padding-bottom: 10px !important; }
    #equipmentMap .map .mapsed-view {
      position: relative; }
      #equipmentMap .map .mapsed-view .index {
        position: absolute;
        top: 0px;
        right: 5px;
        font-size: 12px;
        width: 25px;
        height: 25px;
        border-radius: 25px;
        background-color: #06a7e2;
        color: #fff;
        line-height: 25px;
        vertical-align: middle;
        text-align: center; }
      #equipmentMap .map .mapsed-view .mapsed-name {
        font-size: 18px;
        font-weight: bold;
        padding: 0px 0px 10px 0px;
        margin: 0px;
        border-bottom: 1px solid #f1f1f1; }
      #equipmentMap .map .mapsed-view .mapsed-left address {
        margin-bottom: 0px; }
      #equipmentMap .map .mapsed-view .data-list {
        font-size: 14px;
        padding-top: 10px;
        margin-bottom: 0px; }
        #equipmentMap .map .mapsed-view .data-list button {
          left: -15px;
          margin-top: 10px; }

#modals-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.35); }
  #modals-container.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  #modals-container #pickup {
    display: none; }
  #modals-container #success {
    display: none; }
  #modals-container .modal-window {
    background-color: #FFF;
    width: 100%;
    max-width: 480px;
    padding: 30px;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    position: relative; }
    #modals-container .modal-window.active {
      display: block !important; }
    #modals-container .modal-window .close-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      font-size: 20px; }
    #modals-container .modal-window h2 {
      font-size: 18px;
      font-weight: bold;
      padding: 0px 0px 10px 0px;
      margin: 0px;
      border-bottom: 1px solid #f1f1f1; }
    #modals-container .modal-window p {
      font-size: 16px;
      margin: 0px;
      font-weight: bold; }
    #modals-container .modal-window #pickup-list {
      padding: 0px;
      list-style: none;
      padding-top: 20px; }
      #modals-container .modal-window #pickup-list li input[type="checkbox"] {
        margin-right: 10px; }
    #modals-container .modal-window input {
      border: 0px;
      border-bottom: 1px solid #06a7e2; }
    #modals-container .modal-window button {
      margin-top: 20px; }

.btn-blue {
  padding: 10px;
  background-color: #06a7e2;
  color: #FFF;
  border: 0px;
  width: 100%;
  box-sizing: border-box;
  position: relative !important;
  height: 40px;
  overflow: hidden;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }
  .btn-blue img {
    width: 35px;
    display: none;
    position: absolute;
    top: 2px;
    right: 10px; }
  .btn-blue:disabled {
    opacity: 0.95;
    box-shadow: none; }
    .btn-blue:disabled img {
      display: inline-block; }

.btn-red {
  padding: 10px;
  background-color: #8b3333;
  color: #FFF;
  border: 0px;
  width: 100%;
  box-sizing: border-box;
  position: relative !important;
  height: 40px;
  overflow: hidden;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }

.btn-gray {
  padding: 10px;
  background-color: #CDCDCD;
  color: #000;
  border: 0px;
  width: 100%;
  box-sizing: border-box;
  position: relative !important;
  height: 40px;
  overflow: hidden;
  box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0; }

.btn-invisible {
  opacity: 0; }

.footer.hide {
  display: none; }

.modal-container-map {
  z-index: 999999999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none; }
  .modal-container-map.active {
    display: flex;
    align-items: center;
    justify-content: center; }
  .modal-container-map .modal-window-data {
    background-color: #FFF;
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3);
    max-width: 640px; }
    .modal-container-map .modal-window-data .title {
      border-bottom: 1px solid #f1f1f1;
      padding: 20px;
      position: relative; }
      .modal-container-map .modal-window-data .title .close-modal-map {
        position: absolute;
        top: 20px;
        right: 15px;
        font-size: 20px; }
      .modal-container-map .modal-window-data .title h2 {
        margin: 0px;
        font-size: 18px;
        font-weight: bold; }
    .modal-container-map .modal-window-data .data {
      padding: 20px;
      border-bottom: 1px solid #f1f1f1; }
      .modal-container-map .modal-window-data .data ul {
        margin: 0px; }
      .modal-container-map .modal-window-data .data textarea {
        border: 1px solid #f2f2f2;
        width: 100%;
        height: 80px; }
    .modal-container-map .modal-window-data .buttons {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 20px;
      box-sizing: border-box; }
      .modal-container-map .modal-window-data .buttons button {
        width: calc(100%/2 - 20px); }

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