/* Scrollbar */
::-webkit-scrollbar {
  width: 10px; }

::-webkit-scrollbar-track {
  background: #4D5263; }

::-webkit-scrollbar-thumb {
  background: #3C4152; }
  ::-webkit-scrollbar-thumb:hover {
    background: #3C4152; }

.dark-background {
  background: #272B37; }

.table-header {
  background: #1A1C29; }

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
    transform: scale(5); } }

/* HEADER */
.navbar {
  background: #141A29; }
  .navbar .navbar-brand img {
    margin-bottom: 4px;
    margin-right: 20px;
    width: 60px; }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #D3D5E0; }

@media (min-width: 768px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding-right: 1em;
    padding-left: 1em; } }

table.dataTable {
  padding-top: 1.1em !important;
  padding-bottom: 1.1em !important; }

.dataTables_info,
.dataTables_length,
.dataTables_filter {
  color: #B6B7BB; }

.dataTables_wrapper select {
  background: #30333F;
  border: solid 1px transparent;
  color: #FFFFFF;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dataTables_wrapper select:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #30333F;
    color: #FFFFFF;
    border: solid 1px transparent;
    outline: none; }

.cross-container {
  position: absolute;
  z-index: 99;
  top: 5px;
  right: 5px; }
  .cross-container button {
    background-color: transparent;
    color: white;
    outline: none; }

.data h5 {
  line-height: 1.3em;
  font-size: 1.05em;
  margin-bottom: 0.8em; }

.last-orders .alert-wrapper {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ED1C24;
  border: solid 1px #ED1C24;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  outline: none !important;
  color: white;
  padding: 18px 12px 20px;
  border-radius: 3px;
  margin-bottom: 12px; }
  .last-orders .alert-wrapper:last-child {
    margin-bottom: 0; }
  .last-orders .alert-wrapper h5 {
    font-weight: 700; }
  .last-orders .alert-wrapper p {
    font-size: 13px;
    margin-bottom: 0; }

.calendar .fc-header {
  color: white !important; }

.calendar .fc-day-header {
  padding: 10px 0;
  color: white !important;
  text-transform: capitalize; }

.calendar .fc-content-skeleton {
  margin-top: 4px; }

.calendar .fc-day-grid-event {
  margin: 2px 4px 0; }

.calendar .fc-toolbar.fc-header-toolbar {
  margin-bottom: 2.4em;
  padding-top: 0.8em; }
  .calendar .fc-toolbar.fc-header-toolbar h2 {
    color: white;
    text-transform: capitalize; }
  .calendar .fc-toolbar.fc-header-toolbar .btn-primary {
    background: #ED1C24;
    border: none;
    outline: none; }

.calendar .alert-info {
  background-color: #1F2230; }

.calendar .fc-event {
  padding: 18px 12px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .calendar .fc-event .fc-time {
    font-weight: 700;
    font-size: 1.1em;
    padding-bottom: 2px; }
  .calendar .fc-event .fc-title {
    font-size: 0.9em; }
    .calendar .fc-event .fc-title h5 {
      margin-top: 0;
      margin-bottom: 12px;
      font-weight: 700;
      font-size: 21px; }
    .calendar .fc-event .fc-title p {
      font-size: 13px;
      margin-bottom: 0; }
    .calendar .fc-event .fc-title .space-blocks {
      width: 100%; }
    .calendar .fc-event .fc-title .space-blocks-1 {
      height: 10px; }
    .calendar .fc-event .fc-title .space-blocks-2 {
      height: 20px; }
    .calendar .fc-event .fc-title .space-blocks-3 {
      height: 30px; }
    .calendar .fc-event .fc-title .space-blocks-4 {
      height: 40px; }
    .calendar .fc-event .fc-title .space-blocks-5 {
      height: 50px; }
    .calendar .fc-event .fc-title .space-blocks-6 {
      height: 60px; }
    .calendar .fc-event .fc-title .space-blocks-7 {
      height: 70px; }
    .calendar .fc-event .fc-title .space-blocks-8 {
      height: 80px; }
    .calendar .fc-event .fc-title .space-blocks-9 {
      height: 90px; }
    .calendar .fc-event .fc-title .space-blocks-10 {
      height: 100px; }
    .calendar .fc-event .fc-title .space-blocks-11 {
      height: 110px; }
    .calendar .fc-event .fc-title .space-blocks-12 {
      height: 120px; }
    .calendar .fc-event .fc-title .space-blocks-13 {
      height: 130px; }
    .calendar .fc-event .fc-title .space-blocks-14 {
      height: 140px; }
    .calendar .fc-event .fc-title .space-blocks-15 {
      height: 150px; }
    .calendar .fc-event .fc-title .space-blocks-16 {
      height: 160px; }
    .calendar .fc-event .fc-title .space-blocks-17 {
      height: 170px; }
    .calendar .fc-event .fc-title .space-blocks-18 {
      height: 180px; }
    .calendar .fc-event .fc-title .space-blocks-19 {
      height: 190px; }
    .calendar .fc-event .fc-title .space-blocks-20 {
      height: 200px; }
    .calendar .fc-event .fc-title .space-blocks-21 {
      height: 210px; }
    .calendar .fc-event .fc-title .space-blocks-22 {
      height: 220px; }
    .calendar .fc-event .fc-title .space-blocks-23 {
      height: 230px; }
    .calendar .fc-event .fc-title .space-blocks-24 {
      height: 240px; }
    .calendar .fc-event .fc-title .space-blocks-25 {
      height: 250px; }
    .calendar .fc-event .fc-title .space-blocks-26 {
      height: 260px; }
    .calendar .fc-event .fc-title .space-blocks-27 {
      height: 270px; }
    .calendar .fc-event .fc-title .space-blocks-28 {
      height: 280px; }
    .calendar .fc-event .fc-title .space-blocks-29 {
      height: 290px; }
    .calendar .fc-event .fc-title .space-blocks-30 {
      height: 300px; }
    .calendar .fc-event .fc-title .space-blocks-31 {
      height: 310px; }
    .calendar .fc-event .fc-title .space-blocks-32 {
      height: 320px; }
    .calendar .fc-event .fc-title .space-blocks-33 {
      height: 330px; }
    .calendar .fc-event .fc-title .space-blocks-34 {
      height: 340px; }
    .calendar .fc-event .fc-title .space-blocks-35 {
      height: 350px; }
    .calendar .fc-event .fc-title .space-blocks-36 {
      height: 360px; }
    .calendar .fc-event .fc-title .space-blocks-37 {
      height: 370px; }
    .calendar .fc-event .fc-title .space-blocks-38 {
      height: 380px; }
    .calendar .fc-event .fc-title .space-blocks-39 {
      height: 390px; }
    .calendar .fc-event .fc-title .space-blocks-40 {
      height: 400px; }
    .calendar .fc-event .fc-title .space-blocks-41 {
      height: 410px; }
    .calendar .fc-event .fc-title .space-blocks-42 {
      height: 420px; }
    .calendar .fc-event .fc-title .space-blocks-43 {
      height: 430px; }
    .calendar .fc-event .fc-title .space-blocks-44 {
      height: 440px; }
    .calendar .fc-event .fc-title .space-blocks-45 {
      height: 450px; }
    .calendar .fc-event .fc-title .space-blocks-46 {
      height: 460px; }
    .calendar .fc-event .fc-title .space-blocks-47 {
      height: 470px; }
    .calendar .fc-event .fc-title .space-blocks-48 {
      height: 480px; }

.calendar .fc-event, .calendar .btn-primary {
  background-color: #ED1C24;
  border: solid 1px #ED1C24;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
  outline: none !important; }
  .calendar .fc-event:hover, .calendar .btn-primary:hover {
    background-color: #D5161D; }
  .calendar .fc-event:disabled:hover, .calendar .btn-primary:disabled:hover {
    background-color: #375a7f; }

.calendar.today .fc-toolbar.fc-header-toolbar {
  display: none; }
  .calendar.today .fc-toolbar.fc-header-toolbar .fc-left {
    display: none; }
  .calendar.today .fc-toolbar.fc-header-toolbar h2 {
    font-size: 1.2em;
    text-align: left; }

.calendar.today .fc-head-container .fc-row {
  margin-right: 0 !important; }

.calendar.today .fc-day-grid-container {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -ms-overflow-style: none;
  scrollbar-width: none; }
  .calendar.today .fc-day-grid-container::-webkit-scrollbar {
    display: none; }

.today-info .item {
  color: #D3D5E0 !important;
  font-size: 14px;
  line-height: 18px; }
  .today-info .item h5 {
    font-size: 18px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 12px;
    color: white; }
  .today-info .item p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px; }
    .today-info .item p .ingresos {
      margin-bottom: 4px; }
    .today-info .item p .total {
      font-size: 20px;
      line-height: 27px; }

.messages .the-messages-box {
  max-height: 260px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden; }
  .messages .the-messages-box .alert-wrapper {
    width: 100%; }
    .messages .the-messages-box .alert-wrapper .alert {
      padding: 10px 16px; }
    .messages .the-messages-box .alert-wrapper .alert-success {
      right: 20px;
      display: inline-block;
      background-color: #373A45;
      color: white;
      border-color: #373A45;
      line-height: 20px;
      position: relative;
      max-width: 75%;
      float: right; }
      .messages .the-messages-box .alert-wrapper .alert-success:before {
        content: '';
        position: absolute;
        bottom: 10px;
        right: -17px;
        width: 0px;
        height: 0px;
        background-color: transparent;
        border: solid 8px transparent;
        border-left-color: #373A45; }
    .messages .the-messages-box .alert-wrapper .alert-info {
      left: 20px;
      display: inline-block;
      background-color: #a9adbd;
      color: black;
      border-color: #a9adbd;
      line-height: 20px;
      position: relative;
      max-width: 75%;
      float: left; }
      .messages .the-messages-box .alert-wrapper .alert-info:before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: -17px;
        width: 0px;
        height: 0px;
        background-color: transparent;
        border: solid 8px transparent;
        border-right-color: #a9adbd; }

.messages textarea {
  height: 90px !important; }

.messages-today .the-messages-box a {
  background: #30333F;
  width: 70%;
  margin: auto;
  margin-left: 0;
  margin-bottom: 12px;
  display: block;
  color: white;
  padding: 18px 16px;
  border-radius: .25em;
  text-align: left;
  position: relative; }
  .messages-today .the-messages-box a:hover {
    color: white; }
  .messages-today .the-messages-box a::before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -15px;
    width: 0px;
    height: 0px;
    background-color: transparent;
    border: solid 8px transparent;
    border-left-color: #30333F; }
  .messages-today .the-messages-box a .content-message {
    position: absolute;
    width: 30%;
    padding-left: 18px;
    bottom: 0;
    right: -30%; }
    .messages-today .the-messages-box a .content-message p {
      font-size: 12px;
      line-height: 15px;
      color: #D3D5E0; }
  .messages-today .the-messages-box a p {
    background: transparent;
    margin: 0; }

.status-tag {
  background: #30333f;
  padding: 8px 14px;
  border-radius: 2px;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center; }

.timeline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  position: relative;
  left: -18px;
  padding: 24px 60px 68px 0px; }
  .timeline .item {
    background: rgba(255, 255, 255, 0.4);
    margin: auto;
    height: 3px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%; }
    .timeline .item .circle {
      width: 15px;
      height: 15px;
      background: white;
      border-radius: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
    .timeline .item.step-1, .timeline .item.step-2, .timeline .item.step-3, .timeline .item.step-4, .timeline .item.step-5, .timeline .item.step-6, .timeline .item.step-7, .timeline .item.step-8, .timeline .item.step-9 {
      background: #ED1C24; }
      .timeline .item.step-1 .circle, .timeline .item.step-2 .circle, .timeline .item.step-3 .circle, .timeline .item.step-4 .circle, .timeline .item.step-5 .circle, .timeline .item.step-6 .circle, .timeline .item.step-7 .circle, .timeline .item.step-8 .circle, .timeline .item.step-9 .circle {
        background: #ED1C24; }
    .timeline .item.first {
      background: transparent !important; }
    .timeline .item.actual:before {
      content: '';
      position: absolute;
      width: 15px;
      height: 15px;
      top: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      border-radius: 40px;
      border: solid 1px #ED1C24;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
      -webkit-animation: scale 1.4s infinite;
      animation: scale 1.4s infinite; }
    .timeline .item.last.actual::before {
      -webkit-animation: none;
      animation: none; }
    .timeline .item .status-name {
      font-size: 13px;
      width: 100%;
      position: relative;
      text-align: center;
      margin-top: 19px;
      right: -44%;
      line-height: 17px; }

.dropdown-toggle-dots {
  padding: 0 0 0 16px !important; }
  .dropdown-toggle-dots::after {
    content: '\2807';
    font-size: 22px; }
