@import url(fonts_googleapis.css);
@import url(font-awesome.min.css);


* {
  margin: 0;
  padding: 0;
  outline: none !important;

}

html,
body {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  color: #898989;


}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  color: #1f1f1f;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none !important;
  color: #212121;
  opacity: 1;
}

.img-responsive {
  width: 30px;
  height: 30px;
  margin-left: 4px;
}


a {
  text-decoration: none;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #898989;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2a3a4b;
}

.text-justify {
  text-align: justify;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.orange_color {
  color: #ff5722 !important;
}

.full_container {
  width: 100%;
  max-width: 100%;
  height: 100vh;
}

.inner_container {
  display: flex;
  height: 100vh;
}

#sidebar {
  position: fixed;
  min-width: 220px;
  max-width: 220px;
  width: 100%;
  height: 100%;
  background-color: #15283c;
  transition: ease all 0.3s;
  float: left;
  z-index: 11;
  overflow-y: auto;
  overflow-x: hidden;
}

#sidebar ul.components {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#sidebar ul.components ul {
  background: #214162;
  padding-left: 0;
  list-style: none;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
}

#sidebar ul.components ul.nav:hover,
#sidebar ul.components ul.ps-3 li a:hover {
  font-weight: 800;
}


#sidebar ul.components ul li a {
  font-size: 12px;
  color: #afafaf;
  padding: 4px 0px 4px 5px;
}

#sidebar ul li a i {
  width: 22px;
  font-size: 13px;
  text-align: center;
}

#sidebar ul li a {
  display: block;
}

#sidebar ul li a .active {
  font-weight: 800;
}

.sidebar_blog_1,
.sidebar_blog_2 {
  float: left;
  width: 100%;
}

#sidebar.active+#content .topbar {
  padding-left: 90px;
}

#sidebar.active+#content {
  padding-left: 115px;
}

#sidebar::-webkit-scrollbar {
  width: 6px;
}

#sidebar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}


.sidebar_blog_1 {
  float: left;
  width: 100%;
}

.logo_section {
  height: 100%;
  float: left;
}

.logo_section img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px;
}

.logo_icon {
  border-radius: 5px;
  padding: 25px;
}

.sidebar_user_info {
  background: #15283c;
  height: 49px;
  padding-top: 2px;
}

.user_profle_side {
  display: flex;
}

.user_img {
  width: 30px;
  height: 30px;
  padding-top: 8px;
  align-items: center;
}

.user_img img {
  border-radius: 5px;
}

.user_info {
  width: 82%;
  margin: 8px 0px 0px 8px;
}

.user_info h5 {
  font-size: 11px;
  font-weight: 900;
  color: #fff;
}

.user_info h6 {
  font-size: 9px;
  color: #fff;
}

.page_title {
  position: relative;
  padding: 5px;
  margin: 10px -22px;

}

#content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  transition: ease all 0.3s;
  padding: 47px 24px 0px 242px;
}

.topbar {
  position: fixed;
  width: 100%;
  height: 50px;
  padding-left: 220px;
  z-index: 2;
  background: #15283c;
  top: 0;
  left: 0;
  transition: ease all 0.3s;
}

.full {
  width: 100%;
  height: 50px;
  float: left;
}

.sidebar_toggle {
  border: none;
  height: 50px;
  padding: 9px;
  font-size: 21px;
  background: #ff5722;
  margin: 0;
  cursor: pointer;
  float: left;

}

.right_topbar {
  float: right;
  padding: 0;
}

.icon_info {
  float: left;
}

.icon_info ul {
  float: left;
  list-style: none;
  margin: 0;
}

.icon_info ul li {
  position: relative;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 7px 5px 0px 0px;
}

.icon_info ul li a {
  color: #fff;
  font-size: 18px;
}

.icon_info ul li a img {
  width: 35px;
}


.icon_info span.badge {
  position: absolute;
  width: 30px;
  height: 15px;
  font-size: 9px;
  padding: 4px;
  right: -16px;
  top: 3px;
  background: #ff5722;
  border-radius: 8px;
  color: #fff;
  z-index: 1;
}

.icon_info ul.user_profile_dd {
  margin-left: 25px;
}

.icon_info ul.user_profile_dd>li {
  height: 50px;
  background: #ff5722;
  margin: 0;
  padding: 9px;
}

.icon_info ul.user_profile_dd li div a {
  font-size: 15px;
  color: #15283c;
  padding: 4px 15px;
  border: none;
  line-height: normal;
}

.icon_info ul.user_profile_dd li div a:hover {
  background: #243147;
  color: #fff;
}

#calificador input[class="radio"] {
  display: none;
}

#calificador label {
  padding: 10px;
}

.clasificacion {
  direction: rtl;
  unicode-bidi: bidi-override;
  text-align: center;
  font-size: 30px;
}

#calificador label:hover,
#calificador label:hover~label {
  color: #fb452b;
}

#calificador input[type="radio"]:checked~label {
  color: #fb452b;
}

@-webkit-keyframes online {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes online {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.counter_section {
  display: flex;
  min-height: 90px;
  box-shadow: 0 0.1rem 0.4rem 0.06rem rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
}

.counter_icon i {
  font-size: 30px;
  width: 100%;
  float: left;
  text-align: center;
}

.counter_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  float: left;
  margin: 8px 0 8px;
}


.counter_no {
  width: 100%;
  padding: 0 10px;
  align-content: center;
  align-items: center;
  float: right;
}

.counter_no p.total_no {
  width: 100%;
  margin: 0;
  float: left;
  font-weight: 600;
  font-size: 19px;
  text-align: right;
}

.counter_no .head_counter {
  width: 100%;
  float: left;
  color: #99abb4;
  font-weight: 400;
  margin: 0;
  text-align: right;
}

.dash_head_inicio {
  position: relative;
  background-image: url("../../assets/images/pattern_h.png");
  border-radius: 5px 5px 0px 0px;
  height: 30px;
  margin: -14px;
  background-size: cover;
  background-color: #214162;
}

.dash_head_inicio h5 {
  text-transform: uppercase;
  color: #fff;
  margin-top: 2px;
  font-weight: 600;
  font-size: 13px;
}

.dash_head {
  position: relative;
  background-image: url("../../assets/images/pattern_h.png");
  border-radius: 5px 5px 0px 0px;
  height: auto;
  margin: -14px;
  background-size: cover;
  background-color: #214162;
}

.dash_head h4 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
}

.dash_blog {
  width: 100%;
  box-shadow: 0 0.1rem 0.4rem 0.06rem rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 5px;
  float: left;
  margin-bottom: 15px;
}

.fondo_parqueadero:hover {
  background: #c2c2c2;
  transition: ease all 0.3s;
}

.task_list {
  width: 100%;
  float: left;
  list-style: none;
  margin: 0;
}

.task_list li {
  padding: 20px 40px;
  border-bottom: solid #eee 1px;
  line-height: normal;
  font-size: 13px;
  border-left: solid 3px #666;
}

.task_list li a {
  font-size: 13px;
}

.task_list li strong {
  font-weight: 600;
  color: #455a64;
}

.task_list li:nth-child(1) {
  border-left-color: #ff9800;
}

.task_list li:nth-child(2) {
  border-left-color: #2196f3;
}

.task_list li:nth-child(3) {
  border-left-color: #673ab7;
}

.task_list li:nth-child(4) {
  border-left-color: #e91e63;
}

.task_list li:nth-child(5) {
  border-left-color: #1ed085;
}

.task_list li:nth-child(6) {
  border-left-color: #d0331e;
}

.task_list li:nth-child(7) {
  border-left-color: #007000;
}

.task_list li:nth-child(8) {
  border-left-color: #92f8ff;
}

.task_list li:nth-child(9) {
  border-left-color: #451ed0;
}

.task_list li:nth-child(10) {
  border-left-color: #fffb00;
}

.link.disabled {
  opacity: 0.4;
}

.hidden {
  visibility: hidden;
}

td.calendario {
  position: relative;
  width: 80px;
  height: 80px;
  text-align: right;
  cursor: pointer;
}

td.ocupado {
  background-color: #f8d7da;
}

td .puntito {
  position: absolute;
  width: 10px;
  height: 10px;
  top: 5px;
  left: 5px;
  background-color: red;
  border-radius: 50%;
}

.sugerencia {
  position: absolute;
  width: 60%;
  max-height: 150px;
  margin-top: 0px;
  background: rgb(236, 236, 236);
  overflow-y: auto;
  z-index: 1000;
}

.sugerencia div {
  padding: 8px;
  cursor: pointer;
}

.sugerencia div:hover {
  background-color: #f1f1f1;
}

.tag_input {
  display: inline-flex;
  width: 33.33%;
  box-sizing: border-box;
  background-color: #e0e0e0;
  padding: 3px 14px 3px 3px;
  border: #a3a3a3 0.3px solid;
  border-radius: 5px;
  cursor: pointer;
  font-size: 10px;
  position: relative;
}

.tag_input::after {
  content: "×";
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
  pointer-events: none;
}

.flipswitch {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: 2px;
}

.flipswitch input[type=checkbox] {
  display: none;
}

.flipswitch-label {
  display: block;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  overflow: hidden;
}

.flipswitch-inner {
  display: flex;
  width: 200%;
  margin-left: -100%;
  transition: ease all 0.3s;
}

.flipswitch-on,
.flipswitch-off {
  width: 50%;
  font-size: 8px;
  font-weight: 600;
  color: white;
  box-sizing: border-box;
  padding: 2px 4px 0px 2px;
}

.flipswitch-on {
  background-color: #00b66a;
  text-align: left;
}

.flipswitch-off {
  background-color: #dc3545;
  text-align: right;
}

.flipswitch-switch {
  position: absolute;
  width: 10px;
  height: 12px;
  margin: 1px -1px 0px;
  background: #fff;
  border: none;
  border-radius: 3px;
  top: 0;
  bottom: 0;
  left: 2px;
  transition: ease all 0.3s;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-inner {
  margin-left: 0;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-switch {
  left: 100%;
  transform: translateX(-100%);
}

@media (max-width: 1200px) {
  .logo_section {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-sm {
    display: none;
  }
}

.no_copiable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#viewport_parqueadero {
  width: 100%;
  height: 650px;
  overflow: auto;
  border: 1px solid #dee2e6;
  background-color: #f8f9fa;
  background-image:
    linear-gradient(#d0d0d0 1px, transparent 1px),
    linear-gradient(90deg, #d0d0d0 1px, transparent 1px);
  background-size: 140px 60px;
  background-attachment: local;
}

#contenedor_tarjetas_puestos {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
}

.tarjeta_puesto {
  position: absolute;
  cursor: grab;
  z-index: 2;
}

.tarjeta_puesto:active {
  cursor: grabbing;
}

.tarjeta_puesto .card {
  background: rgba(120, 120, 120, 0.18);
}

#zoom_indicator {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 4px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  z-index: 9999;
  pointer-events: none;
}