@media (max-width: 991px) {
  html {
    overflow-x: hidden;
  }
}

body {
  -webkit-print-color-adjust: exact !important;
}

*, h1, h2, h3, h4, h5, h6, p, div, span, strong, em, a, b, section {
  font-family: "Roboto", sans-serif;
}

input, textarea, select {
  border: 1px solid #495046 !important;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
}

.header .profile-dropdown {
  border-right: 0 !important;
}

.cursor {
  cursor: pointer;
}

.form-control[readonly] {
  opacity: 0.5;
}

@media (min-width: 991px) {
  .page-title {
    margin-top: 50px;
  }
}
@media (min-width: 991px) {
  .sticky {
    position: fixed;
    z-index: 9;
    width: 100%;
    zoom: 0.9;
  }
  .sticky .horizontalMenu-list {
    zoom: 0.9;
  }
}
@media (max-width: 991px) {
  .parking-area {
    margin-top: 10px;
  }
}
.parking-area .parking-title {
  color: #000000;
  font-size: 34px;
}
.parking-area .form-label.end {
  display: flex;
  justify-content: flex-end;
}
.parking-area #plate-number-ins {
  text-transform: uppercase;
  background: #f3f3f7;
}
.parking-area .dataTables_filter .form-control {
  visibility: hidden;
}
.parking-area .form-control {
  padding: 0.65rem 0.75rem;
  font-size: 1.0375rem;
  color: #000000;
}
.parking-area .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #000000;
}
.parking-area .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000000;
}
.parking-area .form-control::placeholder {
  color: #000000;
}
.parking-area .dataTables_length {
  float: left;
}
.parking-area #vehicle-datatable_filter,
.parking-area #invoicedatatable_filter {
  height: 20px;
}
.parking-area #plate-number-exit,
.parking-area #global-search {
  text-transform: uppercase;
}
.parking-area .price.end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.parking-area .price .value {
  font-size: 34px;
  font-weight: 300;
}
.parking-area .price small {
  font-size: 30px;
  font-weight: 300;
}
.parking-area .line {
  border-bottom: 3px solid #cacaca;
}
.parking-area .exit-button {
  width: 100%;
  height: 49px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.parking-area .exit-button i {
  margin-left: 15px;
}
.parking-area .exit-button.visa {
  background-color: #1A1F71;
}
.parking-area .exit-button.cash {
  background-color: #85bb65;
}
.parking-area .exit-button.free {
  color: #cacaca;
  justify-content: flex-end;
}
.parking-area .split.btn {
  background-color: #800080;
  width: 100%;
  height: 49px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
}
.parking-area .togleFields {
  display: none;
}
.parking-area .togleItemFields {
  display: flex;
  font-weight: bold;
  font-size: 21px;
  color: #9F2B68;
  width: 100%;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-bottom: 20px;
}
.parking-area .togleItemFields i {
  margin-left: 20px;
}
.parking-area .results-payments {
  color: red;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.parking-area a.reset {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: fit-content;
  color: rgba(102, 77, 201, 0.85);
}
.parking-area a.reset i {
  margin-left: 15px;
}
.parking-area .modal-dialog {
  max-width: 85mm;
  margin: 0 auto;
  margin-top: 50px;
}
.parking-area .modal-header {
  padding: 0;
}
.parking-area .modal-body {
  margin-top: 10px;
}
.parking-area button.close {
  font-size: 40px;
  margin-right: 10px;
}
.parking-area .modal {
  position: fixed;
  display: none;
  overflow: hidden;
  outline: 0;
  padding-right: 0 !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.61);
}

.register-1:before {
  background: #00aeef;
}

.register-1 .custom-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}

.select2-hidden-accessible {
  height: 40px !important;
  width: 86% !important;
}

.select2-container .select2-selection--single {
  height: 3rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px !important;
  font-size: 15px;
  padding-left: 12px !important;
}

.header-brand-img {
  height: auto;
}

.header-avatar1 {
  background-color: #e7e6e6;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
}

.align-center-all-dashboard {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.side-menu .side-menu__icon {
  line-height: 22px;
}

.side-menu__item:hover i, .side-menu__item:hover a, .side-menu__item:focus i, .side-menu__item:focus a, .side-menu__item:active i, .side-menu__item:active a {
  color: #00aeef;
}

a.side-menu__item:hover span, a.side-menu__item:focus span, a.side-menu__item:active span {
  color: #00aeef;
}
a.side-menu__item.active i {
  color: #00aeef;
}
a.side-menu__item.active i span {
  color: #00aeef;
}

.btn-group .exit i {
  position: relative;
  top: 1px;
  margin-left: 10px;
}

.custom-radio {
  cursor: pointer;
}

.dt-control {
  cursor: pointer;
}

.append-data > td {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-top: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.append-data > td table tr td {
  border-top: 0;
}

#insert-vehicle .btn.btn-primary {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 49px;
}

#insert-vehicle .toggleItems, #exit-vehicle .toggleItems {
  display: none;
}
#insert-vehicle .togleItem, #exit-vehicle .togleItem {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #cacaca;
  margin-left: 55px;
  border-radius: 5px;
  border: 0.5px solid #495046;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  #insert-vehicle .togleItem, #exit-vehicle .togleItem {
    margin-left: 5px;
  }
}

#exit-vehicle .toggleItems {
  display: block;
}

.custom-control-label.type {
  background: #cacaca;
  color: #000000;
  height: 49px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
}
.custom-control-label.type:after, .custom-control-label.type:before {
  display: none;
}
.custom-control-label.type.active {
  color: #ffffff;
  background-color: #0f9163;
}
.custom-control-label.type.active i {
  color: #ffffff;
}
.custom-control-label.type i {
  font-size: 34px;
  line-height: 100%;
  color: #000000;
  position: relative;
  top: 3px;
}
.custom-control-label.type i.flaticon.flaticon-bus, .custom-control-label.type i.flaticon.flaticon-boat-1 {
  font-size: 40px;
}
.custom-control-label.type i.flaticon.flaticon-truck {
  font-size: 70px;
}

.hor-menu .horizontalMenu > .horizontalMenu-list > li > a.active {
  color: #000000;
  font-weight: bold;
  background: transparent;
}

.custom-control.custom-radio.pl-0 {
  padding-left: 0;
}

.card-title {
  font-size: 26px;
}

.return {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 49px;
  background-color: #cacaca;
  border: 1px solid #cacaca;
}

.custom-control-input.radio {
  display: none;
}

@media (max-width: 992px) {
  .hor-content.main-content {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .col-tm {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .col-tm {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 991px) {
  .top-dash {
    margin-top: 50px;
  }
}
.top-dash.mobile .align-center-all-dashboard {
  height: auto;
  text-align: center;
}
.top-dash.mobile .align-center-all-dashboard span {
  margin-bottom: 0 !important;
}
.top-dash .card {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .top-dash .card-body {
    padding: 0.5rem 0.5rem;
  }
}

@media (max-width: 995px) {
  .hor-header.header {
    position: static;
  }
}
.hor-header .header-brand {
  margin-left: 0;
}
.hor-header .header-brand .header-brand-img {
  height: 3rem;
}
@media (max-width: 992px) {
  .hor-header .header-brand .header-brand-img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: flex-end !important;
    margin-right: 0 !important;
  }

  div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 0 !important;
  }

  .page-leftheader {
    display: none;
  }
}
tr.even {
  background: #f1f1f1;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  font-weight: 400;
}

table.table.table-bordered thead tr {
  background: #d1d1d1;
}

table.table.table-bordered th {
  font-weight: bold;
}

@media (max-width: 991px) {
  .page {
    padding-bottom: 90px;
  }
}
.menu-center-name {
  font-size: 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (min-width: 991px) {
  .menu-center-name {
    height: 70px;
  }
}

.app-footer {
  display: none;
  position: fixed;
  bottom: 0;
  background: #ffffff;
  z-index: 9;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid #cacaca;
}
@media (max-width: 991px) {
  .app-footer {
    display: flex;
  }
}
.app-footer ul {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .app-footer ul {
    justify-content: space-around;
  }
}
.app-footer ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.app-footer ul li a {
  text-align: center;
}
.app-footer ul li a i {
  color: #000000;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  padding-bottom: 0;
}
.app-footer ul li a em {
  font-style: normal;
  color: #000000;
  font-size: 10px;
}

.parking-area .form-control {
  padding: 0.65rem 0.75rem;
  font-size: 22px;
  color: #000000;
  font-weight: bold;
}

@media (max-width: 991px) {
  .page-leftheader {
    display: none;
  }
}
.parking-area.exit select.form-control:not([size]):not([multiple]) {
  height: auto;
}
@media (min-width: 991px) and (max-width: 1280px) {
  .parking-area.exit {
    margin-top: 80px;
  }
}
.parking-area.exit select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}

.datepicker.datepicker-dropdown {
  background-color: #fff;
  border: 1px solid #e6ebf1;
  font-family: inherit;
  font-size: inherit;
  padding: 10px;
  margin: 0px 0 0;
  display: none;
  width: auto !important;
  z-index: 5 !important;
  box-shadow: 0 0.76rem 1.52rem rgba(18, 38, 63, 0.03);
  border-radius: 4px;
  transform: scale(1.5);
  margin-top: 68px;
  margin-left: 59px;
}

.datepicker.datepicker-dropdown td {
  padding: 8px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-20 {
  font-size: 20px;
}

.f-normal {
  font-weight: 400;
}

.f-bold {
  font-weight: bold;
}

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.p-l-0 {
  padding-left: 0;
}

.modal-dialog {
  max-width: 85mm;
  margin: 0 auto;
  margin-top: 50px;
}

.rightTotal {
  width: 48%;
  text-align: right;
}

.allTypes {
  margin-bottom: 0;
}
.allTypes li {
  font-size: 14px;
}

.card-body.dash {
  min-height: 225px;
}

.dropdown-item.actions-btn {
  display: inline-block;
  width: 30%;
  font-size: 20px;
  text-align: center;
  padding: 0;
}
.dropdown-item.actions-btn i {
  margin-right: 0 !important;
}

.table-view {
  width: 100mm;
  background-color: #ffffff;
  margin: 0 auto;
  margin-top: 20px;
  padding: 30px;
}

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