/* ==========================================================================
   HSDW MAIN
   ========================================================================== */

html {
       font-size: 15px;
       }

[type=reset], [type=submit], button, html [type=button] {
   -webkit-appearance: none !important ;
}

/*FONT*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed');
body{font-family: 'Roboto', sans-serif;}

h1, h2{
    font-family: 'Roboto Condensed', sans-serif;
}

*:focus {
    outline: 0 !important;
}

.border-secondary{
  border-color: #C9D3DF !important;
}

/*LOGIN*/
#login-form{
  margin:0 15px;
  text-align: center;
}

.login-logo{
  margin-bottom: 30px;
}

.login-picture{
  background: url(img/full-background.jpg.xhtml?ln=common) no-repeat center center;
  background-size: cover;
  border-radius: 0px;
}

.semBorda{
  padding: 0 !important;
  border: none !important;
  margin: 0 !important;
}

#login-form form{
  width: 360px;
  margin: 0 auto;
}

#login-form .btn-link{
  color:#333;
}

.copyright{
  font-size: 0.85rem;
  text-align: center;
  padding: 10px;
}

/*APP*/
body#app{
  background-color:#EBEFF3;
}

#app-header{
  background-color: #FFF !important;
  border-bottom:4px solid #CBAD70;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-light .navbar-toggler {
    border:none !important;
}

#screen-header{
  color:#FFF;
  background: #3D4D65 url(img/screen-header-background.png.xhtml?ln=common) no-repeat right center;;
  padding: 1rem;
  margin-bottom: 20px
}

#screen-header .hint .fa{
  color: #5B7296;
  cursor: help;
}

#screen-header .hint:hover .fa{
  color: #788DAD;
}

#screen-header .hint .popover-body{
  padding: 10px;
}

#screen-header h1{
  display: inline;
  font-size: 2rem;
  margin-bottom: 0;
}

#screen-header .breadcrumb{
  display:inline-flex;
  background: none;
  margin: 0 0 0 1rem;
  padding: 0;
}

#screen-header .breadcrumb-item{
  color: #AFB9C7;
}

#screen-header #dados-tabela{
  padding: 10px 0 0 0;
}

#screen-header a.voltar,
#screen-header a.voltar .fa{
  color:#60C0FF;
}

.mouse-pointer-click:hover {
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}


/*MAIN NAV*/
#main-nav li.nav-item{
  border:1px solid #E8E8E8;
  margin-bottom: 2px;
  border-radius: 4px;
  padding-left: 8px;

}

.nav-item a, .dropdown-item{
  color: #8693A5;
}

.nav-item.active a .fa{
  color: #374355 !important;
}

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

.dropdown-item.active, .dropdown-item:active {
  color: #000;
  background-color: #EBEFF3;
}

h6.dropdown-header{
  color:#CBAD70;
}

.dropdown-item.copyright{
  color: #8693A5 !important;
  background-color: #FFF;
  text-align: left;
  padding: .25rem 1.5rem;
}

.dropdown-item.copyright:hover{
  background-color: #FFF;
}

.logo-cliente{
  display: inline-block;
  margin:0 5px 0 10px;
}

/*BUSCA GERAL*/
#busca-geral{
  max-width: 320px;
  margin:10px 0;
}

#busca-geral .input-group-prepend .custom-select{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/*USER NOTIFICATIONS + SUPORTE*/
#user-notifications a.dropdown-toggle{
	display: block;
	border-left:1px solid #E8E8E8;
	border-right:1px solid #E8E8E8;
	padding: 0 15px 0 10px;
}

#user-notifications a:hover .fa{
  color: #374355 !important;
}

#user-notifications > .badge{
	position: absolute;
	right: 10px;
	top: 15px;
  font-weight: normal;
}

#user-notifications .dropdown-menu{
  min-width: 400px;
  padding-bottom: 0;
}
#user-notifications .dropdown-menu:after, #user-notifications .dropdown-menu:before{
	bottom: 100%;
	left: 90%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
#user-notifications .dropdown-menu:after{
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
#user-notifications .dropdown-menu:before{
	border-color: rgba(134, 147, 165, 0);
	border-bottom-color: #8693A5;
	border-width: 11px;
	margin-left: -11px;
}

#user-notifications .tab-content{
  padding: 0;
  background: #F7F9FA;
  border-radius: 0.25rem;
}

#user-notifications ul{
	margin-bottom:0;
}

#user-notifications a.list-group-item {
  font-size: 0.85rem;
  color:#8693A5 !important;
	text-decoration:none;
  border:none;
  background: none;
}

#user-notifications a.list-group-item:nth-child(odd) {
    background:#FFF;
}

#user-notifications a.list-group-item:hover {
  color: #374355 !important;
}

#user-notifications .list-group-item:first-child {
  border-top: none!important;
}

#user-notifications .nav-tabs {
  background:#FFF;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

#user-notifications .nav-tabs .nav-link {
  font-size: 1rem;
  color:#8693A5;
  border: none !important;
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  line-height: 2.5;
}

#user-notifications .nav-tabs .nav-link.active {
  font-weight: bold;
  color: #374355;
  border-bottom: 3px solid #C9AB6F !important;
}

#user-notifications h5 {
  font-size: 1rem;
}

#user-notifications span.date {
  display: block;
  margin-bottom: 0.5rem;
}

#user-notifications .tab-actions {
  padding: 1rem;
}

#user-notifications .tab-actions .btn {
  color: #333;
}

/*MENU USU�RIO*/
#user-menu .dropdown-toggle{
  border:1px solid #E8E8E8;
  margin-bottom: 2px;
  border-radius: 4px;
  padding: 6px 8px;
}

#user-menu .dropdown-menu{
  min-width: 240px;
}

#user-menu .dropdown-menu .dropdown-select{
  padding: 5px 10px;
}

/*�CONES FONT AWESOME*/
#user-notifications .fa{
  color:#8793A6;
}

.close .fa{
  color:#8793A6;
}

.btn .fa{
  color:#374355;
}

.btn-success .fa {
  color:#FFF;
}

/* DASHBOARD */
#indicadores .indicador{
  text-align: center;
  padding: 50px;
  font-size: 13px;
}


#indicadores .indicador.concluidos{background: #9DBF15;}
#indicadores .indicador.pendentes{background: #FF8523;}
#indicadores .indicador.classificacao{background: #0092F1;}
#indicadores .indicador.aguardando{background: #0081D5;}
#indicadores .indicador.aprovacao{background: #0072BC;}
#indicadores .indicador.reprovados{background: #B64D37;}

.classificacao-aprovacao-interna:after{
	font-family: 'FontAwesome';
	font-size: 0.7em;
	padding: 0.3em;
	content: '\f148'
}

#indicadores .fa{
  display: block;
  margin-top: 15px;
  margin-bottom: 10px;
}

.atualizar-ncm{
  background: #FFF;
  padding: 18px;
  font-size: 14px;
  color: #374355;
}

.atualizar-ncm h4{
  font-size: 17px;
  margin: 0;
}

.atualizar-ncm .date{
  color: #8693A5;
}


/*BOTÕES*/
.btn{
  -webkit-appearance: none!important;
}

.btn-link{
  color: #0081D5;
}

.btn-outline-light .fa{
  color: #FFF;
}

.btn-outline-light:hover .fa{
  color: #374355;
}

.btn-secondary {
  color:#333;
	text-shadow: 0 1px 0 #fff;
  background-image: linear-gradient(to bottom, #fff 0, #EBEFF3 100%);
	background-repeat: repeat-x;
	border-color: #CBD3DE;
}

.btn-secondary:hover {
  color:#333;
  background-color: #e0e0e0;
  border-color: #A6A6A6;
}

.btn-secondary:focus, .btn-secondary.focus {
  color:#333;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #fff 0, #EBEFF3 100%);
  border-color: #A6A6A6;
}

.btn-secondary:active, .btn-secondary.active {
	background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #fff 0, #EBEFF3 100%);
	border-color: #A6A6A6;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color:#333;
  background-color: #e0e0e0;
  background-image: linear-gradient(to bottom, #fff 0, #EBEFF3 100%);
  border-color: #A6A6A6;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    color:#333;
    background-color: #e0e0e0;
    background-image: linear-gradient(to bottom, #fff 0, #EBEFF3 100%);
    border-color: #A6A6A6;
}

.show > .btn-secondary.dropdown-toggle {
    color:#333;
    background-color: #e0e0e0;
    border-color: #A6A6A6;
}

.btn-secondary:disabled, .btn-secondary[disabled] {
	background-color: #e0e0e0;
	background-image: none;
}


.btn-group-toggle label.active, .btn-group-toggle label:active{
  background: #0081D5 !important;
  color:#FFF !important;
  text-shadow: none !important;
}


/*TABELA*/
.table{
  background: #FFF !important;
  border-top: 2px solid #CBAD70;
  margin-top: 20px!important;
}

.table td, .table th {
    padding: .5rem;
}

.table thead:first-child{
  background: #FFF;
}

.table td{
  vertical-align: middle;
  color: #8693A5;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color:#F4F6F8 !important;
}

.table .btn,
.table .btn.hover, .table .btn:hover,
.table .btn.focus, .table .btn:focus,
.table .btn.active, .table .btn:active{
  background: none !important;
  border: none;
  box-shadow: none !important;
}

.table .fa.ativo,.table .fa.concluido{ color: #9DBF15; }
.table .fa.pendente{ color: #FF8523; }
.table .fa.classificacao,.table .fa.aguardando,.table .fa.aprovacao{ color: #0081D5; }
.table .fa.reprovado,.table .fa.inativo{ color: #B64D37; }


.table .btn .fa{
  color: #8693A5;
}

.table .btn:hover .fa{
  color: #374355;
}

.page-link {
  color: #8693A5;
}


/*WIZARD */
.wizard{
  margin-bottom: 20px;
}

.wizard > .card{
  border-radius:5px;
  background: #F5F7F9;
  border: 1px solid #CBD3DE;
}

.wizard .instrucao{
  flex-grow:1.5;
}

.wizard .card-number{
  display: block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  border-radius:50%;
  background: #374355;
}
/*WIZARD */

/* AVISOS */
.avisos .card{
  border: none;
}
.avisos .card-body{
  color:#8693A5;
  padding: 1rem;
}

/* MENSAGENS */
.msg{
  margin-bottom: 20px;
  min-height: 600px;
}

.msg > .card{
  border-radius:5px;
  border: 1px solid #CBD3DE;
}

.msg .card-header h5{
  margin-bottom: 0;
  display: inline;
}

.msg a.list-group-item{
  color: #000;
}

.msg a.list-group-item .fa{
  color: #8693A5;
}

.msg a.list-group-item.active{
  color:#FFF;
}

.msg a.list-group-item.active .fa{
  color:#FFF;
}

.msg a.list-group-item.active .badge{
  color:#000;
  background: #FFF;
}

.msg .detalhe{
  flex-grow:3;
}

.msg .card-body small,
.msg .card-body p{
  color:#8693A5;
}

.msg #seleciona-mensagem{
  text-align: center;
  margin: 40% auto;
}
.msg #seleciona-mensagem .fa{
  color:#8693A5;
  display: block;
}

/*POPOVER*/
.popover {
    border: 1px solid #C8D2DE;
    font-family: 'Roboto', sans-serif;
    font-size: 0.85rem;
    color: #8693A5;
}

.popover-header{
  color:#000;
}

.popover-body{
  padding: 0;
}

.popover ul{
  margin-bottom: 0;
}

.popover .media{
  border-bottom: 1px solid #C8D2DE;
  padding: 10px 20px 10px 10px;
  color: #8693A5;
}

.popover .media:last-child{
  border-bottom: none;
}

.popover .media h5{
  font-size: 15px;
  font-weight: bold;
  color:#374355;
  margin-bottom: 0;
}

/*MODAL*/
.modal-header{
  background: #EBEFF3 url(img/modal-header-background.png.xhtml?ln=common) no-repeat right center;
}

.modal-header h5{
  text-transform: uppercase;
  font-weight: bold;
}

.modal-header .close {
    padding: 1rem;
    margin: -0.75rem -1rem -1rem auto;
}

.modal-dialog {
    max-width: 720px;
}

.modal-lg {
    max-width: 1170px;
}

.modal-footer{
  background: #F8F9FB;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.modal .list-group-item small,
.modal .list-group-item p{
  color:#8693A5;
}


/*LOADING*/
#loading{
	width:360px;
	height:360px;
	margin:50px auto;
	}


/*MEDIA QUERIES*/
@media screen and (min-width: 992px) {
  /*APP HEADER */
  #app-header{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /*MENU PRINCIPAL*/
  #main-nav li.nav-item{
    border-left:1px solid #E8E8E8;
    border-right:1px solid #E8E8E8;
    border-top: 0;
    border-bottom: 0;
    margin-left: -1px;
    margin-bottom: 0;
    border-radius: 0;
    padding: 12px 10px 14px 10px;
  }

  #main-nav li.nav-item.active{
    border-bottom:4px solid #CBAD70;
    padding: 12px 10px 10px 10px;
  }

  #main-nav li a.dropdown-item{
    line-height: 1.5;
  }


  /*USER MENU*/
  #user-menu .dropdown-toggle{
    border:none;
    margin-bottom: 0;
  }

  /*NOTIFICA��ES e USER MENU*/
  #user-notifications a.dropdown-toggle,
  #user-menu a.dropdown-toggle {
    padding: 20px 10px;
  }


}

@media screen and (min-width: 1200px) {
  .container{
    max-width:1310px !important;
  }
}

/*mapa vida pn*/

.sub-text-info{
	font-size:0.9em; 
	color: #8693A5;
	font-weight: 500;
}

.h6-timeline{
	padding: 0.6rem 0rem 2rem 1rem; 
	border-left: 1px solid rgba(134,147,165, 0.5); 
	margin-left:1.2rem;
}

.table-timeline .ui-datatable-tablewrapper{
	overflow: visible !important;
}

.table-timeline .table-responsive{
	overflow: visible !important;
}

.table-timeline .ui-datatable thead th, .table-timeline .ui-datatable tbody td, .table-timeline .ui-datatable tfoot td, .table-timeline .ui-datatable tfoot th {
	padding: 0 !important;
}

.table-timeline{
	overflow: visible !important;
	padding: 0 !important;
}

.draft-reminder{
	font-size: 0.6em;
	color: red;
}

.painel-resposta-qaa{
	background-color: white; 
	border-radius: 10px;
}

.painel-resposta-qaa-msg{
	text-aling: center !important;
}

.painel-resposta-qaa-titulo{
	margin-top: .5rem;
}

.painel-resposta-qaa-link-info{
	font-size: 1rem;  
	text-decoration: none !important; 
	margin-left: 1rem;
}

.painel-resposta-qaa-subtitulo{
	margin-top: .8rem;
}

.painel-resposta-qaa-footer-button{
	margin-left: 10px; 
	margin-top: 10px;
}

.pre-formatted {
    white-space: pre-wrap;
}

.resumo-qaa-card {
	margin-top: 1em;
}

.resumo-qaa-title {
	text-align: center; 
	font-size: 1.3em; 
}

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

.dashboard-oea-text, .dashboard-oea-text-indented{
	font-size: 1rem;
}

.dashboard-oea-text-indented{
	margin-left: 20px;
}

.dashboard-oea-link{
	text-align: center;
	margin-top: 1em; 
}

.dashboard-oea-card {
	margin-top: 1em;
	border-radius: 24px;
	border-top: 2px solid #CBAD70;
}

.dashboard-oea-title, .dashboard-oea-subtitle-centered {
	text-align: center; 
}

.dashboard-oea-title {
	font-size: 1.25em;
}

.dashboard-oea-subtitle, .dashboard-oea-subtitle-centered {
	font-size: 1.1em;
}

.dashboard-oea-title, 
.dashboard-oea-subtitle,
.dashboard-oea-subtitle-centered{
	margin-top: 1em;
	font-weight: bold;
}

.dashboard-oea-item{
	display: block;
}

.dashboard-oea-icon, .dashboard-oea-icon-text {
	margin-right: 10px;
} 

.dashboard-oea-icon { 
	margin-top: 4px;
}

.dashboard-oea-icon.icon-red { 
	color: #dc3545;
}

.dashboard-oea-icon.icon-blue { 
	color: #297FFF;
}

.dashboard-oea-flag {
	padding-top:7px; 
	margin-right: 7px;
}

.dashboard-oea-flag.flag-ok{
	color: green;
}

.dashboard-oea-flag.flag-warning{
	color: yellow;
}

.dashboard-oea-flag.flag-fatal{
	color: red;
}

.dashboard-oea-link{
	text-align: center;
	margin-top: 1em; 
}

.dashboard-oea-logo-wrapper{
	text-align:center !important	
}

.dashboard-oea-logo{
	border-color:#333333; 
	display:inline-block; 
	padding: 10px;	
}

.event-log {
	max-height:372px; 
	overflow: auto; 
	margin-top: 20px;
}

.event-log .event {
	display: flex; 
	margin-bottom: 16px;
}

.event-log .event .event-icon {
	font-size: 8px; 
	margin-right: 10px; 
	margin-top: 4px; 
	color: #297FFF;
}

.event-log .event .event-title,
.event-log .event .event-description,
.event-log .event .event-time {
	display: block; 
	margin-bottom: 4px;
}

.event-log .event .event-title,
.event-log .event .event-description {
	font-weight: 600; 
	font-size: 0.9em; 
}

.event-log .event .event-title {
	color: #3E4754;
}

.event-log .event .event-description {
	color: rgba(41, 50, 65, 0.5);
}

.event-log .event .event-time{
	font-weight: 400; 
	font-size: 0.7em; 
	color: rgba(41, 50, 65, 0.5);
}


/*Classe para deixar o botão invisível na tela para não gerar submit do formulário*/
.zeroSize {
  visibility: hidden;
  padding: 0px;
  margin: 0px;
  border: 0px;
  width: 0px;
  height: 0px;
}