/*
.container-interacao{
    margin-top: 25px; 
    background-color: white;
    padding: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgb(61 62 64 / 20%) 0px 3px 9px 0px;
    text-align : center;
    width: 29%;
    min-width: 300px;
}
*/
.container-interacao{
    margin-top: 25px; 
    background-color: rgba(255,255,255,.3);
    padding: 30px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: rgb(61 62 64 / 20%) 0px 3px 9px 0px;
    text-align : center;
    width: 29%;
    min-width: 300px;
    overflow-y: scroll;
    max-height: 700px;
}

.container-interacao .interacao{
    border-bottom: 1px solid #cccccc;
    background-color: white;
    border-radius: 6px;
    padding: 16px;
    margin-bottom: 12px;
    box-shadow: rgb(61 62 64 / 20%) 0px 3px 9px 0px;
    
}

.container-interacao .usuario{
    text-align: left;
    font-weight: bold;;
}

.container-interacao .usuario span{
    background-color: #abe0e026;
    border: 1px solid #64bcbb;
    color: #64bcbb;
    padding: 4px;
    border-radius: 6px;
    float:right;
    font-size: 10px;
}

.container-interacao .detalhes{
    text-align: left;
    margin-top: -12px;
    font-size: 12px;
}

.container-interacao .descricao{
    text-align: left;
    margin-top: -8px;
}

.aviso-medicamento-atrasado {
	color: red;
}
.div-atrasados button {
	margin-left: 0px;
	margin-bottom: 30px;
}


tr.warning>td {
	background-color: #f7e99e !important 
}
tr.warning:hover>td {
	background-color: #e3d481 !important 
}


.modal-backdrop {
    visibility: hidden !important;
}

.modal.in {
    background-color: rgba(0,0,0,0.5);
}

.row-horario-medicamento {
	display: flex;
    justify-items: center;
    align-items: end;
}

.col-horario-medicamento {
	padding: 0 !important;
}

.div-group-horario {
	display:flex
}

.btnAdicionarNovoHorario {
	margin-bottom:15px !important;
	background-color: white !important; 
    color: #64bcbb !important;
    border: 2px solid !important;
    margin-left: 15px !important;
}
.btnRemoverHorario {
	margin:0 !important;
	margin-left:5px !important;
	background-color: white !important; 
    color: red !important;
    border: 1px solid !important;
}
.input-horario-medicamento {
	max-width: 120px;
}

.btnAdicionarNovoHorario .glyphicon-minus {
	color: red !important;
}


.link-acao {
	cursor: pointer;
}

.link-excluir {
	color: red;
}
.link-excluir:hover {
	color: red;
}

#btnBaixarMedicamentos {
	float: right;
}

/*
 * Base structure
 */
 
 .glyphicon.spinning {
  animation: spin 1s infinite linear;
  -webkit-animation: spin2 1s infinite linear;
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
 
/* Move down content because we have a fixed navbar that is 50px tall */
@font-face {
    font-family: Horatio;
    src: url("../../static/fonts/horatio-d-light.otf") format("opentype");
}

@font-face {
    font-family: Horatio;
    font-weight: bold;
    src: url("../../static/fonts/horatio-d-bold.otf") format("opentype");
}


.ng-hide{
	display: none !important ;
}

html, body, .container-fluid{
	height: auto;
    padding-top: 15px;
}
.container-fluid{
	height: 100%;
    padding: 60px 40px;
	padding-top: 0px;
}

body {
	padding-top: 45px;
	background-color: var(--background-padrao);
}

.container-fluid-removed-margin{
	margin-left: -15px;
    margin-right: -15px;
}
h1,h2,h3,h4,h5,h6,h7{
	font-family: Horatio;
	font-weight: bold;
}
/*
 * Global add-ons
 */
.sub-header {
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.checkbox-silpi{
	height: 62px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
	
}
[class^=swal2] {
    
    font-size: 16px !important;
}
.swal2-icon .swal2-icon-content {
    font-size: 3.75em !important;
}

.template-pesquisa{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition: all .6s; 
}
.template-pesquisa-input{
	width: 30%;
	z-index: 10;
	transition: all .6s;
}
.template-pesquisa-descricao{
	width: 70%;
	background-color: #e3e3e3;
	height: 50px;
	margin-left: -3px;
	z-index: 5;
	padding-left: 10px;
	display: flex;
	font-size: 12px;
	align-items: center;
	transition: all .6s;
}
.template-pesquisa-botao{
	background-color: #e3e3e3;
    height: 50px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
	color: var(--marca-escuro) !important;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    cursor: pointer;
    transition: all .3s;
}
.template-pesquisa-botao-apresentacao{
	background-color: #e3e3e3;
	height: 36px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border:none;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	cursor: pointer;
	transition: all .3s;
}
.template-pesquisa-botao-geral{
	background-color: #e3e3e3;
	height: 36px;
	border-bottom-right-radius: 6px;
	border-top-right-radius: 6px;
	border:none;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 36px;
	cursor: pointer;
	transition: all .3s;
}
.template-pesquisa-botao-geral:hover{
	background-color: #bababa;
}
.template-pesquisa-botao-apresentacao:hover{
	background-color: #bababa;
}
.template-pesquisa-botao:hover{
	background-color: #bababa;
}
.template-pesquisa-informacao{
	width: 100%;
	font-size: 8px;
	font-weight: 400;
	transition: all .6s;
	padding-left: 6px;
	padding-top: 2px;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
	border: 0;
}

/*Código para corrigir irregularidade no botão toggle das tabelas*/
button[name="toggle"] i {
	height: 20px;
	padding-top: 2px;
}

.group-btn-pequeno {
	height: 20px;
	padding-top: 2px;
}
.btn{
	border-radius: 6px !important;
	transition: all .6s;
	height: 36px;
    padding: 6px 18px;
    font-size: 14px;
    margin: 4px 4px;
}
.btn-primary {
    color: #fff;
    border: none;
    background-color: #64bcbb;
}
	
.dropdown-toggle:hover {
	cursor: pointer;
}
	
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color:#488281;
    border-color: #488281;
}


.container-botoes-footer{
    position: sticky;
    bottom: 10px;
    z-index: 100;
    width: 100%;
    border-radius: 5px;
    display: flex;
    justify-content: center !important;
    background-color: rgba(238, 238, 238, .6);
    border: 1px solid #ccc;
    -moz-box-shadow: -1px -2px 9px 0px rgba(0,0,0,0.75);
    
}


#divBotoesFicha {
	padding-top: 10px;
}

.descricaoPesqEntidadeGeral {
	width: 80%;
    font-size: 14px;
    padding: 8px;
}

.descricaoPesqEntidade {
	width: 80%;
    font-size: 14px;
    padding: 8px;
}

.descricaoPesqApresentacao {
	width: 80%;
    font-size: 14px;
    padding: 8px;
}

.div-error {
	color: red;
}

.tab-pane {
	padding-top: 15px;
}

.glyphicon:HOVER {
	cursor: pointer;
}

#footerItemFichaMedicamento {
	padding-top: 5px;
}

.messages-menu {
	width: 300px !important;
}

.pagination-wrapper {
	text-align: center;
	color: #595959;
	font-size: 12px;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pagination-select {
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	float: left;
	transition: 400ms ease;
	color: #595959;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 40px;
	height: 40px;
	width: 50px;
}

.pagination-select:hover, .pagination-select.current {
	background-color: #64BCBB;
	color: #fff;
}

.pagination {
	display: inline-block;
	height: 26px;
	border-radius: 35px;
	background-color: #eee;
	margin-left: 15px;
	margin-right: 15px;
}

/*
Span

	border-left: 0;
    background-color: transparent;
    border: 0;
    text-align: left;
    font-size: 20px;
    
    
    input
    
        height: 50px;
    border-radius: 40px !important;
    color: #656565;
    border: 1px solid #e2dfdf;
    padding: 12px 20px;
    font-size: 18px;
*/
.container-detalhado{
	max-width: 90%;
	margin: 30px auto;
	background-color: white;
	border-radius: 15px;
	padding: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}


.input-group-addon:last-child {
    height: 36px !important;
    border-radius: 6px !important;
    color: #656565;
    border: 1px solid #e2dfdf;
    padding: 11px 20px !important;
    font-size: 14px !important;
    background-color: transparent !important;
    /*border: 0 !important;*/
    text-align: left !important;
    border-left-width: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    
}

.has-error .form-control {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
}

.form-control:focus {
    border-color: #64BCBB !important;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 188, 187,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 188, 187,.6) !important;
}
.navbar-inverse {
    background-color: #64bcbb;
    border-color: none;
    height: 60px;
}
.navbar-inverse .navbar-nav>li>a {
    color: white;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.8px;
}
.navbar-nav>li>a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
    color: #fff;
    background-color: #396b6a !important;
}
.dropdown-menu {
	padding: 20px !important;
	transition: all .3s;
    border: 0;
	z-index: 1000;
}
.dropdown-menu>li>a , .dropdown-menu>sp-item-menu>li>a {
	font-family: Horatio;
    display: block;
    padding: 0;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #bdbfc1;
    letter-spacing: .8px;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .3s;
}

.navbar-toggle {
    position: relative;
    float: right;
    /* padding: 9px 10px; */
    padding: 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
    border-color: white !important;
}
.dropdown-menu>li>a:hover,.dropdown-menu>sp-item-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #64bcbb;
    background-color: transparent !important;
    border-bottom: 2px solid #64bcbb;
    transition: all .3s;
}
.img-menu{
	height: 50px;
    margin-top: -10px;
    filter: brightness(0) invert(1);
}
.badge-notificacao {
    margin-left: -200px;
    background-color: white;
}
@media only screen and (max-width: 1199px) {
	.pagination {
		height: 40px;
		margin-top: 50px;
		padding: 0 10px;
		border-radius: 25px;
	}
}
a{
	color: #64BCBB;
}
.loader{
	width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(186, 186, 186, 0.92);
    z-index: 99999;
    top: 0;
    display: flex;
    align-items: center;
    transition: all .6s;
}
.loader-content{
	height: 50%;
    background: #64bcbb;
    width: 100%;
    padding: 50px;
    display: flex;
    color: white;
    align-items: center;
    flex-wrap: wrap;
    transition: all .6s;
}
.loader-animation{
	top: 0;
    position: absolute;
    font-size: 25px;
    margin-top: 15%;
}
#loader-content-frase{
	width: 100%;
    font-size: 24px;
    color: white;
}
#loader-content-autor{
	float: right;
	font-size: 18px;
	color: white;
}
.page-numbers {
	display: block;
	padding: 0 12px;
	float: left;
	transition: 400ms ease;
	color: #595959;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 26px;
	transition: all .6s;
}

.page-numbers:hover, .page-numbers.current {
	background-color: #64BCBB;
	color: #fff;
}

.page-numbers.prev:hover, .page-numbers.next:hover {
	background-color: transparent;
	color: #64BCBB;
}
.lookup-container{
	background-color: #eee;
    border-radius: 15px;
    border: 1px solid #eee;
    width: 100%;
}
.lookup-input{
	width: 20% !important;
}

.botao-chat{
	border-radius: 30px;
    width: 60px;
    height: 60px;
    background-color: #64bcbb;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    -webkit-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 20px -6px rgba(0,0,0,0.75);
	transition: all .4s;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	z-index: 105;
}
.botao-chat .container-icone{
    display: flex;
    justify-content: center;
    align-items: center;
	width: 60px;
	height: 60px;
}
.botao-chat .container-icone i{
	font-size: 30px;
	
}
.botao-chat .label-chat{
	width: 90px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 22px;
    margin-bottom: 0;
    cursor: pointer;
}
.botao-chat:hover{
    width: 150px;
    height: 60px;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
    background-color: #3c7372;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.container-macro-totalizador{
	width: 100%;
	display:flex;
	justify-content: center;
}
.container-totalizador{
	width: 60%;
    max-width: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border: 1px solid rgba(0,0,0,.11);
    border-radius: 6px;
    padding: 24px;
    padding-top: 32px;
    margin-bottom: 60px;
    background-color: white;
    -webkit-box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
    box-shadow: 0 0 40px 0 rgba(82,63,105,.1);
}
.totalizador-subtotal{
	width: 50%;
    font-family: Horatio;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}
.totalizador-texto{
	width: 50%;
    font-family: Horatio;
    text-align: center;
    font-size: 20px;
    margin-bottom: -10px;
}
.totalizador-total{
	width: 100%;
	text-align: center;
    font-family: Horatio;
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}

.changelog-lista{
	width: 100%;
	
}
.chagelog-itemlista{
	padding: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bg-zebrado{
	background-color: #ececec;
	transition: all .3s;
}
.bg-zebrado-off{
	background-color: white;
	transition: all .3s;
}

.bg-zebrado:hover{
	background-color: #64bcbb;
}
.bg-zebrado-off:hover{
	background-color: #64bcbb;
}
.data-container{
	border-radius: 50%;
	background-color: #64bcbb;
	height: 50px;
	width: 50px;
	margin-right: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	flex-wrap: wrap;
}
.data-changelog{
	width: 100%;
	text-align: center;
    font-family: Horatio;
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 0;
	
}
.changelog-descricao{
	display:flex;
	flex-wrap: wrap;
	max-width: 70%;
}
.changelog-titulo-item{
	width: 100%;
}
/* CHAT - Inicio*/


/* CHAT - Termino*/

@media only screen and (max-width: 1199px) {
	.page-numbers {
		padding: 0 15px;
		font-size: 16px;
		line-height: 50px;
	}
}

@media only screen and (min-width: 120px) and (max-width: 1024px) {
	.page-numbers {
		padding: 0 14px;
		display: none;
	}
	.page-numbers:nth-of-type(2) {
		position: relative;
		padding-right: 50px;
	}
	.page-numbers:nth-of-type(2)::after {
		content: '...';
		position: absolute;
		font-size: 25px;
		top: 0;
		left: 45px;
	}
	.page-numbers:nth-child(-n+3), .page-numbers:nth-last-child(-n+3) {
		display: block;
	}
	.page-numbers:nth-last-child(-n+4) {
		padding-right: 14px;
	}
	.page-numbers:nth-last-child(-n+4)::after {
		content: none;
	}
}

.acesso-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(100, 188, 187, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  z-index: 9999999;
  opacity: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.acesso-overlay:target {
  visibility: visible;
  opacity: 1;
}

.acesso-popup {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  text-align: center;
}

.acesso-popup h2 {
  margin-top: 0;
  color: #333;
  text-align: center;
}

.acesso-popup p {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #333;
  font-size: 18px;
  text-align: center;
}
.acesso-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.acesso-popup .close:hover {
  color: #06D85F;
}
.acesso-popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  
  .acesso-popup{
    width: 70%;
  }
}

.container-onboarding-novo{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.container-efeito-onboarding{
	width: 100%;
	padding-bottom: 200px; 
	min-height: 800px; 
	display: flex; 
	justify-content: center; 
	align-items: center
}
.efeito-onboarding-loading{
    text-align: center;
}
.efeito-onboarding-loading:after{
	content: '_';
	 margin-left: 5px;
	 opacity: 1;
	 animation: pisca .7s infinite;
}
@keyframes pisca{
    0%, 100%{
        opacity: 1;
    }
    50%{
        opacity: 0;
    }
}
.fade.ng-hide {
  opacity: 0;
}

.fade.ng-hide-remove,
.fade.ng-hide-add {
  display: block !important; /* or inline-block, as appropriate */
}

.fade.ng-hide-remove {
  transition: all linear 1000ms;
}

.fade.ng-hide-add {
  transition: all linear 500ms;
}
.impressao-botoes-controle{
    padding-top: 12px;
    margin-top: 12px;
    /* margin: 40px 0 20px; */
    border-top: 1px solid #eee;

}
.container-baloes-ajuda{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.balao-ajuda{
	background-color: #abe0e026;
	border: 1px solid #64bcbb;
	color: #64bcbb;
	display: flex;
	padding: 20px 40px;
	align-items: center;
	margin-bottom: 12px;
	max-width: 350px;
	width: 100%;
	border-radius: 16px;
	margin-right: 12px;
	
}
.balao-ajuda p{
	width: 100%;
	text-align: center;
	margin: 0;
	
}
.balao-ajuda p a{
	color: #356564;
	
}

.balao-ajuda-perigo{
	background-color: #e0abab26;
	border: 1px solid #bc6464;
	color: #bc6464;
	display: flex;
	padding: 20px 40px;
	align-items: center;
	margin-bottom: 12px;
	max-width: 350px;
	width: 100%;
	border-radius: 16px;
	margin-right: 12px;
}

.dropdown-menu li a{
	display: flex;
	justify-content: space-between;
	width: 100%;
    align-items: center;
}
.dropdown-menu li a span{
	background-color: #abe0e026;
	border: 1px solid #64bcbb;
	color: #64bcbb;
	padding: 4px;
	border-radius: 6px;
	font-size: 8px;
}
.container-impressao{
	display: none;
}
.container-macro-campos{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
	transition: all .3s;
}
.container-evolucao-analise{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	transition: all .3s;
	margin-top: 18px;
}
.checkbox-grupo{
	width: 25%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	transition: all .3s;
	margin-bottom: 16px;
}
.checkbox-grupo label{
	width: 100%;
	text-align: center;
	transition: all .3s;
}
.checkbox-grupo div{
	width: 100%;
	transition: all .3s;
	padding-left: 3%;
	padding-right: 3%;
	margin-top: 8px;
	
}
.agrupador-macro-campos{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.checkbox-grupo div label{
	margin: 0;
	
}
.agrupador-pequeno{
	width: 24%;
}
.agrupador-medio{
	width: 48%;
}
.agrupador-grande{
	width: 72%;
}
.agrupador-extragrande{
	width: 100%;	
}
.titulo-agrupador-campos{
	width: 100%;
}
.agrupador-pequeno, .agrupador-medio, .agrupador-grande, .agrupador-extragrande{
	margin-top: 12px;
	
}


label {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}



.container-tipo-evolucao{
	width: 100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 15px;
}

.container-tipo-evolucao .container-linha-tipo{
	width: 100%;
	display:flex;
	justify-content: space-between;
	border-bottom: 1px dashed rgba(0,0,0,.1);
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-tipo-evolucao .container-linha-tipo .detalhe-texto{
	width: 75%;
	display: flex;
	align-items: center;
}

.container-tipo-evolucao .container-linha-tipo .detalhe-opcao{
	width: 24%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.col-button {
	padding-top: 20px;
}
.nav-administrcoes {
	margin-bottom: 20px;
	cursor:pointer;
}
.nav-pills>li.active>a {
	color: #fff;
    background-color: #64BCBB !important;
    font-weight: bold;
}

.container-intervencao-prescricao-padrao{
	border: 1px solid #64bcbb;
    border-radius: 16px;
    margin: 12px;
    padding: 0px 22px;
}

.btn-delete-float{
	position: relative;
    margin-top: -46px;
    background-color: white;
    width: 20px;
    height: 20px;
    color: #bc646e;
    border-radius: 50%;
    border: 1px solid;
    border-color: #bc646e;
    float: right;
    margin-right: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s;
    cursor: pointer;
}

.btn-delete-float:hover{
	background-color: #bc646e;
    color: white;
}

.btn-instrucoes{
	margin: 6px;
	margin-top: -12px;
	color: #8eb7b7;
    transition: all .3s;
    cursor: pointer;
}
.btn-instrucoes:hover{
	color: #64bcbb;
}

.panel {
	border: 1px solid #64bcbb;
	margin-bottom: 40px;
	background-color: #abe0e026;
}
  
.panel-body p{
	  text-align: center;
	  margin: 8px;
	  color: #64bcbb;
}


@media print{
	
	.container-impressao{
		background-color: red;
		width: 100%;
		display: block;
	}
	
	
}


.modal{
    overflow-y: auto !important;
}