nav.navbar {
  background-color: #005476 !important;
}

#login-btn {
  color: #fff;
  background-color: #02b6ff;
  border-color: #02b6ff;
}

.dataTables_filter input {
  width: 220px;
}

#login-btn:hover {
  color: #fff;
  background-color: #005f85;
  border-color: #005476;
}

.link {
  text-decoration: none;
  color: #000000;
}

.link:hover {
  text-decoration: none;
  color: #a0a0a0;
}

.ilustration {
  height: 64vh;
}

.login-container {
  margin-top: 24vh;
}

.login-container .card {
  border: none;
}

.no-border .card {
  border: none;
}

.login-container input[type="email"],
.login-container input[type="password"] {
  border: 1px solid #005476 !important;
}

.brand {
  display: flex;
  align-items: center;
}

.brand-title {
  font-size: 1rem;
}

.brand-img {
  border-radius: 4px;
}

.navbar-brand {
  font-size: 1rem;
}

.client-name {
  opacity: 1 !important;
}

.breadcrumb {
  border-radius: 0;
  padding: 0.25rem 1rem;
  font-size: 1rem;
  margin-bottom: 0;
}

.agent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.left {
  display: flex;
  align-items: center;
}

.badge {
  font-size: initial !important;
}

.card-agent {
  padding: 0.72rem 1.24rem;
}

.sidebar {
  border-right: 1px solid #cfd8dc;
  padding: 0;
  /* background-color: #005476; */
  /* color: #FFF; */
}

.sidebar-item {
  padding: 8px 16px;
  cursor: pointer;
  /* color: #FFF; */
}

.sidebar-item a {
  color: initial;
}

.sidebar-item a:hover {
  color: #005476;
}

td:last-child {
  text-align: center;
}

span {
  margin-right: 3px;
}

/* Chrome, Safari, Edge, Opera */
.without-arrow::-webkit-outer-spin-button,
.without-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.without-arrow[type="number"] {
  -moz-appearance: textfield;
}

#sync-btn {
  color: #fff;
  background-color: rgb(63, 227, 22);
  border-color: rgb(63, 227, 22);
}

.scrollit {
  overflow: scroll;
  height: 300px;
  width: 100%;
}

#failedTicket td {
  vertical-align: middle;
}

#exportTable {
  border-collapse: separate;
  border-spacing: 0 20px;
}

.bootstrap-datetimepicker-widget {
  z-index: 9998 !important;
}

.bootstrap-datetimepicker-widget td {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-datetimepicker-widget th {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-datetimepicker-widget table tr td.active:active,
.bootstrap-datetimepicker-widget table tr td.active.highlighted:active,
.bootstrap-datetimepicker-widget table tr td.active.active,
.bootstrap-datetimepicker-widget table tr td.active.highlighted.active {
  background-color: #204d74;
}

.bootstrap-datetimepicker-widget .today {
  font-weight: bold;
}

.bootstrap-datetimepicker-widget table td.today::before {
  display: none;
}

.bootstrap-datetimepicker-widget .fa {
  color: #204d74 !important;
}

#alertSpan {
  color: red;
}

a.noDecoration {
  color: #000000;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000;
  background-color: #fff;
}

#exportNavbar li > a {
  color: white;
}

.filterStatus {
  float: left;
}

.no-border {
  border: 0;
  box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

#queueTicketForm:disabled {
  background: #fff;
}

#recreateTicketForm select {
  width: 100%;
}

#recreateTicketForm input[type="text"] {
  width: 100%;
}
.sameWidthForm input[type="text"] {
  width: 100%;
}

.sameWidthForm select {
  width: 100%;
}
