﻿:root {
  --hover-grey: #f8f8f8;
}

#job_modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  display: none;
}
#job_modal .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
}
#job_modal .loader {
  position: absolute;
  left: 0;
  top: 50px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0.8;
  margin: 0;
}
#job_modal select {
  height: 28px;
}
#job_modal .lookup {
  position: relative;
}
#job_modal .content {
  background: #fff;
  border: initial;
  height: 100%;
  display: flex;
  flex-direction: column;
  float: right;
  position: relative;
  box-shadow: 0px 0px 16px #797979;
  width: 0;
  max-width: 1024px;
  transition: ease-in;
  transition-property: width;
  transition-duration: 0.3s;
}
#job_modal .header {
  border-bottom: 3px solid #c8c8c8;
  display: flex;
  flex: 0 0 50px;
  padding-left: 10px;
}
#job_modal .header .title {
  font-weight: 600;
  font-size: 1em;
  color: #46586f;
  margin-top: 12px;
}
#job_modal .header .close {
  margin-left: auto;
  text-shadow: none;
}
#job_modal .errors {
  background-color: #dc3545;
  color: #fff;
  padding: 11px 10px 10px 15px;
  display: none;
}
#job_modal .errors h2 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
#job_modal .errors ul {
  list-style: circle;
  margin-left: 12px;
  font-size: 13px;
}
#job_modal .body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 0;
  overflow: hidden;
}
#job_modal .nav-tabs .nav-item {
  flex: 1 1 33%;
  display: flex;
}
#job_modal .nav-tabs .nav-item a {
  padding: 15px 15px;
  margin: 20px;
  border: 1px solid #d9d9d9;
  border-radius: unset;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #7f9fd0;
}
#job_modal .nav-tabs .nav-item a .ni-t {
  font-weight: 600;
}
#job_modal .nav-tabs .nav-item a .ni-d {
  font-size: 14px;
}
#job_modal .nav-tabs .nav-item.active a {
  color: #4572b9;
  border: 1px solid #a8a7a7;
}
#job_modal .nav-tabs .nav-item:hover a {
  border: 1px solid #2d4e8a;
  color: #565656;
}
#job_modal .tab-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#job_modal .tab-content .tab-pane {
  position: relative;
  flex: 1 1 auto;
  overflow: auto;
}
#job_modal .tab-content .tab-pane .menu {
  padding: 5px 10px;
}
#job_modal .tab-content .tab-pane .menu > div {
  display: inline-block;
  cursor: pointer;
  padding: 5px 10px;
}
#job_modal .tab-content .tab-pane .menu > div .ico {
  color: #4572b9;
}
#job_modal .tab-content .tab-pane .menu > div:hover {
  background-color: var(--hover-grey);
}
#job_modal .footer {
  border-top: 1px solid #ddd;
  padding: 10px;
  display: flex;
  /* #job_download {
       background-color: #6f238a;
       border-color: #6f238a;

       &:hover {
           background-color: #591670;
       }
   }*/
}
#job_modal .footer button {
  margin: 5px;
}
#job_modal h2 {
  font-size: 1.5em;
  color: #797979;
  font-weight: bold;
}
#job_modal th {
  color: #323130;
  font-size: 13px;
  font-weight: 600;
}
#job_modal .dialog {
  width: 900px;
  height: 590px;
}
#job_modal #tab_det .items {
  margin: 11px 10px 10px 15px;
}
#job_modal #tab_sche {
  /*    tbody tr {
      &:hover {
          background-color: var(--hover-grey);
      }
  }*/
}
#job_modal #tab_sche th {
  border-top: none;
}
#job_modal #tab_sche .status .ico {
  margin-right: 10px;
}
#job_modal #tab_sche .opts {
  cursor: pointer;
}
#job_modal #tab_docs #nd {
  border: none;
  font-size: unset;
}
#job_modal .items ul {
  list-style: none;
  margin-right: 5px;
}
#job_modal .items .foi {
  display: flex;
  flex-direction: column;
}
#job_modal .items .foi .gr {
  border-bottom: 1px solid #727479;
  margin-bottom: 13px;
  font-weight: bold;
  font-size: 1.2em;
  color: #797979;
  margin-top: 10px;
}
#job_modal .items .foi:first-child .gr {
  margin-top: 0;
}
#job_modal .items .foi .prop-t {
  font-size: 0.7em;
  margin-bottom: 0;
}
#job_modal .items .foi .prop-t .req {
  color: #ce2222;
}
#job_modal .items .foi .check .prop-t {
  cursor: pointer;
}
#job_modal .items .foi .check input {
  float: left;
  width: inherit;
  margin-right: 7px;
  margin-top: 1px;
  cursor: pointer;
}
#job_modal .items .foi .lookup {
  position: relative;
}
#job_modal .items .foi .map {
  height: 300px;
  position: relative;
}
#job_modal .items .foi .map .pc {
  position: absolute;
  top: 10px;
  left: 220px;
  right: 70px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
#job_modal .items .foi .map .pc input {
  width: 100%;
  height: 100%;
  border: none;
  padding: 5px;
  font-size: 18px;
  font-family: Roboto, Arial, sans-serif;
}

.foi .prop.err input[type=textbox],
.foi .prop.err textarea {
  border: 1px solid #dc3545;
}

.j-user .tippy-content {
  padding: 0;
  width: 100px;
  text-align: center;
}
.j-user .tippy-content .ju-del {
  padding: 5px;
  background-color: var(--red);
  color: #fff;
}

.foi .prop.err .val {
  display: block;
  background-color: #dc3545;
  color: #fff;
  padding-left: 3px;
  font-size: 0.7em;
}

#job_modal textarea {
  height: auto;
  font-size: 0.8em;
}

#job_modal #job_delete {
  margin-left: auto;
}

#clone_modal .modal-header {
  background-color: #f4f2f0;
}
#clone_modal .modal-dialog {
  width: 800px;
  height: 500px;
}
#clone_modal .modal-dialog .modal-content {
  height: 500px;
}
#clone_modal .modal-dialog .modal-content .user-lookup {
  position: relative;
}
#clone_modal .modal-dialog .modal-content .content {
  padding: 20px 10px;
}
#clone_modal .modal-dialog .modal-content .status {
  display: none;
}
#clone_modal .modal-dialog .modal-content .addUser {
  cursor: pointer;
  padding: 5px 10px;
}
#clone_modal .modal-dialog .modal-content .addUser i {
  color: #4572b9;
}
#clone_modal .modal-dialog .modal-content .table {
  margin: 0;
}
#clone_modal .modal-dialog .modal-content .table td:nth-child(1), #clone_modal .modal-dialog .modal-content .table th:nth-child(1) {
  width: 350px;
}
#clone_modal .modal-dialog .modal-content .user-collection {
  display: flex;
  flex-direction: column;
}
#clone_modal .modal-dialog .modal-content .user-collection .scroll {
  height: 210px;
  overflow: auto;
}
