/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the
 * later versions of this theme.
 *
 * We advise that you use use this CSS to override
 * SmartAdmin styles.
 *
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 *
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
.informacao {
  color: #4a83d4;
}

.login-form .smart-form .input .icon-append+input,
.login-form .smart-form .textarea .icon-append+textarea {
  font-weight: bolder !important;
}

.smart-form::placeholder {
  color: #ffffff !important;
}

.footer {
  background: url(../img/footer.png) center / contain no-repeat;
  width: 300px;
  height: 20px;
  margin-right: -2em;
  margin-top: -4em;
}

.login-form .icon-append {
  right: 15px !important;
  top: 15px !important;
  font-size: 2em !important;
  color: #bfbcbc !important;
}

.icon-append {
  border-left-style: unset !important;
}

.bg-empresa{
  background-color: rgba(0, 112, 192, 1);
}

.td-empresas-atendidas{
  padding: 0px;
  margin: 0px;
  vertical-align: middle;
}

.tc{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.f-empresa{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

/*.btn-tooltip-agendamento + .tooltip > .tooltip-inner{
  padding: 15px;
  min-width: 700px !important;
  background-color: rgba(155, 113, 16, 1);
}*/

.tooltip-70 {
  min-width: 300px !important;
  background-color: #abafb3;
  text-align: left;
  padding: 15px;
}

.modal-100 {
  width: 100%;
}
.modal-90 {
  width: 90%;
}
.modal-80 {
  width: 80%;
}
.modal-70 {
  width: 70%;
}

.modal-maximize {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100vh;
}

.modal-maximize > .modal-content {
  height: 100vh;
}

.simple-modal-content-max-height {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  max-height: calc(100vh - 102px);
}

.simple-modal-content-max-height-pdf {
  height: calc(100vh - 102px);
}

.simple-modal-content-max-height-buttons {
  overflow-y: auto;
  overflow-x: hidden;
  height: auto;
  max-height: calc(100vh - 162px);
}

.simple-modal-content-max-height-buttons-pdf {
  height: calc(100vh - 162px);
}

.modal-maximize .simple-modal-content {
  height: calc(100vh - 41px);
  max-height: calc(100vh - 41px);
}

.modal-maximize .simple-modal-content-buttons {
  height: calc(100vh - 101px);
  max-height: calc(100vh - 101px);
}

.bg-color-cinzaLight {
  /*background-color: rgba(73, 105, 73, 1);*/
  background-color: #d6dde7 !important;
}

.fixar {
    top:0px;
    position:fixed;
    margin-top: 0px !important;
    padding: 4px;
    z-index: 9999;
    padding: 5px;
    font-size: 24px;
    background-color: #fcfcfc !important;
}
.font-size-8 {
  font-size: 8px !important;
}
.font-size-9 {
  font-size: 9px !important;
}
.font-size-10 {
  font-size: 10px !important;
}
.font-size-12 {
  font-size: 12px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.border-t-n {
  border-top: none;
}
.border-r-n {
  border-right: none;
}
.border-b-n {
  border-bottom: none;
}
.border-l-n {
  border-left: none;
}

.btn-not-cursor {
    cursor: default ! important;
}

.bg-color-cinza {
  background: #726f6f;
}

.bg-color-orangeLight {
  background: #ffb663;
}

.bg-color-redLight {
  background: #e26a6a;
}

.bg-color-lightBlueCC {
  background-color: rgba(39, 91, 137, 0.34) !important;
}

.bg-color-grayLight {
  background: #f0f0f0 !important;
  background-color: #f0f0f0 !important;
}

.not-padding-left {
  padding-left: 0px !important;
}

.padding-l-100 {
  padding-left: 100px !important;
}

@media (min-width: 1200px) {
  .btn-add-payment-method {
    margin-top: 21px;
  }
}

.select2-results {
  max-height: 300px !important;
}

 .select2-hidden-accessible {
  color: #F5F5F5;
}

.select2-container:not(.select2-container-multi) .select2-search-choice-close {
  margin-top: -1px;
  margin-right: 0px;
  background-image:url(../img/jqueryui/ui-icons_222222_256x240.png);
  background-position:-94px -128px;
}

.smart-form .checkbox.juntar {
  line-height: 8px !important;
  padding-top: 5px !important;
}
/*  IMAGENS DO PACIENTE
DROPZONE E SUPERBOX(GALERIA) */
.superbox-list img {
  width: 100%;
  height: 110px;
  border-radius: 3px;
  background:gainsboro;
}

.superbox-list button {
  width: 100%;
  margin:-45px 0 0 0;
  height: 25px;
}

.superbox-list .progress {
  margin:-25px 0 12px 0;
  height: 25px;
}

.superbox-list p {
  position: absolute;
  top: 0;
  margin-top: 5px;
  margin-left: 2px;
  max-width: 90%;
  overflow: hidden;
  white-space: nowrap;
}
/* FIM IMAGENS DO PACIENTE */

.m0 {
  margin: 0px !important;
}

.p0 {
  padding: 0px;
}

.pt10 {
  padding-top: 10px;
}

.tbl-btn-cc {
  width: 100%;
}

.tbl-btn-cc th {
  width: 100%;
  text-align: center;
  padding: 2px;
}

.widget-body-toolbar-ns {
  background-color: transparent !important;
  border: 0px !important;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.ul-info-horarios,
.ul-info-horarios-aux {
  padding:0px !important;
  margin: 0px !important;
}

.li-info-horarios {
  padding: 0px !important;
  margin: 0px !important;
  float: left;
  font-size: 90%;
  list-style: outside none none;
  width: 32%;
  text-align: center;
  margin-left: 1px !important;
  margin-bottom: 1px !important;
  border-radius: 3px;
}

.li-info-horas {
  padding: 0px !important;
  margin: 0px !important;
  float: left;
  font-size: 90%;
  list-style: outside none none;
  width: 42%;
  text-align: center;
  margin-left: 1px !important;
  margin-bottom: 1px !important;
  border-radius: 3px;
}
.li-info-requisicao {
  padding: 0px !important;
  margin: 0px !important;
  float: left;
  font-size: 90%;
  list-style: outside none none;
  width: 32%;
  text-align: center;
  margin-left: 1px !important;
  margin-bottom: 1px !important;
  border-radius: 3px;
}

.li-info-dias {
  padding: 0px !important;
  margin: 0px !important;
  float: left;
  font-size: 90%;
  list-style: outside none none;
  width: 100%;
  text-align: center;
  margin-left: 1px !important;
  margin-bottom: 1px !important;
  border-radius: 3px;
}

.info-horario {
  border-radius: 3px;
  color: rgba(255,255,255,1);
  float: left;
  font-weight: bold;
  padding: 5px;
  cursor: default;
  margin: 1px;
  width: 100%;
  text-align: center;
}

.info-hora-marcado {
  border-radius: 3px;
  float: left;
  font-weight: bold;
  padding: 5px;
  cursor: default;
  margin: 1px;
  width: 100%;
  text-align: center;
  color: #fff !important;
  background-color: #3276b1;
  border-color: #2c699d;
}

.info-hora-desmarcado {
  border-radius: 3px;
  float: left;
  padding: 5px;
  cursor: default;
  margin: 1px;
  width: 97%;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-color: black !important;
}

.info-horario-livre {
  background-color: rgba(0, 75, 140, 1);
}

.info-horario-retorno {
  background-color: rgba(67, 130, 64, 1);
}


.info-horario-encaixe {
  background-color: rgba(237, 125, 49, 1);
}

.info-horario:hover {
  color: rgba(255,255,255,0.5);
}

.btn-agenda {
  background-color: rgba(192, 0, 0, 1);
}

.btn-e {
  background-color: rgba(0, 176, 80, 1);
}

.form-control-w100 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-l {
  margin-left: 0 !important;
}

.mt-r {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.mb15 {
  margin-bottom: 15px;
}

.popover.clockpicker-popover {
  z-index: 1050;
}

.tbl-info-consulta {
  width: 98%;
  margin-left: 1%;
}

.tbl-info-consulta td {
  border: 1px solid lightgray;
  padding: 5px;
}

.restricao_procedimento .table-responsive .table {
  margin-bottom: 15px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 3px 1.5rem;
  clear: both;
  font-weight: 400;
  color: #373a3c;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.show-errors input.ng-invalid.ng-dirty.ng-touched,
.show-errors select.ng-invalid.ng-dirty.ng-touched {
  color:#b94a48;
  border-color:#b94a48;
  background-color:#f2dede;
}

.tr-pesquisa-selecionado {
  /*background-color: rgba(0,0,0,0.3) !important;*/
  color: #fff;
  background-color: #275b89 !important;
}

.tr-pesquisa-nao-selecionado {
  background-color: rgba(255,255,255,1) !important;
}

.row-padded {
  padding-top: 30px;
  padding-bottom: 0px;
}

th[sort-column],
div[sort-column] {
  cursor: pointer;
}

th[sort-column] > [class^="fa fa-sort"],
div[sort-column] > [class^="fa fa-sort"] {
  margin-left: 4px;
}

th[sort-column] > .fa.fa-sort,
div[sort-column] > .fa.fa-sort {
  color: #e4e6e8;
}

th[sort-column]:hover > .fa.fa-sort,
div[sort-column]:hover > .fa.fa-sort {
  color: inherit;
}

.tbl-dados>tbody>tr>td,
.tbl-dados>tbody>tr>th,
.tbl-dados>tfoot>tr>td,
.tbl-dados>tfoot>tr>th,
.tbl-dados>thead>tr>td,
.tbl-dados>thead>tr>th{
  padding: 4px 10px;
}

.input-sm .select2-choice {
  height: 30px;
}

.span-classe-horario{
  padding:5px;
}

.span-encaixe{
  background-color: #73caef;
  color: rgba(255, 255, 255, 1);
}

.span-marcado{
  background-color: rgba(0, 176, 80, 1);
  color: rgba(255, 255, 255, 1);
}

.span-livre{
  background-color: rgba(0, 75, 140, 1);
  color: rgba(255, 255, 255, 1);
}

.plr10{
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;

}

.mi0{
  margin: 0px !important;
}

.bg-offwhite{
  background-color: #f9f9f9;
}
.tbl-info-consulta>tbody>tr>td,
.tbl-info-consulta>tbody>tr>th,
.tbl-info-consulta>tfoot>tr>td,
.tbl-info-consulta>tfoot>tr>th,
.tbl-info-consulta>thead>tr>td,
.tbl-info-consulta>thead>tr>th{
  padding: 4px 10px;
}

.div-restricao-1{
  font-weight: bold;
  margin-bottom: 5px;
}

.div-restricao-2{
  margin-left: 15px;
}

.div-restricao-3{
  margin-left: 30px;
}

.status-bom{
  color: rgba(115, 158, 115, 1);
}

.status-ruim{
  color: rgba(119, 2, 29, 1);
}

.btn-cicle{
  border-radius: 100px;
}

.btn-tooltip-agendamento + .tooltip{
  min-width: 700px !important;
}

.btn-tooltip-agendamento + .tooltip .tooltip-arrow {
  border-bottom : 5px solid rgba(155, 113, 16, 1);
}
.btn-tooltip-agendamento + .tooltip > .tooltip-inner{
  padding: 15px;
  min-width: 700px !important;
  background-color: rgba(155, 113, 16, 1);
}

.table--agendamento .tooltip-inner {
  min-width: 500px !important;
}

.table--agendamento-paciente .tooltip-inner {
  min-width: 500px !important;
}

.btn-tooltip-agendamento + .tooltip > .tooltip-inner table{
  width: 100%;
}

.btn-tooltip-agendamento + .tooltip > .tooltip-inner table td{
  padding:5px;
  border: 1px solid rgba(255,255,255,1)
}

.fc-event {
  width: 82px !important;
  border-radius: 25px !important;
}
.fc-day-content {
  display: inline-block !important;
}

.tbl-info-ajuda tbody td{
  text-transform: uppercase;
}

.tbl-info-ajuda tbody td span{
  color: red;
}

.btn-custom { text-align: left;}

.btn-label-icon {
  position: relative;
  left: 0px;
  display: inline-block;
  padding: 6px 12px;
  background: rgba(0,0,0,0.15);
  border-radius: 3px 0 0 3px;
}

.btn-labeled {padding-top: 0;padding-bottom: 0;}

.m10{
  margin: 10px !important;
}

.p3{
  padding: 3px !important;
}

.div-cidade-nome{
  background-color: rgba(0,0,0,0.25);
  padding:6px 0px
}

.div-cidade-nome span{
  padding:6px
}

.div-pessoa-nome{
  background-color: rgba(0,0,0,0.15);
  padding:6px 0px
}

.div-pessoa-nome span{
  padding:6px 12px
}

.div-cidade-nome button, .div-pessoa-nome button{
  margin-left: 6px
}

.div-procedimento-titulo{
  background-color: rgba(0,0,0,0.05);
}

.div-procedimento-titulo div{
  padding:6px 0px
}

.div-zebra-par{
  background-color: rgba(0,0,0,0.02);
}

.div-zebra-impar{
  background-color: rgba(0,0,0,0);
}

.div-zebra-procedimento-error{
  background-color: rgba(255,0,0,0.2) !important;
}

.tooltable{
  width: 100%;
}
.tooltable th{
  font-weight: bolder;
}
.tooltable td, .tooltable th{
  text-align: left;
  padding: 0 5px 0 0 ;
}
.tooltable td:last-child, .tooltable th:last-child {
  padding: 0;
}

/*
 * Pendências ----------------------------------------------------------------------------------------------------------
 */

 .table--pendencies {
  width: 100%;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.table--pendencies > tbody > tr > td {
  vertical-align: middle;
}

.btn-circle--mini {
  height: 24px;
  padding: 2px;
  width: 24px;
}

.table > tbody > tr.highlighted > td,
.table > tbody > tr.highlighted > th,
.table > tbody > tr > td.highlighted,
.table > tbody > tr > th.highlighted,
.table > tfoot > tr.highlighted > td,
.table > tfoot > tr.highlighted >th,
.table > tfoot > tr > td.highlighted,
.table > tfoot > tr > th.highlighted,
.table > thead > tr.highlighted > td,
.table > thead > tr.highlighted >th,
.table > thead > tr > td.highlighted,
.table > thead > tr > th.highlighted {
  background-color: rgba(51, 103, 197, 0.78);
  color: white;
}

.table > tbody > tr.highlighted2 > td,
.table > tbody > tr.highlighted2 > th,
.table > tbody > tr > td.highlighted2,
.table > tbody > tr > th.highlighted2,
.table > tfoot > tr.highlighted2 > td,
.table > tfoot > tr.highlighted2 >th,
.table > tfoot > tr > td.highlighted2,
.table > tfoot > tr > th.highlighted2,
.table > thead > tr.highlighted2 > td,
.table > thead > tr.highlighted2 >th,
.table > thead > tr > td.highlighted2,
.table > thead > tr > th.highlighted2 {
  background-color: #aed8e2;
  color: black;
}

.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.table-modal {
  margin-bottom: 0;
}

.table-modal > tbody > tr > td:first-child,
.table-modal > tbody > tr > th:first-child,
.table-modal > tfoot > tr > td:first-child,
.table-modal > tfoot > tr > th:first-child,
.table-modal > thead > tr > td:first-child,
.table-modal > thead > tr > th:first-child {
  padding-left: 15px;
}

.table-modal > tbody > tr > td:last-child,
.table-modal > tbody > tr > th:last-child,
.table-modal > tfoot > tr > td:last-child,
.table-modal > tfoot > tr > th:last-child,
.table-modal > thead > tr > td:last-child,
.table-modal > thead > tr > th:last-child {
  padding-right: 15px;
}

.modal-body .smart-form fieldset {
  padding: 0;
}

.ui-datepicker {
  z-index: 9999999 !important;
}
.ui-datepicker .ui-datepicker-header {
  background-color: transparent;
  margin-bottom: 4px;
  padding: 0;
}

.ui-datepicker th {
  background-color: #f5f5f5;
  padding: 2px;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
  margin-top: 0;
}

.ui-datepicker .ui-datepicker-next span, .ui-datepicker .ui-datepicker-prev span {
  color: transparent;
  font-family: FontAwesome;
  margin-top: -7px;
}

.ui-datepicker .ui-datepicker-next span:before, .ui-datepicker .ui-datepicker-prev span:before {
  color: #333;
  margin-left: 3px;
}

.ui-datepicker .ui-datepicker-next span:before {
  content: "\f054";
}

.ui-datepicker .ui-datepicker-prev span:before {
  content: "\f053";
}

.ui-datepicker-year, .ui-datepicker-month {
  display: inline;
  width: 100%;
  height: 24px;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #404040;
  background-color: #fff;
  background-image: none;
  border: 1px solid #BDBDBD;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  background-color: #F0F0F1;
  background-image: none;
  user-select: none;
  border: 1px solid #CCCCCC;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0.5em 0.2em 0.4em;
  padding: 1px 5px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover,
.ui-datepicker .ui-datepicker-buttonpane button:focus,
.ui-datepicker .ui-datepicker-buttonpane button:active {
  background-color: #DBDBDB;
  border-color: #ADADAD;
  color: #333333;
  outline: 0;
}

@media print {
  .ui-datepicker { display:none; }
}

.dropdown-menu {
  border-radius: 0;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 60vh;
  white-space:nowrap;
}
body > .dropdown-menu {
  z-index: 9999;
}

.dropdown-menu[typeahead-popup] {
  right: 0;
}

.jarviswidget {
  margin-bottom: 15px;
}

.smart-form.widget-body-toolbar, .widget-body-toolbar {
  padding: 8px 13px;
}

.widget-body.no-min-height {
  min-height: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.padding-l-r-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.padding-l-r-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-r-10 {
  padding-right: 10px;
}

.padding-l-10 {
  padding-left: 10px;
}

.padding-l-40 {
  padding-left: 40px;
}

.well-sm {
  padding: 13px;
}

.popover {
  max-width: none;
}

.popover.no-padding {
  padding: 0;
}

.popover.no-padding .popover-content {
  padding: 0;
}

.table-editable .editable-wrap,
.table-editable .editable-wrap .editable-input {
  width: 100%;
}


table.pcmso_accordion {
  font-size: 12px;
}

table.pcmso_accordion td {
  padding-left: 10px;
}

label.pcmso_cargo .select2-container {
  vertical-align: initial;
}

.smart-form .table .checkbox i,
.smart-form .table .radio i,
.table .smart-form .checkbox i,
.table .smart-form .radio i,
.table.smart-form .checkbox i,
.table.smart-form .radio i {
  position: relative;
  margin: 0 auto;
}

.smart-form .table .inline-group.fix-table .checkbox i,
.smart-form .table .inline-group.fix-table .radio i {
  position: absolute;
}

.class-info-verde {
  background-color: #5b835b;
}

.class-info-amarelo {
  background-color: #c79121;
}
.class-info-laranja {
  background-color: #f26d00;
}

.fc-grid .fc-day-number {
    float: left !important;
}

.class-info-cinza {
  background-color: #808080;
}
.class-info-azul-light {
  background-color: #73caef;
}
.class-info-cinza-light {
  background-color: #726f6f;
}
.class-info-vermelho {
  background-color: #C00000;
}

.teller-details {
  display: none;
}

.table--pendency-procedures .tooltip .tooltip-inner {
  max-width: 100%;
  text-align: left;
}

.login-info img {
  width: 35px;
}

.login-info > span {
  height: 50px;
}

.login-info {
  height: 51px;
}

.login-info a {
  width: 100%;
}

.login-info a span {
  max-width: 125px;
}

.login-info a small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
}

.smart-form *, .smart-form :after, .smart-form :before {
  box-sizing: border-box;
}

.content-info-tellers div {
  font-size: 12px;
}

.table--agendamento > thead > tr > th {
  background-color: #464545;
  color: white;
}

.table--agendamento > tbody > tr > td {
  vertical-align: top;
}

.table--agendamento > tbody > tr.procedimentos > td {
  background-color: #cec6c6;
  vertical-align: middle;
}

.table > tbody > tr > td.procedure-highlight {
  background-color: rgba(255, 0, 0, 0.54);
}

.agendamento {
  max-height: 300px;
  transition: max-height 1.0s ease-in;
}

.agendamento.agendamento--hidden {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}

.table--hidden {
  max-height: 0;
  transition: max-height 2s ease;
  visibility: hidden;
}

.row--hidden {
  height: 0;
  transition: max-height 5.5s ease-out;
  visibility: hidden;
}

.table--agendamento-paciente > thead > tr > th {
  background-color: #464545;
  color: white;
}

.modal-overflow-scroll {
  display: block !important;
}

.modal-overflow-scroll .modal-dialog {
  overflow-y: initial !important
}

.modal-overflow-scroll .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}

.table-dark > thead > tr > th {
  background-color: #464545;
  color: white;
}

.table-dark > tbody > tr:first-child > td {
  background-color: #656565;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: white;
}

.text-color-white {
  color: white !important;
}

.table-agenda-pendency > tbody > tr > td {
  vertical-align: top;
}

.table-agenda-pendency > tbody > tr > td .btn {
  border-radius: 0;
  margin: 0;
}

.table-agenda-pendency .datepicker .btn {
  display: block;
  width: 100%;
}

.table-agenda-pendency > thead > tr > th {
  background-color: #bbb3b3;
  text-transform: uppercase;
  text-align: center;
}

.favorites {
  margin: -15px -5px 10px -5px;
  font-size:12px;
}

#shortcut{
  padding: 5px;
}

.favorites ul, #shortcut ul{
  padding: 0;
  margin: 0;
}

.favorites li, #shortcut li {
  float: left;
  list-style-type:none;
}

.favorites li {
  width: 11.11%;
  padding: 0 5px;
}

#shortcut li {
  padding: 0px 2.5px 0px 2.5px;
}

.favorites li a{
  padding: 10px;
  margin-bottom: 10px;
}

.favorites li a:hover, #shortcut li a:hover{
  opacity: 0.7;
}

#shortcut li a div{
  padding: 0 10px 0 10px;
  min-width: 75px;
}

.favorites li a div {
  margin-top: 4px;
}

.nl2br {
  white-space: pre-line;
}

.executor-available td {
  background-color: #c4d693 !important;
}

.schedule-confirmed td {
  background-color: #c4d693;
}

.procedure-expanded {
  width: 100% !important;
}

.procedure-expanded > .input {
  height: 33px;
}

.animate-repeat.ng-move,
.animate-repeat.ng-enter,
.animate-repeat.ng-leave {
  transition: all linear 0.5s;
}

.animate-repeat.ng-leave.ng-leave-active,
.animate-repeat.ng-move,
.animate-repeat.ng-enter {
  max-height: 0;
  opacity: 0;
}

.animate-repeat.ng-leave,
.animate-repeat.ng-move.ng-move-active,
.animate-repeat.ng-enter.ng-enter-active {
  max-height: 30px;
  opacity: 1;
}

.nowrap {
  white-space: nowrap;
}

.text-bolder {
  font-weight: bolder !important;
}

.table-font-small > thead > tr > th,
.table-font-small > thead > tr > td,
.table-font-small > tbody > tr > th,
.table-font-small > tbody > tr > td,
.table-font-small > tfoot > tr > th,
.table-font-small > tfoot > tr > td {
  font-size: x-small;
}

.tooltip {
  opacity: 1 !important;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #abafb3;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #abafb3;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #abafb3;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #abafb3;
}

.tooltip .tooltip-inner {
  background-color: #abafb3;
  color: black;
}

.procedimentos .tooltip-inner {
  white-space: pre;
  max-width: none;
}

.tree .active {
  background-color: #DF8505;
  border: 1px solid #C67605;
  color: #fff;
}

.widget-body .loader {
  background-color: hsla(0, 4%, 75%, 0.78);
  left: 0px;
  height: 100%;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 100%;
  z-index: 5;
}

.widget-body .loader .wrapper {
  position: relative;
  top: 40%;
}

.smart-form .table label.checkbox,
.smart-form .table label.radio {
  margin-top: -5px;
}

.smart-form .table.table--beneficiaries label.checkbox,
.smart-form .table.table--beneficiaries label.radio {
  margin-top: 0;
}

table>thead>tr>th.th-scroll,
.table-condensed.table>thead>tr>th.th-scroll {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

table>thead>tr>th.th-scroll,
.table-bordered.table>thead>tr>th.th-scroll,
.table-bordered.table>thead>tr>th:first-child {
  border-left-width: 0 !important;
}

.table-bordered.table>thead>tr>th.th-fix-last {
  border-right-width: 0 !important;
}

.table--pendency > tbody > tr {
  background-color: #cacaca;
}

.table tr.provider-selected > td {
  background-color: #d6dde7 !important;
}

/* AUDIOMETRIA ------------------------------------------------------------------------------------------------------ */

.grau-perda-normal,
.grau-perda-leve,
.grau-perda-moderada,
.grau-perda-moderadamente-severa,
.grau-perda-severa,
.grau-perda-profunda {
  border-radius: 0;
}

.grau-perda-normal {
  background-color: #e0f2f1;
  border: 1px solid #7abdb9;
  color: #1d827c;
}
.grau-perda-leve {
  background-color: #e6ee9c;
  border: 1px solid #9aa05d;
  color: #6e7150;
}
.grau-perda-moderada {
  background-color: #fff59d;
  border: 1px solid #a9a15f;
  color: #7b7437;
}
.grau-perda-moderadamente-severa {
  background-color: #ffdcad;
  border: 1px solid #9a7139;
  color: #9c6317;
}
.grau-perda-severa {
  background-color: #dfd0e6;
  border: 1px solid #c369ec;
  color: #8447a0;
}
.grau-perda-profunda {
  background-color: #ffab91;
  border: 1px solid #482216;
  color: #482216;
}

/* ------------------------------------------------------------------------------------------------------------------ */

#divSmallBoxes {
  z-index: 100001;
}

.smart-form .col-7{width:58.33%}.smart-form .col-11{width:91.67%}.smart-form .col-12{width:100%}

.MessageBoxMiddle .smart-form label {
  color: white;
}

.smart-form:not(.client-form) .tooltip {
  background: none;
}

.limit-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unselectable {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* Standard */
}

.unselectable .param{
  -webkit-user-select: text; /* Safari */
  -moz-user-select: text; /* Firefox */
  -ms-user-select: text; /* IE10+/Edge */
  user-select: text; /* Standard */
}

.smart-form .dt-toolbar-footer {
  padding: 5px 10px;
}

table tr.selected {
  background-color: #3276b1 !important;
  color: #fff;
  font-weight: bolder;
}

.btn-md {
  padding: 6px 12px;
}

.MessageBoxMiddle .toggle i {
  background: #fff;
}

ul.nav.nav-tabs li:not(.active) a tab-heading{
  color: #333;
}

table.table-accordion {
  margin-left: -15px;
  width: calc(100% - 20px);
}

table.table-accordion td {
  font-size: 12px;
  padding: 0px 10px;
}

tr.disable, tr.disable:hover {
  color: #999;
  opacity:.50;
  filter:alpha(opacity=50);
  background-image:none;
  background-color:#fff;
  background:#fff;
}

.loading-form {
  /* background: hsla(0, 0%, 0%, 0.02); */
  /* background-color: hsla(0, 0%, 0%, 0.02); */
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 15px 0;
  margin: 0;
  z-index: 3;
  text-align: center;
  font-size: 2em;
  box-shadow: inset 0 0 50em #eee;
  color: #333;
}

.SmallBox a, .MessageBoxMiddle p a {
  color: white;
  text-decoration: underline;
}

.SmallBox a:hover, .MessageBoxMiddle p a:hover {
  color: whitesmoke;
  text-decoration: none;
}

.icon-qualy {
  background-size: 570%;
  background-repeat: no-repeat;
  width: 54px;
  height: 23px;
  border: 1px solid transparent;
}

.icon-qualy-palc {
  background-position: -3px 0px;
}

.icon-qualy-dicq {
  background-position: -125px 0px;
}

.icon-qualy-ona {
  background-position: -255px 0px;
}

.icon-qualy-cba {
  background-position: 0px -70px;
}

.icon-qualy-iqg {
  background-position: -127px -70px;
}

.icon-qualy-n {
  background-position: -265px -70px;
}

.icon-qualy-p {
  background-position: -14px -135px;
}

.icon-qualy-r {
  background-position: -137px -135px;
}

.icon-qualy-e {
  background-position: -271px -135px;
}

.icon-qualy-q {
  background-position: -16px -203px;
}

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

.text-normal {
  font-weight: normal !important;
}

.col.min-height-input {
  min-height: 55px;
}

.column-buttons {
  text-align: right;
}

.column-buttons .btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
  color: #333 !important;
}

.select2-container .select2-choice .select2-arrow {
  width: 30px;
  border-left: none;
  background: none;
}

.state-error .select2-container a
{
  background-color: #fff0f0;
  border-color: #ed1c24;
}

.state-error button
{
  border-top-color: #ed1c24;
  border-bottom-color: #ed1c24;
  border-right-color: #ed1c24;
}

.state-error button.btn-default
{
  color: #ed1c24;
  background-color: #fff0f0;
}

.state-error button.btn-default:hover, .state-error button.btn-default:focus {
  color: #ed1c24;
  background-color: #FFB5B5;
}

.state-error button:last-child
{
  border-right-color: #ed1c24;
}

.state-error .select2-container .select2-arrow {
  color: #ed1c24;
  background-color: #fff0f0;
}

.input:not(.state-error) .ng-dirty.ng-invalid>a.select2-choice {
  border-color: inherit;
}

.upper:not(.select2-container) {
  text-transform: uppercase;
}

.upper::placeholder {
  text-transform: none;
}

.popover.zl-popover {
  max-width: 300px;
}

.popover.max-width-auto {
  width: auto !important;
  max-width: none !important;
}

.popover.zl-popover.top {
  margin-top: -15px;
}

.zl-popover .popover-title {
  padding: 8px;
  text-align: center;
  font-weight: bold;
}

.zl-popover .popover-content {
  padding: 8px;
}

.smart-form .table th .checkbox,
.smart-form .table td .checkbox,
.smart-form .table th .radio,
.smart-form .table td .radio {
  padding-left: 0;
}

body > .tooltip {
  z-index: 1050;
}

.modal-in-message-box{
  z-index: 100010 !important;
}

h1.page-title > span > button.btn-link {
  font-size: 16px;
  font-family: "Open Sans",Arial,Helvetica,Sans-Serif;
  font-weight: 300;
  color: #3276b1;
  box-sizing: border-box;
  letter-spacing: -1px;
  padding: 0;
}

.btn-azul {
  background-color: #08197e !important;
  border: 1px solid #08197e !important;
  color: #f5f5f5 !important;
}