@charset "UTF-8";
/** definicao de cores/fontes do tema 006 **/ /** classe principal contendo todos estilos do tema padrao, variaveis com !default são substituiveis quando definido nas outras classes de tema (tema_001, tema_002...) **/
.pru-red {
  color: #BF0303 !important;
}

.gray {
  color: #666 !important;
}

.gray-light {
  color: #999 !important;
}

.gray-lighter {
  color: #ccc !important;
}

.gray-lighter-extra {
  color: #ebebeb !important;
}

.gray-lightest {
  color: #f2f2f2 !important;
}

.pru-blue-transparent {
  color: rgba(0, 35, 100, 0.75) !important;
}

.blue-transparent-bg {
  background-color: rgba(7, 99, 157, 0.9) !important;
}

.pru-green-bg {
  background-color: #008254 !important;
}

.pru-red-bg {
  background-color: #BF0303 !important;
}

.gray-bg {
  background-color: #666 !important;
}

.gray-light-bg {
  background-color: #999 !important;
}

.gray-lighter-bg {
  background-color: #ccc !important;
}

.gray-lighter-extra-bg {
  background-color: #ebebeb !important;
}

.gray-lightest-bg {
  background-color: #f2f2f2 !important;
}

.pru-blue-transparent-bg {
  background-color: rgba(0, 35, 100, 0.75) !important;
}

.cor-titulo-info {
  color: #D70064 !important;
}

.cor-ambiente-producao {
  background-color: #FFFFFF !important;
}

.cor-ambiente-pre_homologacao {
  background-color: #008254 !important;
}

.cor-ambiente-homologacao {
  background-color: #BF0303 !important;
}

.cor-ambiente-desenvolvimento {
  background-color: #999 !important;
}

.cor-ambiente-apresentacao {
  background-color: #D70064 !important;
}

@font-face {
  font-family: glyphicon;
  src: url(../../fonts/glyphicons-halflings-regular.woff);
}
@font-face {
  font-family: Raleway-Bold;
  src: url(../../fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: Raleway-BoldItalic;
  src: url(../../fonts/Raleway-BoldItalic.ttf);
}
@font-face {
  font-family: Raleway-Regular;
  src: url(../../fonts/Raleway-Regular.ttf);
}
@font-face {
  font-family: Raleway-Regular;
  src: url(../../fonts/Raleway-Regular.ttf);
}
h1 {
  font-family: Raleway-Regular !important;
  font-size: 28px !important;
  margin-top: 21px !important;
  margin-bottom: 10.5px !important;
  line-height: 11px !important;
}

h2 {
  font-family: Raleway-Regular !important;
  font-size: 28px !important;
  margin-top: 21px !important;
  margin-bottom: 10.5px !important;
  line-height: 11px !important;
  color: #333 !important;
}

h3 {
  font-family: Raleway-Regular !important;
  margin-bottom: 10.5px !important;
  line-height: 11px !important;
  font-size: 22px !important;
  color: #002364 !important;
  margin-top: 0px !important;
}

h4 {
  font-family: Raleway-Regular !important;
  font-size: 18px !important;
  margin-top: 10.5px !important;
  margin-bottom: 10.5px !important;
  line-height: 11px !important;
}

body {
  font-weight: normal !important;
  font-family: Raleway-Regular !important;
  font-size: 14px;
  text-transform: uppercase !important;
  color: #666 !important;
  background-color: #FFFFFF;
}

.fontBold {
  font-family: Raleway-Regular !important;
}

.h3MenorInternas {
  padding-left: 0px;
  font-size: 18px !important;
  padding-bottom: 10px;
  font-family: Raleway-Regular;
  color: #555555 !important;
}

.divisao-titulo {
  font-size: 18px !important;
  padding: 10px;
  font-family: Raleway-Regular;
  color: #FFFFFF !important;
}

button {
  cursor: pointer;
}

.overflow-x {
  overflow-x: auto;
}

.overflow-y {
  overflow-y: auto;
}

.overflow {
  overflow-x: auto;
  overflow-y: auto;
}

.alturaConteudoPopupPadrao {
  max-height: 430px;
  overflow-y: auto;
}

.invisivel {
  display: none;
}

.logoTopo img {
  max-width: 163px;
  max-height: 57px;
  width: auto;
  height: auto;
}

.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #666;
  background: #FFFFFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-no-suggestion {
  padding: 2px 5px;
}

.autocomplete-selected {
  background: #ebebeb;
}

.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000000;
}

.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  display: block;
  border-bottom: 1px solid #000000;
}

label.required:after {
  content: "*";
  color: Tomato;
}

.nao-mostrar {
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  z-index: -1;
}

span.informativo:after {
  content: "*";
  color: Tomato;
}

.texto-informativo {
  color: Tomato;
  font-size: 12px;
  text-transform: none !important;
}

.table-reduzido {
  max-height: 200px;
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase !important;
}

.pointer {
  cursor: pointer;
}

.table-pointer tr {
  cursor: pointer;
}

.form-control-dropdown {
  height: 34px;
  border: 1px solid #bbbbbb !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 10px;
  width: 100%;
}

.alturaAuto {
  max-height: calc(100vh - 180px);
  overflow-y: auto;
}

.perfect-centering {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.login-error {
  margin-bottom: 15px;
  color: Tomato;
}

.radio-form {
  height: 34px;
  margin-bottom: 0px;
  padding: 5px 16px !important;
  font-family: Raleway-Regular !important;
}

.form-checkbox input[type=checkbox] {
  display: none;
}

.form-checkbox input[type=checkbox] + .btn-group > label span {
  width: 20px;
}

.form-checkbox input[type=checkbox] + .btn-group > label span:first-child {
  display: none;
}

.form-checkbox input[type=checkbox] + .btn-group > label span:last-child {
  display: inline-block;
}

.form-checkbox input[type=checkbox]:checked + .btn-group > label span:first-child {
  display: inline-block;
}

.form-checkbox input[type=checkbox]:checked + .btn-group > label:last-child {
  background-image: none;
  color: #FFFFFF !important;
  outline: 0;
  background-color: #002364;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-checkbox input[type=checkbox]:checked + .btn-group > label span:last-child {
  display: none;
}

.form-checkbox-secondary input[type=checkbox] {
  display: none;
}

.form-checkbox-secondary input[type=checkbox] + .btn-group > label span {
  width: 20px;
}

.form-checkbox-secondary input[type=checkbox] + .btn-group > label span:first-child {
  display: none;
}

.form-checkbox-secondary input[type=checkbox] + .btn-group > label span:last-child {
  display: inline-block;
}

.form-checkbox-secondary input[type=checkbox]:checked + .btn-group > label span:first-child {
  display: inline-block;
}

.form-checkbox-secondary input[type=checkbox]:checked + .btn-group > label:last-child {
  background-image: none;
  color: #FFFFFF !important;
  outline: 0;
  background-color: #002364;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-checkbox-secondary input[type=checkbox]:checked + .btn-group > label span:last-child {
  display: none;
}

.form-checkbox-primary input[type=checkbox] {
  display: none;
}

.form-checkbox-primary input[type=checkbox] + .btn-group > label span {
  width: 20px;
}

.form-checkbox-primary input[type=checkbox] + .btn-group > label span:first-child {
  display: none;
}

.form-checkbox-primary input[type=checkbox] + .btn-group > label span:last-child {
  display: inline-block;
}

.form-checkbox-primary input[type=checkbox]:checked + .btn-group > label span:first-child {
  display: inline-block;
}

.form-checkbox-primary input[type=checkbox]:checked + .btn-group > label:last-child {
  background-image: none;
  color: #FFFFFF !important;
  outline: 0;
  background-color: #002364;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.form-checkbox-primary input[type=checkbox]:checked + .btn-group > label span:last-child {
  display: none;
}

.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}

.radio-form input {
  display: none;
}

.btn-transparent {
  background: none;
  border: none;
  text-transform: uppercase;
  font-family: Raleway-Regular;
  font-size: 18px;
  line-height: 1;
  font-family: Raleway-Regular !important;
}

.btn, button {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn {
  border: 1px solid #bbbbbb !important;
}

.alinhaInfo {
  padding-top: 27px;
}

.btn.active, .btn:active {
  background-image: none;
  color: #FFFFFF !important;
  outline: 0;
  background-color: #002364;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
  color: #555555;
  background-color: #FFFFFF;
  border-color: #bbbbbb;
}

.antesBtn {
  margin-right: 10px;
}

.negrito {
  font-family: Raleway-Regular !important;
}

.divTituloBusca {
  text-align: left !important;
}

.usuarioTopo hr {
  margin-top: 0px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #ebebeb;
}

.linhaPontilhada hr {
  border-bottom: 2px dotted #dddddd !important;
  border-top: 0px !important;
  margin-top: 0px !important;
}

.h2Menor {
  font-size: 26px !important;
}

.h2MenorInternas {
  padding-left: 14px;
  font-size: 22px !important;
  padding-bottom: 10px;
}

.div-selected {
  background-color: #d9e6f2;
}

table .selected {
  color: #f8f9fa !important;
}

table .selected a {
  color: #f8f9fa !important;
}

table .selected td {
  background-color: #002364;
}

table.dataTable > tbody > tr.selected > *, table.dataTable.table-striped > tbody > tr.odd.selected > * {
  background-color: #002364 !important;
  box-shadow: inset 0 0 0 9999px #002364 !important;
}

table .sortable.sorted.order1:after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f161";
  color: #333;
  margin-left: 5px;
}

table .sortable.sorted.order2:after {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  content: "\f160";
  color: #333;
  margin-left: 5px;
}

.dataTable tr {
  cursor: pointer;
}

.subMenuConteudo a {
  color: #555555;
  text-decoration: none;
  font-size: 12px;
}

.card-title {
  color: #002364;
}

.corFundoSubMenu {
  padding-left: 38px;
  background-color: #ebebeb !important;
}

.card-menu {
  display: block;
  /*padding: 9px 16px 2px 16px;*/
  padding: 0px;
  text-decoration: none;
}

.card-menu:hover {
  background-color: #e3f2f4 !important;
}

.corFundoSubMenu:hover {
  background-color: #e3f2f4 !important;
}

.card-menu a:hover {
  text-decoration: none;
}

.menuMobile .card-collapse {
  padding-left: 4px;
  padding-right: 0px;
}

.menuMobile .list-group-item {
  border-left: none;
  border-right: none;
  padding: 10px 0px 8px 32px;
  margin-left: -22px;
}

.menuMobile .list-group-item:first-child {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top: none;
}

.menuMobile .list-group-item:last-child {
  border-bottom: none;
}

.bordaPontilhadaDireita {
  padding: 4px 15px 7px 8px;
  border-right: 1px dotted #555555;
  margin-right: 14px;
}

.card-title > .small, .card-title > .small > a, .card-title > a, .card-title > small,
.card-title > small > a {
  color: inherit;
}

.card-head .accordion-toggle-left:after {
  /* symbol for "opening" cards */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e082"; /* adjust as needed, taken from bootstrap.css */
  float: left; /* adjust as needed */
  color: #002364; /* adjust as needed */
  margin-right: 5px;
}

.card-head .accordion-toggle-left.collapsed:after {
  /* symbol for "collapsed" cards */
  content: "\e081"; /* adjust as needed, taken from bootstrap.css */
}

.card-head .accordion-toggle:after {
  /* symbol for "opening" cards */
  font-family: "Glyphicons Halflings";
  /* essential for enabling glyphicon */
  content: "\e082"; /* adjust as needed, taken from bootstrap.css */
  color: #002364; /* adjust as needed */
}

.card-head .accordion-toggle.collapsed:after {
  /* symbol for "collapsed" cards */
  content: "\e081"; /* adjust as needed, taken from bootstrap.css */
}

body {
  font-weight: normal !important;
  font-family: Raleway-Regular !important;
  font-size: 14px;
  text-transform: uppercase;
  color: #555555 !important;
  background-color: #f8f9fa;
}

h2 {
  font-size: 28px;
  margin-bottom: 0px !important;
}

.form-control {
  display: block !important;
  width: 100% !important;
  height: 44px !important;
  padding: 11px 16px !important;
  font-size: 15px !important;
  line-height: 1.42857 !important;
  color: #666 !important;
  background-color: #FFFFFF !important;
  background-image: none;
  border: 1px solid #666 !important;
  border-radius: 3px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

.form-control-textarea {
  border: 1px solid #bbbbbb;
  display: block;
  width: 100%;
  height: 134px !important;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-transform: none;
  color: #555555 !important;
}

.form-control-textarea-small {
  border: 1px solid #bbbbbb;
  display: block;
  width: 100%;
  height: 70px !important;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-transform: none;
  color: #555555 !important;
}

.form-control-multiple {
  border: 1px solid #bbbbbb;
  display: block;
  width: 100%;
  flex: 1 1 auto;
  height: 100px !important;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  background-color: #FFFFFF;
  background-image: none;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  text-transform: none;
  color: #555555 !important;
}

.form-control:focus {
  color: #002364 !important;
  background-color: #FFFFFF !important;
  border-color: #002364 !important;
  outline: 0;
  box-shadow: 0px 0px 8px rgba(0, 138, 188, 0.3) !important;
}

.form-control:disabled, .form-control[readonly], .form-control-multiple:disabled {
  background-color: #ebebeb !important;
}

.input-group-append {
  height: 34px !important;
}

.linhaAbaixo {
  border-bottom: 1px solid #dddddd;
}

.espacamentoMenor {
  margin-bottom: 10px !important;
}

.botao-primario {
  color: #FFFFFF;
  background-color: #002364;
}

.botao-secundario {
  color: #FFFFFF;
  background-color: #002364;
}

.botaoPadrao {
  text-align: center;
  min-width: 97%;
  max-width: 97%;
}

.botaoPrincipal, .botaoPadrao, .btn-secondary {
  display: inline-block;
  margin-bottom: 15px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: normal;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF !important;
  background-color: #002364 !important;
  border-color: #002364 !important;
  font-family: Raleway-Regular !important;
}

.botaoPrincipal i {
  display: none;
}

.botaoDesabilitado {
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 12px 8px 12px;
  border-radius: 0px;
  border: 0px solid;
  color: #FFFFFF;
  background-color: #666 !important;
  font-size: 14px;
  text-transform: uppercase !important;
  text-align: center;
}

.botaoSecundario {
  margin-right: 5px;
  margin-left: 5px;
  padding: 8px 12px 8px 12px;
  border-radius: 0px;
  border: 0px solid;
  color: #FFFFFF;
  background-color: #002364 !important;
  font-size: 14px;
  text-transform: uppercase !important;
  text-align: center;
}

.botaoBranco, #btnUpload {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #1a1d1e !important;
  background-color: #FFFFFF !important;
  border-color: #666 !important;
  font-family: Raleway-Regular !important;
}
.botaoBranco .botaoBranco i, #btnUpload .botaoBranco i {
  display: none;
}

.botaoBranco.selected {
  background-color: #002364 !important;
  color: #FFFFFF !important;
}

.botaoBranco:hover {
  background-color: #002364 !important;
  color: #FFFFFF !important;
}

.botaoBranco:active, #btnUpload:active {
  color: #1a1d1e !important;
  background-color: #e6e6e6 !important;
  border-color: #7a7a7a !important;
}

.botaoBranco:focus, #btnUpload:focus {
  color: #1a1d1e !important;
  background-color: #e6e6e6 !important;
  border-color: #595959 !important;
}

.botaoBranco:hover, #btnUpload:hover {
  color: #1a1d1e !important;
  background-color: #f2f2f2 !important;
  border-color: #7a7a7a !important;
}

.botoesPopover {
  min-width: 200px;
}

.botoesPopover button {
  margin-right: 5px;
  padding: 5px 3px 5px 5px;
  border-radius: 0px;
  border: 1px solid #bbbbbb;
  color: #555555 !important;
  background-color: #FFFFFF !important;
  font-size: 14px;
  text-transform: uppercase !important;
  text-align: left;
  width: 100%;
}

.botoesPopover button i {
  font-size: 19px;
  top: 4px;
  margin-right: 5px;
  color: #002364 !important;
}

.botaoIcone {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #FFFFFF !important;
  background-color: #002364 !important;
  border-color: #002364 !important;
  font-family: Raleway-Regular !important;
  width: auto;
}

.botaoIcone:hover {
  background-color: #002364 !important;
}

.botaoAplicado {
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 0px;
  border: 1px solid #bbbbbb;
  color: #FFFFFF !important;
  background-color: #28a745 !important;
  font-size: 14px;
  text-transform: uppercase !important;
  text-align: center;
  width: 100%;
  font-family: Raleway-Regular;
  padding: 8px 14px 4px 12px !important;
}

.botaoBrancoA i {
  font-size: 19px !important;
  top: 4px;
  margin-right: 5px;
}

.botaoBrancoDesabilitado {
  margin-right: 5px;
  margin-left: 5px;
  padding: 5px 3px 5px 5px;
  border-radius: 25px;
  border: 1px solid #bbbbbb;
  color: #bbbbbb !important;
  background-color: #FFFFFF !important;
  font-size: 14px;
  text-transform: uppercase !important;
  text-align: center;
  min-width: 97%;
  font-family: Raleway-Regular;
}

.botaoBrancoDesabilitado i {
  font-size: 19px;
  top: 4px;
  margin-right: 5px;
  color: #bbbbbb !important;
}

.bordaPontilhada {
  border-right: 5px dotted #f8f9fa;
  border-left: 15px solid #f8f9fa;
}

.alinhaMeio {
  margin-top: 22px !important;
}

.espacamento {
  margin-bottom: 20px !important;
}

.fontBotaoBranco {
  font-size: 14px !important;
  font-family: Raleway-Regular;
  color: #555555;
  text-transform: uppercase;
}

.container {
  width: 100%;
}

.main-container {
  background-color: #f7f7f7;
  padding-top: 0px;
}

.topo {
  background-color: #FFFFFF;
  color: #555555;
  padding-bottom: 10px;
}

.selectVersao {
  width: auto !important;
  margin-left: 10px;
  display: inline !important;
}

.tituloModulo {
  border: 1px solid #bbbbbb;
  background-color: #F4F4F4;
  min-height: 57px;
  cursor: pointer;
}

.nolink a {
  font-family: inherit;
  color: inherit;
  text-decoration: none;
}

.barrinhaColor {
  min-height: 0px !important;
  background-color: transparent !important;
}

[data-toggle=collapse] .fa:before {
  content: "\f107";
  color: #002364;
}

[data-toggle=collapse].collapsed .fa:before {
  content: "\f105";
  color: inherit;
}

[data-toggle=collapse] .caret:before {
  content: "\f0d7";
  color: inherit;
}

[data-toggle=collapse].collapsed .caret:before {
  content: "\f0da";
  color: inherit;
}

.conteudoModulo {
  margin-top: -1px;
  padding-top: 15px;
  border: 1px solid #bbbbbb;
  margin-left: 10px;
  background-color: #FFFFFF;
}

.card-modulo {
  background-color: #F4F4F4;
}

.tituloModulo h4, .tituloModulo h4 a {
  margin-top: 18px !important;
}

.tituloModulo h5, .tituloModulo h5 a {
  margin-top: 18px !important;
  font-family: inherit;
  font-size: 18px;
  color: #555555;
  text-decoration: none;
}

.tituloModulo span {
  margin-left: 7px;
}

.linhaModulo {
  border-bottom: 2px dotted #ebebeb;
}

.atalhoCotacao h3 {
  font-size: 14px;
  font-family: Raleway-Regular;
  font-weight: normal !important;
  margin-top: 16px;
  text-align: right !important;
}

.subTitulo h4 {
  font-size: 16px;
  font-family: Raleway-Regular;
  cursor: pointer;
}

.subTitulo span {
  margin-right: 10px;
}

.conteudoSub {
  padding: 5px 20px 5px 20px;
  background-color: #f2f2f2;
}

.bordas {
  border: 1px solid #dddddd;
}

.espacaEsquerda {
  margin-left: 15px;
}

.logoTopo {
  padding-top: 14px;
  padding-bottom: 10px !important;
  padding-left: 1.5%;
  border-right: 0px solid #bbbbbb;
  margin-right: 10px;
}

.espacamentoMaior {
  margin-bottom: 35px;
}

.modal-backdrop.in {
  display: none;
}

.modal-content .input-group-btn {
  display: block !important;
  border-radius: 6px !important;
}

.subMenuTexto {
  margin-bottom: 0px;
  font-size: 18px !important;
  padding: 9px 10px 2px 18px;
  z-index: 7 !important;
}

.diaVersao {
  font-size: 14px !important;
  font-family: Raleway-Regular !important;
}

.usuarioTopo {
  margin-top: 0px;
  font-size: 14px !important;
  font-family: Raleway-Regular !important;
  display: inline;
  text-align: right !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.infoNegocio {
  font-family: Raleway-Regular !important;
  padding-top: 10px;
  padding-left: 31px;
  background-color: #f8f9fa;
  font-weight: normal;
  font-size: 15px !important;
}

.infoNegocio .fontBold {
  font-family: Raleway-Regular !important;
}

.usuarioTopo h5 {
  display: inline;
  font-size: 14px;
  font-family: Raleway-Regular !important;
  color: #555555 !important;
  text-transform: none !important;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.texto {
  color: #1a1d1e;
}

.label {
  color: #555555;
}

.bordaModulo {
  border: 8px solid #f2f2f2;
}

.usuarioTopo label {
  font-family: Raleway-Regular !important;
}

.usuarioTopo .primeiroRadio {
  margin-right: 21px;
}

.usuarioTopo .form-control {
  border: 1px solid #eaeaea !important;
  border-bottom: inherit;
  display: block;
  width: 100%;
  height: 30px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  font-family: Raleway-Regular !important;
}

.usuarioTopo ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555555 !important;
  opacity: 1; /* Firefox */
}

.usuarioTopo :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #555555 !important;
}

.usuarioTopo ::-ms-input-placeholder { /* Microsoft Edge */
  color: #555555 !important;
}

.primeiroRadio {
  margin-right: 20px;
}

.sub {
  background-color: #ebebeb;
  min-height: 44px;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  padding-top: 4px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}

.botaoPesquisar {
  background-color: #002364 !important;
  border-color: #002364 !important;
  height: auto !important;
  font-size: 14px !important;
  padding: 5px 5px;
  padding: 5px 9px;
}

.botaoPesquisar {
  float: left;
  color: #FFFFFF;
  display: inline;
  margin-left: -1px !important;
  background-color: #002364 !important;
  border-color: #002364 !important;
  height: auto !important;
  font-size: 14px !important;
  padding: 5px 5px;
  padding: 5px 9px;
}

.botao-icone {
  background-color: #002364;
  border-color: #002364;
  color: #FFFFFF;
  display: inline-block;
  padding: 8px;
}

.botaoPesquisar:hover {
  background-color: #002364 !important;
}

.main-container hr {
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ebebeb;
  border-top: 0px !important;
}

.fundo-branco {
  background-color: #FFFFFF !important;
}

.cor-branco, .branco {
  color: #FFFFFF !important;
}

.cor-vermelho {
  color: #BF0303 !important;
}

.cor-cinza-claro {
  color: #ebebeb !important;
}

.cor-cinza-claro-2 {
  color: #e2e2e2 !important;
}

.cor-cinza-medio {
  color: #666 !important;
}

.cor-verde {
  color: #008254 !important;
}

.bg-azul-claro {
  background-color: #e3f2f4 !important;
}

.bg-cinza-claro {
  background-color: #ebebeb !important;
}

.cor-fundo-primario {
  background-color: #002364 !important;
}

.cor-fundo-secundario {
  background-color: transparent !important;
  color: #008abc !important;
}

.cor-fundo-terciario {
  background-color: #002364 !important;
}

.selected .cor-primaria {
  color: #FFFFFF !important;
}

.fontBranca {
  color: #FFFFFF !important;
}

.fundoBranco {
  background-color: transparent !important;
}

.dashboardHome {
  margin-top: 0px;
}

.dashboardHome p {
  font-size: 16px;
  font-family: Raleway-Regular;
}

textarea.form-control {
  height: auto;
  overflow-x: hidden;
  background-color: #f8f9fa;
}

.dashboardHome h3 {
  font-size: 26px;
}

.dashPequeno {
  margin-top: -9px;
  text-transform: none;
  font-size: 14px !important;
  line-height: 14px;
  font-family: Raleway-Regular !important;
}

.mesmaLinha {
  display: inline-block;
}

.bordaGrossa {
  border-right: 16px solid #f8f9fa;
}

.bordaGrossaLeft {
  border-right: 15px solid #f7f7f7;
  border-left: 15px solid #f7f7f7;
}

.bordaInternaLeft {
  border-right: 2px dotted #ebebeb;
}

.fa-bars, .fa-bars-remove {
  cursor: pointer;
  margin-top: 10px;
  color: #002364;
  font-size: 25px;
  display: none;
}

.subMenuConteudoResumo {
  padding-top: 5px;
  margin-bottom: -12px !important;
}

.h2subClientes {
  font-size: 20px;
}

button:focus {
  outline: 1px dotted;
}

.text-inherit {
  color: inherit;
}

.card-default > .card-heading {
  color: #555555;
  background-color: #FFFFFF;
  border-color: transparent !important;
}

.card-group {
  margin-bottom: 0px;
}

.card-title {
  font-size: 14px;
  margin-top: 5px;
}

.card-title > .small, .card-title > .small > a, .card-title > a, .card-title > small, .card-title > small > a {
  color: inherit;
  line-height: 17px;
}

.card {
  background-color: #FFFFFF;
  border-radius: 0px;
}

.card-menu {
  display: block;
  padding: 0px;
  text-decoration: none;
  border-bottom: 1px solid #dddddd !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
}

.sem-borda {
  border: 0px !important;
}

.tituloEtapas {
  cursor: pointer;
}

.tituloEtapas h2 {
  font-size: 18px;
  margin-bottom: 14px !important;
  margin-top: 0px;
}

.dashboardHome .tituloEtapas h2 {
  margin-left: 0px !important;
}

table {
  /**white-space: nowrap;**/
  background-color: #FFFFFF !important;
  border: 0px;
}

.sem-borda {
  border: 0px !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border-right: 0px !important;
  border-left: 0px !important;
  border-top: 0px !important;
  border-bottom: 1px solid #dddddd;
}

.list-group-item {
  padding: 10px 7px 8px 32px;
}

.list-group-item a {
  color: #555555 !important;
}

.nomeSistema h1, .nomeSistema .link {
  font-size: 28px !important;
  margin-bottom: 0px;
  display: inline;
  color: #666 !important;
}

.nomeSistema {
  padding-top: 15px;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

.nomeSistema h2 {
  display: inline;
}

.subMenuConteudo2 {
  padding-top: 8px;
  margin-bottom: 8px !important;
}

.nomeSistema img {
  margin-right: 10px;
  margin-bottom: 6px;
}

.input-group-addon, .input-group-text {
  padding: 11px 16px !important;
  font-size: 15px !important;
  font-weight: normal !important;
  line-height: 1 !important;
  color: #666 !important;
  text-align: center !important;
  background-color: #f2f2f2 !important;
  border: 1px solid #666 !important;
  border-radius: 3px !important;
}

.input-group-text {
  padding: 15px 16px 15px !important;
  height: 44px !important;
}

.input-group-addon-in {
  position: absolute;
  right: 4px;
  top: 4px;
}

.input-group-text {
  background-color: transparent !important;
}

.input-group-text-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  background-color: transparent !important;
}

.input-group-addon-in-left {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #ebebeb;
  border-top: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
}

.subMenuConteudo {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: -7px !important;
}

.f-20 {
  font-size: 20px;
}

.opcao-check .active {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  color: green;
}

.opcao-check .inative {
  margin-right: 10px;
  float: left;
  color: transparent;
}

.font-padrao-label {
  font-family: Raleway-Regular;
  font-size: 14px;
  color: #555555;
}

.font-cobertura {
  color: #FFFFFF;
  min-height: 36px;
  font-family: Raleway-Regular !important;
  font-size: 14px;
}

.text-prepend {
  font-family: Raleway-Regular;
  font-size: 14px;
}

input[type=file] {
  display: block;
}

input[type=file] {
  display: block;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.alertaNotaAdicional {
  margin-top: 30px;
  background-color: #f8f9fa;
  border-top: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
}

.alertaNotaAdicional h3 {
  font-size: 18px;
  color: #555555 !important;
  text-align: center;
  margin-top: 15px;
}

.alertaNotaAdicional i {
  margin-right: 6px;
  font-size: 28px !important;
}

.tituloConteudoAcordeao h2 {
  cursor: pointer;
  padding-bottom: 17px;
}

.conteudoAcordeao {
  padding-top: 35px;
}

.botaoCotacao {
  margin-top: 1px;
  padding: 12px 0px 12px 5px;
  margin-top: 1px;
  padding: 12px 0px 12px 5px;
  background-color: #002364;
}

.botaoCotacao:hover {
  background-color: #002364;
}

.botaoCotacao h4 {
  font-family: Raleway-Regular !important;
  font-size: 16px;
}

.botaoCotacao a {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
}

.rowServico {
  padding: 0px 10px 0px 15px;
}

.tab-pane {
  background-color: #f8f9fa;
  border: 1px solid #dddddd;
  padding: 15px 29px 15px 29px;
}

.alinhaBotao {
  padding-top: 33px;
}

.switch {
  border-radius: 8px;
  position: relative;
  display: block;
  width: 63px;
  height: 30px;
  padding: 3px;
  margin: 0 0px 0px 0;
  background: linear-gradient(to bottom, #ebebeb, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #ebebeb, #FFFFFF 25px);
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-lg {
  width: 163px !important;
}

.switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  box-sizing: content-box;
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 11px;
  text-transform: uppercase;
  background: #ebebeb;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-sizing: content-box;
  color: #333 !important;
}

.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  box-sizing: content-box;
}

.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #666;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
  content: attr(data-on);
  left: 11px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  color: #555555;
}

.switch-input:checked ~ .switch-label {
  background: #FFFFFF !important;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  color: #666 !important;
}

.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}

.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  border: 0px solid !important;
  top: 9px;
  left: 8px;
  width: 25px;
  height: 19px;
  background: linear-gradient(to bottom, #6c757d 40%, #6c757d) !important;
  background-image: -webkit-linear-gradient(top, #6c757d 40%, #6c757d) !important;
  border-radius: 37%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
}

.switch-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #ebebeb, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #ebebeb, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  width: 0px !important;
  height: 0px !important;
}

.switch-input:checked ~ .switch-handle {
  left: 36px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  background: #002364 !important;
}

.switch-lg .switch-input:checked ~ .switch-handle {
  left: 125px !important;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-lg .switch-handle {
  left: 9px !important;
}

.switch-2 {
  position: relative;
  display: block;
  width: 95px;
  height: 30px;
  padding: 3px;
  margin: 0 0px 0px 0;
  background: linear-gradient(to bottom, #ebebeb, #FFFFFF 25px);
  background-image: -webkit-linear-gradient(top, #ebebeb, #FFFFFF 25px);
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  box-sizing: content-box;
}

.switch-2-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  background: linear-gradient(to bottom, #FFFFFF 40%, #ebebeb);
  background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #ebebeb);
  border-radius: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-2-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: linear-gradient(to bottom, #ebebeb, #FFFFFF);
  background-image: -webkit-linear-gradient(top, #ebebeb, #FFFFFF);
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked ~ .switch-2-handle {
  left: 68px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.estruturaScroll {
  height: 77px;
  overflow-y: scroll;
  margin-top: -13px;
  margin-left: -19px;
  z-index: 1;
}

/* Transition
========================== */
.switch-label, .switch-handle {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

.todasCoberturas {
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  min-height: 194px;
  z-index: 1000 !important;
  /*   top: 398px; */
  float: left;
  /*  position: fixed;*/
  padding-top: 15px;
  margin-top: -21px;
}

.glyphicon-alert {
  font-size: 40px;
  padding-bottom: 15px;
}

.textoAlert {
  text-transform: none;
  padding-bottom: 15px;
}

.alertaForm {
  background-color: #f8f9fa;
  margin-left: 12px;
  padding-top: 20px;
  margin-top: -5px;
  margin-bottom: 12px;
}

.altura-label {
  line-height: 35px;
}

.nav-pills .nav-item > .nav-link:hover {
  color: #002364 !important;
  background-color: #f8f9fa;
}

.nav-pills > li > a, .nav-pills > .nav-link {
  border-radius: 0px;
  color: #555555 !important;
  background-color: #FFFFFF;
}

.nav-pills > .nav-link:hover {
  border-radius: 0px;
  background-color: #f8f9fa;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #666 !important;
  background-color: #f8f9fa;
  border: 1px solid #dddddd !important;
  border-bottom: 0px !important;
  border-radius: 0px !important;
  font-family: Raleway-Regular !important;
}

.nav {
  padding-left: 0px;
  margin-bottom: -1px;
  list-style: none;
  font-size: 18px;
  font-family: Raleway-Regular;
}

.coberturaServico {
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  min-height: 250px;
  max-height: 450px;
  overflow-y: scroll;
}

.coberturaServicoPlano {
  border: 1px solid #dddddd;
  background-color: #FFFFFF;
  max-height: 450px;
  overflow-y: scroll;
}

.botaoPrincipal:focus, .botaoPrincipal:hover {
  color: #FFFFFF !important;
  text-decoration: none !important;
  background-color: #002364 !important;
}

.fakeSelect {
  margin-left: 2.5%;
  width: 95%;
  height: 34px;
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #bbbbbb;
  cursor: pointer;
  flex: 0 0 95%;
  font-weight: bold;
}

.fakeSelectMenor {
  margin-left: 2.5%;
  height: 34px;
  font-size: 16px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #bbbbbb;
  cursor: pointer;
}

.fakeSelect p, .fakeSelectMenor p {
  padding-top: 5px;
}

.fakeSelect span, .fakeSelectMenor span {
  margin-left: 8px;
  top: 2px;
  font-size: 12px;
}

.tituloServicos {
  font-family: Raleway-Regular !important;
  font-size: 16px;
}

.itenServico {
  padding-top: 10px;
}

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

.linhaConteudo hr {
  margin-top: 0px;
  margin-bottom: 0px;
}

table a {
  color: #555555 !important;
  font-weight: normal !important;
}

thead {
  color: #555555 !important;
  background-color: transparent;
  font-family: Raleway-Regular;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 3;
  color: #FFFFFF !important;
  cursor: default;
  background-color: #002364 !important;
  border-color: inherit !important;
}

.pagination > li > a, .pagination > li > span {
  font-family: Raleway-Regular;
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: inherit !important;
  text-decoration: none;
  background-color: #FFFFFF;
  border: 1px solid #dddddd;
}

.pagination > li > a > i {
  line-height: unset;
  color: #002364;
}

.etapas {
  padding: 15px 15px 20px 50px;
  background-color: #FFFFFF;
}

.espacaCima {
  padding-top: 20px !important;
}

.etapa i {
  font-size: 24px;
}

.etapa1 {
  margin-left: 14%;
}

.etapa {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  color: #555555 !important;
  width: 23%;
  z-index: 7 !important;
}

.botaoCotacaoIcone {
  font-size: 21px !important;
}

.numeroEtapa {
  display: block;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  border-radius: 20px !important;
  margin: 0 auto !important;
  font-size: 19px !important;
  color: #FFFFFF !important;
  background-color: #ccc !important;
}

.textoEtapa {
  display: block;
  font-size: 15px;
  padding-left: auto !important;
  width: auto;
  padding-top: 11px;
  line-height: 10px;
  text-transform: none;
  text-align: center;
}

.numeroEtapa {
  display: block;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px !important;
  text-align: center !important;
  border-radius: 20px !important;
  margin: 0 auto !important;
  font-size: 19px !important;
  color: #FFFFFF !important;
  background-color: #ccc !important;
  font-weight: lighter;
  z-index: 165 !important;
  font-family: Raleway-Regular !important;
}

.etapasDrop {
  display: none;
}

.cor-terciaria .numeroEtapa {
  background-color: #D70064 !important;
}

.cor-fundo-secundario .numeroEtapa {
  background-color: #002364 !important;
}

.cor-fundo-secundario .textoEtapa {
  color: #000 !important;
  font-weight: bold;
}

.seta i {
  display: none !important;
}

.seta {
  height: 14px;
  width: 72%;
  margin-right: 0px !important;
  position: absolute;
  border-bottom: 1px solid #ccc;
  z-index: 2 !important;
  margin-left: 10%;
}

.seta:last-of-type {
  width: 0%;
  margin-right: 0px !important;
  border-bottom: 0px solid #333;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #ebebeb !important;
  border-color: #bbbbbb !important;
  border-radius: 0px !important;
}

.btn-primary:hover, .botaoPesquisar:hover, .botaoPrincipal:hover, .botaoPadrao:hover, .btn-secondary:hover {
  color: #FFFFFF !important;
  background-color: #002364 !important;
  border-color: #002364 !important;
  border-radius: 0px !important;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #ebebeb !important;
  border-color: #bbbbbb !important;
  border-radius: 0px !important;
}

.dashboardHome h2 {
  font-size: 21px !important;
  padding-right: 9px;
  margin-left: 10px;
  color: #333 !important;
  margin-bottom: 28px !important;
  margin-top: 21px !important;
}

.usuarioTopo h2 {
  margin-bottom: 0px !important;
  font-size: 14px !important;
  color: #002364 !important;
  margin-top: 8px;
  font-family: Raleway-Regular !important;
}

.dashboardHome table, .table-responsive table {
  border: 0px !important;
}

.dashboardHome .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  /* border-bottom: 1px solid $cor-cinza; */
  border: 0px !important;
  border-bottom: 1px solid #dddddd !important;
}

.dashboardHome .table-bordered th a {
  font-weight: bold !important;
}

.dashboardHome .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: transparent;
}

.dashboardHome table img {
  margin-left: 17px;
}

.apareceAtalhoCotacao {
  margin: 0px !important;
  padding: 0px 0px 14px 2px;
  /* border-radius: 0px 0px 10px 0px; */
  display: none;
  text-align: center;
}

.apareceAtalhoCotacao h3 {
  font-size: 18px;
  margin-right: 7px;
}

.iconeAtalho {
  font-size: 26px !important;
  top: 5px;
}

.table-responsive {
  border: none !important;
  white-space: nowrap;
}

.table-responsive-border {
  white-space: nowrap;
}

.quebra-linha {
  white-space: normal !important;
}

.setaBusca {
  margin-left: 8px;
  font-size: 22px;
  display: none;
}

.coberturas p {
  margin-right: 15px;
  font-family: Raleway-Regular;
  max-width: 57%;
  margin-bottom: 0px !important;
  line-height: 17px;
}

.coberturas span {
  font-size: 22px;
  float: right !important;
}

.coberturas hr {
  margin-top: 0px !important;
  width: 100% !important;
}

.botaoPesquisar h3 {
  display: none;
  font-size: 16px;
}

th, td {
  vertical-align: middle !important;
}

.h4MenorInternas {
  font-size: 18px;
}

.radioParametros i {
  margin-left: 10px;
  margin-right: 5px;
}

@media (max-width: 1445px) {
  .logoTopo {
    padding-left: 16px;
  }
  .dashboardHome p {
    font-size: 15px;
  }
  .logoTopo img {
    max-width: 190px;
    max-height: 57px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 1309px) {
  .logoTopo {
    padding-left: 16px;
  }
  .dashboardHome p {
    font-size: 15px;
  }
  .logoTopo img {
    max-width: 170px;
    max-height: 57px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 1150px) {
  .logoTopo {
    padding-left: 6px;
  }
  .menu {
    font-size: 14px;
  }
  .logoTopo img {
    max-width: 170px;
    max-height: 57px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 26px;
  }
  .logoTopo img {
    max-width: 150px;
    max-height: 57px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 991px) {
  .bordaInternaLeft {
    border-right: 0px !important;
  }
  .apareceAtalhoCotacao {
    display: none;
    cursor: pointer;
  }
  .atalhoCotacao h3 {
    text-align: left !important;
  }
  .menu {
    display: none;
  }
  .menuMobile {
    display: none;
    padding: 0px 0px 18px 0px !important;
    background-color: #ebebeb !important;
    border-bottom: #555555 !important;
    margin-top: -158px;
  }
  .menuMobile img {
    padding-left: 30px !important;
    margin-right: 10px !important;
  }
  .card-collapse {
    margin: 0px -15px 0px -15px !important;
  }
  .topo {
    margin-bottom: 5px;
  }
  .usuarioTopo {
    float: right;
    margin-top: 0px;
  }
  .fa-bars, .fa-bars-remove {
    margin-left: 20px;
    display: inline;
    top: 7px;
    z-index: 500;
    float: right;
  }
  .card-collapse .list-group-item {
    padding-left: 59px;
    font-size: 16px;
  }
  .logoTopo {
    padding-left: 48%;
    border-right: 0px !important;
  }
  .card-heading {
    padding: 10px 34px;
  }
  .card-title {
    font-size: 17px;
    margin-top: 11px;
  }
  .card-default > .card-heading {
    background-color: #f8f9fa !important;
  }
  .divTituloBusca {
    margin-bottom: 0px !important;
  }
  .main-container {
    padding-top: 20px;
  }
  .logoTopo img {
    max-width: 150px;
    max-height: 57px;
    width: auto;
    height: auto;
  }
}
@media (max-width: 768px) {
  .table-responsive {
    border: 0px solid #dddddd !important;
  }
  table {
    white-space: normal !important;
  }
  .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
    white-space: normal !important;
  }
  .dashboardHome h2 {
    margin-left: 0px;
  }
  .linhaAtalhoCotacao hr {
    border-top: 0px !important;
    border-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .botaoPesquisar {
    text-align: center !important;
    background-color: #002364 !important;
    color: #FFFFFF !important;
    border: 0px !important;
    float: left !important;
    margin-bottom: 19px;
    margin-left: 42% !important;
  }
  .botaoPesquisar:hover {
    background-color: #002364 !important;
  }
  .botaoPesquisar h3 {
    display: inline;
    font-size: 16px;
    margin-right: 10px;
  }
  .logoTopo {
    padding-left: 16px;
  }
  .atalhoCotacao h3 {
    text-align: center !important;
    font-size: 16px;
  }
  .menuMobile img {
    padding-left: 30px !important;
    padding-right: 9px !important;
    margin-top: -10px;
  }
  .imagemItem {
    margin-right: 8px;
  }
  .menuMobile {
    position: absolute;
    display: none;
    /*   margin: 0px 0px 0px 0px!important;
    padding: 0px 0px 0px 0px!important;*/
    float: left;
    z-index: 1000 !important;
    width: 100%;
  }
  .usuarioTopo .form-control {
    margin-bottom: 15px;
  }
  .card-heading {
    padding: 10px 15px;
  }
  .bordaGrossa {
    border-right: 0px solid #f8f9fa;
  }
  .botaoDetalhes {
    margin-left: 2px;
    font-size: 18px;
    margin-bottom: 33px;
  }
  .usuarioTopo .radio {
    display: block !important;
  }
  .radios {
    margin-top: -13px !important;
  }
}
@media (max-width: 640px) {
  .usuarioTopo .radio {
    display: inline-flex !important;
  }
}
@media (max-width: 669px) {
  .graficoSelect {
    display: inline;
    border: 0px !important;
    background-color: #FFFFFF !important;
  }
}
@media (max-width: 600px) {
  .setaBusca {
    display: inline;
  }
  .divUsuario {
    position: absolute !important;
    top: -7px !important;
    width: 100% !important;
    text-align: left !important;
  }
  .usuarioTopo hr {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .h2Menor {
    font-size: 24px !important;
  }
  .h2subClientes {
    font-size: 18px;
  }
  .divTituloBusca {
    background-color: #f8f9fa;
    padding: 0px 0px 17px 17px;
    margin-bottom: -1px !important;
  }
  .usuarioTopo h2 {
    padding-top: 14px;
    margin-bottom: 0px !important;
  }
  .formularioBusca {
    display: none;
    padding-top: 20px;
    background-color: #FFFFFF;
  }
  .usuarioTopo {
    margin-top: 14px;
  }
  .divTituloBusca i {
    padding-top: 20px;
  }
  .apareceAtalhoCotacao {
    text-align: left;
    display: none;
  }
  .apareceAtalhoCotacao h3 {
    margin-left: 17px;
  }
}
@media (max-width: 500px) {
  .subMenuConteudo a {
    line-height: 35px;
  }
  .inputPesquisar {
    width: 69% !important;
  }
  .usuarioTopo {
    margin-bottom: 9px;
    padding-top: 5px;
  }
  .textoEtapa {
    font-size: 15px;
  }
  .seta {
    margin-right: 5px;
  }
  .etapa {
    margin-right: 4px;
  }
  .tituloConteudoAcordeao h2 {
    font-size: 19px;
  }
}
@media (max-width: 476px) {
  .menuGraficosHome {
    text-align: left;
  }
  .menuGraficosHome ul {
    padding-left: 0px !important;
    margin-left: 0px !important;
  }
  .table-responsive {
    padding-top: 5px;
  }
}
@media (max-width: 455px) {
  .h2Menor {
    font-size: 21px !important;
  }
}
@media (max-width: 415px) {
  .botaoPesquisar {
    margin-left: 35% !important;
  }
}
@media (max-width: 370px) {
  .iconesAtalhoCotacao {
    padding-left: 7% !important;
  }
}
.note-editor {
  text-transform: none !important;
}

.text-transform-none {
  text-transform: none !important;
}

@keyframes blinker {
  from {
    background: #FFFFFF;
  }
  to {
    background: #d9e6f2;
  }
}
.barraTitulo {
  background-color: #FFFFFF !important;
  color: #000 !important;
  text-transform: none !important;
}

.link {
  cursor: pointer;
  color: #002364 !important;
  font-size: 14px !important;
}

.link:hover {
  text-decoration: underline;
  color: #334f83 !important;
}

.linkAtivo {
  cursor: pointer;
  color: #002364 !important;
}

.cor-primaria {
  color: #002364;
}

.cor-secundaria {
  color: #D70064;
}

.cor-terciaria {
  color: #002364 !important;
}

.table-responsive table tr td.control:before {
  background-color: #002364 !important;
}

.table-responsive table tr.parent td.control:before {
  background-color: #002364 !important;
}

.modal .progress-bar, .progress .progress-bar {
  background-color: #002364 !important;
}

.bootstrap-select button.btn {
  background-color: rgb(255, 255, 255) !important;
  padding: 3px 15px 3px 15px;
}

.dtr-title:after {
  content: ": ";
}

.dtr-title a {
  font-weight: bold !important;
}

table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 10px !important;
}

.espacaCima {
  padding-top: 15px !important;
}

.espacaMaior {
  padding-top: 60px !important;
}

.espacaCimaBotao {
  padding-top: 11px !important;
}

.boxDestaqueHome {
  padding: 10px 28px 10px 28px;
  background-color: #FFFFFF !important;
  border: 1px solid #dddddd !important;
}

.numeroDestaque h1 {
  margin-top: 17px !important;
  font-family: Raleway-Regular !important;
  font-size: 40px !important;
  color: #002364;
}

.linhaPontilhada {
  border-bottom: 1px dotted #dddddd !important;
  margin-top: -11px !important;
  margin-bottom: 17px !important;
}

.formularioSemBorda label {
  font-family: Raleway-Regular !important;
}

.formularioSemBorda {
  border: 0px !important;
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  background-color: transparent;
  background-image: none;
  border-radius: 0px !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #333 !important;
}

.formularioSemBorda ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}

.formularioSemBorda ::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}

.formularioSemBorda :-ms-input-placeholder { /* IE 10+ */
  color: #333;
}

.formularioSemBorda :-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.linhaAbaixo {
  border-bottom: 1px solid #dddddd;
}

.CorretorBarra {
  height: 27px;
}

.clicaCorretor {
  cursor: pointer;
  margin: 8px 6px 8px 0px;
}

.nomeCorretor {
  margin: 3px 0px 0px 10px;
  font-size: 14px;
}

.fundoCinzaTop {
  background-color: #f8f9fa !important;
  border: 1px solid #dddddd;
}

.form-control-borderless {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent;
  background-image: none;
  border-bottom: 1px solid #dddddd;
  border-top: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
  border-right: 0px solid #dddddd;
  border-radius: 0px;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  text-transform: uppercase;
}

.botaoPainel {
  padding: 5px 15px 5px 15px;
  border-radius: 0px;
  border: 0px solid;
  color: #FFFFFF;
  background-color: #002364 !important;
  font-size: 18px;
  text-transform: uppercase !important;
  text-align: center;
  font-weight: bold;
}

.table-panel .table {
  font-size: 14px !important;
  color: #555555;
}

.table-panel .table tr {
  line-height: 5px;
}

.table-panel .table thead {
  color: #FFFFFF !important;
  background-color: #002364 !important;
}

.sla-titulo {
  padding-right: 5px;
  font-size: 16px;
  padding-top: 10px;
  border-right: 1px solid #dddddd;
  padding-right: 5px;
  font-weight: bold;
}

.sla-0 {
  color: #008254 !important;
  font-weight: bold;
}

.sla-1 {
  color: #008254 !important;
  font-weight: bold;
}

.sla-2 {
  color: #008254 !important;
  font-weight: bold;
}

.sla-3 {
  color: #BF0303 !important;
  font-weight: bold;
}

.recalculo-S.sla-1 {
  color: #008254 !important;
  font-weight: bold;
}

.recalculo-S.sla-0 {
  color: #BF0303 !important;
  font-weight: bold;
}

.filtrandoInfos {
  margin-top: -17px !important;
}

.filtrandoInfos h2 {
  font-size: 20px !important;
  font-family: Raleway-Regular !important;
}

.espacaCimaTop {
  padding-top: 5px;
}

.dropdown-header {
  padding: 3px 8px !important;
  white-space: normal;
}

.f9 {
  font-size: 9px;
}

.f10 {
  font-size: 10px;
}

.f11 {
  font-size: 11px;
}

.f12 {
  font-size: 12px;
}

.vencida {
  color: #BF0303 !important;
  font-weight: bold;
}

.topCorretores .nomeCorretor.dropdown:hover > .dropdown-menu {
  display: block;
}

.selectFiltrando {
  height: 40px;
  font-size: 16px;
  color: #002364;
  border-bottom: 0px;
}

.bg-corretor {
  background-color: #F4F4F4;
}

.bg-atec {
  background-color: #b8d0df;
}

.btn-check {
  margin-right: -8px;
  position: relative !important;
  display: inline-block !important;
  vertical-align: middle !important;
}

.btn-check .btn {
  color: #1a1d1e !important;
  background-color: #FFFFFF !important;
  border-color: #666 !important;
  font-family: Raleway-Regular !important;
}

.btn-check .btn span {
  display: none;
}

.btn-check .btn:active {
  color: #1a1d1e !important;
  background-color: #e6e6e6 !important;
  border-color: #7a7a7a !important;
}

.btn-check .btn:hover {
  color: #1a1d1e !important;
  background-color: #f2f2f2 !important;
  border-color: #7a7a7a !important;
}

.btn-check .btn:hover {
  color: #1a1d1e !important;
  background-color: #e6e6e6 !important;
  border-color: #595959 !important;
}

.btn-check .btn span.fas {
  opacity: 0;
}

.btn-check .btn.active span.fas {
  opacity: 1;
}

.btn-check .btn-light:not(:disabled):not(.disabled).active {
  background-color: #e6e6e6 !important;
  border-color: #7a7a7a;
}

.btn-grupo-produto {
  min-width: 250px;
}

.btn-grupo-produto .btn span.fas {
  opacity: 0;
}

.btn-grupo-produto .btn.active span.fas {
  opacity: 1;
}

.btn-grupo-produto .btn-light:not(:disabled):not(.disabled).active {
  background-color: #002364;
}

.table-capital-premio {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px #ebebeb solid;
}

.table-capital-premio tr td, table-capital-premio th {
  border: 1px #bbbbbb solid;
}

.display-table {
  display: table;
}

.socios-div {
  margin-left: 0px;
  margin-right: 0px;
}

#gerarCotacaoDiv label, .label-bold label {
  font-weight: bold !important;
}

pre {
  white-space: pre-wrap; /* Since CSS 2.1 */
  white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  word-wrap: break-word;
  max-height: 300px;
}

.toast {
  max-width: 100% !important;
}

.modal-title {
  font-family: Raleway-Regular !important;
  font-size: 24px !important;
  color: #333;
}

.input-group select, .input-group input {
  text-transform: uppercase;
}

.input-group input, .input-group select {
  width: 60% !important;
}

.titulo-plano {
  min-width: 120px;
}

.modal-footer {
  text-align: center;
  width: 100% !important;
  position: relative;
  display: inline-block;
}

.botaoPadrao i {
  display: none;
}

.subMenuTexto .cor-cinza-claro-2:hover, .subMenuTexto .cor-secundaria:hover {
  text-decoration: none !important;
  background-color: #f2f2f2;
}

.subMenuTexto .cor-cinza-claro-2 {
  display: inline-block;
  border-bottom: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  color: #06c !important;
  padding: 11px;
}

.subMenuTexto .cor-secundaria {
  border: 1px solid #ccc;
  display: inline-block;
  border-bottom-color: #f7f7f7;
  color: #666 !important;
  padding: 11px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.linhaSubMenu {
  margin-top: -3px !important;
  margin-bottom: 0px !important;
  border-bottom: 1px solid #ccc !important;
  border-top: 0px !important;
  z-index: 0 !important;
}

#collapseCarga input {
  width: 60% !important;
}

.boxDestaqueHome .fontBold {
  font-family: Raleway-Regular !important;
}

span.multiselect-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px;
}

.boxDestaqueHome h3 {
  font-family: Raleway-Regular !important;
  margin-top: 7px !important;
  margin-bottom: 15px !important;
}

.tituloConteudoAcordeao h2 {
  display: block !important;
  cursor: pointer !important;
  padding: 16px 0px 16px 0px !important;
  font-size: 17px !important;
  font-family: Raleway-Regular !important;
}

.menuCotacao {
  font-family: Raleway-Regular !important;
  font-size: 14px !important;
  padding: 0px 16px 6px 2px !important;
}

canvas {
  background-color: #FFFFFF !important;
  padding-top: 23px !important;
  margin-bottom: 10px !important;
  border: 0px solid !important;
}

.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle, .botaoPesquisar:active, .btn-secondary:active, .botaoPrincipal:active, .botaoPadrao:active {
  color: #FFFFFF !important;
  background-color: #002364 !important;
  border-color: #002364 !important;
}

.btn-primary:focus, .btn-primary.focus, .botaoPesquisar:focus, .botaoPrincipal:focus, .botaoPadrao:focus, .btn-secondary:focus {
  color: #FFFFFF !important;
  background-color: #002364 !important;
  border-color: #011019 !important;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 21px;
  background-color: rgba(0, 0, 0, 0);
  border-collapse: collapse;
  border-spacing: 0;
}

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
  font-family: Raleway-Bold !important;
}

.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

th {
  text-align: left;
}

.close span {
  float: right !important;
  font-size: 45.5px !important;
  font-weight: lighter !important;
  line-height: 1 !important;
  color: #000 !important;
  text-shadow: 0 1px 0 #FFFFFF !important;
  opacity: 1 !important;
  filter: alpha(opacity=20) !important;
}

.modal-header .close {
  padding: 6px 19px 1px 0px;
  margin: -1rem -1rem -1rem auto;
}

.panel-group .panel-heading h1, .panel-group .panel-heading h2, .panel-group .panel-heading h3, .panel-group .panel-heading h4 {
  margin: 0;
  font-family: Raleway-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: inherit;
}

.formularioBusca .espacamentoMenor {
  margin-bottom: 4px !important;
}

.atalhoCotacao {
  background-color: #FFFFFF;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px;
  padding: 0px 0px 8px;
}

.nomeSistema span {
  font-size: 25px;
  margin-right: 3px;
}

.menuMobile {
  background-color: #FFFFFF !important;
  padding-top: 0px;
}

.formularioComTitulo {
  padding-top: 12px;
}

.etapas .cor-terciaria {
  color: #555555 !important;
}

.inputCorretor input {
  /*width: 90%!important;*/
  padding-right: 0px !important;
  margin-right: 0px !important;
}

.input-group {
  position: relative;
  display: inline-flex;
  border-collapse: separate;
}

.form-nomeCorretor {
  width: 79% !important;
}

.abreviaTexto i {
  color: #dddddd;
}

.table-assistencia {
  margin-bottom: 0px;
}

.organograma table {
  border-collapse: unset;
}

.table-responsive .status-paginacao {
  margin-bottom: 55px;
}

#body-row {
  margin-left: 0;
  margin-right: 0;
}

#sidebar-container {
  min-height: 100vh;
  padding: 0;
}

/* Sidebar sizes when expanded and expanded */
.sidebar-expanded {
  width: 230px;
}

.sidebar-collapsed {
  width: 60px;
}

/* Menu item*/
#sidebar-container .list-group a {
  min-height: 50px;
  color: white;
}

/* Submenu item*/
#sidebar-container .list-group .sidebar-submenu a {
  min-height: 45px;
  padding-left: 50px;
}

.sidebar-submenu {
  font-size: 0.9rem;
}

/* Separators */
.sidebar-separator-title {
  height: 35px;
}

.sidebar-separator {
  background-color: #333;
  height: 25px;
}

.logo-separator {
  background-color: #333;
  height: 60px;
}

/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded=false] .submenu-icon::after {
  content: "\f0da";
  font-family: Font Awesome\ 5 Free;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded=true] .submenu-icon::after {
  content: "\f0d7";
  font-family: Font Awesome\ 5 Free;
  display: inline;
  text-align: right;
  padding-left: 10px;
}

#sidebar-container [data-toggle=collapse] .fa:before {
  content: "";
}

#sidebar-container [data-toggle=collapse].collapsed .fa:before {
  content: "";
}

.estilo-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}

.estilo-danger {
  color: #FFFFFF;
  background-color: #BF0303;
  border-color: #BF0303;
}

.ui-datepicker {
  z-index: 9999 !important;
}

.versao {
  font-size: 12px;
}

.timeline-title {
  font-family: Raleway-Regular !important;
  margin-bottom: 10.5px !important;
  font-size: 22px !important;
  color: #002364 !important;
  margin-top: 0px !important;
}

/**inicio chat**/
.chat {
  list-style: none;
  margin: 0;
  padding: 0;
}

.chat li {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body {
  margin-left: 60px;
}

.chat li.right .chat-body {
  margin-right: 60px;
}

.chat li .chat-body p {
  margin: 0;
  color: #777777;
}

.panel .slidedown .glyphicon, .chat .glyphicon {
  margin-right: 5px;
}

.panel-body {
  overflow-y: scroll;
  height: 250px;
  background-color: #FAFAFA;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555555;
}

.chat-avatar {
  padding: 10px 12px 10px 12px;
  color: #FFFFFF;
}

.bg-area-2 {
  background-color: #55c1e7;
}

.bg-area-9 {
  background-color: #F6CEE3;
}

.bg-area-1 {
  background-color: #F7BE81;
}

/**fim chat**/
/**inicio float button**/
.zoom {
  position: fixed;
  bottom: 25px;
  right: 75px;
  height: 50px;
}

.zoom-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: #002364;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFFFFF;
}

.zoom-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-btn-large {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.zoom-btn-person {
  background-color: #F44336;
}

.zoom-btn-person:hover {
  background-color: #e57373;
}

.zoom-btn-doc {
  background-color: #ffeb3b;
}

.zoom-btn-doc:hover {
  background-color: #fff176;
}

.zoom-btn-tangram {
  background-color: #4CAF50;
}

.zoom-btn-tangram:hover {
  background-color: #81c784;
}

.zoom-btn-report {
  background-color: #2196F3;
}

.zoom-btn-report:hover {
  background-color: #64b5f6;
}

.zoom-btn-feedback {
  background-color: #9c27b0;
}

.zoom-btn-feedback:hover {
  background-color: #ba68c8;
}

.zoom-menu {
  position: absolute;
  right: 70px;
  left: auto;
  top: 58%;
  transform: translateY(-50%);
  height: 100%;
  width: 500px;
  list-style: none;
  text-align: right;
}

.zoom-menu li {
  display: inline-block;
  margin-right: 10px;
}

.zoom-card {
  position: absolute;
  right: 150px;
  bottom: 70px;
  transition: box-shadow 0.25s;
  padding: 24px;
  border-radius: 2px;
  background-color: #009688;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  color: #FFFFFF;
}

.zoom-card ul {
  -webkit-padding-start: 0;
  list-style: none;
  text-align: left;
}

.scale-transition {
  transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}

.scale-transition.scale-out {
  transform: scale(0);
  transition: transform 0.2s !important;
}

.scale-transition.scale-in {
  transform: scale(1);
}

.zoom-btn-sm i {
  margin-top: 15px;
  color: #FFFFFF;
}

.zoom-fab i {
  margin-top: 15px;
  color: #FFFFFF;
}

.zoom-chat {
  position: fixed;
  top: 251px;
  right: 0px;
  height: 50px;
}

.zoom-chat-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0%;
  background-color: #002364;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFFFFF;
}

.zoom-chat-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-chat-btn-large {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.zoom-chat-fab i {
  margin-top: 15px;
  color: #FFFFFF;
}

.zoom-notificacao {
  position: fixed;
  top: 205px;
  right: 0px;
  height: 50px;
}

.zoom-notificacao-fab {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0%;
  background-color: #002364;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  transition: 0.2s ease-out;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  color: #FFFFFF;
}

.zoom-notificacao-fab:hover {
  background-color: #4db6ac;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.zoom-notificacao-btn-large {
  width: 45px;
  height: 45px;
  line-height: 45px;
}

.zoom-notificacao-fab i {
  margin-top: 15px;
  color: #FFFFFF;
}

/**fim float button**/
.card-link:hover {
  background-color: #f8f9fa;
  cursor: pointer;
}

.modal-large {
  max-width: 80% !important;
}

.modal-max-height {
  max-height: 75vh;
}

.date .ui-datepicker-trigger {
  display: none;
}

.div-pesquisa i {
  position: absolute;
  left: 13px;
  top: 15px;
  color: #98c3de;
}

.inpput-pesquisa {
  display: block;
  width: 100%;
  height: 44px;
  padding: 11px 16px 11px 36px;
  font-size: 15px;
  line-height: 1.42857;
  color: #666;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* LOGIN */
.my-login-page {
  background-color: #ffffff;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
}

#formContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #FFFFFF;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
}

#formFooter {
  background-color: #002364;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  color: #FFFFFF;
}

.multiselect-container {
  width: 100%;
}

.formularioBusca .bootstrap-select {
  width: 100% !important;
}

.ui-autocomplete {
  z-index: 999999;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  margin-right: 0.5em;
  display: inline-block;
  box-sizing: content-box;
  content: "+";
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  text-indent: 0 !important;
  text-align: center;
  border: 0.15em solid #FFFFFF;
  line-height: 1em;
  background-color: #0275d8;
  width: 1em;
  height: 1em;
  color: #FFFFFF;
}

div.dtr-modal div.dtr-modal-content {
  background-color: #FFFFFF;
  padding: 1.5em;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.dtr-expanded > th.dtr-control:before {
  border: 0.15em solid #FFFFFF;
  content: "-";
}

.text-marron-claro {
  color: #C04F15;
}

.bg-marron-claro {
  background-color: #C04F15;
}

.botao-sair {
  display: inline-block;
}

.estipulanteTableHead {
  overflow: auto;
  max-height: 250px;
}

.estipulanteTableHead thead th {
  background: #dddddd;
  position: sticky;
  top: 0;
  z-index: 2;
}

.indiceSub {
  font-style: italic;
  font-size: 10px;
  color: #555555;
  white-space: nowrap;
}

.indiceSub:hover {
  font-style: italic;
  font-size: 10px;
  color: #000000;
  white-space: nowrap;
}

.ui-front {
  z-index: 9999;
}

@keyframes fa-blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
.fa-blink {
  -webkit-animation: fa-blink 0.75s linear infinite;
  -moz-animation: fa-blink 0.75s linear infinite;
  -ms-animation: fa-blink 0.75s linear infinite;
  -o-animation: fa-blink 0.75s linear infinite;
  animation: fa-blink 0.75s linear infinite;
}

.logo-parceria {
  display: none;
}

.sim-nao-min {
  line-height: 0.5;
}

.altura-comp-popup {
  overflow-y: auto;
  max-height: 320px;
}

.fieldset-simulado {
  border: 1px solid #dee2e6; /* cor padrão das bordas do Bootstrap */
  border-radius: 0.375rem; /* igual ao border-radius padrão do Bootstrap */
  padding: 1.25rem;
  margin-bottom: 1.5rem;
  position: relative;
  background-color: #fff;
}

.fieldset-legend {
  font-weight: 500;
  padding: 0 0.5rem;
  background: #fff;
  position: absolute;
  top: -0.9em;
  left: 1rem;
  color: #495057;
}

/**** combo com inputs ***/
.custom-select-container {
  position: relative;
  cursor: pointer;
}

.custom-select-display {
  background-color: white;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 0.375rem 0.75rem;
  min-height: calc(1.5em + 0.75rem + 2px);
  display: flex;
  align-items: center;
}

.custom-select-display:hover {
  border-color: #b3d7ff;
}

.custom-select-options {
  background: white;
  border: 1px solid #ced4da;
  border-top: none;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-height: 250px;
  overflow-y: auto;
  display: none;
  z-index: 9999;
}

.custom-select-options.show {
  display: block;
}

.custom-select-option {
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #eee;
}

.custom-select-option:last-child {
  border-bottom: none;
}

.custom-select-option:hover {
  background-color: #f8f9fa;
}

.custom-select-option label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  color: #495057;
}

.custom-select-option input.form-control {
  border: 1px solid #ced4da;
  padding: 0.25rem 0.5rem;
  height: auto;
  font-size: 0.875rem;
}

.custom-select-option input.form-control:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.selected-values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
}

.selected-value-item {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  padding: 2px 8px;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 6px;
}

.remove-value-btn {
  background: none;
  border: none;
  color: #6c757d;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.remove-value-btn:hover {
  background-color: #dc3545;
  color: white;
}

.no-values {
  color: #6c757d;
  font-style: italic;
}

/*# sourceMappingURL=tema_006.css.map */
