@charset "UTF-8";
html {
  height: 100%;
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  min-height: 100%;
  background-color: white;
  background-size: cover;
}

h1, h2, h3 {
  color: #202538;
}

h2 {
  margin-bottom: 20px;
  font-size: 1.6em;
}

h3 {
  margin-bottom: 20px;
}

body.not_logged {
  background: url(../images/auroraborealis2_1920px_quality10.jpg) no-repeat center center fixed;
  background-color: black;
  background-size: cover;
}

.navigation_container {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5) !important;
  background: white !important;
  padding: 0;
  border-bottom: 1px solid #313d75;
}

body.not_logged .navigation_container {
  background: rgba(0, 0, 0, 0.5) !important;
  border-bottom: none;
}

.navigation_container_logged {
  background: url(../images/auroraborealis2_1920px_quality10.jpg) no-repeat fixed !important;
  background: white !important;
}

.navigation_container .container-fluid {
  padding: 0;
}

.navigation_container h1 img {
  height: 50px;
  margin-top: -5px;
  margin-right: 5px;
}

.navigation_container h1 {
  float: left;
  font-size: 28px;
  text-transform: initial;
  margin-left: 10px;
  margin-top: 18px;
}

body.not_logged .navigation_container h1 {
  color: white;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none !important;
  border-color: unset !important;
  border: none !important;
}

caption button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-left: 5px;
  float: right;
}

button.btn, caption button {
  background: #333A56;
  color: white;
  border-radius: 4px;
  font-size: 16px;
  line-height: 16px;
  height: auto;
}

/* Link that is shown as button */
a.btn {
  background: #333A56;
  color: white;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  line-height: 16px;
  height: 30px;
}

a.btn-add-device-link {
  margin-bottom: 20px;
}

a.btn:hover, button.btn:hover {
  opacity: 0.85;
}

.btn-primary {
  border: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

button.login {
  background: #333A56;
  color: white;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2%;
  border: none;
  overflow-y: hidden;
  padding: 10px 20px;
  height: auto;
  margin-bottom: 0 !important;
  margin-top: -5px !important;
}

button#add_device {
  margin-top: 25px;
}

button.btn i, a.btn i {
  margin-right: 5px;
  font-size: 14px;
}

/*Form styles*/
form.login_form .text-danger {
  color: #ff7683 !important;
}

.no_padding {
  padding: 0 !important;
}

.container-view {
  margin-top: 20px;
  padding-bottom: 50px;
}

table .tcrm_container {
  width: 100%;
}

.table-tc-multiplier {
  display: none;
}

form.config-form {
  padding: 0 5px;
  border-radius: 10px;
  width: 100%;
}

form#create_profile_form {
  padding: 0 3px;
}

.form-separator-container {
  display: inline-block;
  background: #2382b81c;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-top: 10px;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.form-separator-container table {
  margin-top: 10px;
}

.form-bottom-buttons {
  padding-top: 15px;
  overflow: hidden;
}

#profile_details .custom-control-label {
  margin-top: 5px;
}

.custom-control-label:hover {
  cursor: pointer;
}

.custom-control-label::before {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #313d75;
}

.label-green::before {
  background-color: red;
}

.custom-checkbox .custom-control-input:checked ~ .label-green::before {
  background-color: green;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #313d75;
}

.profile-label {
  width: 100%;
}

/*Table styles*/
table {
  border: 1px solid black;
  box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
}

.table {
  margin-bottom: 0;
}
.table td, .table th {
  padding: 0.3em;
  vertical-align: middle;
}
.table th {
  padding: 0.5em;
}

thead, th {
  background: #414f6d !important;
  color: white;
  font-size: 16px;
  font-weight: normal;
}

table.table-catalogues li::before {
  content: "• ";
  color: #404e6f;
  /* or whatever color you prefer */
}

#create_configuration_form .table-responsive {
  border-radius: 0 !important;
}

.table-striped tr td {
  background-color: white;
}

.table-striped tr:nth-of-type(odd) td {
  background-color: #d1d5dc;
}

.table-bordered td, .table-bordered th, .table thead th {
  border: 1px solid #333A56;
}

.table-tc-multiplier td, .table-tc-multiplier th {
  padding: 2px;
  font-size: 12px;
}

.table-tc-multiplier th {
  line-height: 20px;
}

.alert-success {
  color: #155724;
  background-color: #d4edda !important;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da !important;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1 !important;
}

.success {
  color: #155724;
  background-color: #d4edda !important;
}

.danger {
  color: red;
}

th.updated {
  min-width: 100px;
}

.dropdown-user {
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 25px;
}

.panel-heading {
  padding: 5px 15px;
}

.empty-message {
  padding: 5px 10px;
  text-align: center;
}

/*Footer styles*/
#footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 20px 10px;
  color: white;
  margin-top: 100px;
  background: #404e6e;
}

body.not_logged #footer {
  background: rgba(0, 0, 0, 0.5);
}

#footer a {
  color: #53c4f1;
  letter-spacing: 0;
  font-family: calibri, sans-serif;
  margin-top: 0;
}

#footer p {
  margin-bottom: 0;
}

.container-error {
  overflow: hidden;
  display: block;
}

.container-default-multipliers {
  display: inline-block;
  max-height: 500px;
  overflow-y: Scroll;
  overflow-x: hidden;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px;
}

.container-graded {
  display: inline-block;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}

/* List styles */
ul {
  /*padding-left: 1em;*/
  padding-left: 0;
  list-style: none;
}

ul li {
  cursor: pointer;
}

/*
* Json styling
*/
.panel-heading {
  padding: 5px 15px;
}

pre {
  outline: 1px solid #ccc;
  padding: 5px;
  margin: 5px;
}

.string {
  color: green;
}

.number {
  color: darkorange;
}

.boolean {
  color: blue;
}

.null {
  color: magenta;
}

.key {
  color: red;
}

/* Popover styles*/
.popover-mp {
  min-width: 300px;
}

.popover-body-mp {
  max-height: 300px;
  overflow-y: auto;
}

.popover-body-mp table {
  display: table !important;
}

.popover-body-mp table td {
  border: 1px solid black;
}

/* Modal styles */
.added-trc-values-container {
  overflow-y: scroll;
  max-height: 300px;
}

label.error {
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 14px !important;
  /* font-weight: bold; */
  color: red;
  margin-top: 10px !important;
}

label.error::before {
  font-family: FontAwesome;
  content: "";
  color: red;
  font-size: 1.2em;
  margin-right: 5px;
}

button.toggle-products {
  cursor: pointer;
}
button.toggle-products:hover {
  color: #208db8;
  cursor: pointer;
}
button.toggle-products:hover .toggle-products {
  color: #208db8;
}

button.toggle-products:focus {
  border: none !important;
  outline: none !important;
}

/*table tr.added{*/
/*-webkit-animation: mymove 1s; !* Safari 4.0 - 8.0 *!*/
/*animation: mymove 1s;*/
/*}*/
/*!* Safari 4.0 - 8.0 *!*/
/*@-webkit-keyframes mymove {*/
/*from {opacity:0;}*/
/*to {opacity:1;}*/
/*}*/
/*@keyframes mymove {*/
/*from {opacity:0;}*/
/*to {opacity:1;}*/
/*}*/
input.tcrm_val::after {
  content: "";
  color: black;
  top: 0;
  left: 0;
  font-size: 30px;
  font-family: FontAwesome !important;
}

label.use_def {
  height: 15px;
}

ul.nostyle ul, ul.nostyle li::before {
  content: "";
}

span.tc_span_values {
  font-style: italic;
}

ul.nav-tabs {
  /*background:blue;*/
}

ul.nav-tabs .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*margin-right:5px;*/
  background: #bfc4d9;
  color: white;
  transition: unset !important;
  line-height: 20px;
  font-size: 20px;
  height: 40px;
  text-align: center;
  padding: 10px 20px;
  /*width: 140px;*/
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #202538 !important;
}

ul.nav-tabs .btn:hover {
  opacity: 1;
}

ul.nav-tabs .btn:hover {
  border: none !important;
}

ul.nav-tabs .active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  /*margin-right:5px;*/
  background-color: #24293a !important;
  border: none !important;
  color: white !important;
}

div.tab-content {
  padding: 5px;
  background: #24293a;
  /*border-top-left-radius: 3px;*/
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

a.link-tab-content {
  background: #208DB8 !important;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
}

.form-separator-container {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  border: none;
  border-radius: 3px;
}

div.form-bottom-buttons a, div.form-bottom-buttons button {
  background: #208DB8 !important;
  margin-left: 15px;
  margin-bottom: 15px;
}

div.form-bottom-buttons button.remove_selections,
div.form-bottom-buttons button.get_default_multipliers {
  background: #313856 !important;
}

/*Tab styles*/
.nav:after,
.nav:before {
  content: "";
  display: table;
}

.nav:after {
  clear: both;
  overflow: hidden;
}

.nav {
  zoom: 1;
}

.nav li {
  list-style: none outside none;
  float: left;
  position: relative;
}

.nav .active {
  z-index: 3;
}

.nav li:before,
.nav li:after,
.nav a:before,
.nav a:after {
  content: "";
  position: absolute;
  bottom: 0;
}

.nav li:before,
.nav li:after {
  background: none;
  width: 5px;
  height: 5px;
}

.nav li.active:before {
  left: -5px;
}

.nav li:before {
  left: -5px;
}

.nav li:after {
  right: -5px;
}

.nav a {
  float: left;
  padding: 10px 40px;
  text-decoration: none;
  color: #d2d7dd;
  background: #BE3569;
  border-radius: 5px 5px 0 0;
}

.nav .active a {
  background: #F66599;
  color: #BE3569;
}

.tab-content {
  padding: 10px;
}

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.nav li.first:before, .nav li.first:after {
  display: none;
}

#basic_details, #device_insert, #profile_details {
  background: #eff0f6;
}

#device_insert {
  background: white;
}

#device_insert .form-separator-container {
  background: none;
}

#vendor_details {
  background: white;
}

#price_details {
  background: #eff0f6;
}

.highest_price input, .minimum_price input {
  max-width: 100px;
}

.profiles select {
  max-width: 150px;
}

.custom-control-label::after {
  background-size: 75% 75%;
  left: -1.6rem;
  top: 0.4rem;
}

.custom-control-label::before {
  width: 1.2rem;
  height: 1.2rem;
  left: -1.7rem;
}
.custom-control-label::before:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.67) !important;
}

table.noborders, table.noborders tr, table.noborders tr td {
  border: none;
  box-shadow: none;
  padding: 0;
}

table.noborders tr td {
  white-space: nowrap;
}
table.noborders tr td:last-child {
  padding-top: 6px !important;
  padding-left: 15px !important;
  white-space: nowrap;
}
table.noborders tr td:last-child .fa-pencil {
  background: #313d75;
  color: white;
  border-radius: 0.25rem;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  padding: 0px 4.5px 3.2px 4.4px;
}
table.noborders tr td:last-child .fa-pencil:hover {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.67);
  opacity: 0.85;
}
table.noborders tr td:last-child .fa-pencil:before {
  font-size: 12px;
}
table.noborders tr td:last-child .fa-pencil:after {
  background: White;
}

.error-container {
  padding-top: 200px;
}
.error-container h2, .error-container p {
  color: White;
}
.error-container a {
  color: #ace0fa;
  text-decoration: underline;
  font-size: 20px;
}

div.dataTables_wrapper .row, div.dataTables_wrapper .col-sm-12, div.dataTables_wrapper .col-md-6 {
  margin: 0;
  padding: 0;
}

table.dataTable thead .sorting:after {
  color: rgba(255, 255, 255, 0.31);
}

div.dataTables_filter {
  float: right;
}
div.dataTables_filter label {
  color: white;
}

div.toggle-table-cols {
  color: White;
}
div.toggle-table-cols a {
  color: white;
  margin-top: 5px;
}

a.toggle-vis {
  margin-left: 5px;
  margin-right: 5px;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: normal;
}
a.toggle-vis:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  margin-right: 5px;
  padding: 1px;
  font-weight: 900;
}

a.selected-column::before {
  content: "";
}

.toggletest {
  margin-left: 5px;
}
.toggletest:hover {
  color: #208db8;
  cursor: pointer;
}

.right-carot:after {
  transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
}

.minimum_price span, .highest_price span {
  display: none;
}

div.loading-devices {
  width: 100%;
  display: none;
  background: white;
  text-align: center;
}

h3 .toggle-products {
  position: absolute;
  margin-top: 2px;
  margin-left: 5px;
}

h5 .toggle-products {
  position: absolute;
  margin-top: 3px;
  margin-left: 5px;
}

.toggleable-inner-container {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 4px;
}

button.edit-catalogue {
  background: none;
  border: none;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: #202538;
  font-size: 1.75rem;
  padding-left: 0;
  padding: 0;
}

button.h5 {
  font-size: 1.25rem;
}

/*# sourceMappingURL=tradein.css.map */
