#actionBtns > a:not(:first-child), #actionBtns .action-line :not(:first-child) {
  margin-left: 3px;
}

#actionBtns .action-line:not(:first-child) {
  margin-top: 3px;
}

.removed {
  display: none;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.fit-content-width {
  width: fit-content;
}

.cursor-not-pointer {
  cursor: pointer;
}

.pointer-events-none {
  pointer-events: none;
}

.cursor-wait {
  cursor: wait;
}

.progress-active-reverse {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.spinner-border-perso {
  width: 1.25rem;
  height: 1.25rem;
  border-width: .2em;
}

.CellWithComment .CellComment::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.CellWithComment {
  position: relative;
}

.CellComment {
  visibility: hidden;
  width: 100px;
  font-size: 10px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 1px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.CellWithComment:hover span.CellComment {
  visibility: visible;
  opacity: 1;
}
.error-form {
  color: red;
  font-style: italic;
}
.panel-disabled {
  pointer-events: none;
  opacity: 0.7;
}

.executionTotalStep {
  margin-left: 30px;
  font-size: 10px;
}

.card-title>h2, .card-title>h2:active{
   display:block;
   padding:15px;
   color:#555;
   font-size:16px;
   font-weight:bold;
   text-transform:uppercase;
   letter-spacing:1px;
   word-spacing:3px;
   text-decoration:none;
}

.mb-0 > button:after {
   font-family: "Glyphicons Halflings";
   font-size: 20px;
   display: inline-flex;
   content: '\25BC';
   transition: all 0.5s;
   background-size: 16px 20px;
   top: 5px;
}

h2.mb-0 > button:after {
   position: absolute;
   right: 0;
}

.mb-0 > button.component-unselected:after {
   content: '\25BC';
   font-size: 16px;
   float: left;
   margin-right: 1rem;
}

.mb-0 > button[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.select-all {
  float: left;
  margin-top: 5px;
}

.select-api {
  float: left;
  margin-top: 10px;
}

.sumCountry {
  float: right;
  margin-bottom: 15px;
  margin-top: 5px;
}

.nav-execution .td-feature {
  width : 20%;
  overflow-wrap: anywhere;
}

.nav-execution .td-description {
  width : 40%;
  overflow-wrap: anywhere;
}

.nav-execution .td-stepcount {
  width : 2%;
  text-align: center;
}

.nav-execution .td-targets {
  width : 48%;
}

.target-list {
  display: table;
  width: 100%;
}

.target-list .target-element {
  display: inline-flex;
  width: 33%;
/*     width: 110px; */
  float: left;
}

.target-list label {
  font-family: var(--font-qls);
  font-style: normal;
  font-weight: lighter;
  font-size: 14px;
  color: rgba(51,51,51,1);
  white-space: nowrap;
  padding-left: 0.01rem;
}

.downloadLoaderWrapper {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
}

.downloadLoader {
  margin: auto;
  border: 16px solid #1B3559;
  /* Light grey */
  border-top: 16px solid #F08533;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.downloadLoaderWrapper .detailed-report {
  font-size: 0.8rem;
}

@keyframes spin {
  0% {
  transform: rotate(0deg);
  }
  100% {
  transform: rotate(360deg);
  }
}

.WebEntTxt {
  color: navy;
  line-height: 2;
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-style: italic;
  text-decoration: none;
}
.app-version {
  line-height: 1;
  font-size: 0.6rem;
  margin-right: 30px;
  font-style: italic;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.inline-position {
  position: relative;
  display: inline-block;
  min-height: 1.5rem;
  padding-right: 3.5rem
}

#availableRolesDiv {
  padding-left: 1rem;
}

#gui-tab {
  border-radius: .35rem 0px 0px .35rem;
}

#api-tab {
  border-radius: 0px .35rem .35rem 0px;
}

.nav-gui {
  text-align: left;
}

.vl {
  border-left: 2px solid rgba(0, 0, 0, .1);
  min-height: 18rem;
  max-height: 33rem;
}

.v2 {
  border-left: 2px solid rgba(0, 0, 0, .1);
  height: 15rem;
}

.tab-pane-gui {
  margin-top: 20px;
  min-height: 20rem;
  max-height: 35rem;
  scroll-behavior: smooth;
}

.nav-tabs-exec {
  border: none;
  color:#fff;
  background:#272e38;
  border-radius:0;
  padding-left: 0;
  padding-right: 0;
}

.nav-tabs-exec li.nav-item {
  flex: 1 1 auto;
}

.nav-tabs-exec li.nav-item .nav-link {
  border: none;
  padding: 18px 25px;
  color:#fff;
  background:#272e38;
  border-radius:0;
}

.nav-tabs-exec li.nav-item .nav-link.active {
  background:var(--orange-qls);
  font-weight: bold;
}

.nav-tabs-exec li.nav-item .nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -53px;
  left: 2px;
  border: 11px solid transparent;
  border-top-color: var(--color-secondary);
  z-index: 120;
}

.nav-tabs-exec li.nav-item .nav-link:hover,
.nav-tabs-exec li.nav-item .nav-link:focus {
  border: none;
  background: var(--orange-qls);
  /*color: var(--orange-qls);*/
  border-radius:0;
  transition:background 0.20s linear;
}

.tab-content-exec {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-style: outset;
  padding:30px 0px 5px 0px;
  min-height: 15rem;
  max-height: 30rem;
  scroll-behavior: smooth;
  overflow: auto!important;
}

.tab-content-exec::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.tab-content-exec::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.tab-content-exec::-webkit-scrollbar-thumb {
  background-color: var(--bleu-qls);
  background-image: -webkit-linear-gradient(45deg,
                                        rgba(255, 255, 255, .2) 25%,
                    transparent 25%,
                    transparent 50%,
                    rgba(255, 255, 255, .2) 50%,
                    rgba(255, 255, 255, .2) 75%,
                    transparent 75%,
                    transparent)
}


.gui-tab-panel {
  padding: 1.5rem;
  padding-right: .75rem;
  padding-left: .75rem;
  border-width: 1px;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  position: relative;
  margin: 1rem -.75rem 0;
  border: solid #dee2e6;
}

.nav-pills .nav-link {
  border-radius: 0px 0px 0px 0px;
  background-color: transparent;
  color: var(--gray-dark);
  text-decoration: none;
}

#navGuiExecution .nav-link:first-child {
  /*border-radius: 0.35rem 0.35rem 0px 0px;*/
  border: 1px solid white;
  border-bottom: none;
  border-top: none;
}

#navGuiExecution .nav-link:last-child {
   /*border-radius: 0px 0px 0.35rem 0.35rem;*/
   border: 1px solid white;
   border-top: none;
   border-bottom: none;;
} 

#executionTab .nav-link:not(.active):focus,
#executionTab .nav-link:not(.active):hover {
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  color: var(--color-primary-dark);
}

#executionTab .nav-link:focus {
  outline:0;
}

.qaleadoscope-logo {
  width: 13rem;
  height: 4rem;
  background: url("../img/Logo-qualeadoscope-resize.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}

.no-border, .no-border:focus {
  border: none!important;
  outline: none;
  scroll-behavior: smooth;
  box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
}

fieldset .form-group {
  margin: 0rem;
}

legend {
  font-size: 0.75rem;
  text-align: left;
  left: .75rem;
}

.no-border .btn-default {
  border: none!important;
  outline: none;
  scroll-behavior: smooth;
  box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;

}
.step-table, .step-table .btn-sm {
   font-size: 0.75rem!important;
}

.step-table .btn-sm {
   padding: .25rem .25rem;
}

.step-table .pt-3-half {
   word-break: break-all;
}

.form-param .form-control {
  font-size: 0.75rem!important;
  margin-bottom: 0.125rem;
  text-align: left;
}

.form-param .form-group {
  margin-bottom: 0.5rem;
}

.form-param .form-label {
  color: #833483;
}

.cell-old-value {
  display: none;
}

.step-row-edit {
  background-color: var(--orange-qls) !important;
}

.row-confirm-symbol {
  color: green;
}

.row-confirm-symbol:hover {
  color: var(--bleu-qls) !important;
}

.step-table .move-row i.fas {
  color: var(--orange-qls);
}

.step-row-symbol {
  color: var(--orange-qls);
}

.step-row-edit .form-text, .step-row-edit .form-label, .step-row-edit .text-desc {
  color: var(--white);
}

.step-row-edit .form-text, .step-row-edit .form-label {
   font-weight: bold;
}

.step-row-edit .file-upload {
   width: 350px;
}

.row-cancel-symbol {
  color: red;
}

.row-cancel-symbol:hover {
  color: var(--bleu-qls) !important;
}

.no-resize {
  resize: none;
}

.gui-element-name {
  color: #4e73df!important;
  font-weight: bold;
}

.tooltip-inner .by-type {
  color: var(--color-secondary);
}

.modal form {
  text-align: left;
}

.font-awsome-icon {
  font-family: 'FontAwesome', 'Second Font name'
}

select option:not(:disabled) {
  color: var(--bleu-qls);
}

.form-switch .form-check-label {
  margin-left: 1rem;
}

.panel-selected {
  margin-bottom: 20px;
  border: 1px solid red;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.no-wrap {
  white-space: nowrap;
}

.step-textarea {
  width: 100%!important;
  max-width: 380px;
}

.tox-notification { display: none !important }

.table-scenario {
  font-size: 0.8rem;
}

.toggle-columns a.column-hidden {
  color: #C8C8C8;
  text-decoration: line-through;
}

.toggle-columns a:hover {
  color: var(--color-secondary);
}

.toggle-columns a.column-hidden:hover {
  color: var(--color-primary);
}

.toggle-columns .custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: var(--bleu-qls);
  background-color: var(--bleu-qls);
}

.toggle-columns .custom-control {
  padding-left: 2.5rem
}

.toggle-columns .row .target-element {
  width: auto;
}

.toggle-columns label {
  color: var(--gray-dark);
}

.toggle-columns .column-hidden + label {
  color: #C8C8C8;
}

.schedule-panel {
  margin-top: 13px;
}

.error-page-title {
  text-align: center;
  font-size: 40px;
}

.no-record-message {
  font-size:120% !important;
  border: 1px solid #FC0;
  background: #FFC;
  color: #384F34;
  display: block;
  font-weight: bold;
  margin: 2px auto 14px;
  padding: 15px !important;
  text-align: left;
}

.limit-exceed-message {
  background-color: red;
}

.transparent, .transparent:focus {
  color: transparent !important;
}

@media (min-width:2200px) {
  #ndaSignatureCard .col-nda-open {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

#ndaSignatureCard #nda-open i {
  font-size: 18px;
}

#ndaSignatureCard .nda-open-title {
  margin-left: 8px;
}

#ndaModal {
  color: black;
}

#ndaModal .modal-title {
  font-family: Candara;
}

#ndaModal .info-input-title {
  font-family: Georgia, serif;
  font-weight: bold;
}

#ndaModal .info-input {
  margin-top: 5px;
  margin-bottom: 5px;
  border-style: ridge;
}

#ndaModal .info-input-footer {
  text-align: right;
  margin-bottom: 10px;
}

#ndaModal .giver-info-label {
  color: var(--gray-dark);
  font-weight: bold;
}

#ndaModal .article-title {
  text-align: center;
}

#ndaModal .paragraph-title {
  font-family: Futara;
  text-decoration: underline;
}

#ndaModal .modal-body {
  text-align: left;
  height: 400px;
  overflow-y: scroll;
  background-color: var(--light);
}

#ndaModal .modal-content {
  border-radius: 5px;
  width: 800px;
}

#ndaModal .modal-body::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
#ndaModal .modal-body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
#ndaModal .modal-body::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
  background-image: -webkit-linear-gradient(45deg,
                                        rgba(255, 255, 255, .2) 25%,
                    transparent 25%,
                    transparent 50%,
                    rgba(255, 255, 255, .2) 50%,
                    rgba(255, 255, 255, .2) 75%,
                    transparent 75%,
                    transparent)
}

#ndaModal input[type=text] {
  width: 100%;
  padding: 5px 10px;
  margin-bottom: 4px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

#ndaModal canvas#signature {
  border: 2px dotted #CCCCCC;
  border-radius: 15px;
  cursor: crosshair;
  width: inherit;
}

#ndaModal .modal-footer {
  display: block;
  text-align: left;
}

#ndaModal .modal-footer>:not(:first-child) {
  margin-left: -0.75rem;
}

#ndaModal .btn-refresh {
  color: white;
  background-color: darkslategray;
}

.schedule-date-panel .label-exec {
  font-size: 12px;
}

.schedule-date-panel .nav-link-exec {
  position: absolute;
  bottom: 0;
}

.schedule-date-panel .nav-link-report .exec-gui-logo-group .svg-drawing {
  font-size: 18px;
}

.schedule-date-panel .nav-link-report .label-exec {
  left: 35px;
}

.scheduled-execution-list .dataTables_filter {
  float: left;
}

.scheduled-execution-list .dataTables_filter input {
  margin-left: 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 0.35rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.scheduled-execution-list .dataTables_info {
  float: left;
}

.scheduled-execution-list .dataTables_paginate {
  float: right;
}

.password-sent {
  color: var(--green);
}

.error-page #wrapper #content-wrapper {
  margin-left: 0rem;
}

.error-page .error-message {
  color: #b7b9cc!important;
  font-size: 1.5rem;
}

.error-page .error-img {
  width: 862px;
  height: 468px;
  margin: 32px auto 0;
}

.login-page .new-password-rules, .login-page .show-password {
  font-size: 1rem;
}

.login-page input.form-control-user {
  padding: 1.1rem 1rem;
}

.update-password-page .valid {
  color: green;
  font:bold;
}

.update-password-page .invalid {
  color: red;
  font: oblique;
}

.update-password-page .valid:before {
  position: relative;
  left: -1px;
  color: green;
  content: "\2714";
}

.update-password-page .invalid:before {
  position: relative;
  left: -1px;
  color: red;
  content: "\274C";
}

.select-all-scenarios {
  padding-left: 2.75rem;
}

.select-all-scenarios .custom-control-input+label {
  color: var(--color-primary);
}


.select-all-scenarios .custom-control-input:checked+label {
  color: var(--color-secondary);
  font-weight: bold;
}

.progress-bar-center {
  width: 220px;
  display: flex;
  align-items: center;
}

.progress-bar.active, .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.report-information-data div.progress-bar-percentage {
  color: rgba(51,51,51,1);
  font-size: 1.25rem;
  line-height: 20px;
  width: 60px;
}

.report-information-data .state-segments .passed-count {
  margin-right: 0px;
  font-weight: bold;
}

.report-information-data .state-segments .failed-count {
  margin-left: 0px;
  font-weight: bold;
}

#reportingDetailDiv button.accordion {
  text-align: left;
  font-family: var(--font-qls);
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  color: rgba(51,51,51,1);
  border-bottom: 2px solid #683068;
  width: 100%;
  padding: 0.75rem;
  transition: 0.4s;
  outline: none;
  background-color: papayawhip;
}

#reportingDetailDiv button.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#reportingDetailDiv button.accordion.active:after {
  content: "\2212";
}

#reportingDetailDiv .scenario-panel {
  display: block;
}

#reportingDetailDiv button.accordion .description-text {
  font-family: Nunito,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 12px;
  font-weight: 400;
  color: var(--skipped-dark);
}

table.report-details .step-screenshot {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  width:100%;
  height: 100%;
  max-width:120px;
  max-height: 200px;
}

table.report-details .step-screenshot:hover {
  opacity: 0.7;
}

#reportingDetailDiv .badge {
  padding: 0.5em 0.5em;
  font-size: 1rem!important;
  margin-left: 1rem;
  color: #fff;
}

.background-passed {
  background-color: var(--passed-dark);
}

.background-failed {
  background-color: var(--failed-dark);
}

.background-skipped {
  background-color: var(--skipped-dark);
}

.background-aborted {
  background-color: var(--aborted-dark);
}

/* The Modal (background) */
.screenshot-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 5; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.screenshot-modal .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 95%;
}

/* Caption of Modal Image */
.screenshot-modal #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.screenshot-modal .modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: fixed;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .screenshot-modal .modal-content {
  width: 100%;
  }
}

table.report-details td.error-message .system-message {
  font-family: Consolas,monaco,monospace;
  font-size: 12px;
}

table.report-details .interpretation-title {
  font-family: Futara;
  text-decoration: underline;
  margin-top: 0.5rem;
}

table.report-details .interpretation-text {
  resize: none;
  width: 100%;
}

table.report-details .btn-action {
  padding: 0.15rem 0.25rem;
  font-size: .75rem;
  line-height: 1.25;
  border-radius: 0.2rem;
  background-color: var(--color-primary);
  color: #fff;
}

table.report-details .btn-edit-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

table.report-details .btn-edit-group .btn-action:not(:first-child) {
  margin-left: 0.5rem;
}

table.report-details .read-mode {
  background-color: transparent;
  color: var(--color-secondary);
  pointer-events: none;
}

table.report-details .error-page-link, #screenshotModal .error-page-link {
  color: var(--failed-dark);	
}

#loadFileForm #alertErrorLoadFile{
  font-size: 0.75rem;
}

.sidebar .nav-item .badge-bell {
   width: 40px;
   margin-left: -15px;
   display: none;
}

.no-after::after {
   content: none;
}

#reportingDiv tr.unread, #reportingDiv tr.unread .state-count {
   font-weight: bold;
}

.full_width {
	width: 100%
}

.center_form {
	position: absolute;
	z-index: 1;
	max-width: 100%;
	height: auto;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -40%);
}

.login_button {
	height: 60px;
	border-radius: 4px;
	background-color: #F08533;
	width: 350px;
}

.white_color {
	color: white !important;
}

.white-color {
	color: white !important;
}

.red-color {
	color: red;
}

.input-icons {
	width: 100%;
	margin-bottom: 10px;
}

.input-icons i {
	position: absolute;
	margin-top: 10px;
}

.icon {
	padding: 10px;
	color: white;
	min-width: 50px;
	text-align: center;
}

.input-field {
	padding-left: 50px;
	height: 60px;
	border: 1px solid var(--orange-qls);
	border-radius: 4px;
	width: 350px;
	color: white;
	background-color: rgba(255, 255, 255, 0);
}

.input-field::placeholder {
	color: white;
}

.input-field:focus {
	padding-left: 50px;
	height: 60px;
	border: 1px solid var(--orange-qls);
	border-radius: 4px;
	width: 350px;
	color: white;
	caret-color: var(--orange-qls);
	background-color: rgba(255, 255, 255, 0);
}

.mt-9p {
	margin-top: 9%;
}

.mt-5p {
	margin-top: 5%;
}

.form-error {
	text-align: left;
}

.text-icon{
	font-size: 20px;
	font-weight: bold;
	margin-right: 15px;
}
.ft-13{
	font-size: 13px;
}
.background-chart{
	background-color: #F2F2F2;
}

.background-card-qls{
	background-color: #F2F2F2 !important;
}

.font-bold{
	font-weight: bold !important;
}
.orange-qls{
	color: #F08533;
}

.version-position{
  position: absolute;
  height: 4%; 
  font-size: 12px;
  margin-left: 8px;
  left: 0px;
  bottom: 0;
}
.color-text-qls{
	color: #1B3559 !important;
}
.color-chekbox-btn{
	color: var(--bleu-qls) !important;
}
.background-table{
	background-color: #F2F2F2 !important;
}
.customers-table {
  border-collapse: collapse;
  width: 100%;
}
.customers-table tr:hover {background-color: #ddd;}
.customers-table th {
  color: #1B3559;
}
.customers-table th, td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #1B3559;
}
body {
	color: var(--bleu-qls);
}
.country-control-input:checked~.country-control-label::before {
    color: #fff;
    border-color: var(--orange-qls);
    background-color: var(--orange-qls);
}
.component-control-input:checked~.component-control-label::before {
    color: #fff;
    border-color: var(--orange-qls);
    background-color: var(--orange-qls);
}

.custom-control-input:not(.component-control-input):not(.country-control-input):checked~.custom-control-label:not(.component-control-label):not(.country-control-label)::before {
    color: #fff;
    border-color: var(--orange-qls);
    background-color: var(--orange-qls);
}

.card-header-child:not(:disabled):not(.disabled).active {
    background-color: var(--bleu-qls);
    border-color: var(--bleu-qls);
}

.card-header-child:hover{
    background-color: var(--bleu-qls);
    border-color: var(--bleu-qls);
}
.btn-primary {
    color: var(--bleu-qls);
    background-color: var(--orange-qls);
    border-color: var(--orange-qls);
}

.btn-primary-model {
    color: var(--white);
    background-color: var(--bleu-qls);
    border-color: var(--bleu-qls);
}

.btn-primary:hover {
    color: var(--white);
    background-color: var(--bleu-qls);
    border-color: var(--bleu-qls);
    fill: white;
}

.btn-primary-model:hover {
    color: var(--bleu-qls);
    border-color: var(--bleu-qls);
}

#executionGuiRecapTable th, #executionApiRecapTable th {
    background-color: var(--bleu-qls);
}

.h-chart{
	height: 300px !important;
}

/*.btn-icon-split .icon {
    background: rgba(0, 0, 0, .15);
}*/
.accordion>.card .card-header:hover {
    background-color: var(--bleu-qls);
    border-color: var(--bleu-qls);
}

.progress-bar {
    background-color: var(--bleu-qls);
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--bleu-qls);
    border-color: var(--bleu-qls);
}

.page-link {
	color: var(--bleu-qls);
}

.background-white {
	background-color: white !important;
}

.green-color{
	color: green !important;
}

.pointer-cursor{
	cursor: pointer !important; 
}

.center-vectors-logo{
    position: fixed;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
}

.mt-16p{
	margin-top: 16% !important;
}

.pl-zero{
	padding-left: 0 !important;
}

.pr-zero{
	padding-right: 0 !important;
}
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: var(--bleu-qls);;
  line-height: 46px;
  z-index: 4;
  margin-bottom: 1%;
  border-radius: 100%;
}

.scroll-to-top:hover {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: var(--orange-qls);
  line-height: 46px;
  z-index: 4;
  margin-bottom: 1%;
  border-radius: 100%;
}

#wrapper #content-wrapper {
  background-color: white;
  width: 100%;
  overflow-x: hidden;
  margin-left: 14rem;
}

#wrapper #content-wrapper #content {
  flex: 1 0 auto
}
.text-color-qls{
	color: #1B3559 !important;
}
.limit-text-show{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 260px;
	cursor: pointer;
}
.limit-text-show:hover{
	max-width: 100%;
}
.table-fancy thead th {
    background-color: var(--bleu-qls);
    
}
.btn-success{
	background-color: var(--bleu-qls);
	border: solid 1px var(--bleu-qls);
}
.btn-success:focus,
.btn-success:active,
.btn-success:hover{
	border: solid 1px var(--bleu-qls);
	background-color: white;
	color: var(--bleu-qls);
	border-color: var(--bleu-qls);
}


.btn-warning{
	background-color: var(--orange-qls);
	border: solid 1px var(--orange-qls);
}
.btn-warning:hover{
	background-color: white;
	border: solid 1px var(--orange-qls);
	color: var(--bleu-qls);
}
.custom-control-api {
    position: relative;
    display: block;
    min-height: 1.5rem;
}

.tab-content-exec-api {
    background: #fdfdfd;
    line-height: 25px;
    border: 1px solid #ddd;
    border-style: outset;
    padding: 30px;
    min-height: 10rem;
    max-height: 30rem;
    scroll-behavior: smooth;
    overflow: auto !important;
}
.sidebar-dark .nav-item .nav-link[data-toggle=collapse]::after {
    margin-right: 10px;
}
.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
        margin-right: 10px;
}
.f-19{
	font-size: 19px !important;
}

.f-16{
	font-size: 16px !important;
}

.f-13{
	font-size: 13px !important;
}
.full-width{
	width: 100% !important;
}
.td-qls{
	font-size: 13px; 
	color: var(--bleu-qls);
	font-weight:500;
}
.td-white-qls{
	font-size: 13px; 
	color: white;
	font-weight:500
}
#avatar{
        width: 31px;
        height: 31px;
        border-radius: 50%;
        /*border: white solid 1px;*/
        background-color: white;
        color: var(--bleu-qls);
        display: flex;
        font-weight: bold;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        font-size: 14px;
    }
    
    #avatar:hover{
        width: 31px;
        cursor: pointer;
        height: 31px;
        border-radius: 50%;
        border: white solid 1px;
        background-color: var(--bleu-qls);
        color: white;
        display: flex;
        font-weight: bold;
        justify-content: center;
        align-items: center;
    }
    
    hr {
	    margin: 1rem 0;
	    color: inherit;
	    border: 0;
	    border-top: var(--mdb-border-width) solid;
	    opacity: 1;
	}
	
.dropdown-menu.dropdown-qls .dropdown-item {
  transition: color 0.15s ease-in-out, font-weight 0.15s ease-in-out;
}
.dropdown-menu.dropdown-qls .dropdown-item:hover,
.dropdown-menu.dropdown-qls .dropdown-item:focus {
  color: var(--orange-qls) !important;
  font-weight: 700;
  background-color: transparent;
}