
.CollectBack {
  color: #fda234!important;
}

.CollectBack a:link, .CollectBack a:visited, .CollectBack a:active, .CollectBack h2, .BrowseBar a:link, .BrowseBar a:hover, .BrowseBar a:visited, .BrowseBar a:active, .BrowseBar h2{
	 color: #fda234!important;
}


.TileNav li{
font-size: 13px!important;
word-break: inherit!important;	
}

.HomePanelDynamicDash h2, .HomePanelThemes h2{
	font-size: 1em!important;	
}

 
.FeaturedSimpleTileContents h2 {
  font-size: 0.8em !important;
}


button, input[type="submit"], input[type="button"], .RecordPanel .RecordDownloadSpace .DownloadDBlend a, .UploadButton a{
	background-color: #fda234!important;
}


/* Esconde el checkbox real */
.tickbox {
    display: none;
}

/* Estilo personalizado para el checkbox */
.tickbox + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    user-select: none;
}

/* Crear el cuadro de checkbox personalizado */
.tickbox + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    background-color: #fda234;
}

/* Cambiar el color cuando está checked */
.tickbox:checked + label:before {
    background-color: #fda234; /* Color verde */
    border-color: #fda234;
}

/* Opcional: Añadir una marca de verificación */
.tickbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 1px!important;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} 

.tool a{
	font-size: 13px!important;
}

.ResourcePanel {
	height: 260px!important;
}

.ResourcePanelTop {
  position: inherit!important;
}


#previewimagewrapper {
  max-width: 700px!important;
  min-width: 700px!important;
}

.RecordPanel .Picture {
  max-width: 495px !important;
  max-height: 340px !important;
} 

.slidecontainer {
  width: 100%;
  margin-left: 6px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  margin: 20px 0px;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fda234 !important;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #fda234;
  cursor: pointer;
} 

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button{
	min-height:auto!important;
	scale: 75%;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
background: #fda234!important;
  box-shadow: #fda234 0 1px 3px 0 inset!important;
}


.HomePanelDynamicDash h2 span, .HomePanelThemes h2 span, .FeaturedSimpleTileContents h2 span {
  font-size: 12px !important;
  font-weight: bold !important;
  margin-top: -2px;
  display: block;
  float: left;
} 

.ResourcePanel {
  margin: 0 5px 15px 0!important;
}

.RecordPanel .RecordDownload {

  width: 455px!important;

}

#RecordDownloadTabButtons {
	  width:auto!important;
}


.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #fda234!important;
  background: #fda234!important;
}


.stdwidthfull{
	width:100%;
}

.column{
	width:46%;
	float:left;
	padding:0px 4% 0px 0px;
}

.column33{
		width:31%;
		float:left;
		padding:0px 3% 0px 0px;
	}
	
#collectionform .Question {
	padding: 10px 20px!important;
	min-height: 70px;
	display: flex;
	align-items: center; 
}



#CentralSpaceResources{
	display: inline-block;
	align-items: center;  
}


.Question label.widthauto{
	width:auto!important;
}


.cke_button__save {
	display:none!important;
}



.ui-tabs .ui-tabs-nav li {
  background: #ffffff;
  color: #666666;
  border-bottom: 1px solid #ffffff;
}

.ui-tabs-active a:link {
  color: #FFF!important;
}


.FeaturedSimpleTile {
  height: 185px !important;
  max-width: 185px;
  max-height: 160px;
} 


.HomePanelDynamicDash h2, .HomePanelThemes h2, .FeaturedSimpleTileContents h2{
	padding:5px!important;
}

.BasicsBox.SearchSticky {
  background-color: #FFF!important;
  border-bottom: 1px solid #FFF!important;
  box-shadow: 0 12px 10px -12px #bbbbbb!important;
}

.FeaturedSimpleTile .FeaturedSimpleTileContents h2 {
  max-width: 100%!important;
}


.BuscadorSearchResultFound {
  
  margin: 0px!important;
}


.buscador_activos .container {
	max-width: 100%;
	margin: 0 auto;
}

.buscador_activos .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.buscador_activos .col-12 {
	flex: 0 0 100%;
	padding: 5px;
}

.buscador_activos .col {
	flex: 1;
	padding: 5px;
}


.buscador_activos .input-group {
	display: flex;
	width: 100%;
}

.buscador_activos .input-group input[type="text"] {
	flex: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	font-size: 13px;
	width:100%;
}

.buscador_activos .input-group button {
	padding: 10px;
	border: 1px solid #ccc;
	border-left: none;
	background-color: #eee;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.buscador_activos .input-group button i {
	font-size: 13px;
}
.buscador_activos label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.buscador_activos select,.buscador_activos  input[type="date"] {
	width: 100%;
	padding: 8px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.buscador_colecciones .container {
	max-width: 100%;
	margin: 0 auto;
}

.buscador_colecciones .row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.buscador_colecciones .col-12 {
	flex: 0 0 100%;
	padding: 5px;
}

.buscador_colecciones .col {
	flex: 1;
	padding: 5px;
}


.buscador_colecciones .input-group {
	display: flex;
	width: 100%;
}

.buscador_colecciones .input-group input[type="text"] {
	flex: 1;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px 0 0 4px;
	font-size: 13px;
}

.buscador_colecciones .input-group button {
	padding: 10px;
	border: 1px solid #ccc;
	border-left: none;
	background-color: #eee;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.buscador_colecciones .input-group button i {
	font-size: 13px;
}
.buscador_colecciones label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}
.buscador_colecciones select,.buscador_colecciones  input[type="date"] {
	width: 100%;
	padding: 8px;
	font-size: 13px;
	border: 1px solid #ccc;
	border-radius: 4px;
}


.buscador_colecciones .widthauto {
	font-weight:normal!important;
	margin-top: 15px;
}


.BasicsBox.SearchSticky {
  padding-left: 15px!important;
  padding-right: 15px!important;
  margin: 0px!important;
  border-radius: 5px!important;
}

.BreadcrumbsBox.BreadcrumbsBoxSlim {
   margin-left: 8px!important;
}



@media only screen and (max-width: 600px) {
	 .column{
		width:100%;
		float:left;
	}
	
	
	 .column33{
		width:100%;
		float:left;
	}
	
}


.principal {
  display: table !important;
  width: 100%;
  padding: 10px 0px;
}

.principalModal {
  display: table !important;
  width: 100%;
  padding: 10px 20px;
}


.contenido_centrado {
  padding: 20px 0px;
}

.principal .ResourcePanel{
	display: block!important;
}

.ListviewStyle{
	width:100%;
}

#search, #palabras{
	width:100%;
}

.BasicsBox {
  margin: 0px!important;
}


.TopInpageNav{
padding:0px 15px!important;	
}

.BasicsBox.SearchSticky {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.BasicsBox.SearchSticky{
	min-height:50px;
}


.name{
  font-size: 1em;
  font-weight: bold;
  background-color: rgba(0, 0, 0, 0.51);
  margin: 0 1em 1em 0;
  padding: 6px 8px;
  color: white;
  border-radius: 6px;
  width: auto;
  display: inline-block;
}



 a.active {
  background: #00000012;
}


 .RecordPanel .RecordDownloadSpace .DownloadDBlend a {

  width: 90px;
}


.icon-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  color: white;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  float: right;
  margin-left:5px;
}

.color-{
	display:none!important;
}
/* Colores del 1 al 10 */
.color-1 { background-color: #D32F2F; } /* Rojo oscuro */
.color-2 { background-color: #E57373; } /* Rojo claro */
.color-3 { background-color: #F57C00; } /* Naranja oscuro */
.color-4 { background-color: #FFA000; } /* Naranja medio */
.color-5 { background-color: #FFCA28; } /* Amarillo oscuro */
.color-6 { background-color: #FDD835; } /* Amarillo medio */
.color-7 { background-color: #C0CA33; } /* Verde-amarillo */
.color-8 { background-color: #7CB342; } /* Verde claro */
.color-9 { background-color: #388E3C; } /* Verde medio */
.color-10 { background-color: #2E7D32; } /* Verde oscuro */

.ResourcePanel

.HomePanel {
  width: 260px !important;
  height: 175px !important;
}



.resource_strip{
	float: left;
	width:auto!important;
	max-height: 210px;
	text-align: center;
} 


.resource_strip .ImageWrapper {
  height: auto;
}

.ResourcePanelInfo {
	display:none;
}


.HomePanel{
	width:200px!important;
}


.SearchTitle{
	display:none!important;
}


.FeaturedSimpleTileActions{
	color:#fff!important;
}

.FeaturedSimpleTileActions a{
	color:#fff!important;
}


.FeaturedSimpleTileActions_titulo{
	font-size:10px; 
	display:block;
	width:100%;
	text-align:left;
	padding:0px 10px;
	letter-spacing: 0.5px;
    line-height: 16px;
}




.FeaturedSimpleTileActions_titulo_superior{
  background: #7d7d7d;
  font-size: 10px;
  padding: 2px 2px 2px 2px;
  color:#fff!important;
}


.FeaturedSimpleTileContents{
	  
}
 
.FeaturedSimpleTileActions{
	background: #7d7d7d!important;
}

.FeaturedSimpleTileActions_imagen {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 200px;
  height: 125px;
} 

.FeaturedSimpleTileActions_imagen img {
  max-height: 100%; /* Ajusta la imagen dentro del contenedor */
  max-width: 100%; /* Asegura que no sobresalga */
  object-fit: contain; /* Mantiene la proporción sin recortar */
}




.FeaturedSimpleTileImage_strip{
	
}

.ResourcePanel_strip {
  width: auto !important;
}

.FeaturedSimpleLink{
	position: inherit!important; 
}


.FeaturedSimpleTileActions_titulo_superior {
  line-height: 17px;
}

.float-left{
	float: left;
}


.InpageNavLeftBlock {
  margin: 0 0px 5px 0!important;
}

.InpageNavLeftBlock button{
	padding: 6px 0px;
	min-width: 30px!important;
}


.InpageNavLeftBlock button i.fa-pencil{
	margin-left: 3px;
}


.RecordToolsCollections {display: inline-block; background: #FFF; border-radius: 8px; width:230px; height:fit-content; box-sizing: border-box;}
.RecordToolsCollections ul {padding:0.2em 0;margin:0;margin-top: 5px;list-style:none;}
.RecordToolsCollections li {padding:0;margin:0px 12px 12px 12px;float:left;min-width:198px;}

.hidden {
    display: none;
}


#collectionform .Tools {
	padding: 10px 20px!important;
	min-height: 70px;
	display: flex;
}

.Tools.ToolsStickyRight {
    background-color: #f2f2f2;
    border-left: 1px solid #c1c1c1;
    border-top: none;
    border-bottom: none;
    box-shadow: -12px 0px 15px -12px #bbbbbb;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    height: 100%;
}

.ui-layout-resizer-south-open{
	display:none!important;
}



.contenido_centrado {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  max-height: 100%;
  position: relative;
  gap:5px;
  padding:5px 10px;

}




.container-img {
    background-color: #f3f4f6;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
    margin: 3px;
    overflow: hidden;
    position: relative;
	width:300px;
    transition: transform 0.2s ease-in-out;
	text-align: center;
    & img,
    & video {
        cursor: pointer;
        top: 0;
        vertical-align: bottom;
		height:200px;
    }
    .img-title-description {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 25%, hsla(0, 0%, 100%, 0));
        bottom: 0;
        display: none;
        flex-direction: column;
        left: 0;
        max-height: 50%;
        overflow: hidden;
        position: absolute;
        width: 100%;
        & > * {
            color: #fff;
            margin: 3px;
			text-align: left;
        }
    }
	a {
		 color: #fff!important;
		 text-decoration: none!important;
	}
    &:hover {
        box-shadow: 0 1px 2px rgba(0,0,0,.3),0 2px 6px 2px rgba(0,0,0,.15);
        cursor: pointer;
        transform: scale(1);
        transition: transform 0.2s ease-in-out;
    }
} 

.container-img p {
  padding:0px!important;
}


.container-img .contenedor_imagen{
	width:100%;
	height:100%;
}


.label-medium{
	font-size:10px;
}

.label-small{
	font-size:9px;
}

.img-icons-inside-card {
  position: absolute;
  left: 3;
  top: 0;
}

.img-icons {
  color: #FFF;
  font-size: 11px;
  align-items: center;
  background-color: #00000090;
  border-radius: 8px;
  display: none;
  flex-direction: row;
  justify-content: space-around;
  margin:3px 3px 0 3px;
  padding:0 5px;
}

.img-icons-report-number-photos {
  display: flex !important;
  height: 25px;
}

.icons-top {
	position: absolute;
	right: 4px;
	top: 4px;
	color: #FFF;
	font-size: 10px;
	align-items: center;
	background-color: #00000090;
	border-radius:	8px;
	flex-direction: row;
	justify-content: space-around;
	padding: 3px 3px 3px 0px;
	display: flex;
    align-items: center;
}

.type-strip{
	width:auto;
}


.tools-right{
	float: right;
	padding:0px 10px;
	width: 60px;
} 

.tools-left{
	  float: left;
	  width: auto;
	  min-width:130px;
}


.tools-right a{
	font-size: 10px;
	color:#FFF;
	margin-left:2px;
}


.zoom-75{
	width:250px;
}

.zoom-110{
	width:330px;
}

.zoom-120{
	width:360px;
}

.zoom-150{
	width:400px;
}

.zoom-75 img{
	height:150px;
	
}


.zoom-110 img{
	height:220px;
}


.zoom-120 img{
	height:240px;
}


.zoom-150 img{
	height:300px;
}

.type-strip.zoom-75 {
  width: auto;
}
.type-strip.zoom-110 {
  width: auto;
}
.type-strip.zoom-120 {
  width: auto;
}
.type-strip.zoom-150 {
  width: auto;
}

.seleccion{
  position: relative;
  left: 10px;
  bottom: 23px;
  background:#fff;
  width: 20px;
  text-align: center;
}

.zoom-75 p.label-small{
  height: 15px;
  overflow:hidden;
} 



.edicion_metadato .TabPanelInner {
  display: flex;
  flex-wrap: wrap;
}

.edicion_metadato .TabPanelInner .Question {
  width: 49%;
  float: left;
}


.edicion_metadato .TabPanelInner .Question label {
   width: 100%;
   font-weight:bold;
}

.edicion_metadato .superior .Question {
   width: 70%;
   float: left;
}
  
 .edicion_metadato .superior .Question label{
    width: 100%;
   font-weight:bold;
}

.edicion_metadato .superior .Imagen_superior{
   text-align:right;
}  
  
.edicion_metadato .superior #preview{
   width:180px;
}     


.edicion_metadato .superior .FloatingPreviewContainer{
  position: initial;
}     
  
  
 #coleccion {
	 width:800px;
 }
 
 #coleccion option {
	 width:100%;
 }
 
 
 
 .ImageStrip{
	 cursor:pointer;
 }
 
 .ImageColourWrapper{
	  cursor:pointer;
 }
 
.principal .ResourcePanel.force-hide {
    display: none !important;
}
