
.pot {
    padding-bottom: 30px;
}

/*************/
/*Advertencia*/
/*************/
.tituloAlerta1:first-child {
    color: var(--main-color);
}

.pot .descripcion1 {
    color: var(--color-fuente);
    background-color: var(--bg-modal-load);
    border-radius: 20px;
    padding: 10px;
}

.pot .descripcion1 small {
    color: var(--blanco);
}



.tituloAlerta1 {
    display: flex;
    justify-content: space-between;
}

.tituloAlerta1Aux{
    padding: 10px 15px 4px 15px !important;
}

.cerrarAlerta1,
.cerrarConvPot {
    color: var(--color-fuente);
    cursor: pointer;
}

.usarChrome {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0px;
    background-color: var(--fondo-items-negro);
    padding: 3px;
    width: 100%;
    justify-content: flex-start;
}

.usarChrome .iconChrome {
    content: url(../images/utilidades/chrome.svg);
    width: 13px;
    margin-right: 7px;
    margin-left: 10px;
}

/****************/
/* Inputs radio */
/***************/
.pot .opcionesRadioBtn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 8px;
}

.pot .radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.pot .radioInput {
    appearance: none;
    height: 11px;
    width: 11px;
    background-color: var(--white);
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--color-fuente);
    /*box-shadow: 0px 3px 8px -1px rgb(0 0 0 / 56%);*/
    margin: 6px;
}

.pot .radioInput::after {
    content: "";
    background: var(--main-color);
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.pot .radioInput:checked:after {
    display: block;
} 

/*Inputs busqueda*/

.pot #selectBusqueda input, 
.pot #selectBusqueda select {
	border-color: rgb(0,0,0,0);
    border-radius: 20px;
    height: 30px !important;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 11px;
    box-shadow: 0px 0px 9px -3px rgb(0 0 0 / 56%) inset;
}

.pot .busquedaDireccion{
    display: flex;
    flex-direction: column;
    margin-top: 10px;   
}

.pot .busquedaDireccion label{
    padding-left: 10px; 
}
/*=======*/
/*Botones*/
/*=======*/

.pot .btnsBusquedaPot {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.pot .btnPot{
    outline: none;
    background: var(--bg-principal);
    color: var(--main-color);
    border-radius: 20px;
    /* position: relative; */
    border: solid 1px var(--main-color);
    box-shadow: none;
    padding: 4px 24px;
    font-size: 11px;
    float: right;
    margin-left: 10px;
}

.pot .btnPot:hover{
    background: var(--main-color);
    outline: none;
    box-shadow: none;
    color: var(--blanco);
}

.pot .btnPotlim {
    -webkit-mask-image: url(../images/openData/limpiar.svg);
    height: 25px;
    width: 18px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--color-fuente);
}

.pot .btnPotlim:hover {
    background-color: var(--main-color);
}

.pot .tabsDetallePot{
	display: flex;
	flex-direction: row;
}

/*=========*/
/*boton XLS*/
/*=========*/

.pot .btnXlsPot {
    border-radius: 15px;
    padding: 5px 7px;
    background: var(--blanco);
    color: var(--main-color);
    border: solid 1px var(--main-color);
    font-size: 13px;
}

.pot .btnXlsPot:hover {
    color: var(--blanco);
    background: var(--main-color);
}

/*=========*/
/*Tablas R*/
/*=========*/

.pot #detallesPot {
	margin-top: 10px;
}

.pot #TabContent table,
.pot #TabContent2 table {
    color: var(--main-color);
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.pot #TabContent table th,
.pot #TabContent2 table th{
    color: var(--main-color);
    /*border: 1px solid var(--color-fuente);*/
    font-size: 10px;
}

.pot #TabContent table td,
.pot #TabContent2 table td {
    color: var(--color-fuente);
    border: 1px solid var(--color-fuente);
}

.pot #TabContent table thead td,
.pot #TabContent2 table thead td {
    color: var(--main-color);
    border: 1px solid var(--color-fuente);
    border-top: none;
    border-bottom: 1px solid var(--main-color);
}

.pot #TabContent table button,
.pot #TabContent2 table button {
	border-radius: 15px;
    padding: 4px 8px;
    background: var(--blanco);
    color: var(--main-color);
    border: solid 1px var(--main-color);
}

/*================*/
/*Convenciones POT*/
/*================*/

#convencionesPot {
    position: fixed;
    top: 11%;
    margin-left: -255px;
    background-color: var(--bg-tools-toc);
    padding: 0 0 15px 0;
    border-radius: 20px 0 0 20px;
    display: flex;
    flex-direction: column;
}

#convencionesPot label{
	text-decoration: none;
    list-style: none;
    color: var(--color-fuente);
    padding: 6px 30px 6px 30px;
}

#convencionesPot label:hover{
    background-color: var(--bg-principal);
    width: 100%;
}

#convencionesPot li:hover{
    background-color: var(--hover-menu-tools-toc);
}

#convencionesPot .listaConPot {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin: 0 0 10PX 0;
    max-width: 255px;
    min-width: 255px;
    color: var(--color-fuente);
    font-size: 10px;
    max-height: 435px;
    overflow: hidden;
}

#convencionesPot .listaConPot:hover {
    overflow: auto;
}

#convencionesPot .listaConPot img {
    width: 16px;
    margin: 3px;
}

#convencionesPot .listaConPot b {
    margin: 3px;
    font-family: 'Roboto';
    font-size: 10px;
    text-decoration: none;
    font-weight: unset;
}

#convencionesPot .listaConPot p {
    text-align: center;
}

/*********************/
/*tabs rural y urbano*/
/*********************/

.tabsDetallePot a{
	cursor: pointer;
}

.pot #contenidoDetallesPot {
	    margin-top: 15px;
}

/**************/
/*POT activado*/
/**************/

.utilidadActiva{
	background-color: var(--main-color);
	color: var(--main-color);
}

/***********************/
/*Pot flotante
/***********************/

#potFlotanteTitle {
    background-color: gray;
    z-index: 1;
    position: fixed;
    left: 500px;
    top: 50px;
    height: 550px;
    width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 5px 5px 0 0;
}

#potFlotanteTitle{
    background-color: gray;
    width: 300px;
    border-radius: 5px;
}

.potTituloFlot label {
    color: var(--blanco) !important;
    display: flex;
    flex-direction: row;
    /* width: 95px; */
    justify-content: space-between;
    margin: 0px 5px 0px 5px;
    align-items: center;
	cursor: pointer;
}

.potFlotanteTitle .cerrarPot{
    -webkit-mask-image: url(../images/iconos8/Cerrar.svg);
    width: 12px;
    cursor: pointer;
    height: 12px;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    background-color: var(--blanco);
}

.potFlotanteTitle .cerrarPot:hover{
    background-color: var(--main-color);
}

#potFlotante {
    background-color: gray;
    z-index: 1;
    position: fixed;
    left: 500px;
    top: 50px;
    height: 550px;
    width: 300px;
    border-radius: 5px 5px 0 0;
}

.Rtitle {
    text-align: center;
    width: 100%;
    list-style: none;
}

.Rtitle a {
    color: var(--color-fuente);
    border-bottom: 2px solid var(--color-fuente);
}

#TabResultado{
	display: flex;
    flex-direction: row;
}

.RtitleDisable{
	opacity: 0.5;
}

/************/
/*Loading pot
/************/

.loading {
    color: var(--main-color);
    width: 100%;
    height: 100%;
    text-align: center;
    display: none;
}

.contentFrame {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.listaConPot .itemConPot {
	padding: 0 10px 0 10px;
    display: flex;
    align-items: center;
}

.listaConPot .itemConPot:hover {
    background-color: var(--hover-menu-tools-toc);
}