:root {
  --company-primary-color: #db1842;
  --company-secondary-color: #4a4a4a;
  --company-success-color: #1e152a;
  --company-main-background-color: #f9f9f9;
}

ul.nav-tabs a[data-toggle=tab] {
  color: var(--company-primary-color) !important;
}

.btn-primary,
.ui-button {
  background-color: var(--company-primary-color) !important;
}

.nav-tabs {
  border-bottom: 1px solid var(--company-primary-color) !important;
}

.user-menu .dropdown-toggle {
  color: var(--company-primary-color) !important;
}

.user-panel {
  background: var(--company-primary-color) !important;
}

input[type=button] {
  background: var(--company-primary-color) !important;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: var(--company-primary-color) !important;
}

#DataTables_Table_0 input.btn-primary {
  background: var(--company-primary-color) !important;
}

.appendGrid thead.ui-widget-header {
  background: var(--company-primary-color);
  color: white;
  font-weight: bold;
}

a.sidebar-toggle,
a.sidebar-toggle:hover,
.main-header .sidebar-toggle:hover,
a {
  color: var(--company-primary-color);
}

.form-control:focus,
select:focus {
  border-color: rgba(249, 36, 160, 0.7) !important;
  outline: none !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(249, 36, 160, 0.3) !important;
}

.content-wrapper {
  background-color: var(--company-main-background-color);
}

.main-header .navbar {
  background-color: var(--company-main-background-color);
}

.sidebar-menu li a {
  transition: background;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.menu-open > a {
  background: var(--company-secondary-color);
  color: white !important;
}

.treeview .treeview-menu {
  background: #f4f4f4;
}

.btn-success {
  background: var(--company-success-color) !important;
  border: 0px;
}

.btn-danger {
  background: var(--company-secondary-color);
  border: 0px;
}

.sidebar-menu .header {
  background: var(--company-main-background-color) !important;
  color: black;
}

input[required],
select[required],
textarea[required],
.required {
  background: var(--company-secondary-color);
  color: white;
}

div.appendGrid table.head thead tr {
  background: var(--company-secondary-color) !important;
  color: black !important;
}

.tabbable .nav {
  border-bottom: 1px solid var(--company-success-color) !important;
}

.tabbable .nav li.active a {
  background: var(--company-secondary-color);
  color: white !important;
  border-bottom: 0px;
}

/* get rid of dropdowns in input number */

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

table .odd {
  background-color: #f5f5f5 !important;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
  background-color: #fafafa;
  border: 2px solid var(--company-primary-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  margin-right: 0.5rem;
  vertical-align: text-bottom;
}

input[type=checkbox]:active,
input[type=checkbox]:checked:active,
input[type=radio]:active,
input[type=radio]:checked:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: #e9ecee;
  border: 2px solid var(--company-primary-color);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
  color: #99a1a7;
}

input[type=checkbox]:checked:after,
input[type=radio]:checked:after {
  content: "\F00C";
  font-size: 19px;
  position: absolute;
  top: -1px;
  left: 0px;
  color: var(--company-primary-color);
  font-family: FontAwesome;
}

input[type=submit] {
  border-color: transparent !important;
}

.dropdown-group select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}

.dropdown-group {
  position: relative;
  float: left;
  width: 100%;
}

.dropdown-group span.pointer {
  height: 30px;
  width: 30px;
  border-left: 1px solid #ddd;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #f924a0;
  font-size: 20px;
  z-index: 1;
}

.dropdown-group span.pointer i {
  margin-top: 6px;
}

.dropdown-group select {
  padding: 5px 40px 5px 10px !important;
  border: 1px solid #eee;
  background: none;
  height: 30px;
  position: relative;
  z-index: 2;
  width: 100%;
}

