﻿.hide-element {
    display: none;
} 
.forma-centrada {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    /*MAP SP2
    border-top: 16px solid rgb(101, 170, 162);*/
    border-top: 16px solid #20239A; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.doccic label {
	margin-bottom: 0px;
}

.doccic .hlabel {
	font-weight:bold; 
	color:rgba(23, 155, 215, 1);
}

.doccic .plabel {
	margin-left: 5px; 
	margin-right: 5px;
}
/* Estilos de pagÃ­na de bÃºsqueda*/
.ms-srch-item {
	width: 100% !important;
}
.ms-searchCenter-result-main {
	width: 100% !important;
}

.ui-corner-all:hover{
	border-radius: 6px !important;
}
.ui-widget input{
	font-size: 0.8rem !important;
}
#pdf_renderer {
	border: 1px solid black;
	direction: ltr;
  }

/* Estilos de elemento de bÃºsqueda */
.bus-title{
	position:relative;
}
.bus-back{
	
	font-weight: 500;
    font-family: Roboto;
	font-size: 1.5rem;
    line-height: 1.2; 
	margin-top:4px;
	border-top: 1px;
}
.bus-stitle{
	color: #20239A;
	font-weight: 500;
    font-family: Roboto;
	font-size: 1.5rem;
    line-height: 1.2; 
	padding-left: 10px;
	margin-top:4px;
	border-top: 1px solid #000;
	position: absolute;
	background-color:#FFF;
}
.bus-stitle::after{
  content: "";
  position: absolute;
  top: 0;
  right: -8px;
  width: 15px;
  height: 100%;
  border-right: 1px solid #000;
  transform: skew(27deg);
  background-color:#FFF;
}
.bus-content{
	border-top: 1px solid #000;
	margin-top: 4px;
	padding:10px;
}
.ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover .bus-stitle{
    background-color: rgb(228 240 249);
}
.ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover .bus-stitle::after{
    background-color: rgb(228 240 249);
}
.ms-srch-item:hover .bus-stitle{
    background-color: rgb(228 240 249);
}
.ms-srch-item:hover .bus-stitle::after{
    background-color: rgb(228 240 249);
}
/*MAP*/
.accordion-content {
	display: none;
	padding: 20px;
	overflow: auto;
}

.stHistorial.open{
	background-color:aqua;
}

/*Pdf viewer*/
.pdf
{
  overflow:scroll;
  width:540px;
  height: auto;
}
.pdf-viewer
{
  width:auto;
  height: auto;
  display:block;
  margin:0 auto;
}
canvas
{
  width:100%;
  height: auto;
}
