/**
	Incluir aquí las reglas css propias de este proyecto 

.ei-form-etiq-arriba-tehuelche, .ei-form-etiq-oblig-arriba-tehuelche {
    float: left; --esto no--
    display: block;
    margin-right: 4px;
    line-height: 23px;
}
.ei-form-etiq-oblig-arriba-tehuelche {
    font-weight: bold;
}
*/

/* no es necesario
:root {
    --main-color: #e62264;
}*/

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.table-achicada > thead > tr > th,
.table-achicada > tbody > tr > th,
.table-achicada > tfoot > tr > th,
.table-achicada > thead > tr > td,
.table-achicada > tbody > tr > td,
.table-achicada > tfoot > tr > td {
    padding: 1px;
}

/*.table-achicada > tbody > tr:first-child {
    display: none;
}*/

/*------------------------------------------------------------*/
/*                PANTALLA LOGIN                              */
/*------------------------------------------------------------*/

.footer {
    height: 60px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.push {
    padding-bottom: 170px;
}

.login-titulo {
    margin-top: 7%;
    margin-bottom: 50px;
}

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

.fix-btn-login {
    margin: 5px;
}

/*------------------------------------------------------------*/
/*         MEJORAS ESTILOS INPUTS COMO KOLLA                  */
/*------------------------------------------------------------*/

.ef-input, .ef-numero, .ef-textarea, .ef-combo {
    display: block;
    width: 100%;
    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;
}

/* Grisado para cuando el input se encuentra en solo lectura/deshabilitado. */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control,
.ef-input-solo-lectura, .ef-input[disabled] {
    background-color: #ebebe4 !important;
    opacity: 1 !important;
}

/* Al combo de UG le hago una tratamiento levemente distinto */
.ef-combo-ug {
    display: inline;
    width: 100%;
    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;
}

/* Mejora a los botones de mes y año del date picker */
.ui-datepicker-month, .ui-datepicker-year {
    padding: 0px !important;
    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;
}

/* Mejora al componente de fecha. */
.fix-input-fecha {
    display: inline;
    width: 25%;
    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;
}

/* Mejora al ícono para el date picker del componente fecha. */
.ui-datepicker-trigger {
    margin-left: 5px;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    background-color: #f4f4f4;
    color: #444;
    border-color: #ddd;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton:hover {
    /*background-color: #e7e7e7;*/
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton:focus {
    outline: none;
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

/* Mejora para los botones correspondientes a eventos. */
.ei-boton:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/*------------------------------------------------------------*/
/*                    HEADER Y FOOTER                         */
/*------------------------------------------------------------*/

/* Fix para que no se vea la línea de la habmburgesa cdo esta activa, hover o con foco. */
.fix-burger, .fix-burger:hover, .fix-burger:active, .fix-burger:focus {
    text-decoration: none;
    outline: 0;
}

.header-salir {
    text-align: right;
    float: right;
    margin-top: 5px;
}

.header-salir > a {
    color: #e62264 !important;
}

.header-etiqueta {
    text-align: right;
    margin-top: 5px;
}

.header-half-right {
    padding-right: 25px;
}

.header-row {
    padding-top: 10px;
}

.header-combo-ug {
    padding-left: 10px;
}

/*------------------------------------------------------------*/
/*                    COMPONENTES (EFs)                       */
/*------------------------------------------------------------*/

/* Mejora para el ícono bootstrap de los botones correspondientes a un evento. */
.fix-left-btn {
    white-space: unset !important;
}

/* Mejora para el ícono bootstrap de los botones correspondientes a un evento. */
/* Es lo mismo que el anterior pero por limitaciones del TOBI necesitaba menos caracteres. */
.fix2 {
    white-space: unset !important;
}

/* Mejora para el ícono bootstrap de los botones correspondientes a un evento. */
.fix-right-btn {
    white-space: pre-wrap !important;
}

/* Es lo mismo que el anterior pero por limitaciones del TOBI necesitaba menos caracteres. */
.fix2r {
    white-space: pre-wrap !important;
}

/* CUADRO - Regla para mejorar la separación de íconos ORDENAMIENTO, XLS, PDF. */
div > div.zona-colapzable > div.panel-body.custom > div.pull-left > a {
    margin-right: 3px;
    margin-left: 3px;
}

/* FORMULARIO MULTILINEA - Regla para mejorar la sepaaración de los íconos que afectan las filas. */
div.panel.panel-default > div.form-horizontal > div.btn-group > button {
    margin: 10px 2px;
}

/* Mejora para el ícono bootstrap del evento cancelar. */
button > span > span.glyphicon.pull-left.glyphicon-remove {
    margin-top: 2px;
    margin-right: 2px;
}

.icono-grisado {
    color: #97a0b3 !important;
}

/* Bugfix en tooltip. */
.tooltip {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: lightyellow;
}

/* Fixes para ARAI */
.fix-wrapper {
    min-height: 100%;
    position: relative;
}
/*.fix-applauncher {
    position: fixed !important;
    right: 115px !important;
}*/

/*.fix-datos-usuario {
    position: fixed !important;
    right: 55px !important;
}*/

.fix-container-datos-usuario {
    margin-top: 2px !important;
}

.fix-usuario-boton-cuenta-id {
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
