@media screen and (max-width:480px) {
  .sidebar {
    display: none;
  }
}
.sidebar .list-group {
  list-style: none;
  text-align: left;
  padding-left: 20px;
}
.sidebar .list-group-item {
  padding-top: 15px;
  font-size: 14px;
}

.footer {
  position: fixed;
  padding: 2px 0;
  bottom: 0;
  width: 100%;
  min-height: 50px;
}
.footer ul {
  width: 100%;
}
.footer ul li {
  height: 35px;
}
.footer ul li img {
  width: 38px;
}

.dashboard {
  height: 100%;
}
.dashboard > div {
  padding: 0 5px;
}
@media screen and (max-width:480px) {
  .dashboard > div {
    padding: 0;
  }
}
.dashboard .board-title {
  padding: 5px 0 5px 10px;
  background: #5a5a5a;
  color: white;
  font-weight: bold;
}
.dashboard table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px gray;
}
.dashboard table th {
  padding: 2px;
  border: solid 1px gray;
  border-bottom: solid 1px gray;
  width: 28%;
}
.dashboard table th.date {
  width: 16%;
}
.dashboard table tr {
  border-top: dashed 1px gray;
}
.dashboard table td {
  padding: 2px;
  border-left: solid 1px gray;
}
.dashboard ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dashboard ul li {
  padding: 5px;
  border-bottom: 1px dotted;
}
.dashboard .news a {
  text-decoration: underline;
}
.dashboard .task ul {
  background: #fff7c9;
}
.dashboard .task ul li {
  padding-bottom: 2px;
}
.dashboard .task ul li span {
  text-decoration: underline;
  text-decoration-color: #2a2a2a;
  text-underline-offset: 2px;
}
.dashboard .task ul li small {
  display: block;
  text-align: right;
  padding-top: 2px;
}
.dashboard .sales .row {
  text-align: center;
  align-items: center;
  border-bottom: 1px dotted;
  padding: 2px 5px;
}
.dashboard .sales p {
  padding: 3px 0;
  margin: 0;
}

.content {
  flex: 1;
}
.content h3 {
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width:480px) {
  .content .form-group {
    margin-bottom: 0;
  }
}
.content .form-group .status {
  display: inline;
  margin: 4px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.content .form-group .checkbox-group label {
  font-size: 14px;
  width: 95%;
  border: 1px solid #919191;
  color: #919191;
  line-height: 40px;
  text-align: center;
  border-radius: 15px;
}
.content .form-group .checkbox-group input[type=checkbox], .content .form-group .checkbox-group input[type=radio] {
  display: none;
}
.content .form-group .checkbox-group input[type=checkbox]:checked + label, .content .form-group .checkbox-group input[type=radio]:checked + label {
  color: #ffffff;
  border: 1px solid #F7852D;
  background: #F7852D;
}
.content .col-form-label {
  padding: 10px 0 5px;
  font-size: 16px;
  display: block;
}
@media screen and (max-width:480px) {
  .content .col-form-label {
    padding-top: calc(0.375rem + 15px);
  }
}
.content .col-form-label-big {
  padding: 20px 0 10px;
  font-size: 16px;
}
@media screen and (max-width:480px) {
  .content .col-form-label-big {
    padding-top: calc(0.375rem + 15px);
  }
}
.content .btn.open {
  padding: 0.18rem 0.75rem;
}
.content .col-form-label2 {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width:820px) {
  .content .col-form-label2 {
    padding-top: calc(0.375rem + 1px);
  }
}
@media screen and (max-width:480px) {
  .content .col-form-label2 {
    padding-top: calc(0.375rem + 15px);
  }
}
.content textarea.form-control {
  height: 100px;
}
.content .form-disabled {
  background-color: #eee;
  outline: none;
}
.content .count {
  position: absolute;
  right: 10px;
}
.content .link {
  margin-top: -20px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}
.content .link a {
  color: #F7852D;
  border: 1px solid;
  padding: 5px 5px 3px 5px;
  border-radius: 5px;
}
.content .verification {
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin: 0;
}
.content .bank-search {
  color: #F7852D;
  text-decoration: underline;
}
@media screen and (max-width:480px) {
  .content .bank-search {
    display: block;
    padding: 8px 0px;
  }
}
.content .bank-list button {
  background: transparent;
  border: 1px solid #aaaaaa;
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 12px;
  margin: 1px 0;
  color: #4f4f4f;
}
.content .bank-list button:hover {
  color: #fff;
  background-color: #F7852D;
  border-color: #F7852D;
}
.content .bank-list button:focus {
  outline: 0;
}
.content .list-header {
  border: 1px solid #999999;
  align-items: center;
}
.content .list-header div {
  margin-right: -1.5px;
}
.content .list-header div p {
  margin: 0;
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.content .list-header div p:not(:last-child) {
  border-bottom: 1px dotted #999999;
}
.content .list-header div:not(:last-child) {
  border-right: 1px dotted #999999;
}
.content .list-data {
  height: 30px;
  line-height: 30px;
  border: 1px solid #999999;
  border-top: 0;
  align-items: center;
}
.content .list-data div {
  margin-right: -1.5px;
}
.content .list-data div p {
  margin: 0;
  padding-left: 5px;
  word-break: break-all;
}
.content .list-data div p:not(:last-child) {
  border-bottom: 1px dotted #999999;
}
.content .list-data div:not(:last-child) {
  border-right: 1px dotted #999999;
}
.content .list-data .edit {
  justify-content: center;
}
.content .list-data .command {
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.content .list-data .command span {
  cursor: pointer;
}
.content .vehicles .car-list-data {
  padding: 15px 0;
  border-top: 1px dotted gray;
}
@media screen and (max-width:820px) {
  .content .vehicles .car-list-data h2 {
    font-size: 14px;
  }
}
@media screen and (max-width:480px) {
  .content .vehicles .car-list-data .no {
    font-size: 12px;
  }
}
.content .vehicles .car-list-data .specs {
  margin-top: 8px;
}
@media screen and (max-width:1100px) {
  .content .vehicles .car-list-data .specs {
    font-size: 10px;
  }
}
@media screen and (max-width:480px) {
  .content .vehicles .car-list-data .specs {
    font-size: 12px;
    margin-top: 0;
    line-height: 22px;
  }
}
.content .vehicles .car-list-data .specs label {
  font-weight: bold;
}
.content .vehicles img {
  width: 75%;
}
@media screen and (max-width:820px) {
  .content .vehicles img {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
  .content .vehicles-store .qrreader {
    display: none;
  }
}
.content .vehicles-store .form-group .dateselect {
  position: relative;
}
.content .vehicles-store .form-group .dateselect span {
  position: absolute;
  z-index: 9;
  font-size: 14px;
  top: 13px;
  right: 60px;
  color: #919191;
}
@media screen and (max-width:480px) {
  .content .vehicles-store .form-group > div {
    margin-top: 10px;
  }
}
.content .vehicles-store .features {
  text-align: left;
}
.content .vehicles-store .features div {
  padding-bottom: 10px;
}
.content .vehicles-store .features input[type=button] {
  width: 13px;
}
.content .vehicles-store .spinner-overlay {
  display: none;
}
.content .vehicles-store .spinner-overlay .cv-spinner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(170, 170, 170, 0.6666666667);
  z-index: 99999;
}
.content .vehicles-store .spinner-overlay .cv-spinner .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);
  }
}
.content .comments .list-title, .content .deals .list-title {
  text-decoration: none;
  border-bottom: 1px solid #999999;
  margin: 0;
}
@media screen and (max-width:480px) {
  .content .comments .list-title:first-of-type, .content .deals .list-title:first-of-type {
    border-bottom: 0;
  }
}
.content .comments .list-title.vehicle, .content .deals .list-title.vehicle {
  font-size: 14px;
  font-weight: bold;
}
.content .comments .list-title.date, .content .deals .list-title.date {
  justify-content: end;
}
@media screen and (max-width:480px) {
  .content .comments .list-title.date, .content .deals .list-title.date {
    justify-content: start;
    padding: 5px 0;
  }
}
.content .comments .list-title span, .content .deals .list-title span {
  padding: 2px;
  margin-right: 8px;
  font-size: 12px;
  border: 1px solid #28a745;
  color: #28a745;
  border-radius: 5px;
}
.content .comments .list-title a, .content .deals .list-title a {
  color: #F7852D;
}
.content .comments .list-body, .content .deals .list-body {
  margin: 5px;
}
.content .comments .list-ctrl a, .content .deals .list-ctrl a {
  width: 100px;
  display: inline-block;
  text-align: center;
  border-bottom: 1px solid;
  padding: 2px;
  margin-right: 5px;
}
.content .comments .list-ctrl .reply, .content .deals .list-ctrl .reply {
  color: #F7852D;
}
.content .comments .list-ctrl .edit, .content .deals .list-ctrl .edit {
  color: #28a745;
}
.content .comments .list-ctrl .delete, .content .deals .list-ctrl .delete {
  color: red;
  float: right;
}
.content .comments .list-ctrl form, .content .deals .list-ctrl form {
  display: inline;
}
.content .comments .item-body, .content .deals .item-body {
  padding: 5px 0 10px;
}
.content .comments .item-body span, .content .deals .item-body span {
  display: inline-block;
  margin: 0;
  margin-bottom: 5px;
  font-size: 120%;
  font-weight: bold;
}
.content .comments .item-body a, .content .deals .item-body a {
  color: #F7852D;
  text-decoration: underline;
}
@media screen and (max-width:480px) {
  .content .deals .list .status {
    order: 1;
  }
  .content .deals .list .vehicle {
    order: 2;
  }
  .content .deals .list .date {
    order: 0;
    border-bottom: 0;
  }
}

.gallery {
  position: relative;
  min-height: 200px;
  max-height: 490px;
  overflow-y: auto;
  padding: 20px 20px 0;
  border-radius: 6px;
  border: 1px dashed #CCCCCC;
  background-color: #FAFAFA;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width:480px) {
  .gallery {
    padding: 20px 10px 0;
  }
}
.gallery-box {
  width: 15%;
  margin: 0 0.83% 20px 0.83%;
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: 16px;
  font-size: 13px;
  color: #424242;
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2196078431);
  height: 180px;
  background: #F2F7ED;
}
@media screen and (max-width:1100px) {
  .gallery-box {
    width: 19%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media screen and (max-width:820px) {
  .gallery-box {
    width: 24%;
    margin: 0 0.5% 20px 0.5%;
  }
}
@media screen and (max-width:480px) {
  .gallery-box {
    width: 31%;
    height: 144px;
    margin: 0 1.16% 20px 1.16%;
  }
}
.gallery-box.new {
  background: #f7edef;
}
.gallery-box.deleting {
  opacity: 0.3;
}
.gallery-box.add-box {
  background: rgba(0, 0, 0, 0.1019607843);
  color: rgba(0, 0, 0, 0.2705882353);
  box-shadow: 0 2px 8px;
  transition-duration: 0.4s;
}
.gallery-box.add-box:hover {
  background: rgba(228, 100, 30, 0.1);
  color: rgba(228, 100, 30, 0.8);
  transition-duration: 0.2s;
}
.gallery-box.add-box:active {
  background: rgba(255, 60, 10, 0.1);
  color: rgba(255, 60, 10, 0.8);
  transition-duration: 0s;
}
.gallery-box.add-box label div {
  width: 100%;
  height: 100%;
}
.gallery-box.add-box input[type=file] {
  display: none;
}
.gallery-box.add-box svg {
  position: absolute;
  top: 35%;
  left: 37%;
  fill: #4a4a4a;
  cursor: pointer;
}
@media screen and (max-width:820px) {
  .gallery-box.add-box svg {
    left: 35%;
  }
}
@media screen and (max-width:480px) {
  .gallery-box.add-box svg {
    left: 33%;
  }
}
.gallery-box .delete_btn {
  position: absolute;
  right: -10px;
  top: -10px;
  fill: #220202;
  cursor: pointer;
  z-index: 10000;
}
.gallery p {
  padding: 0 5px;
  margin: 10px 0 0;
  height: 45px;
  word-break: break-all;
}
@media screen and (max-width:480px) {
  .gallery p {
    height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

#qr-reader {
  z-index: 99999;
}
#qr-reader > div {
  background: #111111;
  width: 800px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width:480px) {
  #qr-reader > div {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
  }
}
#qr-reader > div p {
  font-size: 15px;
  margin: 0;
  color: white;
  padding-bottom: 8px;
}
#qr-reader .video_container {
  width: 350px;
  height: 250px;
  position: relative;
  padding-bottom: 30px;
  margin-left: 130px;
}
@media screen and (max-width:480px) {
  #qr-reader .video_container {
    margin: 0 auto;
  }
}
#qr-reader .video_container .video, #qr-reader .video_container .canvas {
  width: 100%;
  height: 100%;
}
#qr-reader .video_container .hidelayer {
  width: 200px;
  height: 200px;
  position: absolute;
  background: #111111;
  top: 25px;
  left: -10px;
}
#qr-reader .video_container img {
  position: absolute;
  width: 130px;
  right: 16px;
  top: 64px;
}
@media screen and (max-width:480px) {
  #qr-reader .video_container img {
    width: 130px;
    right: 110px;
    top: 60px;
  }
}
#qr-reader .qr_container img {
  width: 30px;
  padding: 0 2px;
}
#qr-reader .qr_container .read_frame {
  display: inline-block;
  padding: 10px;
  margin: 0 5px;
  position: relative;
}
#qr-reader .qr_container .read_frame::before, #qr-reader .qr_container .read_frame::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
}
#qr-reader .qr_container .read_frame::before {
  border-left: 5px solid white;
  border-top: 5px solid white;
  top: 0;
  left: 0;
}
#qr-reader .qr_container .read_frame::after {
  border-right: 5px solid white;
  border-bottom: 5px solid white;
  bottom: 0;
  right: 0;
}
#qr-reader .qr_container .read_frame.type-1 #qr-4 {
  padding-left: 15px;
}
#qr-reader .radio_container {
  padding-top: 15px;
}
#qr-reader .radio_container input[type=radio] {
  display: none;
}
#qr-reader .radio_container input[type=radio] + label {
  display: inline-block;
  width: 100px;
  padding: 5px;
  background-color: #676767;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  transition: all 0.3s ease-out;
  border-radius: 20px;
}
#qr-reader .radio_container input[type=radio]:checked + label {
  background-color: #F7852D;
}
#qr-reader .camera_container {
  padding-top: 20px;
  max-width: 350px;
  margin: 0 auto;
  color: white;
}
#qr-reader .camera_container p {
  font-size: 10px;
}

#bank > div {
  width: 460px;
  margin: auto;
  margin-top: 10vh;
  background: white;
  padding: 20px;
  max-height: 80vh;
  overflow: auto;
  min-height: 400px;
}
@media screen and (max-width:480px) {
  #bank > div {
    padding: 20px 10px;
    width: calc(100vw - 40px);
  }
}
#bank > div .close::before, #bank > div .close::after {
  background: black;
  right: 0;
  top: 0;
}
#bank > div .step-1, #bank > div .step-2 {
  display: none;
}
#bank > div .step-1.active, #bank > div .step-2.active {
  display: block;
}
#bank > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#bank > div ul li {
  border-bottom: 1px solid;
  font-size: 120%;
  cursor: pointer;
}
#bank > div ul li span:first-of-type {
  width: 50px;
  display: inline-block;
}

#database_select > div {
  width: 460px;
  margin: auto;
  margin-top: 50px;
  background: white;
  padding: 10px 20px;
  font-size: 16px;
}
@media screen and (max-width:480px) {
  #database_select > div {
    padding: 20px;
    width: calc(100vw - 60px);
  }
}
#database_select > div .step-1, #database_select > div .step-2 {
  display: none;
}
#database_select > div .step-1.active, #database_select > div .step-2.active {
  display: block;
}
#database_select > div .attention {
  height: 30px;
  color: red;
  text-align: right;
  font-size: 11px;
}
#database_select > div .selectclose {
  padding-top: 10px;
  font-size: 11px;
  text-decoration: underline;
  cursor: pointer;
}
#database_select > div .stepback {
  height: 30px;
  cursor: pointer;
}
#database_select > div p {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
}
#database_select > div ol {
  counter-reset: list;
  list-style-type: none;
  padding: 0;
  margin: 8px 0;
  max-height: 420px;
  overflow: auto;
}
#database_select > div ol li {
  display: none;
  position: relative;
  padding: 0px 0 5px 7px;
  margin: 10px 0;
  font-size: 13px;
  font-weight: bold;
  border-bottom: dashed 1px #F7852D;
  cursor: pointer;
}
#database_select > div ol li:first-of-type {
  margin-top: 0;
}
#database_select > div ol li.active {
  display: block;
}

.certificate label.btn {
  background: #666;
  color: #fff;
  padding: 0.18rem 0.75rem;
  position: relative;
}
.certificate label.btn input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.certificate label.btn:hover {
  background: #888;
  transition: all 0.4s;
}
.certificate .filename {
  margin: 0 10px;
}
@media screen and (max-width:480px) {
  .certificate .filename {
    margin: 10px;
    display: block;
  }
}

.viewer_box {
  display: none;
  height: 360px;
  z-index: 99999;
  position: absolute;
  top: 85px;
}
@media screen and (max-width:480px) {
  .viewer_box {
    top: 96px;
  }
}
.viewer_box.active {
  display: block;
}
.viewer_box-top-info {
  padding: 2px 0;
  width: 80%;
  float: left;
  border: 0;
  color: #676767;
  text-align: left;
  vertical-align: middle;
}
.viewer_box-top-close {
  background-color: transparent;
  text-align: center;
  float: right;
  width: 28px;
  cursor: pointer;
}
.viewer_box-counter {
  clear: both;
  text-align: center;
}
.viewer_box-list {
  height: 300px;
  overflow-y: scroll;
}
.viewer_box-list ul {
  list-style: none;
  padding: 0;
  margin: 5px 0;
}
.viewer_box-list ul li {
  border-top: 1px solid #f2f2f2;
  padding: 5px 0;
}
.viewer_box-list ul li p {
  color: #676767;
  margin: 0 2px;
}
.viewer_box-list ul li .big {
  color: #3672d2;
  font-weight: bold;
}
.viewer_box-list ul li:hover {
  background: rgba(255, 146, 81, 0.4666666667);
}

.company_search {
  position: absolute;
  right: -50px;
  bottom: 1px;
}
@media screen and (max-width:480px) {
  .company_search {
    right: 0;
  }
}

.search-icon {
  position: absolute;
  right: 5px;
  bottom: 10px;
  width: 24px;
  cursor: pointer;
}

.tooltip-popup {
  display: inline-block;
  position: relative;
  padding: 4px 0 0 3px;
}
.tooltip-popup svg {
  width: 16px;
  height: 16px;
  padding: 2px;
  border: 2px solid #777;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.tooltip-popup #pop-up {
  display: none;
}
.tooltip-popup .overlay {
  display: none;
}
.tooltip-popup #pop-up:checked + .overlay {
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
}
.tooltip-popup .window {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 720px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  align-items: center;
  transform: translate(-50%, -50%);
  justify-content: center;
}
@media screen and (max-width:480px) {
  .tooltip-popup .window {
    width: 90%;
    overflow: scroll;
    height: 500px;
    padding: 10px;
  }
}
.tooltip-popup .close {
  position: absolute;
  top: 10px;
  right: 4px;
  cursor: pointer;
}
.tooltip-popup .close::before, .tooltip-popup .close::after {
  background: #000;
  top: 10px;
}
.tooltip-popup ul, .tooltip-popup p {
  font-size: 14px;
}
@media screen and (max-width:480px) {
  .tooltip-popup ul {
    padding-left: 15px;
  }
}
.tooltip-popup .help-image {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 4px;
  justify-content: center;
}
.tooltip-popup .help-image img {
  width: 24%;
}
@media screen and (max-width:480px) {
  .tooltip-popup .help-image img {
    width: 49%;
  }
}

.tooltip-005 {
  display: inline-block;
  position: relative;
}
.tooltip-005 svg {
  width: 16px;
  height: 16px;
  padding: 2px;
  border: 2px solid #777;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.tooltip-005 p {
  display: flex;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: -43px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.5em 1em;
  border-radius: 3px;
  background-color: #000000;
  color: #fff;
  font-size: 0.7em;
  white-space: nowrap;
  transition: opacity 0.3s;
  z-index: 99999;
  /*
  &::before {
      position: absolute;
      top: -6px;
      width: 9px;
      height: 6px;
      background-color: inherit;
      clip-path: polygon(50% 0, 0 100%, 100% 100%);
      content: '';
  }
  */
}
.tooltip-005:hover > p {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=manager.css.map */