/*
body{
    background-color: #FFFFCC !important;
}
*/

/*
#ff9800
#f57c00
#ffa000
#ffc107
*/

/* app navBar Position.TOP extra margin */

:root {

    /*
    Naranja:       #ff9800
    Verde:         #3a7459
    navBar oscura: #222;


        appColorPrimario:  Color de fondo inicial del navbar
        appColorSecundario: Color de pestania seleccionada en el navbar
        appColorTerciario   Color corporativo primariao
        appColorCuaternario:  Color corporativo secundario

    */


    /* THEME DEFAULT

  --appColorPrimario: #222;
  --appColorSecundario: black;
  --appColorTerciario: #ff9800;
  --appColorCuaternario: white;

  red = #df4028
 green = #e8e9d3
 gray= #757577

    */

    --appColorPrimario: #79b8d7;
    --appColorSecundario: #1383ad;
    --appColorTerciario: #3c9762;
    --appColorCuaternario: #0D6430;
    --appColorQuinario: #e8e9d3;


}

.bodyWithFooter{
    position: relative;
    min-height: 100vh;
    margin: 0;
    padding-bottom: 80px; /* Le doy la altura del footer */
    box-sizing: border-box;
}

.margin-title{
    margin-top: 10px;
}

/* navbar con colores theme */
.main-navbar {
    margin-bottom: 0px !important;
    padding: 0 !important;
}

.navbar-light .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #007831;
}

.navbar-nav .nav-item {
    /* margin-left: 1em;
    margin-right: 1em; */
}

.navbar-light .navbar-nav .nav-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: white;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.navbar-light .navbar-nav > li > a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 20px;
}

.navbar-light .navbar-nav > li > a:hover,
.navbar-light .navbar-nav > li > a:focus {
    color: white;
    background-color: #29a55b;
    text-decoration: none;
}

.navbar-default {
    background-color: var(--appColorPrimario);
}

.navbar-light .navbar-nav > .open > a, .navbar-light .navbar-nav > .open > a:focus, .navbar-light .navbar-nav > .open > a:hover {
        color: white;
        font-weight: 600;
        background-color: #29a55b;
        text-decoration: none;
}

.navbar-light .navbar-nav > .active > a, .navbar-light .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
        color: white;
        font-weight: 700;
        background-color: #29a55b;
        text-decoration: none;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-light .navbar-nav > .active > a:hover {
        color: white;
        font-weight: 700;
        background-color: #29a55b;
        text-decoration: none;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
    position: relative;
    width: 36px;
    font-size: 24px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    font-family: sans-serif;
}

.navbar-icon-top .navbar-nav .nav-link > .fa {
    top: 3px;
    line-height: 12px;
}

.navbar-icon-top .navbar-nav .nav-link > .fa > .badge {
    top: -10px;
}

@media (min-width: 576px) {
    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-sm .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}

@media (min-width: 768px) {
    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-md .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}

@media (min-width: 992px) {
    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-lg .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}

@media (min-width: 1200px) {
    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link {
        text-align: center;
        display: table-cell;
        height: 70px;
        vertical-align: middle;
        padding-top: 0;
        padding-bottom: 0;
    }

    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa {
        display: block;
        width: 48px;
        margin: 2px auto 4px auto;
        top: 0;
        line-height: 24px;
    }

    .navbar-icon-top.navbar-expand-xl .navbar-nav .nav-link > .fa > .badge {
        top: -7px;
    }
}


/* NavBar más grande */
/*
.navbar-default {
  height: 80px;
}
.navbar-default .navbar-nav > li > a,
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 80px;
}
.navbar-form {
  margin-top: 22px;
}
*/
/* ############################################# */

/*Clase botón color corporativo  */

.btn-corporativo {
    border-color: var(--appColorTerciario) !important;
    background-color: var(--appColorQuinario) !important;
    color: var(--appColorSecundario) !important;
}

.btn-corporativo:hover {
    filter: brightness(85%);
    border-color: var(--appColorTerciario) !important;
    background-color: var(--appColorQuinario) !important;
    color: var(--appColorSecundario) !important;
}


.form-control-cbb {

    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.negrita, .strong {
    font-weight: bold !important;
}

.spansNegrita span {
    font-weight: bold !important;
}

.headers a {
    color: var(--appColorTerciario);
}



.navigation a {
    color: var(--appColorTerciario) !important;
}


/* Panel login*/
.panel-login {
    height: 400px;
    margin-top: 100px;
}

.login-panel-left {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: white;
    height: 400px;

    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

.login-panel-right {
    padding-top: 120px;
    background-image: url("../../../../wicket/resource/com.hivgestion.web.AppbaseResources/img/loginbackground.jpg");
    background-size: cover;
    background-color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    height: 400px;

    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-position: -7px 0px;
}

.login-div-redondeado {
    margin-top: 30px;
    background-color: #e8e9d3;
    border-radius: 360px;
    padding-top: 75px;
    width: 250px;
    height: 250px;
}

.login-div-redondeado {
    margin-top: 30px;
    background-color: #e8e9d3;
    border-radius: 360px;
    padding-top: 75px;
    width: 250px;
    height: 250px;
}


.login-div-redondeado > img {
    margin-top: -20px !important;

}


/* Clases para centrar divs horizontalmente */
.divCentrador {
    text-align: center;
}

.divCentrado {
    display: inline-block;
}


/* miniNavBarTop */
.miniNavBarTop {
    height: 30px;
    padding-top: 5px;
    margin: 0 auto;
    width: 100%;
    color: white;
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: black;
}

.main-navbar {
    /*top:30px !important;*/
}


.aboutPanel {
    background-color: #e6e8e7;
    border-radius: 5px;
}

/* Color cargador de ajax */

.gr-meter {
    background-color: var(--appColorPrimario);
}

.gr-bar {
    background-color: var(--appColorTerciario);
}

/* ######################################## */


/* Estilos XMV */
.aa_p {
    color: red;
}

.aa_n {
    color: green;
}

.aa_e {
    color: blue;
}


/*Color resaltar tablas hover */

/*
.table-striped :not(thead) > tr:hover:not(.headers):not(.navigation){
	background-color: #fedf96!important;
}

*/

.table-hover > tbody > tr:hover,
.zebra-hover > .zebra:hover {
    background-color: #c7fe96 !important;
}


/*Estilo que emplea el plugin de fixed headers. */
.fixed {
    top: 0;
    position: fixed;
    width: auto;
    display: none;
    border: none;
}


.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
    cursor: pointer;
}

.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
    text-align: center;
}

.table-word-break {
    table-layout: fixed;
}

.table-word-break td, .table-word-break th {
    word-wrap: break-word; /* All browsers since IE 5.5+ */
    overflow-wrap: break-word; /* Renamed property in CSS3 draft spec */
}

.btnContacto {
    width: 120px;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
    font-family: Arial;
    color: #ff9800;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    border: solid #ff9800 3px;
    text-decoration: none;
    font-weight: bold;
}

.btnContacto:hover {
    background: #fff0db;
    text-decoration: none;
}

.btnContacto a :not(.glyphicon) {
    text-decoration: none !important;
    color: #ff9800 !important;
}


/************************** COMIENZO ESTILOS AÑADIDOS ***********************/

/****************************** COMIENZO BOTONES ****************************/

/**************************** COMIENZO BOTONES BASE *************************/

.btn:hover,
.btn:active {
    color: #fff;
    text-decoration: none;
}

.btn-blue {
    color: #fff;
    background-color: #3498db;
    border-color: #3498db;

}

.btn-green {
    color: #fff;
    background-color: #82bf56;
    border-color: #82bf56;
}

.btn-black {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.btn-select-all-check,
.btn-select-none-check{
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-select-all-check:hover,
.btn-select-none-check:hover{
    color: #fff;
    background-color: #5A6268;
    border-color: #5A6268;
}


/******************************* FIN BOTONES BASE ***************************/

/**************************** COMIENZO BOTON ANIMADO ************************/

.btn-animated,
.btn-animated-green,
.btn-animated-blue,
.btn-animated-red {
    padding: 5px 20px;
    margin: 0px 10px 10px 0px;
    border-radius: 8px;
    font-family: 'Roboto';
    font-size: 17px;
    color: #fff;
    text-decoration: none;

    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.btn-animated:hover {
    color: #fff;
    text-decoration: none;
}

.btn-animated:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    border-bottom: 1px solid;
    text-decoration: none;
}

.btn-animated-blue {
    background-color: #3498db;
    border-bottom: 5px solid #2980b9;
    text-shadow: 0px -2px #2980b9;
}

.btn-animated-red {
    background-color: #e74c3c;
    border-bottom: 5px solid #bd3e31;
    text-shadow: 0px -2px #bd3e31;
}

.btn-animated-green {
    background-color: #82bf56;
    border-bottom: 5px solid #669644;
    text-shadow: 0px -2px #669644;
}



/**************************** FIN BOTON ANIMADO *****************************/

/******************************* FIN BOTONES ********************************/

/**************************** COMIENZO TITULOS ******************************/

.title-lg {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 40px;
}

.title-md {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 30px;
}

.title-sm {
    text-transform: uppercase;
    text-align: center;
    font-family: 'Helvetica';
    font-size: 25px;
}

.title-lg-left {
    text-transform: uppercase;
    text-align: left;
    font-family: 'Helvetica';
    font-size: 35px;
}



/****************************** FIN TITULOS *********************************/

/**************************** COMIENZO LABELS *******************************/

.label-field, label-field-badge {
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: 100;
}

.label-field-bold{
    font-size: 16px;
    font-family: 'Helvetica';
    font-weight: bold !important;
}



/******************************* FIN LABELS **********************************/

/************************** COMIENZO INPUT NUMBER ****************************/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



/*************************** FIN INPUT NUMBER ********************************/

/**************************** COMIENZO PATRONES ******************************/

/********************** COMIENZO PATRON MONOCROMO (CEBRA) ********************/

.zebra-content > .zebra:nth-of-type(odd) {
    background: #efefef;
}

.zebra-content > .zebra:nth-of-type(even) {
    background: #fafafa;
}



/************************ FIN PATRON MONOCROMO (CEBRA) ***********************/

/********************* COMIENZO PATRON ITEM SELECCIONADO *********************/

.list-item-selected-1 {
    background-color: #ACCCB9;
}

.list-item-selected-2 {
    background-color: #D0B698;
}

.list-item-selected-3 {
    background-color: #A0B3BB;
}

.list-create-item{
    background-color: white;
}



/*********************** FIN PATRON ITEM SELECCIONADO ************************/

/******************************* FIN PATRONES ********************************/

/************************** COMIENZO ALINEAMIENTO ****************************/

/* Margen personalizado (Hecho para el boton Crear posicionado sobre un panel coloreado) */
.ml-colored-bg{
    margin-left: .7rem;
}

/* Una columna con un pequeño padding left (Hecha para el campo cantidad en RutaConfiguracionCoste) */
.col-sm-pl-and-lg-pr{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 5px;
}

.col-md-pl-and-pr{
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.col-none-pl-and-none-pr{
    position: relative;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.row-form-control{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

/* (Hecho para los listados de las páginas con una sola columna) */
.list-centered{
    width: 50%;
    margin: auto;
}

.list-centered-40{
    width: 40%;
    margin: auto;
}

.list-centered-50{
    width: 50%;
    margin: auto;
}

.list-centered-60{
    width: 60%;
    margin: auto;
}

.list-centered-70{
    width: 70%;
    margin: auto;
}

.list-centered-80{
    width: 80%;
    margin: auto;
}

.fullScreenDiv {
    width: 100%;
    bottom: 0px;
    top: 0px;
}
.centerDiv {
    text-align: center;
    position: absolute;
    top: 20%;
    left: 37%;
}

.max-width-60-percent{
    max-width: 60% !important;
}

.max-width-80-percent{
    max-width: 80% !important;
}

.margin-top-5-percent{
    margin-top: 5%;
}


/**************************** FIN ALINEAMIENTO *******************************/

/**************************** COMIENZO FOOTER ********************************/


.footer {
   position: absolute;
   width: 100%;
   height: 80px;
   bottom: 0;
   background-color: #ddd;
}

.footer-content{
    color: #007831;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}



/******************************* FIN FOOTER **********************************/

/***************************** COMIENZO LOGIN ********************************/

/*************************** COMIENZO BASE LOGIN *****************************/

.loginForm{
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    font-family: 'Roboto';
    border-radius: 8px;
    background-color: #007831;
}



/***************************** FIN BASE LOGIN ********************************/

/************************** COMIENZO IMAGEN LOGIN ****************************/

.imgLogin{
    margin-bottom: 20px;
    max-width: 100px;
}



/**************************** FIN IMAGEN LOGIN *******************************/

/************************* COMIENZO FEEDBACK LOGIN ***************************/

.feedbackPanel{
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;

    list-style-type: none;
}

.feedbackPanelERROR {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid  #f5c6cb;
  border-radius: 0.25rem;
  margin-bottom: 0.25rem;
  padding: 0.25rem;
}

.feedbackPanel{
    animation-name: feedbackPanelAnimation;
    animation-duration: 500ms;
    animation-fill-mode: forwards;
}

@keyframes feedbackPanelAnimation{
    0%{
        transform: rotateX(90deg);
    }
    100%{
        transform: rotateX(0deg);
    }
}



/*************************** FIN FEEDBACK LOGIN ******************************/

/************************** COMIENZO BOTON LOGIN *****************************/

.btn-login{
    color: #fff;
    background-color: limegreen;
    border-color: limegreen;
}



/**************************** FIN BOTON LOGIN ********************************/

/******************************* FIN LOGIN ***********************************/

/**************************** COMIENZO ICONOS ********************************/

.icon-lg{
    font-size: 18px;
    padding: 8px 16px;
    border-radius: 5px;
}

.icon-md{
    font-size: 14px;
    padding: 6px 12px;
    border-radius: 4px;
}

.icon-sm{
    font-size: 10px;
    padding: 4px 8px;
    border-radius: 3px;
}

.icon-history{
    font-size: 14px;
    padding: 7px 14px;
    border-radius: 4px;
}

.icon-green{
    background-color: limegreen;
    color: white;
}

.icon-green:hover{
    background-color: #007831;
}

.icon-red{
    background-color: #FF3E3E;
    color: white;
}

.icon-red:hover{
    background-color: #A72000;
}

.icon-black{
    background-color: #555;
    color: white;
}

.icon-black:hover{
    background-color: black;
}


.input-group-icon{
    display: flex;
    align-items: center;
    background-color: #007bff;
    border: 1px solid #ced4da;
    color: white !important;
}

.input-group-icon:hover{
    background-color: #0069D9;
}





/****************************** FIN ICONOS *************************************/

/************************ COMIENZO SELECT2CHOICE *******************************/

.custom-select-choice {
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057; /*No se está aplicando*/
    vertical-align: middle;
    appearance: none;
    border-color: #ced4da !important;
}

.select2-container
.select2-selection--single{
    height: 38px !important;
    padding-left: 3px !important;
}

/**************************** FIN SELECT2CHOICE ********************************/

/**************************** COMIENZO BORDERS *********************************/

.border-bottom-sm{
    border-bottom: 1px solid grey;
}




/****************************** FIN BORDERS *************************************/

/***************************** COMIENZO RADIO ***********************************/

.app-radio-group-selector{
    text-align: center !important;
}


.app-radio-group-selector > .btn-group-toggle > label {
	background-color: #E4E4E4 !important;
	border-color: #E4E4E4 !important;
	color: black !important;

}

.app-radio-group-selector > .btn-group-toggle > label:hover {
	background-color: #D4D4D4 !important;
}

.app-radio-group-selector > .btn-group-toggle > label:hover {
	box-shadow: 0 0 0 0.2rem rgba(228, 228, 228, 0.5) !important;
}

.app-radio-group-selector > .btn-group-toggle > label.active {
	font-weight: bold !important;
	background-color: #29B5A8 !important;
	border-color: #29B5A8 !important;
	color: white !important;
	box-shadow: 0 0 0 0.2rem rgba(41, 181, 168, 0.5) !important;
}

.app-radio-group-selector > .btn-group-toggle > label.active:hover {
	background-color: #19A5A98 !important;
	box-shadow: 0 0 0 0.2rem rgba(41, 181, 168, 0.5) !important;
}

.app-radio-group-selector > .btn-group-toggle > label.active:focus {
    box-shadow: 0 0 0 0.2rem rgba(41, 181, 168, 0.5) !important;
}



/******************************* FIN RADIO *************************************/

/**************************** COMIENZO ALERTS **********************************/

.alert-without-mb{
    position: relative;
    padding: 0.75rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-grey {
    color: black;
    background-color: #E4E4E4;
    border-color: #D4D4D4;
}

.alert-cyan {
    color: white;
    background-color: #29B5A8;
    border-color: #19A5A98;
}



/****************************** FIN ALERTS *************************************/

/*************************** COMIENZO GLYPHICON ********************************/

.glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-unchecked:before {
    content: "\f0c8";
}

.glyphicon-ok:before {
    content: "\f14a";
}



/***************************** FIN GLYPHICON ***********************************/

/***************************** COMIENZO TEXTO **********************************/

.uppercase{
    text-transform: uppercase !important;
}


/******************************* FIN TEXTO *************************************/

/***************************** COMIENZO TABLE **********************************/

.table-impresion a{
    color: black !important;
    text-decoration: none !important;
    pointer-events: none !important;
}



/******************************* FIN TABLE *************************************/

/**************************** COMIENZO PRUEBAS *********************************/

















/****************************** FIN PRUEBAS *************************************/

/************************** FIN ESTILOS AÑADIDOS ********************************/


@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);

}

.navBarCustomFont a {
    font-family: Roboto;
}

.form-group-sm {
    margin-bottom: 3px;
}

.form-group-sm .panel-compact .panel-heading, .form-group-sm .panel-compact .panel-body {
    padding: 5px 5px;
}

.form-group-sm .form-group, .form-group-sm label, .form-group-sm span, .form-group-sm b, .form-group-sm i, .form-group-sm a {
    font-size: 12px !important;
    /*line-height: 1.5;*/
    margin-bottom: 2px !important;
}

@media print {

    @page {
        size: 210mm 297mm portrait; /* Tamaño de la página */
        margin-top: 0mm;  /* Oculta la URL y el titulo de la pagina */
        margin-bottom: 0mm;
    }

    body{
      font: 12pt;
      line-height: 1.3;
      background: #fff !important;
      color: #000;
      transform: scale(1.0);
    }

    .no-print, .export-tr {
        display: none !important;
    }

    #wicketAjaxDebugWindow {
        display: none !important;
    }

    #searchPanel {
        display: none !important;
    }

    button, nav, footer {
        display: none !important;
    }

 /*   hr {
        display: none !important;
    }
*/

    a, a:not(.btn) {
      text-decoration: none !important;
    }

    ::-webkit-input-placeholder { /* WebKit browsers */
      color: transparent;
    }
    :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
      color: transparent;
    }
    ::-moz-placeholder { /* Mozilla Firefox 19+ */
      color: transparent;
    }
    :-ms-input-placeholder { /* Internet Explorer 10+ */
      color: transparent;
    }

}

.imgLogoAcercaDe {
    width: 300px;
    height: 70px;
}

/**************************** PRUEBA ************************************/








.containerBasePage {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 50px;
    margin-bottom: 100px;
    margin-right: 0px;
    margin-left: 0px;
}

.paddingInterior {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/*
label:not(.labelSoloLectura) {
    font-weight: 100 !important;
}
*/
.labelSoloLectura {
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}


/* common */
.app .app-color {
    color: var(--appColorPrimario);

}

/*
 * navbar
 */

.navbar-brand{
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.app .navbar-brand > span {
    color: var(--appColorTerciario);
}

.navbar-brand > img {
    display: inline;
    margin-top: -10px !important;
    margin-bottom: -10px;
    max-width: 64px;
}

.app .navbar .nav > li > span {
    color: #FFF;
    padding: 15px;
    display: block;
}

/*
 * login page
 */
.app .container.login-title {
    border-top: 2px solid var(--appColorPrimario);
    background-color: #FFF;
    margin-top: 100px;
    padding-top: 80px;
    padding-bottom: 40px;
}

.app .container.login-title img {
    padding-right: 15px;
    margin-top: -6px;
}

.app .container.login-subtitle {
    background-color: var(--appColorPrimario);
    color: #424242;
    padding-top: 30px;
    padding-bottom: 15px;
}

.app .container.login-title h1, .app .container.login-subtitle h2 {
    display: inline;
}

.app .container.login-body {
    background-color: #FFF;
    padding-top: 60px;
    padding-bottom: 80px;
}

.app .container.login-footer {
    border-bottom: 1px solid #424242;
}

.app .col-login-form .btn {
    margin-top: 60px;
    padding: 15px;
    /*background-color: #f57c00;*/
    background-color: var(--appColorPrimario);
    color: #FFF;
    border-radius: 0px;
    width: 100%;
}

.app .col-login-text {
    color: #757575;
}

/*
*	select2-choices fix para tema bs3 default
*/
.app .select2-container {
    width: 100%;
}

.app .select2-container .select2-choices {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: none;
}

/*
*	receptor donantes margen debajo de tabs
*/
.app .margin-top {
    margin-top: 15px;
}

/*
*
*/
.test-dev {
    border-width: 2px !important;
    border-style: dashed !important;
    border-color: #f89406 #f89406 #ad6704 !important;
}


/*CALLOUTS */

.app .bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.app .bs-callout-appbase {
    border-left-color: #f29301;
}

.app .bs-callout-appbase h4 {
    border-left-color: #f29301;
}

/* Variations */
.app .bs-callout-danger {
    border-left-color: #ce4844;
}

.app .bs-callout-danger h4 {
    color: #ce4844;
}

.app .bs-callout-warning {
    border-left-color: #aa6708;
}

.app .bs-callout-warning h4 {
    color: #aa6708;
}

.app .bs-callout-info {
    border-left-color: #1b809e;
}

.app .bs-callout-info h4 {
    color: #1b809e;
}

/*
* Fixs
*/
.app .dropdown-menu .divider {
    margin: 5px 0;
}


/* BOTONES */

/*
.btn-mini{
	padding:3px 6px;
	font-size:10.5px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
*/

.app .toolbar {
    margin-top: 5px;
    margin-bottom: 5px;
}


/* WICKET_{ */


/* Auto Complete result list */

.wicket-aa-container {
    background-color: #FFF;
    border: 1px solid #CCCCCC;
}

.wicket-aa-container ul, ul.easy {
    list-style: none;
    margin: 0px;
    padding: 3px;
}

.wicket-aa-container ul li, .wicket-aa-container ul.easy li {
    border-top: 1px solid #CCCCCC;
}

.wicket-aa-container ul li:first-child {
    border-top: none;
}

.wicket-aa-container ul li:hover, div.wicket-aa ul li.selected {
    border: 1px solid;
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}

th.wicket_orderUp:before, td.wicket_orderUp:before {
    content: "\25b2";
}

th.wicket_orderDown:before, td.wicket_orderDown:before {
    content: "\25bc";
}

/* Pagination List */

.navigator a.first,
.navigator span.first {
    border-left-width: 1px !important;
    border-radius: 3px 0 0 3px;
}

.navigator a.first,
.navigator a.prev,
.navigator a.next,
.navigator a.last,
.navigator span.first,
.navigator span.prev,
.navigator span.next,
.navigator span.last,
.navigator span.goto {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0;
    float: left;
    line-height: 1.6em;
    /*padding: 0 0px !important;*/
    text-decoration: none;
}

.navigator a.first,
.navigator a.prev,
.navigator a.next,
.navigator a.last,
.navigator span > em {
    padding: 0em 1em;
}

.navigator span.first > a,
.navigator span.prev > a,
.navigator span.next > a,
.navigator span.last > a,
.navigator span.goto > a,
.navigator span.goto > em {
    margin: 0em 0.2em;
    padding: 0em 0.8em;
}

.navigator span.goto > a[disabled="disabled"] {
    font-weight: bold;
}

.navigator a.last,
.navigator span.last {
    border-radius: 0 3px 3px 0;
}


/* }_WICKET */


/* Lista de checkbox_{ */
ul.ls-checkboxes {
    list-style: none;
}

ul.ls-checkboxes > li {
    margin: 0px 3px;
    padding: 3px;
}

ul.ls-checkboxes > li > input[type=checkbox] + label {
    color: #999;
    font-style: italic;
}

ul.ls-checkboxes > li > input[type=checkbox]:checked + label {
    color: inherit;
    font-style: normal;
    font-weight: bold !important;
}

ul.ls-checkboxes > li > input[type=checkbox] {
    vertical-align: text-bottom;
}

ul.ls-checkboxes > li > label {
    display: inline-block !important;
    margin: 5px 3px;
}

.horizontal-list > li {
    display: inline-block;
}

/* }_Lista de checkbox */

.padding-right-cero {
    padding-right: 0px !important;
}

.padding-left-cero {
    padding-left: 0px !important;
}


/* falta de bootstrap 3*/
/*.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #eee;
    background-color: rgba(86,61,124,.15);
    border: 1px solid #ddd;
    border: 1px solid rgba(86,61,124,.2);
}*/
.show-grid {
    margin-bottom: 15px;
}

.input-xs {
    height: 22px;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

.app-input {
    vertical-align: middle;
    display: inline-block;
}

.app-input-number {
    border-radius: 3px 0px 0px 3px;
    padding: 1px 0px 1px 5px;
}


/* modals */

@media (min-width: 992px) {
    .modal-xlg .modal-lg {
        width: 1200px !important;
    }
}


/* list-group */

.list-group.striped-list > li {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding: 6px;
}

/* Ajax buffer loading */

.backdrop-untouchable > .gr-meter{
    background-color: #d90329 !important;
}

.backdrop-untouchable > .gr-meter > .gr-bar{
    background-color: #d392a2 !important;
}

.red-text {
    color: #f44336 !important
}

.gap-1{
    gap: .25rem;
}
.gap-2{
    gap: .5rem;
}
.gap-3{
    gap: 1rem;
}
.gap-4{
    gap: 1.5rem;
}
.gap-5{
    gap: 3rem;
}

.row-gap-1{
    row-gap: .25rem;
}
.row-gap-2{
    row-gap: .5rem;
}
.row-gap-3{
    row-gap: 1rem;
}
.row-gap-4{
    row-gap: 1.5rem;
}
.row-gap-5{
    row-gap: 3rem;
}

.col-gap-1{
    column-gap: .25rem;
}
.col-gap-2{
    column-gap: .5rem;
}
.col-gap-3{
    column-gap: 1rem;
}
.col-gap-4{
    column-gap: 1.5rem;
}
.col-gap-5{
    column-gap: 3rem;
}

.flex-break{
  flex-basis: 100%;
  width: 0;
}

.basic-date-input{
  box-sizing: content-box;
  width: 10ch;
  height: auto;
}

.basic-time-input{
  box-sizing: content-box;
  width: 5ch;
  height: auto;
}

.font-weight-600{
  font-weight: 600;
}

.max-w-max-content{
  max-width: max-content;
}

.custom-arrows a, .custom-arrows button{
    padding: 0 .25rem 0 .25rem;
    border-radius : 0;
}

.custom-arrows a:first-child, .custom-arrows button:first-child{
    border-radius: .25rem .25rem 0 0;
}

.custom-arrows a:last-child, .custom-arrows button:last-child{
     border-radius: 0 0 .25rem .25rem;
}

.custom-arrows a:only-child{
    border-radius: .25rem;
}

.w-500{
  width: 500px !important;
}

.max-w-fit-content{
  max-width: fit-content;
}

.border-collapse-unset{
  border-collapse: unset
}

.required:not(.disabled)::after{
    content: " *";
    color: red;
    font-weight: bold;
}

/*Reduce el ancho máximo de las columnas para que no haya salto de línea
 por el mal funcionamiento de la propiedad gap*/
.max-width-cols-2-gap-2 > *{
  max-width: calc(50% - .25rem);
}

.cloning-dates-10-items-height{
  --items: 10;
  --item-body-height: 38.5px;
  --item-padding-height: calc(.75rem * 2);

  --total-item-body-height: calc(var(--item-body-height) * var(--items));
  --total-item-padding-height: calc(var(--item-padding-height) * var(--items));

  --hide-scroll-with-10-items-correction: 11px;

  max-height: calc(var(--total-item-body-height) + var(--total-item-padding-height) + var(--hide-scroll-with-10-items-correction));
}

.square{
  aspect-ratio: 1 / 1; /* == Cuadrado, misma altura que anchura*/
}

.btn.icon-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Bootrap no aplica estilos disabled a links con atributo disabled, sólo con clases,
supuestamente porque no es un atributo válido en HTML, pero como los componentes de wicket-bootstrap
 sí que aplican los atributos, añado estos estilos*/
a.btn[disabled] {
  pointer-events: none;
  opacity: 0.65;
}