/*@import "https://fonts.googleapis.com/css?family=Rubik:300,400";*/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #152232;
}
body {
  margin: 0;
  /*font-family: "IBM Plex Sans", sans-serif;*/
  font-size: 0.90rem;
  font-weight: normal;
/*  line-height: 1.5;*/
  color: #212529;
  background-color: #fff;
}
button,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
  outline: none;
  box-shadow: none;
}
::placeholder {
  color: #9faab9 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #9faab9 !important;
}
::-ms-input-placeholder {
  color: #9faab9 !important;
}
input:-moz-read-only {
  background-color: #e2e2e2 !important;
}
input:read-only {
  background-color: #e2e2e2 !important;
}
a {
  color: #212529;
  text-decoration: none;
}
a:hover {
  color: #212529;
  text-decoration: none;
}
label {
  color: #001737;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
label {
  margin-bottom: 0.2rem;
}
select.minimal {
  display: inline-flex;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-position: calc(100% - 5px) calc(0em + 2px);
}
label {
  margin-bottom: 0.2rem;
}
label:after {
  content: ":";
}
.label:after {
  content: "";
}
.required:after {
  content: ":*";
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #e2e2e2;
  border: 1px solid #000d2d !important;
  opacity: 1;
}
.fs-14 {
  font-size: 14px !important;
}
.w-80 {
  width: 80%;
}
.bg-dark {
  background-color: #000e1f!important;
  color: #fff;
}
.form-control {
  border: 1px solid #000d2d;
  border-radius: 0.25rem;
  color: #1e2327;
  background-color: #f8f8f8;
  font-size: 0.85rem;
}
.btn {
  font-size: 0.85rem;
  /*font-weight: 400;*/
  text-transform: uppercase;
  letter-spacing: 0.5px;
  /*height: calc(1.5em + 0.75rem + 2px);*/
    padding: 0.675rem 0.75rem;
  margin-top: -2px;
}
.btn-success {
  color: #fff;
  background-color: #0c8842;
  border-color: #0b7c3c;
}
.btn-success:hover {
  color: #fff;
  background-color: #015224;
  border-color: #015224;
}
.btn-primary {
  background-color: #0007c1 !important;
  border-color: #0007c1 !important;
}
.btn-primary :hover {
  background-color: #0054c7 !important;
  border-color: #0054c7 !important;
}

.btn-modal {
    background-color: #011e41;
    border-color: #011e41;
    color: #fff;
}

.btn-modal:hover, .btn-modal:focus {
    background-color: #000e1f;
    border-color: #000e1f;
    color: #fff;
}

.btn-tertiary {
  color: #fff;
  background-color: #002186;
  border-color: #002186;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #031a61;
  border-color: #031a61;
}
.btn-outline-tertiary {
  color: #031a61;
  background-color: transparent;
  border-color: #002186;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #031a61;
  border-color: #031a61;
}
.btn-outline-warning {
  color: #e27400;
  background-color: transparent;
  border-color: #e27400;
}
.btn-link {
  border: none !important;
  background-color: transparent !important;
}
.btn-outline-warning:hover {
  color: #fff !important;
  background-color: #e27400 !important;
  border-color: #e27400 !important;
}
.btn-sm {
  height: calc(1.5em + 0.75rem + 0px);
  font-size: 0.8rem !important;
  line-height: 1.5 !important;
  border-radius: 0.2rem !important;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.navbar-nav {
  color: #001737;
  font-size: 0.9rem;
  letter-spacing: 0.1px;
  /*text-transform: uppercase;*/
  font-weight: normal;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ccc;
}

.dropdown-item {
  font-size: 0.9rem;
  font-weight: 300;
}
.thead-light th {
  color: #495057;
  background-color: transparent !important;
  border-color: transparent !important;
  font-weight: 400 !important;
  padding: 0.15rem;
  padding-left: 0.35rem !important;
  font-size: 0.85rem !important;
}
.table td {
  padding: 0.35rem;
  padding-top: 0.55rem !important;
  padding-bottom: 0.55rem !important;
  font-size: 0.85rem;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.08) !important;
}
.pTd {
  padding: 0 !important;
}
.success {
  background-color: #27ae60!important;
}
.color-success {
  color: #27ae60;
}
.danger {
  background-color: #979fa6!important;
}
.color-danger {
  color: #c0392b;
}
.warning {
  background-color: #ffc107!important;
}
.primary {
  background-color: #007bff!important;
}
.secondary {
  background-color: #6c757d!important;
}
.badgesuccess {
  border: 1px solid;
  width: 100% !important;
  color: #27ae60;
}
.badgedanger {
  border: 1px solid;
  width: 100% !important;
  color: #c0392b;
}
.badge {
  padding: 4px !important;
  font-weight: 400 !important;
  font-size: 0.8rem !important;
  width: 100% !important;
  background-color: transparent !important;
}
.badgeDefault {
  border: 1px solid;
  width: 100% !important;
  color: #6c757d;
}
.daterangepicker {
  border: 1px solid #545b68 !important;
}
.daterangepicker:before {
  border-bottom: 7px solid #000 !important;
}
.daterangepicker .drp-buttons {
  border-top: 1px solid #545b68 !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #0068fa !important;
}


.bootstrap-select .dropdown-item.active, .dropdown-item:active{
background-color: #152232!important;
}

.dropdown-menu {
  /*min-width: auto !important;*/
 /* min-width: 120px!important;*/
/*background-color: #343a40;*/

}
/*
.dropdown-item {
  padding: 0.25rem 1.5rem !important;
  color: #FFF!important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ccc;
    text-decoration: none;
    background-color: #000e1f;
}
*/
.anyClass {
  height: 150px;
  overflow-y: scroll;
}
.divider-text {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #464a4e;
  font-size: 10px;
  font-weight: 400;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
  letter-spacing: 0.5px;
  margin: 15px 0;
}
.divider-text::before,
.divider-text::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #e5e9f2;
}
.divider-text::before {
  margin-right: 10px;
}
.divider-text::after {
  margin-left: 10px;
}
.divider-vertical {
  flex-direction: column;
  margin: 0 15px;
}
.divider-vertical::before,
.divider-vertical::after {
  height: auto;
  width: 1px;
}
.divider-vertical::before {
  margin-right: 0;
  margin-bottom: 10px;
}
.divider-vertical::after {
  margin-left: 0;
  margin-top: 10px;
}
.search-form {
  position: relative;
  top: 0;
  right: 0;
}
.input-group.search-group {
  height: 40px;
  min-width: 50px;
  position: relative;
}
.input-group .form-control.search:hover,
.input-group .form-control.search:focus {
  padding: 10px;
  width: 380px;
  color: #000;
  cursor: auto;
  background-color: #fff;
  border: 1px solid #000d2d;
}
@media (width: 320px) {
  .input-group .form-control.search:hover,
  .input-group .form-control.search:focus {
    width: 190px !important;
  }
}
@media (min-width: 321px) {
  .input-group .form-control.search:hover,
  .input-group .form-control.search:focus {
    width: 270px !important;
  }
}
.input-group .form-control.search::-moz-placeholder {
  color: transparent !important;
}
.input-group .form-control.search::-webkit-input-placeholder {
  color: transparent !important;
}
.input-group .form-control.search:hover::-moz-placeholder,
.input-group .form-control:focus::-moz-placeholder {
  color: #222 !important;
}
.input-group .form-control.search:hover::-webkit-input-placeholder,
.input-group .form-control.search:focus::-webkit-input-placeholder {
  color: #222 !important;
}
.input-group .form-control.search:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  border: 1px solid #000d2d;
}
.form-control.search.search-control {
  background: url(../assets/search.svg) no-repeat right 5px center / 20px;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  color: transparent;
  font-size: 14px;
  width: 50px;
  height: 39px;
  margin: 0;
  padding: 0;
  outline: 0 none;
  position: absolute;
  right: 0;
  margin-right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  transition: width 0.25s;
}
.form-control.search.search-control::-webkit-search-cancel-button {
  position: relative;
  right: 10%;
}
.df-breadcrumbs {
  padding: 0;
  background-color: transparent;
}
.mg-b-10 {
  margin-bottom: 10px;
}
.df-breadcrumbs .breadcrumb-item {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
}
.df-breadcrumbs .breadcrumb-item a {
  color: #1b2e4b;
  transition: all 0.2s ease-in-out;
}
.df-breadcrumbs .breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
}
.df-breadcrumbs .breadcrumb-item.active {
  color: #0168fa;
}
.df-breadcrumbs .breadcrumb-item {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, "Inter UI", Roboto, sans-serif;
}
.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: 0.25rem;
  border-radius: 0.25rem;
}
.bd-callout-warning {
  border-left-color: #f0ad4e;
}
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: #002196;
  position: relative;
  display: inline-block;
  padding-top: 6px;
  font-family: var(
    --pure-material-font,
    "Roboto",
    "Segoe UI",
    BlinkMacSystemFont,
    system-ui,
    -apple-system
  );
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  border-top-color: transparent;
  border-radius: 4px;
  padding: 15px 13px;
  width: 100%;
  height: inherit;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  background-color: transparent;
  box-shadow: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: #002196;
  transition: border 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  font-size: 75%;
  line-height: 15px;
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > label:after {
  content: " " !important;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 4px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent;
}
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover
  > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span {
  font-size: inherit;
  line-height: 68px;
}
.pure-material-textfield-outlined
  > input:not(:focus):placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > input:not(:focus):placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:not(:focus):placeholder-shown
  + span::after {
  border-top-color: transparent;
}
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: #002196;
  border-top-color: transparent;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1),
    inset -1px 0 var(--pure-material-safari-helper1),
    inset 0 -1px var(--pure-material-safari-helper1);
  outline: none;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: #002196;
}
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span {
  border-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span {
  border-top-color: rgba(
    var(--pure-material-onsurface-rgb, 0, 0, 0),
    0.38
  ) !important;
}
.pure-material-textfield-outlined
  > input:disabled:placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > input:disabled:placeholder-shown
  + span::after,
.pure-material-textfield-outlined
  > textarea:disabled:placeholder-shown
  + span::before,
.pure-material-textfield-outlined
  > textarea:disabled:placeholder-shown
  + span::after {
  border-top-color: transparent !important;
}
@media (min-width: 576px) {
  .df-breadcrumbs .breadcrumb-item {
    letter-spacing: 0.5px;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
@media (max-width: 800px) {
  .d-100 {
    width: 100%;
    margin-bottom: 10px;
  }
}
.fs-1rem {
  font-size: 1rem !important;
}
.form-control {
  padding: 0.475rem 0.55rem !important;
  border-radius: 0.375rem;
}
.input-group-text {
  font-size: 0.85rem !important;
  border: 1px solid #000d2d;
}
.navbar-dark .navbar-toggler {
  border: 1px solid transparent !important;
  outline: none !important;
  padding-left: 0 !important;
}
.theadTable {
  margin: 0;
  padding: 3px;
  width: 20px;
}
.topBar {
  height: 5px;
  background-color: #a60114;
}
@media (min-width: 991px) {
  .min-vh {
    min-height: 89vh !important;
  }
}
.curPoint {
  cursor: pointer;
}
.btn.disabled,
.btn:disabled {
  opacity: 1 !important;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
}
.hr-mobi {
  width: 100%;
  color: #000;
  height: 1px;
}
.form-control.nopadding {
  padding: 0 !important;
}
.bootstrap-select .dropdown-toggle .filter-option {
  margin-left: -15px !important;
  margin-top: 1px !important;
  font-weight: 400 !important;
  text-transform: capitalize;
  color: #000;
}
.bootstrap-select > .dropdown-toggle {
  margin-top: 0 !important;
  height: calc(1.6em + 0.75rem + 3.82px) !important;
      padding: .375rem .75rem!important ;
  border-radius: 0.375rem;
}

.bootstrap-select .dropdown-menu, .bootstrap-select{
min-width: 100%!important;
background-color: #f8f8f8;
}
.btn-ios-alert {
  height: auto !important;
  padding: 0 9px 0 0 !important;
}
@media (min-width: 767px) {
  .modal-ios-content {
    border-radius: 0.6rem !important;
    opacity: 0.92;
    margin: 40px;
  }
}
.modal-ios-content-spinner {
  opacity: 1 !important;
  position: relative !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  width: 100% !important;
  pointer-events: auto !important;
  background-clip: padding-box !important;
  outline: 0 !important;
}
.modal-ios-body {
  padding: 17px 15px 0 20px !important;
}
.modal-ios-footer {
  padding: 10px 15px 13px !important;
}
.modal-ios-footer-alert {
  margin-top: 10px;
  padding-top: 5px !important;
  border-top: 1px solid #dee2e6;
  display: block !important;
}
.modal-footer {
  border-top: 0 solid #dee2e6 !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #000 !important;
}
.modal-header {
  padding: 0.5rem 1rem !important;
}
.btn-no-py {
  padding: 0.375rem 0.75rem;
}
@media (min-width: 991px) {
  .sw-100 {
    width: 100px;
  }
  .sw-175 {
    width: 175px;
  }
  .sw-200 {
    width: 200px;
  }
  .sw-250 {
    width: 250px;
  }
}
@media (max-width: 990px) {
  .sw-100 {
    width: 100%;
  }
  .sw-175 {
    width: 100%;
  }
  .sw-200 {
    width: 100%;
  }
  .sw-250 {
    width: 250px;
  }
  .bw-100 {
    display: block !important;
    width: 100% !important;
  }
  .posi-btns-figs{
    position: absolute;
    right: -175px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 1140px;
  }
}


/*
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:active:hover {
  color: #fff;
  text-decoration: none;
  background-color: #000e1f;
}

*/ 
@media (max-width: 420px) {
  .col-esp-6 {
    -ms-flex: 0 0 49.333333% !important;
    flex: 0 0 49.333333% !important;
    max-width: 49.333333% !important;
  }
}
@media (min-width: 992px) and (max-width: 1114px) {
  .d-lg-esp {
    display: none !important;
  }
}
.lsn5 {
  letter-spacing: -1px;
  font-weight: 500;
}
.tx-rubik {
  font-family: "Rubik", sans-serif;
}
.linkGray {
  color: #8392a5;
  font-size: 12px;
}
.card-footer {
  padding: 0.25rem 0.1rem;
}
@media (max-width: 415px) {
  .fs-xs {
    white-space: nowrap;
    font-size: 0.7rem;
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 374px) {
  .fs-xs {
    white-space: nowrap;
    font-size: 0.65rem;
    padding-right: 8px;
    padding-left: 8px;
  }
}
#myuploaderButton {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  height: calc(1.5em + 0.75rem + 6px);
  padding: 0.375rem 1.5rem;
  color: #fff;
  background-color: #0168fa !important;
  border-color: #0168fa !important;
  margin-right: 10px;
}
blockquote {
  background: #fff3c0;
  min-width: 320px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
blockquote:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 29px;
  right: 0;
  bottom: -18px;
  left: 0;
  background: linear-gradient(-45deg, transparent 70%, #fff3c0 75%),
    linear-gradient(45deg, transparent 70%, #fff3c0 75%);
  background-repeat: repeat-x;
  background-size: 15px 10px, 15px 10px;
  background-position: center;
}
#map {
  height: 400px;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
.table thead th.borderTh {
  border-bottom: 0 solid #dee2e6 !important;
}
.table tbody tr.border-bot-tr {
  border-bottom: 1px solid #dee2e6;
}
.overflow-modal-auto {
  max-height: 500px;
  overflow-y: auto;
}
@media (min-width: 100px) and (max-width: 500px) {
  .w-66 {
    display: none !important;
  }
}
.w-66 {
  width: auto !important;
}
@media (min-width: 991px) {
  .display-lg-table {
    display: table !important;
  }
}
.table-xs-responsive, .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .btn-white-space-lg {
    white-space: nowrap;
    padding: 5px;
  }
}
.div-parent-relat {
  position: relative;
}
.btn-minus {
  background: url(../../assets/remove-button.svg);
  background-size: 15px 15px;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -103px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}
@media (max-width: 359px) {
  .widht-xs {
    max-width: 165px !important;
  }
  .pl-1rem {
    padding-left: 0.5rem !important;
  }
}
@media (min-width: 360px) and (max-width: 425px) {
  .widht-xs {
    max-width: 220px !important;
  }
}
@media (min-width: 991px) {
  .min-w {
    min-width: 168px;
  }
}
.min-height-sub {
  min-height: 57px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .col-md-esp-2 {
    -ms-flex: 0 0 20%%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.bootstrap-select .dropdown-toggle .filter-option {
  margin-left: inherit !important;
}
.sw-300 {
  width: 300px !important;
}
.bootstrap-select > .dropdown-toggle {
  border: 1px solid #000d2d !important;
}

.bootstrap-select.dnoneafter>.dropdown-toggle:after{
display: none;
}

.bootstrap-select.dnoneafter .dropdown-menu{
width: 100%;
}

.modal-backdrop.show{
opacity: 0.8;
}


.selectD {
display: block;
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    background: 0 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 5px !important;
    padding: 2px 4px 2px 8px !important;
    font-size: 13px !important;
    min-width: 90px;
    box-shadow: none !important;
    outline: 0 !important;
    word-wrap: normal;
    text-transform: none;
    color: #333;
    text-align: left !important;
    border: 1px solid #333;
}

.selectSit{
    padding-top: 2px ;
    padding-bottom: 2px ;
    padding-left: 5px ;
    padding-right: 5px ;
    min-width: 100px;
    font-weight: 300;
    font-size: 0.85rem;
    text-align: center;
    border-radius: 3px;
    box-shadow: none!important;
    outline: none!important;
}

.page-item .page-link {
    color: #000d2d;
    padding: 3px 8px;
    border-radius: 15px;
    border: 0;
}

.page-item .page-link {
    color: #000d2d;
    padding: 3px 8px;
    border-radius: 15px;
    border: 0;
}

.page-item.active .page-link {
    background-color: #000d2d;
    border-color: #000d2d;
    color: #fff;
}



.navbar-dark .navbar-nav .nav-link {
    color: #ccc;
    border-radius: .375rem;
    padding-right: .85rem;
    padding-left: .65rem;
    background-color: #152232;
    margin-right: 6px;
    border: 1px solid #000
}

.logoNav {
    background-image: url('/assets/logoX.svg');
    width: 74px;
    height: 40px;
    margin-right: 1.5rem!important;
    margin-top: 5px!important;
}
.mt-n{
margin-top: -1px;
}
.mt-n0{
margin-top: -1.5px;
margin-right: 4px;
}
.iconM{
opacity: 0.7;
}



/**/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #222;
background-color: #fff;
border-color: #222 #222 #fff;
}
.nav-tabs .nav-link {
border-top: 1px solid white;
border-top-left-radius: 0.45rem;
border-top-right-radius: 0.45rem;
padding-left: .75rem;
padding-right: .75rem;
white-space: nowrap;
}
.nav-tabs {
border-bottom: 1px solid #222222;
padding-right: 50px;
position: relative;
}
.mt-n2{
margin-top: -2px;
}
.mt-n1{
margin-top: -1px;
}
.table-striped tbody tr:nth-of-type(odd) {
background-color: #dfdfdf!important;
}
.table td, .table th {
border-top: 0; 
}
.nav-position{
position: relative;
overflow-x: auto;
}
.nav-tabs{
flex-wrap: nowrap;
}

@media (max-width: 991px){
.nav-tabs{
overflow-x: auto;
overflow-y: hidden;
}
.nav-tabs .nav-link {
white-space: nowrap;
}
}

@media (min-width: 991px) and (max-width: 1199px){
.nav-tabs .nav-link {
padding-left: .5rem;
padding-right: .5rem;
}
.nav-tabs{
padding-right: 35px;
}
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.475rem 2.25rem 0.475rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    color: #212529;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select {
    background-position: right 0.55rem center;
}
.form-select {
    border: 1px solid #333;
    background-color: #f8f8f8;
    padding: 0.475rem 1.5rem 0.475rem 0.55rem;
}
.select-filter {
    width: 100%;
    border: 1px solid #333;
    margin-right: 0.5rem;
}
.mW100 {
    min-width: 100px;
}
.mW160 {
    min-width: 160px;
}
.mW150 {
    min-width: 150px;
}
.mW140 {
    min-width: 150px;
}


.badge {
    padding-top: 4px !important;
    padding-bottom: 3px !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
    min-width: 90px!important;
}

.table td {
    padding: 0.35rem;
    padding-top: 0.55rem!important;
    padding-bottom: 0.55rem!important;
    vertical-align: middle!important;
    white-space: nowrap;

}
tr:hover {
  background-color: #f5f5f5;
}
.pTd{
padding: 0.05rem!important;
}

.rightUl{
position: absolute;
right: 0;
bottom: 0;
border: 0 solid transparent;
margin-right: 0;
margin-bottom: 1px;
background-color: #fff!important;
z-index: 999;
}


.floatingButtonWrap {
    display: block;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 1039
}

.floatingButton {
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    background-color: #1d3248;
    border: 5px solid #152232;
    line-height: 50px;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    right: 0;
    animation: 1s linear animName
}

.cl4,.cl5 {
    color: #484848;
    font-size: 14px
}

.floatingButton .fa {
    font-size: 15px!important;
    transform: rotate(0);
    transition: .4s
}

.floatingButton.open .fa {
    transform: rotate(270deg)
}

.floatingMenu {
    position: absolute;
    bottom: 60px;
    right: 0;
    display: none
}

.floatingMenu li {
    width: 100%;
    float: right;
    list-style: none;
    text-align: right;
    margin-bottom: 5px
}

.floatingMenu li a {
    padding: 8px 15px;
    display: inline-block;
    background: #001938;
    color: #fff;
    border-radius: 5px;
    transition: .4s;
    -webkit-box-shadow: 1px 3px 5px rgba(211,224,255,.5);
    box-shadow: 1px 3px 5px rgba(211,224,255,.5)
}

.floatingMenu li a:hover {
    margin-right: 10px;
    text-decoration: none
}




.btn-secondary,.btn-secondary:hover {
    border: none;
    /*color: #565656;*/
    /*background-color: #e2e2e2*/
}

.btn-secondary:hover {
    opacity: .9
}

#spinner{
position: absolute;
left: -25px;
top: 0;
bottom: 0;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.cancelBtn{
display: none;
}


.cssCrop3{
max-width: 40ch;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.dropdown-toggle::after{
border-top: 0.3em solid!important;
}


.form-select {
    display: block;
    width: 100%;
   
/*height: calc(1.5em + 0.75rem + 2px);*/

    font-weight: 400;
    line-height: 1.5;
    color: #212529;
  
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    font-size: 0.85rem;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 
    -moz-appearance: none;
    appearance: none;
}

.form-select {
    background-position: right .55rem center;
}
.form-control:focus,.form-select:focus {
    border-color: #000aff!important
}

.form-select {
    border: 1px solid #333;
    background-color: #f8f8f8;
    padding: 0.475rem 1.5rem 0.475rem 0.55rem;
}




.input-group-text {
border-radius: 0.375rem;
}



.btnSNav {
    border-color: #e2e2e2!important;
    background-color: #e2e2e2!important;
    padding: 6px 3px 5px 3px!important;
    margin-left: .5rem!important;
    font-size: .8rem!important;
    color: #565656!important;
    margin-left: 0.25rem!important;
}


.btnSNav:hover {
    color: #565656!important;
    border-color: #acacac!important;
    background-color: #dadada!important;
}

.bold{
font-weight: 600;
}

b, strong {
    font-weight: 600;
}

.table thead th {
border-bottom: 0!important;
}

@media (max-width: 767px){
.pem0{
padding-right: 0;
}
}

.btnSubnav{
text-transform: capitalize!important;
}

.toast {
    box-shadow: none;
    border-color: #14b557;
    background-color: #e1f4e9;
    color: #109648;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 0.375rem;
}

.toast-body{
padding: .25rem;
padding-left: .4rem;
padding-right: .4rem;
}

#toast {
    visibility: hidden;
    max-width: 40px;
    height: 40px;
    /*margin-left: -125px;*/
    margin: auto;
    background-color: #dbd6cb;
    color: #212529;
    text-align: center;
    border-radius: 3px;

    position: fixed;
    z-index: 1;
    left: 0;right:0;
    bottom: 20px;
    font-size: 15px;
    white-space: nowrap;
}
#toast #img{
  width: 40px;
  height: 40px;
    border-radius: 3px;
    float: left;
    
    padding-top: 7px;
    padding-bottom: 16px;
    
    box-sizing: border-box;

    
    background-color: #bfbaae;
    color: #212529;
}
#toast #desc{

    
    color: #212529;
   
 padding-top: 7px;
    padding-bottom: 16px;
    
    overflow: hidden;
  white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 20px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 40px} 
    to {min-width: 250px}
}

@keyframes expand {
    from {min-width: 40px}
    to {min-width: 250px}
}
@-webkit-keyframes stay {
    from {min-width: 250px} 
    to {min-width: 250px}
}

@keyframes stay {
    from {min-width: 250px}
    to {min-width: 250px}
}
@-webkit-keyframes shrink {
    from {min-width: 250px;} 
    to {min-width: 40px;}
}

@keyframes shrink {
    from {min-width: 250px;} 
    to {min-width: 40px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 20px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 20px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}
#toast2{z-index: 9999!important;}

.iconInput{
position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.nav-link{
color: #212529;
}


.bredFlex{
justify-content: end;
}

.box-configs{
position: absolute;
right: 0;
top: 0;
cursor: pointer;
}

.filterx2 {
position: absolute;
right: 0;
cursor: pointer;
}

.selectN{
  padding: 4px;
  font-weight: 400;
  font-size: 0.8rem;
  border-radius: .5rem;
  text-align: center;
}


.box-anexos{
display: flex;
flex-direction: column;
align-items: center;
position: relative;
border: 1px solid #000;
border-radius: 0.5rem;
padding: .25rem;
min-height: 152px;
}

.footer-anex{
display: flex;
justify-content: space-between;
}

.title-subarq{
font-size: 11px;
}

.left-anex{
width: 100%;
}

.right-anex{
position: absolute;
right: 0;
}



.g-25{
--bs-gutter-x: .75rem;
--bs-gutter-y: .75rem;
}


.max-width-btns{
    max-width: 58px;
}

@media (max-width: 991px){
.max-width-btns{
    max-width: 100%;
}
ol.breadcrumb  form {
overflow-x: auto;
}
}

.pr{
position: relative;
}

.datepicker-dropdown.dropdown-menu{
background-color: #fff!important;
padding: 0.75rem!important;
}


.day{
text-align: center;
cursor: pointer;
}

.day:not(.disabled):hover {
    background-color: #0007c1;
    color: #fff;
}

.day.disabled{
opacity: 0.65;
cursor: auto;
}

.dow{
font-size: 13px;
padding: 0 4px;
}

.next{
    font-size: 0 !important;
    position: relative;
        display: flex;
    align-items: center;
    justify-content: flex-end;
        height: 26px;
    cursor: pointer;
}

.next::before{
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url('https://unpkg.com/feather-icons/dist/icons/chevron-right.svg') no-repeat center;
    mask: url('https://unpkg.com/feather-icons/dist/icons/chevron-right.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
    vertical-align: middle;
}

.prev{
    font-size: 0 !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
            height: 26px;
    cursor: pointer;
}

.prev::before{
    content: "";
    width: 16px;
    height: 16px;
    background: currentColor;
    -webkit-mask: url('https://unpkg.com/feather-icons/dist/icons/chevron-left.svg') no-repeat center;
    mask: url('https://unpkg.com/feather-icons/dist/icons/chevron-left.svg') no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.active.day{
background-color: #0007c1;
color: #fff;
}

.datepicker .datepicker-switch {
    pointer-events: auto;
    text-align: center;
}

.badgeCortesia{
    font-size: 11px;
    padding: 0.1rem .5rem;
    /* text-align: center; */
    border-radius: 0.5rem;
    width: fit-content;
    border: 1px solid #000;
    display: inline;
}


.pulse {
  animation: pulse 0.7s infinite;
  animation-direction: alternate;
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -webkit-filter: brightness(100%);
  }
  100% {
    -webkit-transform: scale(1.05);
    -webkit-filter: brightness(200%);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
    filter: brightness(100%);
  }
  100% {
    transform: scale(1.05);
    filter: brightness(200%);
  }
}


/* ===== CONTAINER ===== */
#calendar {
    background: #ffffff;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

/* ===== HEADER (toolbar) ===== */
.fc-toolbar {
    margin-bottom: 15px;
}

.fc-toolbar h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1e293b;
}

/* ===== BOTÕES ===== */
.fc-button {
    background: #2563eb;
    border: none;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    text-transform: capitalize;
    font-size: 13px;
    transition: 0.2s;
}

.fc-button:hover {
    background: #1d4ed8;
}

.fc-state-active {
    background: #1e40af !important;
}

/* ===== DIAS DA SEMANA ===== */
.fc-day-header {
    background: #f1f5f9;
    color: #334155;
    font-weight: 600;
    padding: 8px 0;
    border: none;
}

/* ===== GRID ===== */
.fc-day {
    background: #ffffff;
    border: 1px solid #e5e7eb;
}

.fc-day:hover {
    background: #f9fafb;
}

/* ===== HOJE ===== */
.fc-today {
    background: #dbeafe !important;
    border: 1px solid #93c5fd !important;
}

/* ===== NÚMERO DO DIA ===== */
.fc-day-number {
    padding: 5px;
    font-size: 13px;
    color: #475569;
}

/* ===== EVENTOS ===== */
.fc-event {
    background: #2563eb;
    border: none;
    border-radius: 6px;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 500;
    transition: 0.2s;
}

.fc-event:hover {
    background: #1d4ed8;
    transform: scale(1.02);
}

/* ===== EVENTOS VARIAÇÕES ===== */
.evento-verde {
    background: #22c55e !important;
}

.evento-vermelho {
    background: #ef4444 !important;
}

.evento-amarelo {
    background: #f59e0b !important;
}

/* ===== LINHAS ===== */
.fc-row {
    border: none;
}

/* ===== BORDA GRID ===== */
.fc-unthemed td,
.fc-unthemed th {
    border-color: #e5e7eb;
}

/* ===== SCROLL LISTA ===== */
.fc-scroller {
    overflow: hidden !important;
}


.box {
position: relative;
background: #ffffff;
width: 100%;
}


.box-tools {
position: absolute;
right: 10px;
top: 5px;
}

.dropzone-wrapper {
border: 1px dashed #333;
color: #333;
position: relative;
height: 150px;
}

.dropzone-desc {
position: absolute;
margin: 0 auto;
left: 0;
right: 0;
text-align: center;
width: 40%;
top: 38px;
font-size: 14px;
}

.dropzone,
.dropzone:focus {
position: absolute;
outline: none !important;
width: 100%;
height: 150px;
cursor: pointer;
opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
background: #ecf0f5;
}

.preview-zone {
text-align: center;
}

.preview-zone .box {
box-shadow: none;
border-radius: 0;
margin-bottom: 0;
}