body,
html {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  min-height: 100vh;
  color: #474747;
}

a,
a:hover {
  color: #003da6;
}

.mb-5 {
  margin-bottom: 2rem;
}

.page-title {
  font-size: 24px;
}

.row {
  margin-right: -8px;
  margin-left: -8px;
}

.container-fluid {
  padding-left: 25px;
  padding-right: 25px;
}

.w-100 {
  width: 200%;
}

.body-content {
  position: relative;
  min-height: 100vh;
}

.main-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.navbar-default {
  background-color: white;
  box-shadow: 0px 1px 23px -3px rgb(25 25 25 / 25%);
}

.navbar-default .navbar-nav.navbar-left li a {
  border-top: 3px solid transparent;
}

.navbar-default .navbar-nav.navbar-left > .active > a,
.navbar-default .navbar-nav.navbar-left > .active > a:hover,
.navbar-default .navbar-nav.navbar-left > .active > a:focus {
  background-color: transparent;
  border-color: #003da6;
  color: #003da6;
  font-weight: 500;
}

.navbar-default .navbar-nav.navbar-left > li > a:hover,
.navbar-default .navbar-nav.navbar-left > li > a:focus {
  color: #003da6;
  font-weight: 500;

  /* background-color: transparent; */
}

.btn-clean {
  height: calc(1.5em + 1.65rem + 2px);
  width: calc(1.5em + 1.65rem + 2px);
  border-radius: 50%;
  background-color: #003da6;
  color: #fff !important;
  margin-top: 6px;
  line-height: 9px !important;
  font-weight: 800;
}
.btn-clean:hover,
.btn-clean:focus {
  background-color: #003da6 !important;
  color: #fff !important;
}

.dropdown-menu-customized {
  min-width: 300px;
  padding: 0;
}

.navbar-brand {
  padding: 6px 15px;
  margin-right: 30px;
}

.progress-container {
  position: relative;
}

.progress-custom {
  margin: 0;
  height: 5px;
}

.progress-bar {
  background-color: #003da6;
}

.pager li > a,
.pager li > span {
  padding: 8px 16px;
  border-radius: 5px;
}
.pager .previous a,
.pager > span {
  color: #003da6;
  border-color: #003da6;
}

.pager .previous > a:hover,
.pager .previous > a:focus {
  color: #fff;
  background-color: #003da6;
  border-color: #003da6;
}

.pager .previous.disabled > a,
.pager .previous.disabled > a:hover,
.pager .previous.disabled > a:focus,
.pager .disabled > span {
  color: #777;
  border-color: #777;
  background-color: transparent;
}

.pager .finish a {
  color: #fff;
  background-color: #003da6;
  border-color: #003da6;
  float: right;
}

.pager .finish > a:hover,
.pager .finish > a:focus {
  color: #fff;
  background-color: #002e7d;
}

.btn.btn-primary,
.btn-primary.disabled,
.btn-primary[disabled],
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  color: #fff;
  background-color: #003da6;
  border-color: #003da6;
}

.btn-primary.disabled,
.btn-primary[disabled] {
  pointer-events: auto;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #002e7d;
  border-color: #002e7d;
}

.btn-secondary {
  color: #fff;
  background-color: #6f6f6f;
  border-color: #6f6f6f;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: #5b5b5b;
  border-color: #5b5b5b;
}

.multiselect.dropdown-toggle {
  padding: 6px 5px;
  font-size: 13px;
}

.StandardTable {
  border: 1px solid #003da6;
  border-radius: 3px;
  -moz-border-radius: 4px;
  box-shadow: 4px 4px 1px #003da6;
  table-layout: fixed;
  overflow: auto;
  margin-bottom: 2px;
  border-spacing: 0;
}

.StandardTable-parent {
  overflow-x: scroll;
}

.StandardTable thead {
  border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 5px;
  background-color: #023a99;
  color: white;
}

.StandardTable td {
  overflow: hidden;
  white-space: nowrap;
  width: 23%;
  border: 1px solid #023a99;
  padding: 8px;
}

#selectedReports {
  margin: 0;
}

.pager .next a,
.pager > span {
  color: #fff;
  background-color: #003da6;
}

.pager .next > a:hover,
.pager .next > a:focus {
  color: #fff;
  background-color: #002e7d;
}

.pager .next.disabled > a,
.pager .next.disabled > a:hover,
.pager .next.disabled > a:focus,
.pager .disabled > span {
  color: #fff;
  background-color: #003da6;
  opacity: 0.7;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #203da6 !important;
  /* border: 1px solid #979797 !important; */
  background-color: #f2f2f2 !important;
  background-image: none !important;
}

table.dataTable.no-footer,
table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 2px solid #dee2e6;
}

table.dataTable thead th {
  background: #f2f2f2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #fff !important;
  /* border: 1px solid #979797 !important; */
  background-color: #203da6 !important;
  background-image: none !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 10px 18px !important;
  color: #777;
  font-weight: 500;
}

.nav-pills > li > a {
  border-radius: 0;
  color: #7a8680;
}
.nav-tabs > li > a {
  border: 0;
  border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 3px solid #203da6;
  color: #203da6;
  font-weight: 600;
}

.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border: 0;
  border-bottom: 3px solid #203da6;
}

.table-parent {
  overflow: initial;
}

.table.table.sticky-header {
  border-collapse: separate; /* Don't collapse */
  border-spacing: 0;
}

.table.sticky-header thead tr th,
.table.sticky-header tbody tr th {
  text-align: center;
  position: sticky;
  position: -webkit-sticky;
  top: 58px;
  z-index: 999;
  background: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 3px solid #ddd;
}

.tokenizationSelect2 {
  width: 300px;
}

/* .table.sticky-header tbody tr td{
    text-align: center;
} */

input[type="radio"].form-control,
input[type="checkbox"].form-control {
  width: 18px;
  height: 18px;
  margin: 0 auto;
}

.form-control-xs {
  padding: 6px 5px;
  font-size: 13px;
}

.customized-drop {
  text-align: center;
}

.rounded-text {
  width: 60px;
  height: 60px;
  font-weight: 900;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  border-radius: 50%;
  background: #203da6;
  font-size: 20px;
  color: #fff !important;
  line-height: 60px;
  margin-top: 20px;
}

.profile-details p {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0px;
}

.logout-section {
  margin-top: 20px;
  padding: 15px 35px;
  border-top: 1px solid #ddd;
}

.m-0 {
  margin: 0;
}

.mt-3 {
  margin-top: 1.2rem;
}

.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 0.75rem;
}

.mb-3 {
  margin-bottom: 1.2rem;
}

.v-align-middle {
  vertical-align: middle;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-center {
  text-align: center;
}

.align-items-center {
  align-items: center;
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.mt-20 {
  margin-top: 20px;
}

.mr-1 {
  margin-right: 5px !important;
}

.d-inline-block {
  display: inline-block;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="search"]:focus,
select:focus {
  outline: 0 !important;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0 !important;
}

span.note {
  font-size: 14px;
  font-weight: normal;
}

.checkbox.select,
.check_box {
  width: auto !important;
  height: auto !important;
  /* margin-left: 10px; */
}

.modal-backdrop {
  z-index: 1040;
}

.modal {
  z-index: 1041;
}

.modal-title {
  font-size: 16px;
  /* font-weight: 600; */
}
.modal-title span {
  font-size: 13px;
  display: block;
  /* margin-top: 5px; */
  font-weight: normal;
}

.modal-header,
.modal-footer {
  background: #f0f0f0;
  border: 0;
}

.modal-content {
  border-radius: 0;
}

#selected_report_list {
  list-style: none;
  counter-reset: steps;
  padding-left: 0;
}
#selected_report_list li {
  counter-increment: steps;
  margin-bottom: 5px;
  clear: both;
  line-height: 18px;
}
#selected_report_list li::before {
  content: counter(steps);
  margin-right: 0.75rem;
  margin-bottom: 5px;
  background: #203da6;
  color: white;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  font-size: 13px;
  display: inline-grid;
  place-items: center;
  line-height: 1.5em;
  float: left;
}

.modal-header .close,
.modal-header .close:active,
.modal-header .close:focus,
.modal-header .close:hover {
  opacity: 1;
  outline: 0 !important;
}

/* .modal-header .close{
    position: absolute;
    right: -14px;
    top: -14px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #003DA6;
    color: #fff;
    border-radius: 50%;
    opacity: 1;
} */
/* .modal-header .close:active,
.modal-header .close:focus,
.modal-header .close:hover {
    opacity: 1;
    outline: 0 !important;
} */

.border-0 {
  border: 0 !important;
}

.fa.fa-trash {
  color: #f41b35;
}

input[type="radio"],
input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.progress-container {
  position: relative;
  width: 100%;
}
.progress-container .progress.progress-custom {
  position: fixed;
  /* width: 100%; */
  top: 54px;
  left: -25px;
  right: -25px;
  z-index: 1029;
}

.tab-content {
  padding: 25px 0 0 0;
}

.CodeMirror {
  border: 1px solid #ccc;
  border-radius: 4px;
}

.CodeMirror-gutters {
  /* border-color: #ccc; */
}

#reportListTable_length,
#reportListTable_filter {
  margin-bottom: 15px;
}

#reportListTable_filter label {
  visibility: hidden;
}

#reportListTable_filter label input {
  visibility: visible !important;
  position: relative !important;
  font-weight: normal;
  font-size: 12px;
  border-color: #c5c5c5;
  width: 200px;
}

#aggregatePosition {
  position: relative;
}
.btn-refresh {
  position: absolute;
  right: 10px;
  bottom: 15px;
}

.columnss {
  position: relative;
}

.pager {
  margin: 30px 0;
}

.link_caption {
  color: #6f6f6f;
  font-style: italic;
  font-size: 12px;
}

.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.scroller {
  overflow-y: auto;
  max-height: 385px;
}

.scroller::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #e3e3e3;
}
.scroller::-webkit-scrollbar-thumb {
  background: #6f6f6f;
  border-radius: 0;
}

.alert {
  /* display: flex !important;
    align-items: flex-start; */
  /* width: 100%; */
  /* padding: 0; */
  padding: 0;
  vertical-align: middle;
  height: 55px;
  padding-bottom: 0;
  border-radius: 0;
  border: 0;
  /* box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25); */
  display: table !important;
}

.alert-danger {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #010101;
}

.alert-danger [data-notify="icon"] {
  background: #a51500;
  color: white;
}

.alert-danger [data-notify="dismiss"],
.alert-danger [data-notify="dismiss"]:hover {
  color: #010101;
}

.alert-success {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #010101;
}

.alert-success [data-notify="icon"] {
  background: #1d7944;
  color: white;
}

.alert-success [data-notify="dismiss"],
.alert-success [data-notify="dismiss"]:hover {
  color: #010101;
}

.alert-warning {
  background: #f0f0f0;
  border-color: #f0f0f0;
  color: #010101;
}

.alert-warning [data-notify="icon"] {
  background: #ff8d27;
  color: white;
}

.alert-warning [data-notify="dismiss"],
.alert-danger [data-notify="dismiss"]:hover {
  color: #010101;
}

[data-notify="icon"] {
  /* float: left; */
  font-size: 18px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  margin-right: 8px;
  display: table-cell;
  vertical-align: middle;
}

[data-notify="message"] {
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-right: 16px;
  border-left: 8px solid transparent;
}

[data-notify="dismiss"],
[data-notify="dismiss"]:hover {
  /* position: static !important; */
  opacity: 1;
  top: 15px !important;
  margin-left: 5px;
}

ul.nav.nav-pills li.disabled {
  cursor: not-allowed;
}

ul.nav.nav-pills li.disabled a {
  pointer-events: none;
}

li.next.disabled {
  pointer-events: none;
  cursor: not-allowed;
}

.footer {
  font-size: 11px;
  color: #bdbdbd;
  background: #fff;
  /* box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 10%); */
  padding-top: 8px;
  padding-bottom: 8px;
  clear: both;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(82, 63, 105, 0.1);
}

.footer a {
  text-decoration: underline;
  color: #bdbdbd;
}

.footer-content {
  display: flex;
  justify-content: space-between;
}

/* multi select dropdowns */

.multiselect.dropdown-toggle.btn.btn-default .multiselect-selected-text {
  display: inline-block;
  float: left;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  width: 90%;
}

.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:hover,
.multiselect-container.dropdown-menu > .active > a:focus {
  background-color: transparent;
}

.multiselect-container .checkbox input[type="checkbox"] {
  margin-left: -33px;
  margin-top: -1px;
}

.multiselect-native-select .btn-group,
.multiselect-native-select .btn-group .btn {
  width: 100%;
}

#columnsResultView tbody tr td:last-child .multiselect-container.dropdown-menu {
  right: 0;
  left: auto;
}

.sticky-header tbody tr td {
  vertical-align: middle;
}

/* configuration part css starts here */
.p-25 {
  padding: 25px;
}
.logo-container {
  background: url(./images/splash_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-container img {
  height: auto;
  margin: auto;
}

.configuation-splash {
  height: 100vh;
}

.config-container {
  min-height: 100vh;
}

.config-bg {
  background: url(./images/config_bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.config-aside-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; */
  flex-basis: 22%;
  width: 22%;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.config-left-content {
  max-width: 70%;
  text-align: center;
}

.account-wall {
  margin-top: 20px;
  /* padding: 40px 0px 20px 0px; */
  padding: 20px 30px 20px 30px;
}

.italic {
  font-style: italic;
}

.config-aside-wrap {
  width: 100%;
  /* max-width: 330px; */
  /* margin-top: 20px; */
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-self: center;
}

.config-aside-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-flex: 2;
  -ms-flex: 2;
  align-items: center;
  justify-content: center;
  flex-basis: 100%;
  flex: 2;
}

.info-initial {
  width: 110px;
  height: 110px;
  float: none;
  margin: 0 auto;
  text-align: center;
  line-height: 100px;
  font-weight: 900;
  font-size: 3em;
  border-radius: 50%;
  background-color: #003da6;
  color: #fff;
  border: 5px solid #fff;
}
.form-config {
  margin-top: 20px;
}

.form-container {
  width: 100%;
  position: relative;
  padding: 20px 25px;
  margin-bottom: 25px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}

.form-heading {
  font-size: 15px;
  color: #343434;
  background-color: #fff;
  position: absolute;
  padding: 5px 8px;
  top: -15px;
  left: 20px;
  margin: 0;
}

label {
  color: #5d5d5d;
  font-size: 13px;
}

label span {
  color: #f52626;
}

.form-inline span {
  color: #333;
  display: inline-block;
  margin-top: 5px;
}

.radio-inline {
  padding-left: 25px;
}

.radio-inline input[type="radio"] {
  margin-left: -25px;
}

.radio-inline + .radio-inline {
  margin-left: 25px;
}

.switch {
  position: relative;
  width: 65px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.switch input[type="checkbox"] {
  visibility: hidden;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.cmn-toggle-round-flat + label {
  padding: 2px;
  width: 75px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.cmn-toggle-round-flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  /* background-color: #fff; */
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}

input.cmn-toggle-round-flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #fefefe;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}

input.cmn-toggle-round-flat:checked + label {
  background-color: #003da6;
}

input.cmn-toggle-round-flat:checked + label:after {
  margin-left: 35px;
  background-color: #fff;
}
/* custom theme dropdown */

.bst-adv-dropdown .dropdown-menu {
  position: absolute;
  max-height: 220px;
  min-width: 100%;
  /* bottom: 100%; */
  margin-bottom: 2px;
  top: 100%;
  border-radius: 5px;
  overflow-y: scroll;
  background: #ffffff;
  border: 1px solid #ced4da;
  z-index: 999999999;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.bst-adv-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  background-color: #f1f1f1;
}
.bst-adv-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #dedede;
}

.bst-adv-dropdown .dropdown-menu.open-top {
  box-shadow: -4px ​-2px 12px 0px rgb(0, 0, 0, 0.175);
  bottom: 100%;
  top: auto;
}
.bst-adv-dropdown .dropdown-menu li {
  cursor: pointer;
  padding: 5px;
  text-overflow: visible;
  white-space: normal;
  word-break: break-all;
}
.bst-adv-dropdown .dropdown-menu li:last-child {
  padding-bottom: 5px;
}
.bst-adv-dropdown .dropdown-menu li > ul {
  margin: 0;
  padding: 0;
}
.bst-adv-dropdown .dropdown-menu li > ul > li {
  list-style: none;
}
.bst-adv-dropdown .dropdown-menu li > ul > li > .item-list-wrapper > p {
  margin: 0;
  width: 100%;
  display: block;
  color: #dddddd;
  font-size: 85%;
  line-height: 18px;
}
.bst-adv-dropdown .dropdown-menu li:hover {
  background: rgba(0, 0, 0, 0.05);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}
.dropdown.bst-adv-dropdown .form-control .pull-right.fa {
  margin-top: 3px;
}

.bst-adv-dropdown .dropdown-menu {
  display: none;
  overflow-y: auto;
}

.bst-adv-dropdown .dropdown-menu.open {
  display: block;
}

/*status dropdowns with color codes*/
.bst-adv-dropdown .dropdown-menu li .item-color {
  width: 22px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.bst-adv-dropdown .dropdown-menu li:nth-child(1) .item-color {
  background: #5077a1;
}
.bst-adv-dropdown .dropdown-menu li:nth-child(2) .item-color {
  background: #6fcf97;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(3) .item-color {
  background: #7e998d;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(4) .item-color {
  background: #00218c;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(5) .item-color {
  background: #2a3f56;
}

.bst-adv-dropdown .dropdown-menu li:nth-child(6) .item-color {
  background: #404040;
}

.form-control.blue-yonder span.pull-left:before,
.form-control.de-york.green span.pull-left:before,
.form-control.oxley-green span.pull-left:before,
.form-control.resolution-blue span.pull-left:before,
.form-control.rhino-blue span.pull-left:before,
.form-control.tundora-black span.pull-left:before {
  content: "";
  width: 22px;
  height: 18px;
  border-radius: 2px;
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.form-control.blue-yonder span.pull-left:before {
  background-color: #5077a1;
}

.form-control.de-york.green span.pull-left:before {
  background-color: #6fcf97;
}

.form-control.oxley-green span.pull-left:before {
  background-color: #7e998d;
}

.form-control.resolution-blue span.pull-left:before {
  background-color: #00218c;
}

.form-control.rhino-blue span.pull-left:before {
  background-color: #2a3f56;
}

.form-control.tundora-black span.pull-left:before {
  background-color: #404040;
}

button.btn.btn-primary.show-chart-btn {
  margin-top: 25px;
}

/* edit config */

#edit-config .login-container {
  display: block !important;
  min-height: 100%;
}

#edit-config .config-aside-wrap {
  padding: 0 !important;
}

#edit-config .italic {
  visibility: hidden;
}
#edit-config .form-config {
  margin-top: 35px;
}
/* edit profile */
.profile-container {
  margin-top: 25px;
}
.small.m-n-32 {
  margin-left: -32px;
}
.astrik {
  list-style-type: "* ";
}

.password-section {
  display: none;
}
.Short {
  width: 100%;
  margin-top: 5px;
  color: #dc3545;
  font-weight: 500;
  font-size: 12px;
}
.Weak {
  width: 100%;
  margin-top: 5px;
  color: #ffc107;
  font-weight: 500;
  font-size: 12px;
}
.Good {
  width: 100%;
  margin-top: 5px;
  color: #d39e00;
  font-weight: 500;
  font-size: 12px;
}
.Strong {
  width: 100%;
  margin-top: 5px;
  color: #28a745;
  font-weight: 500;
  font-size: 12px;
}

/* media queries */
@media (min-width: 768px) {
  .modal-sm {
    width: 450px;
  }
  /* .modal-dialog {
    width: 480px;
  } */
}

@media (min-width: 1600px) and (max-width: 2800px) {
  .configuation-splash {
    width: 890px;
    margin: 0 auto;
  }

  .configuation-splash .full-wt {
    width: 100%;
  }

  .config-text {
    font-size: 16px;
  }

  .page-title {
    font-size: 32px;
  }
}

@media (min-width: 1400px) and (max-width: 1599px) {
  .configuation-splash {
    width: 750px;
    margin: 0 auto;
  }

  .configuation-splash .full-wt {
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    /* overflow-x: auto; */
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table.sticky-header thead tr th,
  .table.sticky-header tbody tr th {
    top: 0;
  }
}
ul.access-msg li {
  font-size: 12px;
}
p.access-msg {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

/* column report */

textarea#reportDescription {
  min-height: 200px;
  resize: none;
  border: 1px solid #ddd;
}

div#desription-count {
  float: right;
  padding: 0.5rem 0 0 0;
  color: #666;
}


.alignment-button.active {
  border: 1px solid #003da6;
  box-shadow: none;
}

/* schedule modal */
.recepients .recepients-error-msg {
  color: #dd4254;
  display: block;
}

/* customize multiselect design for consistency */
.multiselect.dropdown-toggle.btn.btn-default:disabled {
  cursor: not-allowed !important;
  background-color: #eee;
  opacity: 1;
}
.multiselect-selected-text {
  font-size: 14px !important;
  color: #555;
  padding-left: 12px;
}

/* overriding tagify css */
.tagify {
  margin: initial;
}

.tagify-input-container {
  padding: initial;
  border: initial;
  border-radius: initial;
  display: initial;
}

.tagify-input {
  padding: 6px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  width: 100%;
}

/* log */

.log-my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
} 

.log-field-mb {
  margin-bottom: 5px;
} 

.log-box {
  padding: 5px 15px;
  background: #f2f2f2;
}

.log-id {
  font-size: 1.2em;
  margin-right: 15px;
}

.bold-field {
  font-weight: bold;
  margin-right: 5px;
}


/* smtp configuration */

fieldset.fieldset-config-border{
  border: 1px groove #ddd !important;
  padding: 0 1em 1em 1em !important;
  margin: 0 0 1.5em 0 !important;
  -webkit-box-shadow: 0px 0px 0px 0px #000;
  box-shadow: 0px 0px 0px 0px #000;
}

legend.fieldset-config-border{
  font-size: 1em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
}


/* quill custom style */
.ql-editor {
  max-height: 300px;
}

#quillEmailBody  h1,
#quillEmailBody h2,
#quillEmailBody h3,
#quillEmailBody h4,
#quillEmailBody h5,
#quillEmailBody h6,
#quillEmailBody p  {
  display: block;
  font-size: revert;
  margin-block-start: revert;
  margin-block-end: revert;
  margin-inline-start: revert;
  margin-inline-end: revert;
  font-weight: revert;
  unicode-bidi:revert;
}