.navbar-text {
	
	font-weight: bold;
	color: #FFFFFF!important;
}

.navbar-image {	
	float: left;	
    margin-bottom: -46px;
}

.btn-jornal{
	background-color: #23537c!important;
}

.ui-inputfield {
	font-size: 18px!important;
    box-shadow: none!important;
}

.ui-growl {
    top: 10px!important;
    right: 0px!important;
    font-size: 14px!important;
    width: 330px!important;
    z-index: 9002!important;
}	
	
.badge-jornal {
    color: #fff;
    background-color: #23537c;
}

.ui-growl-info {
	
	background-color: #cfdee4!important;
	border-color: #cfdee4!important;
    border: 0 none!important;
    color: #212121!important;
	text-shadow: none!important;
}	

.ui-growl-warn {
	
	background-color: #fcf8e3!important;
	border-color: #c09853!important;
    --border: 0 none!important;
    color: #212121!important;
	text-shadow: none!important;
}

.ui-growl-error{
	
	background-color: #dc3545!important;
    border: 0 none!important;
    color: #212121!important;
	text-shadow: none!important;
	
}

.ui-growl-title {
    font-weight: normal!important;
    padding: 0 0 7px 0!important;
    display: block!important;
}	

.ui-growl-message {
    width: 260px!important;
}

.ui-growl-item-container {
    position: relative!important;
    margin: 0 0 5px 0!important;
    opacity: .95!important;
    filter: alpha(opacity=95)!important;
}

.bg-navbar-PRODUCAO {
    background-color: #165c7d!important;
}

.bg-navbar-HOMOLOGACAO {
	background-color: #165c7d!important;
}

.cabecalho-jornal {
    padding: 10px 10px 18px 10px;
    border: 4px dotted #ccc;
}

.dropzone{
	height: 420px;
	background-image: url("../resources/img/upload_content.png") !important;
	background-repeat: repeat !important;
	border-radius: 0.8em;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.cabecalho-jornal .titulo {
    font-size: 65px;
    color: #1b263b;
    vertical-align: middle;
    height: 80px;
    text-align: left;
    margin-left: 30px;
}

.cabecalho-jornal .titulo .part-1 {
    font-weight: 100;
}

.cabecalho-jornal .titulo .part-2 {
    font-weight: 800;
}

.cabecalho-jornal .sub-titulo {
    font-size: 14.5px;
    color: #1f354d;
    vertical-align: top;
    text-align: center;
}

.number-right {
	text-align: right;
}

.number-center {
	text-align: center;
}

.navbar-brand {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: -10px;
}

.navbar-color .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-color .navbar-brand {
    color: #fff;
}


.navbar-color .navbar-nav .nav-link {
    color: rgba(255,255,255,.9);
    font-weight: 400;
    font-size: 18px;
}

.nav-color-text {
	color: #165c7d;
}


.container {
    height: 100%;
}

.dropdown-menu {
	margin: 0px 5px 0;
	font-size: inherit;
}


.custom-toggler.navbar-toggler {
    border-color: #FFF;
}
.custom-toggler .navbar-toggler-icon {
       background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



.menu-funcao {
	
	font-size: small;
	color: #165c7d;
	float: right;
	font-weight: normal;
	margin-left: 4px;
}


.border-info {
    border-color: #eff4f6!important;
}

.bg-info {
	background-color: #eff4f6!important;
    color: #165c7d!important;
}

.bg-pop-info{
	background-color: #165c7d;
}

.card-header > h3, .card-header > div > h3{
	font-weight: bold!important;
}

.navbar-nav .nav-link:hover{

    border-radius: .25rem;
    color: #fff!important;
    background-color: #165c7d;
}


.nav-color-icon{

    color: #00a9ce;
}

.nav-link:hover{

    background-color: #c1c3c3;
    --border-radius: 2rem;
}
.nav-item:hover{

    color: #fff!important;
}

.dropdown-item:hover{

    background-color: #165c7d;
    color:#FFF!important;
    box-shadow: 5px 5px 5px rgba(99,99,99,0.50);
}

body {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 0px;
	height: 100%;
	/* background-image: url("img/background/bg.jpg"); */
	/* background-image: linear-gradient(#ffffff, #b7dfeb); */
	background-color: #F1F1F1 !important;
	font-family: Roboto;
	font-size: 18px;
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9;
}


table.table { font-size: 16px;}

table.dataTable th { 
	font-size: 16px;
	}
table.dataTable td { 
	font-size: 14px; 
	white-space: nowrap;     
}
table.dataTable td.wrap {  
	white-space: pre-wrap; 
	word-wrap: break-word;
}


.hr-horizontal{
	width: 100%; 
	background-color: #bce8f1; 
	height: 1px; 
	border: 0;
	border-color : transparent;
}

.hr-margin-profile {
    margin: 8px 1.2rem!important;
    border-color: #e1dddd;
}

.hr-form {
    margin: 4px -5px;
    border-color: #e1dddd;
}

hr {
    --margin-top: 20px;
    --margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    
}

.form-group {
    margin-bottom: 2px;
}

.form-group > label {
    margin-bottom: 1px;
}

.form-select {
	
	min-width: 120px;
}

.dataTables_length > label{
	width: 120px;
    max-width: 120px;	
}


.buttons-bar {
    padding-right: 1px;
    padding-left: 1px;
    text-align: right;
}


.loadingoverlay{
    color: red;
}

.dataTables_length{
	
	    float: left;
}

.panel-heading {
    padding: 5px 10px;
}


 .panel-heading h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 25px;
}

.panel-black{
    border-color: #CCCCCC;
}
.panel-black>.panel-heading {
    color: #9d9d9d;
    background-color: #000000;
    border-color: #CCCCCC;
}


.CodeMirror {
    border:solid 1px #babdb6;
}


.XXdropdown-submenu {
    position: relative;
}

.XXdropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}



.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}




.card-sub{
	border: 0px;    
}

.card-sub card-body{
	padding: 0px;
    margin: 0px;
}

.card-text{
	--font-size: 12px;
	
}

div.dataTables_wrapper div.dataTables_filter {
    float: right;
}

.dataTables_info{
	float: left;	
	
}

div.dataTables_paginate{
	padding-top: 5px;	
}



.form-control {
	border-radius: 10px;
	font-size: 1.2rem;
}

select.form-control {
	padding-bottom: 11px;
}

.btn{
	
	font-weight: bold;
	padding: 0.375rem 0.75rem;
}


.btn-bread{
    margin-top:10px;
    font-size: 12px;
    
    border-radius: 3px;
}
.btn-titulo{
	

}
.btn-titulo-sm{
	font-size: 11px;
    padding-bottom: 2px;
    padding-top: 3px;
    padding-left: 4px;
    padding-right: 4px;

}

.btn-table {
    padding: 1px 3px;
}
.btn-table-dot {
	padding: 5px 5px;
    font-size: 10px;
    line-height: 0.5;
}

.btn-circle-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 20px;
    height: 20px;
    padding: 2px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-circle-2x {
    width: 32px;
    height: 32px;
    padding: 7px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}
.btn-background {
    background: rgba(0,0,0,.6);
    border: 0;
    border-radius: 15px;
    -moz-border-radius: 3px;
    color: #eee;
    line-height: 30px;
    font-size: 16px;
    padding: 0;
    position: absolute;
    -o-transition: opacity .2s ease,top 0s .4s;
    -moz-transition: opacity .2s ease,top 0s .4s;
    width: 30px;
    height: 30px;
    z-index: 2;
}

.myTrueClass {
    width: 16px;
    height: 16px;    
}

.myFalseClass {
    width: 16px;
    height: 16px;    
}


.tab-pane {
	
	padding: 10px;
	
}

.card-content {
	border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 5px 4px 5px rgba(99,99,99,0.50);
}
.card-content-home {
	border: 1px solid rgba(0,0,0,0.1);
    /* box-shadow: 8px 8px 5px rgba(99,99,99,0.50); */
    min-height: 200px;
    min-width: 260px;
    /* opacity: 0.8; */
    /* background-color: #165c7d!important; */    
    background-color: rgba(0,0,0,0)!important;
    border-radius: 10px;
}

.card-content-home .card-body {
	background-color: #165c7d!important; 
	opacity: 0.8;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-footer-home-a > a {
	position: absolute;
    margin-top: -50px;
    margin-left: 15px;
    position: absolute;
    background-color: #165c7d!important;
    min-width: 120px;
    
}
.card-footer-home {
	background-color: #165c7d!important; 
	opacity: 0.8; 
	height: 64px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.card-chart-single {
	--max-width: 265px;
    padding: 10px;
    padding-top: 25px;
}
.form-dinamico {
	margin-bottom: 2px;
}


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


.grid-table {
    width: 100%;
}

.grid-table tr td:first-child{
	max-width: 80px;
    min-width: 80px;
	
}
.grid-table tr td:last-child {
    
}

.modal-backdrop.show {
	opacity: 0.6 !important;
}

.modal-backdrop {
    z-index: 10;
}


.modal-content {
	--background-color: transparent; 
}

.modal-content .modal-body  {
	background-color: #FFF; 
}

.modal-content .modal-footer  {
	background-color: #FFF; 
}

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

 @media (min-width: 768px) {
      .modal-xl {
        width: 90%;
        max-width: calc(100vw - 10%);
}

 @media (min-width: 768px) {
      .modal-60 {
        width: 60%;
        max-width: calc(100vw - 40%);
}





      }
}


.dt-buttons {
	display: none;
}
.dt-buttons.btn-group {
    display: none;
}

.btn-badge {
	padding-left: 6px;
    padding-right: 8px;
    cursor: default;
	
}

.btn-search {	
	background-image: url(/ieptb/javax.faces.resource/icon-search.png?ln=img);
    background-repeat: no-repeat;
    background-position: 10px 7px;
    padding-left: 31px;	
}

.panel-actions {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
}
.panel-actions a {
  color:#333;
}
.botao-fullscreen {
    display: block;
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
}

.panel-fullscreen{
	font-size: 16px;
	
}

.tooltip > .tooltip-inner {
	background-color:rgb(49,176,213, 0.6);	
	border-radius:15px;
	color: #FFF;
	text-shadow: 1px 1px #165c7d;
}
.tooltip > .arrow::before, .bs-tooltip-top .arrow::before {
	border-top-color:rgb(49,176,213, 0.6);
}
.tooltip > .arrow::before, .bs-tooltip-bottom .arrow::before {
	border-bottom-color:rgb(49,176,213, 0.6);
}
.tooltip > .arrow::before .bs-tooltip-left .arrow::before {
	border-left-color:rgb(49,176,213, 0.6);
}
.tooltip > .arrow::before .bs-tooltip-right .arrow::before {
	border-right-color:rgb(49,176,213, 0.6);
}


.card-title-grafico{	
	margin-bottom: 0px;
	margin-top: 3px;
}
.card-body-grafico{
	padding: 1px;
	
}

.ui-widget-content {
	color: auto;
    border: 1px solid #f1f1f1;
	}
.ui-shadow {

    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: none;
	background-color:#17a2b8 ;	
}

.ui-autocomplete {
	    width: 100%!important;
}

.ui-autocomplete-query{
	    color: #17a2b8;
	    text-decoration: underline;
	    font-weight: bold;
}


.custom-select-sm{
	padding-top: 5px;
}


 .myRad td {
    --text-align:right;
 }
 .myRad td input {
     --float:right;
     width:35px;
 }
 
 .myRad td label {
  margin-bottom: 0px!important;
 }
 
 .ParamCheckBox td {
    float: left;
 }
 .ParamCheckBox td input {
     --float:right;
     width:35px;
 } 
 .ParamCheckBox td label {
  margin-bottom: 0px!important;
 }

.dropdown-item-checked::before {
  position: absolute;
  left: .4rem;
  content: '✓';
  font-weight: 600;
}


/*--------TIMELINE ---------___*/
ul.timeline {
    list-style-type: none;
    position: relative;
    font-size: 11px;
    font-family: "Roboto";
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 28px;
    width: 4px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 0px 0;
    padding-left: 15px;
    margin-bottom: 40px;   
    margin-top: 10px; 
}


ul.timeline > li:first-child { 
    margin-top: 20px;    
}

ul.timeline > li:last-child {
    margin-bottom: 0px;    
}

ul.timeline > li:before {
    content: ' ';
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid #d4d9df;
    left: 16px;
    width: 28px;
    height: 28px;
    z-index: 400;
    margin-top: -3px;
}

ul.timeline > li > p {	
	border-radius: 3%;    
    padding: 2px;
}


ul.timeline > li.success:before {
	background: #28a745!important;
}
ul.timeline > li.warning:before {
	background: #ffc107;
}
ul.timeline > li.danger:before {
	background: #dc3545;
}
ul.timeline > li.info:before {
	background: #17a2b8;
}

/* ---- Timeline ---- */
ol.timeline {
	position: relative;
	display: block;
	margin-top: 16px;
	height: 5px;
	background: #31708F;
}
ol.timeline::before,
ol.timeline::after {
	content: "";
	position: absolute;
	top: -8px;
	display: block;
	width: 0;
	height: 0;
  border-radius: 10px;
	border: 10px solid #31708F;
}
ol.timeline::before {
	left: -5px;
}
ol.timeline::after {
	right: -10px;
	border: 10px solid transparent;
	border-right: 0;
	border-left: 20px solid #31708F;
  border-radius: 3px;
}

/* ---- Timeline elements ---- */
ol.timeline > li {
	position: relative;
	display: inline-block;
	float: left;
	width: 100px;
	font: bold 14px arial;
   height: 50px;
}
ol.timeline > li .diplome {
  position: absolute;
  top: 20px;
  left: 20%;
}
ol.timeline > li .point {
	content: "";
    top: -13px;
    left: 36%;
    display: block;
    width: 30px;
    height: 30px;
    border: 4px solid #31708F;
    border-radius: 30px;
    background: #fff;
    position: absolute;
}
ol.timeline > li .point-selected {
	height: 40px;
    width: 40px;
    top: -20px;
    background: #28a745!important;
    animation-name: ol-point;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

ol.timeline > li .description {
  display: none;
  background-color: #f4f4f4;
  padding: 10px;
  margin-top: 20px;
  position: relative;
  font-weight: normal;
  z-index: 1;
}
ol.timeline > .description::before {
  content: '';
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f4f4f4;
  position: absolute;
  top: -5px;
  left: 43%;
}

@keyframes ol-point {
  from {background-color: #fff;}
  to {background-color: #28a745;}
}


/* ---- Hover effects ---- */
/*li:hover {
	cursor: pointer;
    color: #48A4D2;
}
li:hover .description {
  display: block;
}
*/



.event__date{
	
	font-weight: bolder;
	color: #165c7d;
    font-size: 12px;
}

.event__content{
	color: #165c7d;
    font-size: 10px;
    
}

.event{
	border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    background-color: #F1F1F190;
    
}

.roadmap.roadmap--orientation-vertical .roadmap__events {
		min-height: auto;
}	
.roadmap.roadmap--orientation-vertical .roadmap__events__event:nth-child(odd) .event {
    top: auto;
}
.roadmap.roadmap--orientation-horizontal .roadmap__events {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
}
.roadmap.roadmap--orientation-horizontal .roadmap__events__event:after, .roadmap.roadmap--orientation-horizontal .roadmap__events__event:before{
	--background-color: red;
}
.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events .roadmap__events__event:before {
	z-index: 401;
}
.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events:after {
    --background-color:  #d4d9df;
    z-index: 400;
}
.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events .roadmap__events__event .event {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.roadmap.roadmap--orientation-horizontal.roadmap--initialized .roadmap__events .roadmap__events__event:after {
    height: 81px;
}


.card-praca {
        min-width: 500px;
    }
    
.card-tituloShow {
    font-size: 14px;
}
.card-tituloShow label {
    font-weight: bold;
    padding-right: 10px;
}

.card-tituloShow .form-control{
	font-size: 12px!important;
	height: 30px;
}

.input-group-append{
	
	height: calc(2.25rem + 2px);
	
}
        
.buttons-select-all, 
	.buttons-select-none, 
	.buttons-print,
 	.buttons-csv,
  	.buttons-html5{
	
    font-size: 12px!important;	
}

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  body {
  -webkit-print-color-adjust: exact;
  background-color: #FFFFFF!important;
  }
  
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}

.bg-success-alfa{
	background-color: rgba(41, 168, 71, 0.4)!important;
}
.bg-warning-alfa{
	background-color: rgba(255, 193, 7, 0.4)!important;
}
.bg-danger-alfa{
	background-color: rgba(220, 53, 69, 0.4)!important;
}
.bg-info-alfa{
	background-color: rgba(23, 162, 184, 0.4)!important;
}

.fa-spin-slow {
    -webkit-animation: fa-spin 120s infinite linear;
    animation: fa-spin 120s infinite linear;
}




.bootstrap-tagsinput .badge [data-role="remove"]{
    margin-left: 3px;
    cursor: pointer;
    --color: #C1C1C1;
}

.card-warning{
	background-color: #ffc107;
}
.card-success{
	background-color: #c8e6c9;
}

.card-error{
	background-color: #d9534f;
}
.card-link{
	cursor: pointer;
	
}

.card-style{
	min-width: 20rem; 
	max-width: 20rem; 
	font-size: 10px; 
	}


.bootstrap-tagsinput .badge {
    margin-right: 2px;
    color: white;
    background-color: #6c757d;
    padding: 5px 8px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    border-radius: 1rem;
}

.bootstrap-tagsinput {
           display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 1rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
       }

.bootstrap-tagsinput .tag {
    border-radius: 1em;
    background-color: #17a2b8;
    padding-bottom: 2px;
    padding-right: 5px;
    padding-top: 3px;
    padding-left: 10px;
    font-weight: 700;
    line-height: 1;
}

.dz-message > span{
	
	color: #6c757d;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 20px;
	
	
}

.ui-fileupload-row {
	border: 1px solid rgba(0, 0, 0, 0.125);
    background-color: #FFF;
    border-radius: 0.50rem;
    display: inline-grid!important;	
    box-shadow: 5px 5px 5px rgba(99,99,99,0.50);
    margin-right: 10px;
}
.ui-widget {
	font-family: "Roboto";
    font-size: 12px;        
    font-size: 1.1rem!important;
	}
	
.excluido {
	
	opacity: 0.4!important;
    background-color: #f1f1f1!important;
	
}	

.form-disabled {
	
    background-color: #e9ecef!important;
	
}

.disabled {
	
    background-color: #e9ecef!important;
	
}

.JSONData {
	display: none;
}

/* FLASHING */
@keyframes flash {
	0%,100%,50%{opacity:1}
	25%,75%{opacity:0}
}
.faa-flash.animated,
.faa-flash.animated-hover:hover,
.faa-parent.animated-hover:hover > .faa-flash {
	animation: flash 2s ease infinite;
}
.faa-flash.animated.faa-fast,
.faa-flash.animated-hover.faa-fast:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-fast {
	animation: flash 1s ease infinite;
}
.faa-flash.animated.faa-slow,
.faa-flash.animated-hover.faa-slow:hover,
.faa-parent.animated-hover:hover > .faa-flash.faa-slow {
	animation: flash 3s ease infinite;
}

.counterDown{
	width:50px;
	font-size: 14px; 
	font-weight: bold;
	font-family: "Roboto";
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e9ecef;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #e9ecef;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #e9ecef;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #e9ecef;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #e9ecef;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #e9ecef;
}


input:empty::placeholder {
	color:    #e9ecef;
}
input::placeholder {
	color:    #e9ecef;
}

.td-multinfo {
	line-height: 1px; 
	margin-bottom: 12px;
}

.td-multinfo-end {
	line-height: 1px; 
	margin-bottom: 0px;	
}

.inputWithIconCalendar input[type="text"] {
  width: 100%;
  border-radius: 6px;
  margin: 8px 0;
  outline: none;
  padding: 2px;
  box-sizing: border-box;
  transition: 0.3s;
  padding-right: 40px;
  background-color: #F6F6F4;
  border:none!important;

}

.inputWithIconCalendar {
  position: relative;
}


.button {
  height: 10%;
  cursor: pointer;
  transition: all ease 0.25s;
}
 
.button > svg {
  max-width: 40%;
  transition: all ease 0.25s;
}

.button.active svg{
  transform: rotate(-180deg)
}

a:hover {
	color: #e6e6e6;
}

#frmPDF .card-content {
    border: none; 
	box-shadow: none;
}

#frmPDF .card {
	flex-direction: unset;

}

#documento.--has-error {
	border:2px solid #E83F40 !important;

}

#documento.--has-success {
	border:2px solid #45C150 !important;

}

#iconeDocumento.fa-exclamation {
	color: #E83F40 !important;
	margin-left: 5px;
	top: 16px !important;
}

#iconeDocumento.fa-check {
	color: #45C150 !important;
	margin-left: 3px;
	top: 16px !important;
}

.calendar .hasDatepicker{
	box-shadow: none!important;
	font-size: 1.1rem!important;
    border-radius: 10px!important;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ui-datepicker .ui-datepicker-current-day .ui-state-highlight, .ui-datepicker .ui-datepicker-current-day .ui-state-default {
    background: #92cdff!important;
}

.ui-datepicker {
	border: 1px solid #ced4da!important;
    width: 23em!important;
}
.ui-datepicker .ui-datepicker-title {
    font-size: 15px!important;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-default {
    font-weight: normal!important;
    color: #224a6d!important;
}

.hr-margin-profile-full {
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-top: 8px!important;
    margin-bottom: 8px!important;
    border-color: #e1dddd;
    min-width: 150px;
}

.modal-dialog-scrollable { 
	display: block !important;
    overflow-y: initial !important
}
.modal-body-scrollable {
    height: 73vh;
    overflow-y: auto;
    padding: 15px;
}

.ui-inputtext{
	padding: 5px!important;
}

.ui-fieldset .ui-fieldset-legend {
	padding: 5px!important;
}


.font-size-text {
	font-size: 0.9rem;
}

.radius-top-bar {
	border-radius: 0px;
}

body .ui-badge.ui-badge-xl {
    font-size: 1rem;
    min-width: 3rem;
    height: 3rem;
    line-height: 3rem;
}

.copied {
  opacity: 1;
  position: absolute;
  left: 55px;
}

@media (min-width: 992px) {
	.radius-top-bar {
		border-radius: 51px;
	}
}

@media (min-width: 768px) {
	.font-size-text-md {
		font-size: 1rem;
	}
	
	body .ui-badge.ui-badge-xl {
	    font-size: 1.5rem;
	    min-width: 3rem;
	    height: 3rem;
	    line-height: 3rem;
	}
	
	.copied {
		left: 135px;
	}
}