.imagenppal{
    text-align:center;
}
.ordenamiento{
    cursor:pointer;
}
.ordenamiento th{
    background-image: url(../../image/ordenamiento.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:15px;
}
th.headerSortUp{
    background-image: url(../../image/ordenamientoabajo.png);
}
th.headerSortDown{
    background-image: url(../../image/ordenamientoarriba.png);
}
th{
    white-space: nowrap;
}
.container {
    width: 95%;
    max-width: 1600px;
    margin-top: 10px;
}
.grande{
    max-width: 95%;
}
.centrar{
    text-align: center;
}
.dropdown-menu{
    right: 0;
    left: auto;
}
.btn_busqueda > button{
    width: 100%;
}

.dropdown-menu[data-bs-popper]{
    left: auto;
    top: 125%;
    border-color: rgba(0, 0, 0, 0.3);
}
.form-floating{
    margin-bottom: 7px;
}

.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #A52A2A;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

body, html {
    height: 100%;
    background-repeat: no-repeat;
}

.card-container.card {
    max-width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

.cardCalendario {
    /* just in case there no content*/
    margin-bottom: 5px;
    padding: 5px 2px 5px;
    /* shadows and rounded borders */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #0d6efd;
    border-radius: 10px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
}
.rojo {
    background-color: red;
}
.azul {
    background-color:#0d6efd;
}
.amarillo {
    background-color: yellow;
}
.negro {
    background-color: black;
}
.verde {
    background-color: green;
}

.enlace{
    text-align: center;
    font-size: 10pt;
    height: 25px;
    background-color: #056FFD;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.enlace:hover {
    background-color: #4087EF;
    color: #fff;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.calendario_fuente{
    font-size: 8pt;
}

.dividir{
    border-left: solid 0.5px #7facef;
    border-right: solid 1px #7facef;

    -moz-border-radius: 2px;
    -webkit-border-radius: 5px;
}
.tituloDia{
    position: relative;
    background-color: #fff;
    padding: 5px;
    border: solid 1px #0d6efd;
    border-radius: 10px;
    text-align: center;
    color: #0d6efd;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.agregar{
    position: absolute;
    top: -12px;
    right: -12px;
    background-color:#0d6efd;
    border-radius:500px;
    padding: 5px 10px 2px;

    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}
.agregar:hover{
    background-color: #4087EF;
}
.mas{
    width: 12px;
    padding-bottom: 6px;
}
.editar{
    text-align: center;
    border-radius: 250px;
    text-decoration: none;
    border: solid 2px #0d6efd;
    margin: 0px 5px 0px;
    background-color: #fff;
}
.editar:hover{
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.editarImg{
    width: 16px;
    margin: 1px 3px 5px;
}
.flechas{
    margin: 0px 5px 0px;
    border: solid 2px #0d6efd;
    border-radius: 10px;
    width: 40px;
    padding: 5px 8px 5px;
}
.flechas:hover{
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.tamaño{
    flex: 0 0 auto;
    width: 14%;
}

.visualizacion_pdf{
    width: 100%;
    height: 300px;
}
.visualizacion_imagen{
    max-width: 100%;
}

.logo{
    max-height: 25px;
}
.letraencabezadoFicha{
    font-size: 11px;
}
@media (min-width: 768px){
    .tamCal  {
        width: 50%;
        *width: 50%;
    }
}

@media (min-width: 992px) {
    .tamCal {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

@media (min-width: 1200px) {
    .tamCal {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}
.diasemana {
    font-size: 0.8em;
    text-align: center;
}

.margenmescalendario{
    overflow: auto;
    height: 200px;
}
.calendarioMes_fuente{
    font-size: 8pt;
    text-align: center;
    padding: 1px 2px 1px;
}
.abogado{
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;

}
.cardCalendarioMes {
    background-color: #ffffff;
    margin: 0;
}

.dividirMes{
    border:double 1px #0d6efd;
    border-top: none;
    border-left:none;
    box-shadow: 2px;
    padding: 0;
}
.separar{
    border-top: solid 5px #0d6efd;
    padding: 1px 0px 5px;
}
.campo {
    position: relative;
}
.campo span {
    position: absolute;
    top: 25px;
    right: 0;
    font-size: 8pt;
    text-transform: uppercase;
    cursor: pointer;
    padding: 2px 10px;
    border-radius: 10px;
    z-index: 100;
}

.color_abogado{
    border-bottom: solid 5px #0d6efd;
}
.numero_dias{
    width: 25px;
    font-size: 12pt;
    text-align: center;
    color: #056FFD;
    border-radius: 250px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
    padding: 2px;

}
#observacion_finalAct{
    height: 120px;
}
.camposvaciosTR{
    height: 35px;
}
.observaciontramite{
    height: 104px !important;
}
#lista_semanas {
    display: inline-block;
    width: 380px;
}
.bordevalores{
    border-right: solid 1px;
    height: 300px;
}
#tbl_actuacion{
    font-size: 12px;
}
#info_demandaActualizar {
  height: 100%;
}
#tbl_cliente{
    font-size: 13px;
}

.contenidoCalendario{
    position: relative;
}
.diaCalendario{
    position: absolute;
    top: 0;
    left: 0;
}


