/*a {
    text-decoration: none;
    transition: all .5s;
    font-size: 12px;
    font-family: sans-serif;
}*/

a {
  color: #000000;
  letter-spacing: 0px;
  text-decoration: none;
  transition: all .5s
}

a,
a:hover {
    color: #000000;
}

a:hover {
    transition: all .5s ease-in
}

a:focus-visible {
    outline: none
}

#message_bar{
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background: #000;
  }
  
  #show_message_bar{
    cursor: pointer;
    display: none;
    background: #000;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 30px;
  }
  
.spaces-10 {
  padding-left: 10px;
 }
.spaces-20 {
  padding-left: 20px;
 }
 .spaces-30 {
  padding-left: 30px;
 }
 .spaces-40 {
  padding-left: 40px;
 }
 .spaces-50 {
  padding-left: 50px;
 }




 .accordion .accordion-item .accordion-body .choose-bank .form-check .form-check-label {
  color: var(--body-font-color)
}

.accordion-item .accordion-button .svg-wrapper {
  height: 18px;
  width: 18px
}

.accordion-wrapper:active {
  border: 1px solid #2b5e5e;
  border-top: 1px solid #2b5e5e !important
}

.accordion-border .accordion-item {
  border: 0;
}

.icons-accordion .accordion-item:last-child .accordion-body {
  padding-bottom: 0 !important
}

.accordions-content li {
  color: #121313
}

.collapse-accordion .btn-dark.show {
  border-radius: 5px
}

.f-10 {
  font-size: 10px !important
}

.f-11 {
  font-size: 11px !important
}

/*
 *
 *
 * section: accordion
 *
 */
.accordion-footer {
  background-color: var(--bs-accordion-header-bgcolor);
  color: var(--bs-accordion-header-fgcolor);
  margin-bottom: 0;
  padding: var(--bs-accordion-footer-padding-y) var(--bs-accordion-footer-padding-x);
  font-size: 12px;
  font-weight: bolder;
  box-shadow: var(--bs-accordion-footer-shadow);
}

.accordion-header {
  background-color: var(--bs-accordion-header-bgcolor);
  color: var(--bs-accordion-header-fgcolor);
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bolder;
}

/*
 *
 *
 * section: button
 *
 */

.btn-default {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}

.btn-default,

.btn-default.disabled,
.btn-default:disabled {
  background-color: #ffffff !important;
  border-color: #afafaf !important;
  color: #000000;
}

.btn-default:focus,
.btn-default:hover {
  background-color: #eeeeee !important;
  border-color: #aeaead !important;
}

/*
 *
 *
 * section: form
 *
 */



/* 360ti theme-form */
.theme-form .form-control :focus {
  box-shadow: 0 0 0 0 rgba(171, 140, 228, .05)
}

.theme-form textarea {
  border-color: #eaeaea
}

.theme-form .control-label {
  padding: 0;
  margin-bottom: 2px;
  margin-left: 1px;
  font-weight: bolder;
}

.theme-form textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 1px
}

.readonly {
  background-color: #dddddd;
  color: #000000;
  pointer-events: none;
  touch-action: none;
}

.theme-form input[readonly] {
  background-color: #dddddd;
  color: #000000;
  pointer-events: none;
  touch-action: none;
}

.theme-form input[type=date],
.theme-form input[type=datetime-local],
.theme-form input[type=email],
.theme-form input[type=file],
.theme-form input[type=month],
.theme-form input[type=number],
.theme-form input[type=password],
.theme-form input[type=search],
.theme-form input[type=tel],
.theme-form input[type=text],
.theme-form input[type=time],
.theme-form input[type=url],
.theme-form input[type=week],
.theme-form select,
.theme-form textarea {
  /*background-color: #fffff9; /* 360ti cor do fundo do input */
  border-color: #aaaaaa;
  box-shadow: none;
  color: #000000; /* 360ti cor da letra */
  background-color: #f4f9ff;
  font-size: 12px; /* 360ti tamanho fonte do campo */
  padding: 5px 5px; /*360ti padding do campo */
}

.theme-form input[type=date]::-webkit-input-placeholder,
.theme-form input[type=datetime-local]::-webkit-input-placeholder,
.theme-form input[type=email]::-webkit-input-placeholder,
.theme-form input[type=file]::-webkit-input-placeholder,
.theme-form input[type=month]::-webkit-input-placeholder,
.theme-form input[type=number]::-webkit-input-placeholder,
.theme-form input[type=password]::-webkit-input-placeholder,
.theme-form input[type=search]::-webkit-input-placeholder,
.theme-form input[type=tel]::-webkit-input-placeholder,
.theme-form input[type=text]::-webkit-input-placeholder,
.theme-form input[type=time]::-webkit-input-placeholder,
.theme-form input[type=url]::-webkit-input-placeholder,
.theme-form input[type=week]::-webkit-input-placeholder,
.theme-form select::-webkit-input-placeholder,
.theme-form textarea::-webkit-input-placeholder {
  color: #898989;
  font-size: 12px; /* 360ti tamanho do texto do placehold */
  font-weight: 100;
  letter-spacing: 1px
}

.theme-form input[type=file] {
  height: auto
}

.theme-form select.form-control:not([size]):not([multiple]) {
  
  border-color: #000000; /*360ti cor da borda do select */
  /*background-color: #fffff9; /* 360ti cor de fundo do select */
  /*font-size: 11px; /* 360ti tamanho do texto do select */
}

.theme-form .checkbox label {
  padding-left: 10px
}

.theme-form input[readonly],
.theme-form select[readonly],
.theme-form textarea[readonly]
 {
  background-color: #dddddd;
  color: #000000;
  pointer-events: none;
  touch-action: none;
}

/*
 *
 *
 * section: page
 *
 */

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper {
  background: #fff;
  border-right: 1px solid #aeaead;
  box-shadow: 0 0 0 0 rgba(89, 102, 122, .1);
  height: auto;
  line-height: inherit;
  position: fixed;
  text-align: left;
  top: 0;
  transition: .3s;
  width: 200px; /* 360ti largura da sidebar */
  z-index: 9;
  margin-left: -3px;
}

/* item selecionado (active) */
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active {
  background-color: #eaeaea;
  border-radius: 0px; /* 360ti borda do item selecionado da sidebar */ 
  margin-bottom: 0px; /*360ti */
  position: relative;
  transition: all .5s ease;
  color: #000000;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link.active span {
  color: var(--theme-default-sidebar-active);
  font-weight: 600;
  transition: all .3s ease
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-link:hover {
  background-color: #eaeaea;
  border-radius: 0px; /* borda dos itens onhover da sidebar */
}

/* pin */
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-thumb-tack {
  background-color: #eaeaea;
  border-radius: 6px;
  color: #000000;
  font-size: 13px;
  padding: 1px 6px;
  position: absolute;
  right: 17px; /* 360ti margem esquerda icon pin */
  top: 10px; /* 360ti margem top icon pin */
  visibility: hidden;
}

/* texto do menu */
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a span {
  font-family: sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0px;
  border-bottom: 3px solid transparent;
  border-top: 3px solid transparent;
  /* text-transform: capitalize; */
}

/* label PRINCIPAL do menu */
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li.sidebar-main-title {
  margin-bottom: 5px; /* 360ti */
  margin-top: 0;
  padding: 20px 0 10px 20px; /* 360ti */
}

/* itens do menu */
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a {
  color: #000000;
  padding: 5px 5px; /* 360ti */
  position: relative;
  transition: all .3s ease;
  border-bottom: 1px solid #aeaead;
  width:201px;
}

@media (max-width:1085px) and (min-width:1085px) {
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    width: calc(100vw - 200px);
  }  
}

.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
  margin-left: 177px; /* 360ti margem esquerda corpo da pagina */
  margin-top: 15px; /* 360ti margem top corpo da pagina */
  min-height: calc(100vh - 80px);
  
  background-color: #ffffff;
}




.footer {
  background-color: #fff;
  bottom: 0;
  box-shadow: 0 0 20px rgba(89, 102, 122, .1);
  left: 0;
  margin-left: 195px; /* 360ti margem esquerda footer */
  padding: 20px;
  transition: .5s
}

.toggle-sidebar {
  background-color: #dddddd;
  border-radius: 6px; /* 360ti borda arredondada icone recolher sidebar */
  cursor: pointer;
  line-height: .7;
  padding: 7px;
  position: absolute;
  right: 5px; /* 360ti margem direita icone recolher sidebar */
  top: 15px; /* 360ti margem superior icone recolher sidebar */
}

.toggle-sidebar svg {
  height: 20px; /* 360ti tamanho do icone recolher sidebar */
  width: 20px; /* 360ti tamanho do icone recolher sidebar */
  stroke: #000000;
  transform: rotate(0deg);
  transition: all .9s ease-in-out
}

.page-wrapper.compact-wrapper .page-header {
  margin-left: 200px; /* 360ti margem esquerda do header do body */
  width: calc(100% - 210px) /* 360ti largurda do header do body */
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-icon-wrapper,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .logo-wrapper {
    padding: 5px 5px; /*360ti padding do logo esquerdo da sidebar */
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links {
  color: transparent;
  height: calc(100vh - 115px);
  left: -300px;
  margin-bottom: 30px;
  margin-top: 20px;
  overflow: auto;
  transition: color 1s ease;
  z-index: 99;
  
}

/* ícones do menu */
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links li a svg {
  float: none;
  height: 14px; /*360ti tamanho do icone da sidebar*/
  transition: all .3s ease;
  vertical-align: -2px;
  width: 14px; /*360ti tamanho do icone da sidebar*/
  margin-top: 3px;
  margin-left: 5px;
}

body {
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
  overflow-x: hidden
}

/* cor do icone selecionado do menu */
.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a.active svg.stroke-icon {
  stroke: #000000;
}

.dataTables_wrapper .dt-buttons .btn {
  border-radius: .25rem !important;
  border: 1px solid #ecf3fa;
  color: #000000;
  font-family: sans-serif;
  font-size: 12px;
}

/* página atual / ativa */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    background: #eaeaea;
    border: 1px solid #afafaf;
    box-shadow: none;
    color: black !important
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #eaeaea;
  border: 1px solid #afafaf;
  color: #121313;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background-color: #ffffff;
  border: 1px solid #afafaf;
}

.dataTables_wrapper .dataTables_paginate {
  border: 1px solid #f5f5f5;
  border-radius: .25rem;
  margin-left: 15px !important;
  padding-top: 0;
  background-color: white;
}

.dataTables_wrapper table.dataTable thead td,
.dataTables_wrapper table.dataTable thead th {
    border-bottom: 1px solid #eaeaea;
    font-size: 12px;
    font-family: sans-serif;
}

.dataTables_wrapper table.dataTable td,
.dataTables_wrapper table.dataTable th {
    padding: 0;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: normal;
}

div.dataTables_wrapper table.dataTable tbody>tr>td:first-child {
  padding-left: 2px;
}

div.dataTables_wrapper table.dataTable tbody>tr>td {
  font-weight: normal;
}

div.dataTables_wrapper table.dataTable {
  border: none
}

div.dataTables_wrapper table.dataTable thead>tr>th {
  border: none !important;
  font-weight: 700;
  padding-bottom: 3px;
  padding-top: 3px;
  /*text-transform: capitalize*/
}

div.dataTables_wrapper table.dataTable thead>tr>th:first-child {
  padding-left: 2px
}

div.dataTables_wrapper table.dataTable thead>tr>th:last-child {
  padding-right: 2px
}

div.dataTables_wrapper table.dataTable tbody>tr>td:last-child {
  font-weight: normal;
  padding-right: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #eaeaea;
  --bs-table-accent-bg: unset
}

.table-hover tbody tr:hover {
  background-color: #bcddff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  border: 1px solid #dddddd;
  font-size: 12px;
  font-family: sans-serif;
}

div.dataTables_wrapper .dataTables_paginate {
  padding: 2px;
  border: 0px;
  margin-right: 0px;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button {
  border: 1px solid #dddddd;
  border-radius: 3px;
  font-weight: 500;
  margin: 0 4px !important;
  padding: 2px 9px
}

div.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  border: 1px solid #afafaf;
  border-radius: 3px;
  background-color: #dddddd;
  font-weight: 500;
  margin: 0 4px !important;
  padding: 2px 9px;
}

.dataTables_wrapper button {
  border: none;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 16px;
  background-color: black;
}

.dropdown-menu .dropdown-item {
  background: #ffffff;
  border: 1px solid #eaeaea;
  color: #000000;
  font-size: 12px;
  font-family: sans-serif;
  /* opacity: .6; */
  padding: 6px 12px
}

.dropdown-menu .dropdown-item:hover {
  background-color: #dddddd;
}

.dropdown-menu {
  border: 0px solid ;
  box-shadow: 0 0 20px #aaaaaa;
  padding: 0;
  z-index: 1
}


.dropdown-toggle {
  background-color: black;
}

.btn-group {
  background-color: white;
  border: 0px solid #afafaf;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}

.form-label {
  font-weight: 600;
  margin-bottom: 2px;
  color: #000000;
}


p {
  font-size: 12px;
  /*
  letter-spacing: .7px;
  line-height: 1.7
  */
}

.truncate-overflow {
  --max-lines: 4;
  position: relative;
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
  padding-right: 1rem;
  text-wrap: wrap;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~footer {
    margin-left: 40px;
    transition: .5s
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon {
  transition: all .3s ease;
  width: 55px;
  /* width: auto; */
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover {
  transition: all .3s ease;
  width: 203px;
}

footer {
  padding: 23px 5px !important; /* padding do footer */
}

.page-wrapper .page-body-wrapper .page-title {
  background-color: #fff;
  margin: 0 -27px 48px;
  padding: 0px 32px 18px;
  /*margin: 0 -27px 30px;
  padding: 22px 36px 18px;*/
}

.small-button {
  padding-top: 0px;
  font-size: 5px;
  vertical-align: middle;
  height: 5px;
}

.txt-blue {
  color: blue;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a {
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 500;
  overflow: hidden;
  padding: 7px 25px;
  position: relative;
  text-overflow: ellipsis;
  transition: all .3s ease;
  white-space: nowrap
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a.active {
  color: #000000;
  font-weight: 700;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:after {
  left: 55px
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu>li a {
  font-weight: 400;
  padding-left: 20px !important
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu li a:hover {
  margin-left: 0
}

/* aqui barra vertical do submenu
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .mega-menu-container:before,
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li .sidebar-submenu:before {
    background: red;
    content: "";
    height: 0;
    height: calc(100% - 14px);
    left: 20px;
    position: absolute;
    top: 3px;
    transition: height .5s;
    width: 2px
}
*/

.text-upper {
  text-transform: uppercase;
}

.sidebar-icon {
  margin-left: 5px;
  margin-top: 5px;
  font-size: 1.3em;
}

.sidebar-icon-submenu {
  margin-left: 5px;
  margin-right: 10px;
  margin-top: 0px;
}

.page-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content li a {
  /*text-transform: capitalize*/
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a {
  padding: 15px 15px;
  text-align: center;
  transition: all .3s ease
}

.field-required {
  color: #dc3545 !important
}

.popover {
  font-size: 12px;
  letter-spacing: 0px;
  background-color: #fff;
  border: 2;
  border-color: #000000;
  box-shadow: 0 0 20px rgba(43, 94, 94, .1)
}

.popover .popover-header {
  font-size: 12px;
  background-color: #dddddd;
  border-bottom: 2;
  color: #000000;
}

.popover .popover-body {
  color: rgba(43, 43, 43, .7);
  font-size: 12px;
}

.iconhelp{
  color: #2570bc;
}

.btn-scheduled {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-scheduled {
  background-color: #c29100 !important;
  border-color: #c29100 !important;
  color: #fff
}

.btn-scheduled.active,
.btn-scheduled:active,
.btn-scheduled:focus,
.btn-scheduled:hover {
    color: #fff;
    background-color: #e2aa00 !important;
}

.btn-canceled {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-canceled {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #fff
}

.btn-canceled.active,
.btn-canceled:active,
.btn-canceled:focus,
.btn-canceled:hover {
    color: #fff;
    background-color: #2e2d2d !important;
}

.btn-waiting {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-waiting {
  background-color: #c06240 !important;
  border-color: #c06240 !important;
  color: #fff
}

.btn-waiting.active,
.btn-waiting:active,
.btn-waiting:focus,
.btn-waiting:hover {
    color: #fff;
    background-color: #dd7048 !important;
}

.btn-inservice {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-inservice {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
  color: #fff
}

.btn-inservice.active,
.btn-inservice:active,
.btn-inservice:focus,
.btn-inservice:hover {
    color: #fff;
    background-color: #30c452 !important;
}

.btn-didnotattend {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-didnotattend {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff
}

.btn-didnotattend.active,
.btn-didnotattend:active,
.btn-didnotattend:focus,
.btn-didnotattend:hover {
    color: #fff;
    background-color: #ec384a !important;
}

.btn-confirmed {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-confirmed {
  background-color: #008183 !important;
  border-color: #008183 !important;
  color: #fff
}

.btn-confirmed.active,
.btn-confirmed:active,
.btn-confirmed:focus,
.btn-confirmed:hover {
    color: #fff;
    background-color: #01989b !important;
}

.btn-carriedout {
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0)
}

.btn-carriedout {
  background-color: #17a2b8 !important;
  border-color: #17a2b8 !important;
  color: #fff
}

.btn-carriedout.active,
.btn-carriedout:active,
.btn-carriedout:focus,
.btn-carriedout:hover {
    color: #fff;
    background-color: rgb(0, 176, 179) !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.w-130px {
  width: 110px;
  padding-left: 20px;
}

.modal-faded {
  opacity: 0.4; /* Adjust opacity for fading */
}

.middle-0 {
  left: 40%;
}


/*****************************************
**
** bootstrap multiselect framework css
**
******************************************/
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}

/*****************************************
**
** bootstrap multiselect framework css
**
******************************************/


.switch-md .switch {
  height: 29px;
  margin: 0;
  padding: 0;
  width: 50px
}

.switch-md .switch .switch-state:before {
  height: 25px;
  left: 1px;
  top: 1px;
  width: 25px
}



.switch-md .switch input:checked+.switch-state:after {
  left: 0px;
  top: 0px;
  
}

.switch-md.icon-state .switch .switch-state:after {
  font-size: 18px;
  left: 10px;
}

.switch-md.icon-state .switch .switch-state:before {
  font-size: 18px;
  left: 1px;
}


.switch-md.icon-state .switch input:checked+.switch-state:after {
  top: 5px;
  left: 32px;
}


.switch-md.icon-state .switch input:checked+.switch-state:before {
  top: 1px;
  left: -4px;
}

.switch-md.icon-state .switch input:not(:checked)+.switch-state:after {
  top: 4px;
  left: 4px;
}

.switch-md.icon-state .switch input:checked+.switch-state:after {
  top: 4px;
  left: 26px;
}

.switch-outline .switch-state {
  background-color: #fff;
  border: var(--switch-outline-border) solid var(--theme-default);
  transition: .4s
}

.switch-outline .switch-state:before {
  background-color: #f5f5f5;
  bottom: 3px;
  color: #fff
}

.switch-outline .switch input {
  display: none
}

.switch-outline .switch input:checked+.switch-state {
  background-color: transparent;
  border: var(--switch-outline-border) solid var(--theme-default)
}

.switch-outline .switch input:checked+.switch-state:before {
  background-color: var(--theme-default);
  bottom: 3px;
  transform: translateX(26px)
}

.switch-outline .switch input:checked+.switch-state:after {
  color: #fff
}

.switch-outline .switch input:checked+.switch-state.bg-dark,
.switch-outline .switch-state.bg-dark {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid #121313
}

.switch-outline .switch input:checked+.switch-state.bg-dark:before {
  background-color: #121313
}

.switch-outline .switch input:checked+.switch-state.bg-warning,
.switch-outline .switch-state.bg-warning {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid #eeb407
}

.switch-outline .switch input:checked+.switch-state.bg-warning:before {
  background-color: #eeb407
}

.switch-outline .switch input:checked+.switch-state.bg-success,
.switch-outline .switch-state.bg-success {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid #28a745
}

.switch-outline .switch input:checked+.switch-state.bg-success:before {
  background-color: #28a745
}

.switch-outline .switch input:checked+.switch-state.bg-info,
.switch-outline .switch-state.bg-info {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid #17a2b8
}

.switch-outline .switch input:checked+.switch-state.bg-info:before {
  background-color: #17a2b8
}

.switch-outline .switch input:checked+.switch-state.bg-danger,
.switch-outline .switch-state.bg-danger {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid #dc3545
}

.switch-outline .switch input:checked+.switch-state.bg-danger:before {
  background-color: #dc3545
}

.switch-outline .switch input:checked+.switch-state.bg-primary,
.switch-outline .switch-state.bg-primary {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid var(--theme-default)
}

.switch-outline .switch input:checked+.switch-state.bg-primary:before {
  background-color: var(--theme-default)
}

.switch-outline .switch input:checked+.switch-state.bg-secondary,
.switch-outline .switch-state.bg-secondary {
  background-color: transparent !important;
  border: var(--switch-outline-border) solid var(--theme-secondary)
}

.switch-outline .switch input:checked+.switch-state.bg-secondary:before {
  background-color: var(--theme-secondary)
}

.page-wrapper.compact-wrapper .page-body-wrapper .according-menu i {
  margin-top: -5px;
  color: #1f2f3e;
  font-weight: 500;
  vertical-align: middle
}

.dash_procedures_header1 {
  background-color: #caddf0;
}

.data_procedures-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfeff;
  --bs-table-accent-bg: unset;
}

.data_procedures-striped tbody tr:nth-of-type(even) {
  background-color: #f3f9ff;
  --bs-table-accent-bg: unset;
}

.dash_healthplans_header1 {
  background-color: #caddf0;
}

.data_healthplans-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfeff;
  --bs-table-accent-bg: unset;
}

.data_healthplans-striped tbody tr:nth-of-type(even) {
  background-color: #f3f9ff;
  --bs-table-accent-bg: unset;
}

.link {
  color: #2570bc;
}