.relative {
  position: relative;
}
body,
.nav_title,
.alert-dark,
.btn-dark {
  transition: all 0.8s ease 0s;
  background: #333;
  color: #666;
}
.btn-dark {
  color: #ffffff;
}
.btn-dark:hover {
  background: #666666;
}
.btn {
  text-transform: uppercase;
}
table.jambo_table thead {
  background: #ebebeb;
  color: #666;
}
table.jambo_table thead a {
  color: #666;
}
table.jambo_table thead a:hover {
  color: #000000;
}
table td a {
  color: #6FADEB;
}
.top_search .input-group-btn button {
  color: #ff443d;
}
.nav.side-menu > li.current-page,
.nav.side-menu > li.active {
  border-color: #ff443d;
}
a,
h1,
h2,
h3 {
  color: #333;
}
a:hover {
  color: #666;
}
#logoIndex {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  background: #333;
}
#login ul.errorlist {
  list-style: none;
  color: #e74c3c;
  padding-left: 0;
  text-align: left;
}
#profile ul.errorlist {
  list-style: none;
  color: #e74c3c;
  padding-left: 0;
}
.dataTables_paginate .btn {
  line-height: 1.05;
  position: relative;
  top: 1px;
}
.y_panel .form-group {
  min-height: 15px;
}
.y_panel .form-group label {
  display: block;
}
.y_panel .form-group input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100px;
}
.y_panel .chosen-container {
  width: 100px !important;
}
.y_panel .chosen-container .chosen-single,
.y_panel .chosen-container .chosen-choices {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: inherit;
  border-color: #ccc;
  background: #ffffff;
  height: 34px;
  line-height: 30px;
}
.y_panel .chosen-container .chosen-single b,
.y_panel .chosen-container .chosen-choices b {
  background-position: 0 8px;
}
.y_panel .chosen-container .chosen-choices {
  padding-top: 3px;
  padding-bottom: 1px;
  min-height: 34px;
}
.x_panel .form-group {
  min-height: 55px;
}
.x_panel .form-group label {
  display: block;
}
.x_panel .form-group input {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.x_panel .chosen-container {
  width: 100% !important;
}
.x_panel .chosen-container .chosen-single,
.x_panel .chosen-container .chosen-choices {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  box-shadow: inherit;
  border-color: #ccc;
  background: #ffffff;
  height: 34px;
  line-height: 30px;
}
.x_panel .chosen-container .chosen-single b,
.x_panel .chosen-container .chosen-choices b {
  background-position: 0 8px;
}
.x_panel .chosen-container .chosen-choices {
  padding-top: 3px;
  padding-bottom: 1px;
  min-height: 34px;
}
.bar_tools_table ul li a {
  color: #6FADEB;
}
.bar_tools_table ul li a:hover {
  color: #333;
}
.chosen-container .chosen-results li.highlighted {
  background: #808080;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border-color: #FF9F00;
  background: #FFF4DB;
}
.extraOptions {
  font-size: 1.1em;
}
.extraOptions li a {
  display: inline-block;
  color: #6FADEB;
  padding-right: 12px;
}
#contMsj {
  padding-top: 100px;
}
#contMsj .well {
  max-width: 40%;
  margin: 0 auto;
  background: #ffffff;
  text-align: center;
}
#contMsj .well i {
  color: #ff443d;
  font-size: 4em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  border: 4px solid #ff443d;
}
#contMsj .well .btn {
  margin-top: 20px;
}
.filterForm .select2-container {
  min-width: auto;
}
table th,
table#claimDetail td strong,
table#trackDetail td strong {
  text-transform: uppercase;
}
table tr.deleted-row {
  text-decoration: line-through;
}
table tr td span.status {
  display: block;
  padding: 0 0 0 10px;
}
.nav.side-menu > li > a,
.nav.child_menu > li > a {
  cursor: pointer;
}
#sidebar-menu li ul {
  display: none;
}
#sidebar-menu span.fa {
  width: 10px;
}
#waiting-modal {
  text-align: center;
}
#waiting-modal .modal-dialog {
  height: 80%;
}
#waiting-modal .modal-content {
  top: 20%;
  padding-top: 20px;
}
#waiting-modal .modal-content p.text-center {
  background: #333;
  border-radius: 5px;
  color: #fff;
  margin-top: 40px;
  padding: 15px;
  text-transform: uppercase;
}
body.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #ff443d;
}
#menu_toggle {
  cursor: pointer;
}
