* {
    font-family: Roboto;
    outline: none;
    box-sizing: border-box;
}

.ons-topo.topo #header-global {
     display: flex;
     justify-content: space-between;
     width: 100%;
     height: 100%;
     /*background: #181f4d;*/
     font-family:'Roboto', sans-serif;
     font-size: 12px;
     font-weight: 400;
}
 .ons-topo.topo #header-global ul {
     display: flex;
     list-style:none;
     position:relative;
     margin:0;
     padding:0;
}
 .ons-topo.topo #header-global ul li {
     display: flex;
     justify-content: start;
     align-items: center;
     width: auto;
     height: 100%;
     position:relative;
     margin:0;
     padding:0;
     color: #ffffff;
}
 .ons-topo.topo #header-global .logo-ons {
	position: absolute;
    left: 50px;
}
 .ons-topo.topo #header-global ul li.active {
     background: #ddd;
}
 .ons-topo.topo #header-global ul li:hover {
     background: #11163C;
}
 .ons-topo.topo #header-global ul li:hover > ul {
     display:block;
     flex-direction: column;
     justify-content: center;
     z-index: 9999;
}
 .ons-topo.topo #header-global ul li a {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 100%;
     color: #73787D;
     text-decoration:none;
     font-weight:700;
     line-height: 16px;
     padding: 0 10px;
}
 .ons-topo.topo #header-global ul ul {
     display: none;
     position: absolute;
     top: 100%;
     background: #ffffff;
     padding: 0;
     box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.35);
     border-radius: 5px;
     max-height: 400px;
     width: 300px;
}
 .ons-topo.topo #header-global ul ul li {
     color: #73787D;
     border-right: 0;
     padding: 9px 0;
     min-height: 21px;
} 
 .ons-topo.topo #header-global ul ul li.colunas {
	 float: left;
     width: 50%;	
     text-align: center;
} 
 .ons-topo.topo #header-global ul ul li.titulo {
     background: #e4e4e4;
     width: 100%;
     line-height: 30px;
     padding: 3px 15px 0;
     font-weight: 500;
     text-transform: uppercase;
}
 .ons-topo.topo #header-global ul ul li.titulo.topo{
	border-radius: 5px 5px 0px 0px;
	color: #4d8ad8;
}
 .ons-topo.topo #header-global .marcarlidos {
	position: absolute;
    right: 62px;
    font-size: 11px;
    color: #656266;
    text-transform: none;
    text-decoration: underline;
    cursor: pointer;
}
 .ons-topo.topo #header-global ul ul li.outros {
    background: #e4e4e4;
    text-transform: uppercase;
}
 .ons-topo.topo #header-global ul ul li.overflow {
    padding: 0;
	display: inline;
}
 .ons-topo.topo #header-global ul ul.scroll {
     display: block;
     position: relative;
     background: #ffffff;
     padding: 0;
     max-height: 200px;
     width: 100%;
	 overflow-y: auto;
     box-shadow: none;
} 
 .ons-topo.topo #header-global ul.listas ul.scroll {
     max-height: 280px;
}
 .ons-topo.topo #header-global ul ul.scroll::-webkit-scrollbar {
     width: 4px;
     padding: 1px;
     background-color: #EDEDED;
}
 .ons-topo.topo #header-global ul ul.scroll::-webkit-scrollbar-thumb {
     background-color: #ABABAB;
     border-radius: 2px;
}
 .ons-topo.topo #header-global ul ul li:hover {
     background-color: #efefef;
}
 .ons-topo.topo #header-global ul ul li:last-child {
     border-bottom: none;
}
 .ons-topo.topo #menu-dropdown ul ul a {
     line-height:120%;
     padding:10px 15px;
}
 .ons-topo.topo #header-global img.web {
     width: auto;
     height: 16px;
}
 .ons-topo.topo #header-global ul.menudireito ul {
     left: 0;
	 max-height: 300px;
}
@media(max-height: 480px) {
    .ons-topo.topo #header-global ul.menudireito ul {
	 max-height: 200px;
	}
}
 .ons-topo.topo #header-global ul.perfil ul {
     min-width: 260px;
     right: 0;
}
 .ons-topo.topo #header-global ul.perfil ul:after {
     left:unset;
     right: 8%;
}
 .ons-topo.topo #header-global ul.perfil ul li {
     width: 100%;
}
 .ons-topo.topo #header-global ul.perfil ul.listas li {
	
     border-bottom: 2px solid #e4e4e4;
}
 .ons-topo.topo #header-global ul.perfil ul.listas li:last-child { 
     border-bottom: none;
 }
 .ons-topo.topo #header-global ul.scroll li a {
     padding: 0 15px;
}
 .ons-topo.topo #header-global ul.perfil ul.listas.popupemail {
	
     width: 400px;
}
 .ons-topo.topo #header-global #label-notificacao {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 14px;
     height: 14px;
     background: red;
     color: #ffffff;
     border-radius: 50%;
     font-size: 9px;
     font-weight: normal;
     position: absolute;
     left: 34px;
     top: 4px;
	 z-index: 999;
}

 .ons-topo.topo #header-global #label-notificacao-tarefa {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 14px;
     height: 14px;
     background: red;
     color: #ffffff;
     border-radius: 50%;
     font-size: 9px;
     font-weight: normal;
     position: absolute;
     left: 20px;
     top: 4px;
	 z-index: 999;
}

 .ons-topo.topo #header-global #label-notificacao-email {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 14px;
     height: 14px;
     background: red;
     color: #ffffff;
     border-radius: 50%;
     font-size: 9px;
     font-weight: normal;
     position: absolute;
     left: 20px;
     top: 4px;
	 z-index: 999;
}

 .ons-topo.topo #header-global .user {
     width: 32px;
     height: 32px;
     border-radius: 100px;
     /*border: 2px solid #ffffff;
     /*background-image: url(../img/placeholder-user.png);*/
     background-size: cover;
}
 .ons-topo.topo #header-global .user img{
     width: 32px;
     height: 32px;
     object-fit: cover;
     border-radius: 100px;
     border: 2px solid #ffffff;
}
 .ons-topo.topo .perfil .user-name {
     margin-left: 10px;
	 color: #fff;
}
 .ons-topo.topo .perfil .user-foto-info {
     display: flex;
     width: 60px;
     height: 60px;
     margin-right: 10px;
     border-radius: 4px;
     /*background-image: url(../img/placeholder-user.png);*/
     background-size: cover;
}
 .ons-topo.topo .perfil .user-foto-info img{
     width: 60px;
     height: 60px;
     /*margin-right: 10px;*/
     border-radius: 4px;
     object-fit: cover;
}
 .ons-topo.topo .perfil .user-info p {
     margin: 0 0 1px;
     line-height: 16px;
     color: unset;
     max-width: 90%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
  .ons-topo.topo .perfil .user-info p a {
     padding: 0 !important;
     display: inline !important;
}
  .ons-topo.topo .perfil .user-info p.email-user {
     font-weight: 400;
}
  .ons-topo.topo .perfil .user-info p.sair {
     padding-top: 10px;
}
  .ons-topo.topo .perfil .user-info p.sair a {     
    text-decoration: underline !important;
}
 .ons-topo.topo .perfil .tarefas {
     display: table; 
	 width: 100%;
     padding-right: 10px;
}
 .ons-topo.topo .perfil .tarefas .numeracao {
     display: table-cell;
     padding: 0 10px;
     width: 50px;
}
 .ons-topo.topo .perfil .tarefas .numeracao p {
     background-color: #f4700e;
     width: 30px;
     color: #fff;
     text-align: center;	 
     border-radius: 3px;
}
 .ons-topo.topo .perfil .tarefas .descricao {
     display: table-cell;
}
 .ons-topo.topo .perfil .tarefas .descricao p {
     font-weight: 400;
}
 .ons-topo.topo .perfil .tarefas .descricao .titulotarefa {
     font-weight: 500;
     color: #f4700e;	 
     vertical-align: super;
     text-transform: uppercase;
}
.ons-topo.topo .perfil .tarefas .descricao .linkTarefa {
  display: contents !important;
  cursor: pointer;
}
 .ons-topo.topo .perfil .tarefas .descricao .observacao {
	 line-height: 15px;
     padding: 8px;
     background-color: #eee;
     border-radius: 5px;
     margin-top: 8px;
}
 .ons-topo.topo .perfil i{
	 font-size: 15px;
     color: white;
}
 .ons-topo.topo .perfil i.iconTarefa{
	 font-size: 20px;
}
 .perfil .btn-outline {
     border: 0;
     background: none;
     padding: 0;
     margin-top: 14px;
     font-size: 12px;
     font-weight: 700;
     color: #797e83;
     text-decoration: underline;
     cursor: pointer;
}
 .perfil .btn-outline:hover {
     color: #11163C;
}
 .perfil .notificacao p {
     font-weight: 400;
     line-height: 16px;
     margin: 0 0 2px;
     color: unset;
}
 .perfil .notificacao p.title {
     font-weight: 700;
}
 .perfil .notificacao p.horas {
     font-size: 10px;
     margin: 10px 0 0;
}
 .perfil .notificacao a {
     display: flex!important;
     justify-content: space-between!important;
     align-items: stretch;
     width: 100%!important;
}
 .perfil .email {
     display: flex;
     flex-wrap: wrap;
     padding: 0 7px 0 10px;
     width: 100%;
}
 .perfil .email .conteudo-email {
     display: flex;
     flex-direction: column;
     flex: 3;
}
 .perfil .email .botoes-email {
     display: flex;
     flex-direction: column;
     flex: 1;
}
 .perfil .email .botoes-email .horas {
     text-align: right;
	 margin-bottom: 10px;
	 font-weight: 500;
}
 .perfil .email .botoes-email i {
     font-size: 16px;
     padding-top: 4px;
     margin-left: 10px;
     color: #8c8c8c;
     cursor: pointer;
     height: 25px;
     width: 25px;
     text-align: center;
}
 .perfil .email .botoes-email i.ons-checked,.perfil .email .botoes-email i.ons-cancelar {
     font-size: 12px;
     padding-top: 6px;
}
 .perfil .email .botoes-email i:hover {
     border-radius: 50px;
	 color: #fff;
     background-color: #171e4d;
}
 .perfil .email .botoes-email i.ons-bin:hover {
     background-color: #dc1c1c;
}
 .perfil .email .botoes-email i.ons-checked:hover {
     background-color: #67823a;
}
 .perfil .email .botoes-email i.ons-cancelar:hover {
     background-color: #9e2a2b;
}

 .perfil .email .resposta-email {
     width: 100%;
     height: 25px;
     margin-top: 10px;
	 background-color: #f3f3f3;
	 text-align: center;
     border-radius: 6px;
}
 .ons-topo.topo #header-global ul ul li:hover .resposta-email {
     background-color: #fff;
}
 .perfil .email .resposta-email input {
     width: 90%;
     border: 0;
     height: 100%;
     background-color: transparent;
}
 .perfil .email .resposta-email i {
     vertical-align: middle;
     color: #cecece;
    cursor: pointer;
}
 .perfil .email .resposta-email i:hover {
     color: #f4700e;
}
 .perfil .email p {
     font-weight: 500;
     line-height: 16px;
     margin: 0 0 2px;
     color: unset;
}
 .perfil .email p.title {
     font-weight: 700;
     /*color: #f4700e;*/
     text-transform: uppercase;
	 max-width: 260px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .perfil .email p.texto {
     max-width: 260px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .perfil .email p.horas {
     font-size: 10px;
     margin: 10px 0 0;
}
 .perfil .email a {
     display: flex!important;
     justify-content: space-between!important;
     align-items: stretch;
     width: 100%!important;
}
 .view {
     display: inline-block;
     width: 6px;
     height: 6px;
     background: #f4700e;
     border-radius: 10px;
	 align-self: flex-end;
     margin-bottom: 5px;
}
 .view.visited{
     background: #e4e4e4;
}

 .perfil .email .botoes-email .acao {
     display: flex;
     margin-top: auto;
     align-self: flex-end;
}
 .ons-topo.topo #header-global img.logo-sintegre {
     width: auto;
     height: 36px;
}
 .ons-topo.topo #header-global .menu-btn-topo {
     width: auto;
     padding: 7px 10px;
     border: 1px solid #363C64;
     border-radius: 6px;
     box-sizing: border-box;
     color: #ffffff;
     font-weight: 400;
}
 .ons-topo.topo #header-global .menu-btn-topo .seta {
     font-size: 8px;
}
 .ons-topo.topo #header-global ul ul.label-azul:after {
     content: "";
     width: 0;
     height: 0;
     position: absolute;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-bottom: 9px solid #181f4d;
     top: -9px;
     right: 8%;
}
 @media (max-width: 768px) {
     .perfil .user-name {
         display: none;
    }
}










.ons-topo.topo { width: 100%; height: 37px; background-color: #002247; font-size: 12px; }
.ons-topo.topo .content { max-width: 1152px; width: 100%; margin: 0 auto; padding: 0 10px; }
.ons-topo.topo .selects { float: left; }
.ons-topo.topo .selects select { border: 1px rgba(255, 255, 255, 0.2) solid; border-radius: 4px; width: 150px; height: 26px; background-color: #112846; margin-top: 10px; cursor: pointer; color: #ffffff; }
.ons-topo.topo .selects .select2-container.sites { margin-right: 10px; }
.ons-topo.topo .selects .select2-container--default .select2-selection--single { border: 1px rgba(255, 255, 255, 0.2) solid; border-radius: 4px; width: 150px; height: 26px; background-color: #112846; margin-top: 10px; cursor: pointer; }
.ons-topo.topo .selects .select2-container--default .select2-selection--single .select2-selection__rendered { color: #ffffff; line-height: 25px; }
.ons-topo.topo .selects .select2-container--default .select2-selection--single .select2-selection__arrow b { position: relative; top: 80%; background-image: url(../img/icoSelect.png); width: 7px; height: 5px; display: block; border: none; }
@media(max-width: 992px) {
    .ons-topo {
        position:relative;
    }
    .ons-topo.topo .selects select { width: 90px; }
    .ons-topo.topo .selects .select2-container.sites  { margin-right: 5px; }
    .ons-topo.topo .selects .select2-container.sistemas  { margin-right: 0; }
    .ons-topo.topo .selects .select2-container--default .select2-selection--single { width: 90px; }
}
.fechar {
    display: none;
}
.ons-topo.topo .acoes { float: right; }
.ons-topo.topo .acoes a.sair { float: left; border: 1px rgba(255, 255, 255, 0.2) solid; border-radius: 3px; width: 52px; height: 28px; background-color: #112846; color: #ffffff; margin: 10px 0 0 10px; font-size: 12px; text-align: center; line-height: 26px; }
.ons-topo.topo .acoes .usuario { display: table; width: 200px; height: 37px; float: left; }
.ons-topo.topo .acoes .usuario .imagem { display: table-cell; vertical-align: middle; width: 30px; }
.ons-topo.topo .acoes .usuario .nome { display: table-cell; vertical-align: middle; font-size: 12px; color: #ffffff; line-height: 15px; }
.ons-topo.topo .acoes img { float: left; border-radius: 100%; border: 2px solid #ffffff; width: 30px; height: 30px; display: block; margin-right: 10px; }
.ons-topo.topo .acoes .notificacao { background: url(../img/icoNotificacao.png) no-repeat left bottom; padding: 0 0 28px 13px; float: left; margin: 10px 15px 0 0; height: 6px; }
.ons-topo.topo .acoes .notificacao span { background-color: #f1264a; border-radius: 15px; width: 15px; height: 15px; text-align: center; font-size: 10px; display: block; color: #ffffff; line-height: 15px; }
@media(max-width: 992px) {
    .ons-topo.topo .acoes .usuario {
        width: auto;
    }
    .ons-topo.topo .acoes .usuario .nome {
        display: none;
    }
    .ons-topo.topo .acoes .imagem {
        padding: 5px;
    }
    .ons-topo.topo .acoes img {
        margin: 0;
    }
    .ons-topo.topo .acoes .notificacao {
        margin-right: 10px;
    }
}


.toastONS {
  position: fixed;
  max-width: 100%;
  right: 20px;
  border-radius: 4px;
  border: 1px solid #d2dae9;
  border-top: 5px solid #f4700e;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 20px -5px rgba(0,0,0,.8);
  padding: 10px 20px;
  font-family: Roboto;
  font-size: 12px;
  line-height: 18px;
  display: none;
  z-index: 999;
}

.toastONS.fail {
  border-color: #a94442;
  color: #a94442;
}
.toastONS.success {
  border-color: #8db146;
  color: #8db146;
}


/* Notificacao */ 
.area_notificacao {
    margin: auto;
    font-family: 'Roboto', sans-serif;
    width: 30px;
    position: relative;
    float:left;
    margin: 8px 8px 0 0;
  }
  .area_notificacao:active > #notificacao_popup,
  .area_notificacao:focus > #notificacao_popup,
  .area_notificacao:hover > #notificacao_popup {
    display: block;
  }
  .area_notificacao .btn_notificacao {
    position: relative;
    background: url('../img/icoNotificacao.png') no-repeat center center;
    /*background-color: #3D77C2;*/
    /*background-size: 15px;    */
    width: 30px;
    height: 30px;
    border-radius: 5px;
    cursor: pointer;
  }
  .area_notificacao .btn_notificacao img {
    width: 15px;
    /*left: 7px;
    top: 5px;*/
    position: absolute;
    border: none !important;
    padding: 2px;
  }
  .area_notificacao .btn_notificacao .contador {
    border-radius: 100%;
    background: #f0264a;
    color: white;
    width: 15px;
    height: 15px;
    font-size: 10px;
    line-height: 15px;
    display: block;
    text-align: center;
    font-weight: bold;
    position: absolute;
    right: -3px;
    top: -3px;
  }
  .area_notificacao .btn_notificacao .contador[data-qtd="0"] {
      display: none;
  }
  .area_notificacao #notificacao_popup {
    display: none;
    right: -13px;
    top: 36px;
    top: 26px\9;
    position: absolute;
    color: #5D6882;
    background: white;
    border-radius: 5px;
    border: 1px solid #d6d6d6;
    width: 275px;
    font-size: 12px;
    box-shadow: 0px 2px 10px -3px rgba(0, 0, 0, 0.4);
    transition: 300ms;
    z-index: 9999;
  }
  @media (max-width: 992px) {
    .area_notificacao #notificacao_popup {
      position: fixed;
      width: calc(100% - 20px);
      left: 10px;
      right: auto;
    }
  }
  .area_notificacao #notificacao_popup #popup_titulo {
    position: relative;
    border-bottom: 1px solid #d2dae9;
  }
  .area_notificacao #notificacao_popup #popup_titulo::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #fdfdfd;
    position: absolute;
    right: 20px;
    z-index: 999;
    top: -7px;
  }
  .area_notificacao #notificacao_popup #popup_titulo::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #d6d6d6;
    position: absolute;
    right: 18px;
    z-index: 999;
    top: -9px;
  }
  .area_notificacao #notificacao_popup #popup_titulo strong {
    line-height: 40px;
    text-transform: uppercase;
    color: #4D8AD8;
    padding: 0 20px;
  }
  .area_notificacao #notificacao_popup #popup_corpo {
    position: relative;
  }
  .area_notificacao #notificacao_popup #popup_corpo .overflow {
    max-height: 325px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    margin: 0px 3px 2px 2px;
  }
  .area_notificacao #notificacao_popup #popup_corpo .overflow::-webkit-scrollbar {
    width: 4px;
    padding: 1px;
    background-color: #EDEDED;
  }
  .area_notificacao #notificacao_popup #popup_corpo .overflow::-webkit-scrollbar-thumb {
    background-color: #ABABAB;
    border-radius: 2px;
  }
  .area_notificacao #notificacao_popup #popup_corpo::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  }
  .area_notificacao #notificacao_popup #popup_corpo ul {
    list-style: none;
    padding: 0px 5px 5px 5px;
    margin: 0;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li {
    z-index: 3;
    padding: 15px 15px 10px 15px;
    border-radius: 5px;
    margin-top: 3px;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li input {
    display: none;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li .marker-blue {
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 1px solid #4D8AD8;
    border-radius: 100%;
    cursor: pointer;
    position: relative;
    transition: 200ms;
    margin-right: 3px;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li .marker-blue::after {
    transition: 200ms;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li input:checked + .marker-blue::after {
    content: "";
    background: #4D8AD8;
    width: 6px;
    height: 6px;
    display: block;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    position: absolute;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li.novo {
    border: 1px solid #d6d6d6;
    padding: 14px 14px 9px 14px;
    background: #e2ecf9;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li strong {
    display: block;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li .popup_notificacao_data {
    padding: 3px 0;
    display: block;
    text-align: right;
  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li .popup_notificacao_conteudo {
    padding: 3px 0;
    display: block;

  }
  .area_notificacao #notificacao_popup #popup_corpo ul > li .popup_notificacao_acao {
    padding: 3px 0;
    font-weight: bold;
  }
  .novo .popup_notificacao_acao {
    visibility: hidden;
  }
  .abrir-notificacao {
      cursor: pointer;
  }

  /* OnsFancy */ 
.fancy-ons-body {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 9999;
}
.fancy-ons {
  position: relative;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  background: white;
  max-width: 500px;
  margin-top: 50px;
}

 @media (max-width: 768px) {
     .fancy-ons {
         max-width: 90%;
    }
}
.fancy-overlay-ons {
    position: fixed;
    left:0;
    top:0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
}
.notificacao-cabecalho, .notificacao-atividade, .notificacao-mensagem {
  padding: 5px 0;
}
 @media (max-width: 768px) {
     .notificacao-cabecalho, .notificacao-atividade, .notificacao-mensagem {
         font-size: 13px;
    }
}
.notificacao-cabecalho label, .notificacao-atividade label, .notificacao-mensagem label{
  font-weight: bold;
  display: block;
  padding: 5px 0;
}

.notificacao-cabecalho {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}

span.notificacao-fechar {
  display: block;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 20px;
  line-height: 15px;
  background: red;
  color: white;
  text-align: center;
  justify-content: center;
  border-radius: 100%;
  cursor: pointer;
  height: 20px;
}
span.notificacao-fechar::before {
  content: "\e91a";
  font-family: ONS-Icons;
  font-size: 7px;
  font-weight: bold;
}
.notificacao-data {
  font-size: 12px;
  display: block;
  text-align: right;
}
.notificacao-cabecalho h2 {
  color: #002247;
  font-weight: bold;
  font-size: 18px;
}
 @media (max-width: 768px) {
     .notificacao-cabecalho h2 {
         font-size: 14px;
    }
}
.notificacao-mensagem  span {
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  display: block;
}


.notificacao-acoes {
  padding-top: 5px;
  text-align: center;
}
.notificacao-acoes a {
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 3px;
  height: 28px;
  padding: 0 10px;
  background-color: #112846;
  color: #ffffff;
  margin: 5px 3px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}
.notificacao-acoes span.notificacao-sucesso {
	color: #8db146;
}
.notificacao-acoes span.notificacao-erro {
	color: #a94442;
}

.acoes.acoes-offline {
  padding: 3px;
  display: table;
  height: 42px;
}

.acoes.acoes-offline > div {
  display: table-cell;
}
.acoes.acoes-offline .logo-offline {
  color: white;
  vertical-align: middle;
  padding: 0 10px 0 0;
  width: 230px;
  background: url(../img/MarcaSINtegre_ONS_horizontal_branca.png) center center no-repeat;
  background-size: contain;
}
.acoes.acoes-offline > div > a.cadastrar,
.acoes.acoes-offline > div > a.lembrar-senha {
  font-size: 10px;
  padding-top: 2px;
  display: block;
  color: white;
}

.acoes.acoes-offline input[type="text"], .acoes.acoes-offline input[type="password"] {
  line-height: 18px;
  border-radius: 4px;
  background: white;
  margin-right: 5px;
}

.acoes.acoes-offline .entrar {
  border: 1px rgba(255, 255, 255, 0.2) solid;
  border-radius: 3px;
  width: 52px;
  height: 28px;
  background-color: #112846;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  display: inline-block;
}
.js-select2::-ms-expand {
  display: none;
}
.ons-topo .selects > span { position: relative }
@media screen and (min-width:0\0) {
  .ons-topo .selects > span::after {
    content: "\e906";
    position: absolute;
    right: 5px;
    line-height: 10px;
    color: white;
    font-family: ONS-Icons;
    font-size: 7px;
    width: 10px;
    text-align: center;
    transform: rotate(-90deg);
    display: inline-block;  
    top: 8px;
    pointer-events: none;    
    
  }
}















/*IE 8
 .menuTopoIE8 {
     position: relative;
     height: 48px;
}
 .menuTopoIE8 .menuPerfil {
	 position: absolute;
	 right: 0;
}

 .menuTopoIE8 span.newNomeMenu {
     margin: 10px;
	 border: 1px solid #41536b; 
     font-weight: normal;
     font-size: 14px;
     float: left;
     width: 99px;
     cursor: pointer;
}

 .menuTopoIE8 span.newNomeMenu a {
     width: 80%;
     display: inline-block;
     text-decoration: none;
     padding: 4px;
	 color:	#fff;
	 text-align: center;
}

 .menuTopoIE8 .arrow-sites {
	position: absolute;
	left: 85px;
	top: 6px;
	width: 20px;
}

 .menuTopoIE8 .arrow-sistemas {
	position: absolute;
	left: 203px;
	top: 6px;
	width: 20px;
}

 .menuTopoIE8 span.nomePerfil {
     margin: 10px;
     font-weight: normal;
     font-size: 14px;
     float: right;
     width: 300px;
     cursor: pointer;
}

 .menuTopoIE8 span.nomePerfil a {
     width: 100%;
     display: inline-block;
     text-decoration: none;
     padding: 4px;
	 color:	#fff;
	 text-align: right;
}

 .menuSite:hover ul, .menuSite.over ul{display:block;}
 .menuSistema:hover ul, .menuSistema.over ul{display:block;}
 .menuPerfil:hover ul, .menuPerfil.over ul{display:block;}
 
 ul.listMenu {
	 top: 33px;
     position: absolute;
     width: 180px;
     display: none;
     max-width: 350px;
     overflow: hidden;
     white-space: nowrap;
     background: #ffffff;
     margin: 2px;
     padding: 10px 0;
	 border: 2px solid #e4e4e4;
	 max-height: 250px;
	 overflow-y: auto;
     z-index: 999000000 !important;
	 font: normal 14px helvetica !important;
}
 ul.listMenu.direito {
	 right: 0px;
	 width: 350px !important;
     padding: 0;
}
 ul.listMenu li {
     list-style: none;
     width: auto;
     text-align: left;
     margin: 0px;
     padding: 0px;
     z-index: 999000000 !important;
     height: 30px;
}
 ul.listMenu li a {
     padding-left: 14px;
     padding-right: 25px;
     padding-top: 8px;
     padding-bottom: 4px;
     width: 100%;
     height: 100%;
     display: inline-block;
     z-index: 999000000 !important;
}
 ul.listMenu li a.link-foto {
     color: #fff;
	 padding: 10px 0px 0 10px;
}
 ul.listMenu li descricao-perfil {
     display: table-caption;
	 padding-left: 10px;
}
 .menu_uls > ul.listMenu li {
     text-decoration: none;
     color: #545f68;
     font-family: Roboto;
     font-weight: 500;
     font-size: 13px;
     width: 83%;
     margin: 0px 5px 0px 15px;
     display: table;
}
 .menu_uls > ul.listMenu.direito li {
     width: 100%;
     margin: 0;
}
 .menu_uls > ul.listMenu li .over, .menu_uls > ul.listMenu li:hover, .menu_uls > ul.listMenu li:focus, .menu_uls > .listMenu li.over > a, .menu_uls > .listMenu li.over {
     background: #efefef;
}
 .listMenu li a {
     text-decoration: none;
     color: #333333;
     border: 0px;
     padding-left: 5px;
     padding-top: 8px;
     padding-bottom: 8px;
     padding-right: 25px;
     font-family: helvetica;
     text-align: left;
     width: 100%;
     display: inline-block;
     border-radius: 0px !important;
}
 .listMenu li.titulo {
     background-color: #efefef !important;
}
.esquerda {
     left: 12px;
}
 .listMenu li div.perfilie8 {
     display: table;
	 width: 100%;
	 height: 80px;
}
 .listMenu li div.perfilie8 .user-foto-ie8 {
     display: table-cell;
	 width: 90px;
}
 .listMenu li div.perfilie8 .user-info-ie8 {
     display: table;
	 width: 100%;
}
 .listMenu li div.perfilie8 .user-info-ie8 ul {
     top: 10px;
     position: absolute;
     padding: 2px 10px;
	 width: 100%;
}
 .listMenu li div.perfilie8 .user-info-ie8 ul li {
     height: 18px;
}
 .listMenu li div.perfilie8 .user-info-ie8 ul li a {     
     padding: 5px 0;
} */

