/*CSS GENERAL*/
html {
    min-height: 100%;
    position: relative;
    padding: 10px;
}

section {
    margin-bottom: 50px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

ul {
    list-style: none;
}

.btn:active {
    border: none;
    box-shadow: none;
}

.btn:focus {
    border: none;
    box-shadow: none;
}

.boton-none {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: small;
}

.ir-arriba {
	display:none;
	padding:10px;
	background: #fbbf24;
    border-radius: 50px;
	font-size:25px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:70px;
	right:20px;
    z-index: 2;
}
/*
.modal-body .ms-selectable,
.modal-body .ms-selection{
    display: inline-block;
    float: left;
    width: 200px;
}
*/








/*LOGIN*/
.logo_login {
    width: 100px;
    margin: 60px auto 10px auto;
}

.form-login {
    border-radius: 10px;
    border: solid 1px #d1d5db;
    padding: 30px;
}

.litigar-login {
    margin: 0px auto 20px auto;
    text-align: center;
    font-size: large;
}

.contenedor-login {
  width: 40%;
  min-width: 250px;
  padding: 15px;
  border: solid 1px #d1d5db;
  border-radius: 5px;
  margin: auto;
}

.contenedor-login .ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0px;
}

.contenedor-login .li {
  list-style: none;
  color: #1f2937;
  font-size: small;
  font-weight: 500;
  padding: 5px 0px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.contenedor-login .li.activo {
  color: #fbbf24;
  border-bottom: solid 3px #fbbf24;
}

.contenedor-login .subcontenedor {
  height: 250px;
  position: relative;
}

.contenedor-login .bloque {
  width: 100%;
  position: absolute;
  opacity: 0;
}

.contenedor-login .bloque.activo {
  opacity: 1;
  transform: translateY(0%);
}

#flexCheckDefault2 {
    margin-top: 5px;
}

.form-label {
    font-size: small;
}

.texto-inferior {
    font-size: small;
    margin-bottom: 20px;
}

.texto-inferior a {
    color: #212529;
    text-decoration: none;
}

.texto-inferior a:hover {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width:400px) {
    .logo_login {
        width: 100px;
        margin: 20px auto;
    }

    .contenedor {
        width: 40%;
        min-width: 280px;
        padding: 30px;
    }

    .litigar-login {
        font-size: x-large;
    }
}










/*NAVBAR*/
header nav {
    display: flex;
    justify-content: space-between;
}

header nav div {
    display: flex;
    align-items: center;
}

.icon-menu {
    font-size: 24px;
    margin-right: 10px;
}

.logo-navbar {
    height: 35px;
    margin: auto 5px auto 0px;
}

.menu {
    position: absolute;
    display: none;
    background: #fff;
    width: auto;
    list-style: none;
    margin-top: 15px;
    left: 0px;
    z-index: 2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.menu li {
    margin-top: 6px;
    margin-bottom: 6px;
}

.menu li a{
    font-size: small;
    color: #1f2937;
    text-decoration: none;
}

.active-tab {
    color: #fbbf24 !important;
    border-left: solid 3px #fbbf24;
    border-bottom: none;
    margin-left: -10px;
    padding-left: 5px;
}

.icon-active {
    color: #fbbf24 !important;
    border-bottom: solid 3px #fbbf24;
    padding-bottom: 5px;
}

.usuario {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    margin: auto 10px;
    object-fit: cover;
}

.btn-estudio {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #e5e7eb;
    border: none;
    border-radius: 5px;
    padding: 2px 10px;
}

.btn-estudio:hover {
    background: #d1d5db;
}

@media (min-width: 760px) {
    .icon-menu {
        font-size: 24px;
        display: none;
        margin-right: 0;
    }

    .menu {
        display: flex;
        list-style: none;
        margin: -35px auto auto 50px;
        position: absolute;
        background: none;
        width: 80%;
        height: auto;
        list-style: none;
        z-index: 2;
        box-shadow: none;
    }
    
    .menu li {
        margin: 5px 10px;
    }
    
    .menu li a{
        font-size: small;
        color: #1f2937;
        text-decoration: none;
    }

    .active-tab {
        color: #fbbf24 !important;
        border-left: none;
        border-bottom: solid 3px #fbbf24;
        padding-bottom: 5px;
        padding-left: 0px;
        margin: auto;
    }
}

.usuario:hover {
    border: solid 2px #fbbf24;
}

/*MENU SERVICIOS*/
.btn-nav {
    height: 24px;
    padding: 0px;
    margin: auto 5px;
}

.btn-nav a {
    text-decoration: none;
    color: #1f2937;
}

.icon-apps {
    font-size: x-large;
}

.icon-apps:hover {
    color: #fbbf24;
}

.menu-servicios {
    width: 250px;
    height: auto;
    padding: 10px 20px;
    background-color: #fafafa;
    z-index: 1000;
}

.iconos-servicios {
    font-size: medium;
    padding-right: 10px;
}

.menu-servicios li.nombre-servicio {
    font-size: 10px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    margin-bottom: 10px;
}

.menu-servicios li a {
    color: #1f2937;
    font-size: 10px;
    text-decoration: none;
}

.menu-servicios li a:hover {
    color: #fbbf24;
}

/* .menu-servicios div li .dropdown-item {
    padding-left: 0px;
} */

/* .row .dropdown-item {
    padding-left: 10px;
} */

hr {
    margin: 10px auto
}

@media (max-width: 576px) {
    .divUno {
        display: inline;
    }

    .divUno-b {
        margin-left: 40px;
        display: flex;
    }
    .menu-servicios {
        width: 550px;
        height: auto;
        padding: 10px 20px;
    }

    .menu-servicios li.nombre-servicio {
        font-size: 14px;
        font-weight: 600;
        color: #1f2937;
        text-decoration: none;
        margin-bottom: 5px;
    }

    .menu-servicios li a {
        color: #1f2937;
        font-size: small;
        text-decoration: none;
    }
}

.icon-settings {
    font-size: 24px;
    margin: auto 5px;
}










/*BUSCADOR*/
.input-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-toggle {
    font-size: small;
}

.form-control {
    font-size: small;
    color: #c0c6cf;
 }

.form-group {
    margin-bottom: 20px;
    padding: 0px 5px;
}

@media (min-width:480px) {
    .input-group {
        max-width: 600px;
    }
}










/*SCROLL HORIZONTAL SERVICIOS*/
div.scroll-menu {
    max-width: 900px;
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
    margin: 30px auto;
    padding: auto 30px;
}

.scroll-vertical {
    max-height: 515px;
    overflow: auto; 
}

div.scroll-menu a{
    color: #1f2937;
    display: inline-block;
    font-size: small;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

div.scroll-menu a:hover {
    text-decoration: none;
    color: #fbbf24;
}












/*DROPDOWN-ITEMS*/
/* .dropdown-item{
    font-size: small;
    list-style: none;
} */

/* .dropdown-item:hover{
    background: none;
    color: #fbbf24;
} */











/*TIPOGRAFIA*/
.h1-titulo-seccion {
    font-size: xx-large;
    color: #fbbf24;
}

.h2-tipo-seccion {
    font-size: x-large;
    font-weight: 600;
    color: #346c88;
    margin-bottom: 10px;
}

.h2-subtipo-seccion {
    font-size: x-large;
    font-weight: 500;
    color: #334151;
    margin-top: 10px;
}

.h3-subtipo-seccion {
    font-size: medium;
    color: #334151;
    margin-top: 5px;
}

.h4-titulo-d {
    font-size: medium;
    margin-top: 20px;
    margin-bottom: 5px;
}

.h4-titulo-d a {
    color: #488DB0;
    text-decoration: none;
}

.h4-titulo-d a:hover {
    color: #488DB0;
    text-decoration: underline;
}

.h5-subtitulo-d {
    font-size: large;
}

.p-texto-d {
    font-size: small;
    text-align: justify;
}

.p-general {
    font-size: small;
    margin-right: 10px;
    margin-bottom: 15px;
}

.p-general a{
    text-decoration: none;
    color: #000000;
}

.p-general a:hover{
    text-decoration: underline;
    color: #000000;
}

.p-especial {
    font-size: small;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 15px;
}

.p-especial a {
    text-decoration: none;
    color: #000;
}

.p-especial a:hover {
    text-decoration: underline;
}

.asunto-caso {
    font-size: small;
    color: #488DB0;
    text-decoration: none;
    font-weight: bold;
}

.asunto-caso:hover {
    color: #488DB0;
    text-decoration: underline;
}

.ver-mas a {
    color: #1f2937;
    text-decoration: none;
    margin-left: 10px;
}

.table>:not(caption)>*>* {
    padding: 0px;
    border-bottom-width: 1px;
}

.tipo-usuario {
    font-size: small;
    font-style: italic;
}

.obligatorio {
    font-size: x-small;
    color: #dd1010;
}

@media (max-width: 850px) {
    .h1-titulo-seccion {
        font-size: x-large;
        margin: 10px 30px 20px 0px;
    }

    .h2-tipo-seccion {
        font-size: large;
    }

    .h2-subtipo-seccion {
        font-size: large;
    }
}








/*DATA PICKER*/
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fbbf24 !important;
    background-image: -moz-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: -ms-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbbf24),to(#fbbf24)) !important;
    background-image: -webkit-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: -o-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-repeat: repeat-x;
    border-color: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
    font-size: small !important;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: small !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #346c88 !important;
    font-size: small !important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #346c88 !important;
    background-image: -moz-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -ms-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#346c88),to(#346c88)) !important;
    background-image: -webkit-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -o-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: linear-gradient(to bottom,#346c88,#346c88) !important;
    background-repeat: repeat-x;
    border-color: #346c88 #346c88 #346c88 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    font-size: small !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #346c88 !important;
    font-size: small !important;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #346c88 !important;
    background-image: -moz-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -ms-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#346c88)) !important;
    background-image: -webkit-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -o-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: linear-gradient(to bottom,#346c88,#346c88) !important;
    background-repeat: repeat-x;
    border-color: #346c88 #346c88 #346c88 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    font-size: small !important;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    margin-top: 20px;
}










/*TAREAS*/
.tareas {
    list-style: none;
    padding-left: 0;
}

.tareas li {
    display: flex;
}

.tareas li div {
    padding: 0 5px;
}

ul li div p {
    font-size: small;
    color: #1f2937;
    text-decoration: none;
}

ul li div a {
    color: #1f2937;
    text-decoration: none;
}

ul li div a:hover {
    color: #1f2937;
}

.eliminar-todo-modal {
    margin-bottom: 20px;
    font-size: small;
    display: none;
}


#agregar-tarea{
    z-index: 2000;
}
#responsableModal{
    z-index: 2500;
}





/*FOOTER*/
footer {
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    position:fixed;
}

footer row {
    position:fixed;
}

.pais {
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

footer div ul {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
    list-style: none;
}

footer div div ul {
    display: flex;
}

footer div div ul li {
    text-align: right;
    margin-right: 20px;
    text-decoration: none;
    color: #1f2937;
    font-size: 12px;
}

footer div div ul li a {
    color: #1f2937;
    text-decoration: none;
}

footer div.col-xs-12 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
}

@media (min-width:575px) {
    .pais {
        text-align: left;
        margin-left: 40px;
    }

    footer div div ul li {
        margin-top: 20px;
    }

    footer div.col-sm-9 ul{
        justify-content: end;
        margin-right: 25px;
        text-align: right;
        padding: 0px;
        right: 0px;
    }
}










/*LITIGAR PANEL DE GESTIÓN*/
.box-datos {
    background: #f3f3f3;
    border-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 23%;
    margin: 1%;
}

.p-datos {
    font-size: medium;
    font-weight: 600;
}

@media (max-width:768px) {
    .box-datos {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 45%;
        margin: 2%;
        font-size: small;
    }

    .p-datos {
    font-size: small;
    font-weight: 600;
    }
}

.seccion-panel {
    margin-bottom: 30px;
    display: flex;
}


.header-seccion {
    display: flex;
    border-bottom: solid 1px #6b7280;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.boton-prim {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #fbbf24;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}

.boton-prim-disabled {
    font-size: small;
    font-weight: 500;
    color: #FFF;
    background: #867445;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}

.boton-prim a, .boton-prim-disabled a {
    color: #fff;
    text-decoration: none;
}

.boton-prim:hover {
    background: rgb(238, 177, 24);
}

.boton-sec {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 5px 10px;
    margin-top: 10px;
}

.boton-sec:hover {
    color: #000;
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 5px 10px;
}

.boton-terc {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #d1d5db;
    border: none;
    border-radius: 5px;
    padding: 5px 10px;
}

.boton-dropdown {
    font-size: small;
    font-weight: 500;
    color: #6b7280;
    background: #fff;
    border: solid 1px #ced4da;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
}

.boton-filtrar {
    border: solid 1px #000;
    border-radius: 4px;
    background: #fff;
    color: #000;
}

.borrar-seleccionado {
    font-size: small;
    background-color: none;
}

.chat_user_list {
    padding-left: 0px;
}

.responsable-tarea {
    padding-left: 30px;
    font-size: small;
    text-decoration: none;
    margin-top: 2px;
}

.div-saldo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #dbdbdb;
    padding: 20px;
    margin: 15px 0px;
}

.importe-saldo {
    text-align: end;
    font-size: large;
    font-weight: bold;
    color: #7bc253;
    margin: auto 0px;
}

.tabs-novedades ul{
    list-style: none;
    display: flex;
    margin-top: 5px;
}

.tabs-novedades ul li{
    margin-left: 10px;
}

.tabs-novedades ul li:hover{
    color: #fbbf24;
}










/*LITIGAR ASUNTOS*/
.filtros-asuntos {
    align-items: left;
}

.filtros-asuntos ul {
    list-style: none;
    display: flex;
    padding: 0px;
}

.filtros-asuntos ul li{
    font-size: small;
    margin: auto 10px;
}

.filtro-activo {
    font-weight: bold;
    border-bottom: solid 2px #000;
}

.label-info {
    font-size: small;
    font-weight: 500;
    color: #fff;
    background: #70a415;
    border-radius: 5px;
    padding: 5px;
}

.btn-group {
    margin-bottom: 0px;
}

.label-archivado {
    font-size: small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #346c88;
    border-radius: 5px;
    padding: 2px 8px;
}

label.recorrida {
    font-size: small;
    margin: 15px 10px 0px 10px;
    float: right;
}

.buscador-asuntos {
    display: flex;
    height: 25px;
}

.buscador-asuntos .icon-search {
    font-size: large;
    padding: 5px;
}

.buscador-asuntos input {
    width: 100%;
    font-size: small;
    color: #c0c6cf;
}

@media (max-width:768px) {
    .buscador-asuntos {
        margin-top: 20px;
    }

    label.recorrida {
        font-size: small;
        margin: 15px 10px 0px 10px;
        float: left;
    }
}

.tg {
    border-collapse:collapse;
    border-spacing:0;
}

.tg td {
    overflow:hidden;
    word-break:normal;
}

.tg tbody {
    border-bottom: solid 2px #e5e7eb;
}

.tg tr p {
    margin-bottom: 5px;
}

.tg th {
    padding-top: 10px;
}

.col-uno {
    width: 40%;
}

.col-dos, .col-tres {
    width: 25%;
}

.col-cuatro {
    width: 10%;
}

.menu-f {
    position: absolute;
    display: none;
    background: #fafafa;
    width: 80%;
    height: 100%;
    list-style: none;
    margin-top: 15px;
    margin-left: -10px;
    padding-left: 10px;
    z-index: 3;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.menu-f li {
    font-size: small;
    margin: 10px auto 10px 0px;
}

.menu-f li a{
    text-decoration: none;
    color: #000;
}

@media (min-width: 760px) {
    #menu-f {
        font-size: 24px;
        display: none;
        margin-right: 0;
    }
    .menu-f {
        display: flex;
        position: absolute;
        list-style: none;
        background: none;
        width: 80%;
        height: auto;
        z-index: 2;
        margin-top: 0px;
        padding-left: 0px;
        box-shadow: none;
    }
    .menu-f li {
        float: left;
        margin-right: 15px;
    }

}

.filtrar_lista {
    text-decoration: none;
    color: #000;
    font-size: small;
}

.filtrar_lista:hover {
    text-decoration: none;
    color: #000;
}











/*LITIGAR CONTABLE*/
.calendarios {
    list-style: none;
    display: flex;
    float: right;
}

@media (max-width: 768px) {
    .calendarios {
        float: left;
        padding-left: 0px;
    }
    
}

.bootstrap-timepicker span {
    height: 30px;
    border: solid 1px #bec7da;
    text-align: center;
    font-size: medium;
    padding: 5px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.titulo-tabla {
    font-size: small;
}

.label-totalmov {
    background: #346c88;
    border-radius: 4px;
    padding: 5px;
    font-size: small;
    font-weight: 500;
    color: #fff;
    text-align: right;
}

.label-totalsaldo {
    background: #70a415;
    border-radius: 4px;
    padding: 5px;
    font-size: small;
    font-weight: 500;
    color: #fff;
    text-align: right;
}

@media (max-width:768px) {
    .label-totalmov {
        font-size: small;
    }
    
    .label-totalsaldo {
        font-size: small;
    }
}

.table>:not(caption)>*>* {
    padding: 5px;
}

@media (max-width:650px) {

    .contable-table {

        overflow: auto;
        white-space: nowrap;

    }

    .contable-table thead {
        display: none;
    }

    .contable-table tbody tr {
        border-bottom: solid 1px #000;
    }

    .contable-table tbody tr td {
        border-bottom: solid 1px rgb(202, 202, 202);
        margin-bottom: 0px;
    }

    .contable-table thead {
        display: none;
    }

    .cont-colUno .cont-colDos .cont-colTres .cont-colCuatro .cont-colCinco .cont-colSeis .cont-colSiete {
        width: 100%;
    }
}

@media (min-width:650px) {
    .cont-colUno .cont-colCuatro .cont-colCinco .cont-colSeis {
        width: 10%;
    }
    
    .cont-colDos {
        width: 15%;
    }
    
    .cont-colTres {
        width: 40%;
    }
    
    .cont-colSiete {
        width: 5%;
    }
}



    .cont-colCuatro, .cont-colCinco {
        text-align: right;
    }











/*LITIGAR CONFIGURACIÓN*/
.contenedortab .ul {
    width: 100%;
    flex-flow: row nowrap;
    padding: 10px;
    background-color: #fafafa;
    border: solid 1px #c0c7d3;
    z-index: 1000;
    overflow: hidden;
}

.contenedortab .li,
.contenedortab .li a {
    list-style: none;
    color: #1f2937;
    font-size: small;
    font-weight: 500;
    padding: 5px 0px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.contenedortab .li:hover,
.contenedortab .li a:hover {
    color: #346c88;
    text-decoration: none;
}
  
.contenedortab .li.activo,
.contenedortab .li.activo a {
    border-left: solid 3px #346c88;
    color: #346c88;
    font-weight: 600;
    margin-left: -10px;
    padding-left: 7px;
}
.contenedortab .li.activo a{
    font-weight: bold;
    text-decoration: none;
}
.contenedortab .li a{
    text-decoration: none;
    color: #346c88;
}

.contenedortab .subcontenedor {
    height: 100%;
    position: relative;
    padding-left: 0px;
}
  
.contenedortab .bloque {
    width: 100%;
    position: absolute;
    visibility: hidden;
}
  
.contenedortab .bloque.activo {
    visibility: visible;
    transform: translateY(0%);
}

.config-estudio,.config-rol,.config-perfil,.config-radicacion {
    font-size: medium;
    color: #488DB0;
    text-decoration: none;
}

.colg-uno {
    width: 30%;
}

.colg-dos {
    width: 30%;
}

.colg-tres {
    width: 40%;
}

.colgg-uno {
    width: 35%;
}

.colgg-dos {
    width: 50%;
}

.tr-usuarios {
    margin-bottom: 10px;
    border-bottom: solid 0.2px #e5e7eb;
}

.menu-c {
    position: absolute;
    display: none;
    background: #fff;
    width: 80%;
    height: 100%;
    list-style: none;
    margin-top: 15px;
    margin-left: -10px;
    padding: 10px;
    z-index: 2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

#menu-c {
    margin-left: 10px;
    text-align: left;
}

@media (min-width: 767px) {
    #menu-c {
        font-size: 24px;
        display: none;
        margin-right: 0;
    }
    .menu-c {
        display: initial;
        position: absolute;
        list-style: none;
        background: none;
        width: 15%;
        height: auto;
        z-index: 2;
        margin-top: 0px;
        padding-left: 0px;
        box-shadow: none;
    }
    .menu-f li {
        float: left;
        margin-right: 15px;
    }
}

.img-perfil {
    width: 100%;
    border-radius: 100px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .img-perfil {
        width: 20%;
        min-width: 60px;
        margin-bottom: 20px;
    }
}

.modificar {
    color: #dd1010;
    font-size: small;
}

.modificar:hover {
    text-decoration: underline;
}

.accordion-button {
    font-size: small;
    padding: 10px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-body ul {
    padding: 5px;
    border: solid 1px #212529;
    height: 200px;
    width: 100%;
    margin: auto;
    overflow: scroll;
}

.accordion-body ul li{
    font-size: small;
    padding: 2px;
}










/*FICHA ASUNTO*/
.fecha{
    border: solid 1px #c0c7d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 30px;
    cursor: pointer;
    font-size: small;
}

.div-mov {
    border-bottom: solid 2px #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.div-comentario-asunto {
    border-left: solid 1px #d1d5db;
    padding: 0px 0px 0px 10px;
    margin: 20px 0px 10px 0px;
}

.div-com-dos {
    margin-top: 10px;
}

.img-mov-asuntos {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.img-mov-asuntos-dos {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.accordion-body button.boton-prim {
    margin-top: -10px;
    margin-bottom: 10px;
}

.chat_sidebar ul{
    padding-left: 0px;
    margin-top: 10px;
}

.tabla-parametros {
    margin: auto 5px;
    width: 100%;
}

.tabla-parametros thead {
    border-bottom: solid 0.5px #d1d5db;
}

.tabla-parametros tbody tr td{
    padding-bottom: 10px;
}

.boton-ag-mov, .boton-acto-procesal {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #fafafa;
    border: solid 1px #d1d5db;
    border-radius: 5px;
    margin-top: 2px;
    cursor: pointer;
    padding: 5px 10px;
    width: 100%;
}

.boton-ag-mov:hover, .boton-acto-procesal:hover {
    color: #000;
    background-color: #e5e7eb;
    border-radius: 5px;
    padding: 5px 10px;
}



/*MODALES*/
.modal-header {
    align-items: center;
    height: 50px;
    padding: 0px 20px;
}

.modal-footer {
    align-items: center;
    height: 50px;
    padding: 0px 10px 20px 20px;
}

@media (min-width: 800px) {
    .modal-dialog {
        width: 50%;
        max-width: 800px;
    }

}

.divUno {
    display: flex;
}



/* typeahead */
.twitter-typeahead { width: 100%; position: relative;vertical-align: middle }
.twitter-typeahead .tt-query, .twitter-typeahead .tt-hint { margin-bottom: 0; width: 100%; position: absolute; top: 0; left: 0; }
.twitter-typeahead .tt-hint {  z-index: 1; height:30px; padding: 5px 12px; border: 1px solid transparent; }
.twitter-typeahead .tt-query { z-index: 2; color: #212529;}
.tt-dropdown-menu { min-width: 160px; margin-top: 2px; padding:0; background-color: #fff; border-width:0 1px 1px;border-style:solid;border-color:#ccc;border-color:rgba(0,0,0,.2);-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.2);-moz-box-shadow: 0 2px 4px rgba(0,0,0,.2);box-shadow: 0 2px 4px rgba(0,0,0,.2);}
.tt-suggestion { display: block; padding: 6px 14px;position:relative }
/*
.tt-suggestion.tt-is-under-cursor { color: #fff ; background-color: #0081c2 }
.tt-suggestion.tt-is-under-cursor a,.tt-suggestion.tt-is-under-cursor .text-muted {color:#fff}
*/
.tt-suggestion p { margin: 0;line-height:16px; font-size: 14px; }
.tt-dropdown-menu .sg_desc {
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

/*
.input-group .tt-hint {Height:34px}
.input-group-sm .tt-hint {Height:30px;padding-left:10px}
*/



/* calendar */
.fc table,.fc .fc-button{
    font-size: small;
}
#calendar div {
    border: 0px;
}
#calendar a{
    font-size: small;
    color: #334151;
    /*font-weight: bold;*/
    font-weight: 500;
    text-decoration: none;
}
#calendar a:hover{
    text-decoration:underline;
}
#calendar button{
    color: #000;
    background: #fbbf24;
    border: 0px;
}
.home a{
    font-size: 16px;
}
.form-control {
    font-size: small;
    /*color: #c0c6cf;*/
    color: #212529;
}

.cont-colSiete a#eliminar_mov{
    text-decoration: none;
    color:red; 
    font-size: 15px;
}

#fc-dom-1{
    font-size: 15px;
}
#agenda #fc-dom-1{
    font-size: 21px;
}


/* contable */
.ul_lista_filtro li{
    list-style: disc;
    font-size: small;
}


/*CSS GENERAL*/
html {
    min-height: 100%;
    position: relative;
    padding: 10px 0px;
}

section {
    margin-bottom: 50px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

@media (min-width: 768px) {
    .row {
        --bs-gutter-x: 1.5rem;
    }
}

ul {
    list-style: none;
}

.btn:active {
    border: none;
    box-shadow: none;
}

.btn:focus {
    border: none;
    box-shadow: none;
}

.boton-none {
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
    font-size: small;
}

.ir-arriba {
	display:none;
	padding:10px;
	background: #fbbf24;
    border-radius: 50px;
	font-size:25px;
	color:#fff;
	cursor:pointer;
	position: fixed;
	bottom:70px;
	right:20px;
    z-index: 2;
}










/*LOGIN*/
.logo_login {
    width: 100px;
    margin: 60px auto 10px auto;
}

.form-login {
    border-radius: 10px;
    border: solid 1px #d1d5db;
    padding: 30px;
}

.litigar-login {
    margin: 0px auto 20px auto;
    text-align: center;
    font-size: large;
}

.contenedor-login {
  width: 40%;
  min-width: 250px;
  padding: 15px;
  border: solid 1px #d1d5db;
  border-radius: 5px;
  margin: auto;
}

.contenedor-login .ul {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  padding: 0px;
}

.contenedor-login .li {
  list-style: none;
  color: #1f2937;
  font-size: small;
  font-weight: 500;
  padding: 5px 0px;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.contenedor-login .li.activo {
  color: #fbbf24;
  border-bottom: solid 3px #fbbf24;
}

.contenedor-login .subcontenedor {
  height: 250px;
  position: relative;
}

.contenedor-login .bloque {
  width: 100%;
  position: absolute;
  opacity: 0;
}

.contenedor-login .bloque.activo {
  opacity: 1;
  transform: translateY(0%);
}

#flexCheckDefault2 {
    margin-top: 5px;
}

.form-label {
    font-size: small;
}

.texto-inferior {
    font-size: small;
    margin-bottom: 20px;
}

.texto-inferior a {
    color: #212529;
    text-decoration: none;
}

.texto-inferior a:hover {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width:400px) {
    .logo_login {
        width: 100px;
        margin: 20px auto;
    }

    .contenedor {
        width: 40%;
        min-width: 280px;
        padding: 30px;
    }

    .litigar-login {
        font-size: x-large;
    }
}










/*NAVBAR*/
header nav {
    display: flex;
    justify-content: space-between;
}

header nav div {
    display: flex;
    align-items: center;
}

.icon-menu {
    font-size: 24px;
    margin-right: 10px;
}

.logo-navbar {
    height: 35px;
    margin: auto 5px auto 0px;
}

.menu {
    position: absolute;
    display: none;
    background: #fff;
    width: auto;
    list-style: none;
    margin-top: 15px;
    left: 0px;
    z-index: 2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.menu li {
    margin-top: 6px;
    margin-bottom: 6px;
}

.menu li a{
    font-size: small;
    color: #1f2937;
    text-decoration: none;
}

.active-tab {
    color: #fbbf24 !important;
    border-left: solid 3px #fbbf24;
    border-bottom: none;
    margin-left: -10px;
    padding-left: 5px;
}

.icon-active {
    color: #fbbf24 !important;
    border-bottom: solid 3px #fbbf24;
    padding-bottom: 5px;
}

.btn-estudio {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #e5e7eb;
    border: none;
    border-radius: 5px;
    padding: 2px 10px;
}

.btn-estudio:hover {
    background: #d1d5db;
}

@media (min-width: 900px) {
    .icon-menu {
        font-size: 24px;
        display: none;
        margin-right: 0;
    }

    .menu {
        display: flex;
        list-style: none;
        margin: -35px auto auto 50px;
        position: absolute;
        background: none;
        width: auto;
        height: auto;
        z-index: 2;
        box-shadow: none;
    }
    
    .menu li {
        margin: 5px 10px;
    }
    
    .menu li a{
        font-size: small;
        color: #1f2937;
        text-decoration: none;
    }

    .active-tab {
        color: #fbbf24 !important;
        border-left: none;
        border-bottom: solid 3px #fbbf24;
        padding-bottom: 5px;
        padding-left: 0px;
        margin: auto;
    }
}

/*MENU SERVICIOS*/
.btn-nav {
    height: 24px;
    padding: 0px;
    margin: auto 5px;
}

.btn-nav a {
    text-decoration: none;
    color: #1f2937;
}

.icon-apps {
    font-size: x-large;
}

.icon-apps:hover {
    color: #fbbf24;
}

.menu-servicios {
    width: 250px;
    height: auto;
    padding: 10px 20px;
    background-color: #fafafa;
    z-index: 1000;
}

.iconos-servicios {
    font-size: medium;
    padding-right: 10px;
}

.menu-servicios li.nombre-servicio {
    font-size: 10px;
    font-weight: 600;
    color: #1f2937;
    text-decoration: none;
    margin-bottom: 10px;
}

.menu-servicios li a {
    color: #1f2937;
    font-size: 10px;
    text-decoration: none;
}

.menu-servicios li a:hover {
    color: #fbbf24;
}

.menu-servicios div li .dropdown-item {
    padding-left: 0px;
}

.row .dropdown-item {
    padding-left: 5px;
}

hr {
    margin: 10px auto
}

@media (min-width: 576px) {
    .menu-servicios {
        width: 550px;
        height: auto;
        padding: 10px 20px;
    }

    .menu-servicios li.nombre-servicio {
        font-size: 14px;
        font-weight: 600;
        color: #1f2937;
        text-decoration: none;
        margin-bottom: 5px;
    }

    .menu-servicios li a {
        color: #1f2937;
        font-size: small;
        text-decoration: none;
    }
}

.icon-settings {
    font-size: 24px;
    margin: auto 5px;
}




.icon-naranja{
    color:#fbbf24;
    font-size: 16px;
}
.icon-rojo{
    color:red;
    font-size: 13px;
}





/*BUSCADOR*/
.input-group {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.dropdown-toggle {
    font-size: small;
}

.form-control {
    font-size: small;
    height: 30px;
}

.form-group {
    margin-bottom: 20px;
    padding: 0px 5px;
}

@media (min-width:480px) {
    .input-group {
        max-width: 600px;
    }
}










/*SCROLL HORIZONTAL SERVICIOS*/
div.scroll-menu {
    max-width: 900px;
    overflow: auto;
    white-space: nowrap;
    justify-content: center;
    margin: 30px auto;
    padding: auto 30px;
}

.scroll-vertical {
    max-height: 515px;
    overflow: auto; 
}

div.scroll-menu a{
    color: #1f2937;
    display: inline-block;
    font-size: small;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

div.scroll-menu a:hover {
    text-decoration: none;
    color: #fbbf24;
}












/*DROPDOWN-ITEMS*/
.dropdown-item{
    font-size: small;
    list-style: none;
}

.dropdown-item:hover{
    background: none;
    color: #fbbf24;
}











/*TIPOGRAFIA*/
.h1-titulo-seccion {
    font-size: xx-large;
    color: #fbbf24;
}

.h2-tipo-seccion {
    font-size: x-large;
    font-weight: 600;
    color: #346c88;
    margin-bottom: 10px;
}

.h2-subtipo-seccion {
    font-size: x-large;
    font-weight: 500;
    color: #334151;
    margin-top: 10px;
}

.h3-subtipo-seccion {
    font-size: medium;
    color: #334151;
    margin-top: 5px;
}

.h4-titulo-d {
    font-size: medium;
    margin-top: 20px;
    margin-bottom: 5px;
}

.h4-titulo-d a {
    color: #488DB0;
    text-decoration: none;
}

.h4-titulo-d a:hover {
    color: #488DB0;
    text-decoration: underline;
}

.h5-subtitulo-d {
    font-size: large;
}

.p-texto-d {
    font-size: small;
    text-align: justify;
}

.p-general {
    font-size: small;
    margin-right: 10px;
    margin-bottom: 15px;
}

.p-general a{
    text-decoration: none;
    color: #000000;
}

.p-general a:hover{
    text-decoration: underline;
    color: #000000;
}

.p-especial {
    font-size: small;
    font-weight: bold;
    margin-right: 10px;
    margin-bottom: 15px;
}

.p-especial a {
    text-decoration: none;
    color: #000;
}

.p-especial a:hover {
    text-decoration: underline;
}

.asunto-caso {
    font-size: small;
    color: #488DB0;
    text-decoration: none;
    font-weight: bold;
}

.asunto-caso:hover {
    color: #488DB0;
    text-decoration: underline;
}

.ver-mas a {
    color: #1f2937;
    text-decoration: none;
    margin-left: 10px;
}

.table>:not(caption)>*>* {
    padding: 0px;
    border-bottom-width: 1px;
}

.p-base {
    font-size: small;
    margin-bottom: 0px;
}

.p-base a {
    color: #000;
}

.p-base-dos {
    font-size: small;
    margin-bottom: 3px;
}

.p-base-dos a {
    text-decoration: none;
    color: #000000;
}

.p-base-dos a:hover {
    text-decoration: underline;
    color: #000000;
}

.obligatorio {
    font-size: x-small;
    color: #dd1010;
}

.p-campo-comp {
    font-size: small;
    font-weight: 600;
    margin-bottom: 0px;
}

.p-campo-incomp {
    font-size: small;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 0px;
    color: #9ca3af;
}

@media (max-width: 850px) {
    .h1-titulo-seccion {
        font-size: x-large;
        margin: 10px 30px 20px 0px;
    }

    .h2-tipo-seccion {
        font-size: large;
    }

    .h2-subtipo-seccion {
        font-size: large;
    }
}







/*DATA PICKER*/
.datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover {
    background-color: #fbbf24 !important;
    background-image: -moz-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: -ms-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fbbf24),to(#fbbf24)) !important;
    background-image: -webkit-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: -o-linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-image: linear-gradient(to bottom,#fbbf24,#fbbf24) !important;
    background-repeat: repeat-x;
    border-color: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #000;
    font-size: small !important;
}

.datepicker td, .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    font-size: small !important;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #346c88 !important;
    font-size: small !important;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-color: #346c88 !important;
    background-image: -moz-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -ms-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#346c88),to(#346c88)) !important;
    background-image: -webkit-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -o-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: linear-gradient(to bottom,#346c88,#346c88) !important;
    background-repeat: repeat-x;
    border-color: #346c88 #346c88 #346c88 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    font-size: small !important;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #346c88 !important;
    font-size: small !important;
}
.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
    background-color: #346c88 !important;
    background-image: -moz-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -ms-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#346c88)) !important;
    background-image: -webkit-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: -o-linear-gradient(to bottom,#346c88,#346c88) !important;
    background-image: linear-gradient(to bottom,#346c88,#346c88) !important;
    background-repeat: repeat-x;
    border-color: #346c88 #346c88 #346c88 !important;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    font-size: small !important;
}

.datepicker-dropdown {
    top: 0;
    left: 0;
    margin-top: 20px;
}










/*TAREAS*/
.tareas {
    list-style: none;
    padding-left: 0;
}

.tareas li {
    display: flex;
}

.tareas li div {
    padding: 0 5px;
}

ul li div p {
    font-size: small;
    color: #1f2937;
    text-decoration: none;
}

ul li div a {
    color: #1f2937;
    text-decoration: none;
}

ul li div a:hover {
    color: #1f2937;
}

.eliminar-todo-modal {
    color: #dd1010;
    margin-bottom: 20px;
    font-size: small;
    border-radius: 5px;
    padding: 5px 10px;
    display: none;
}

.eliminar-todo-modal:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 5px 10px;
}

.li_tareas{
    text-decoration: underline;
}
/*
#contenido_tarea #realizado{
    background-color:#34a853;
    border-color: #34a853;
}
*/




/*FOOTER*/
/* footer {
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    position: absolute;
} */

.pais {
    color: #1f2937;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin-top: 20px;
}

footer div ul {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
    list-style: none;
}

footer div div ul {
    display: flex;
}

footer div div ul li {
    text-align: right;
    margin-right: 20px;
    text-decoration: none;
    color: #1f2937;
    font-size: 12px;
}

footer div div ul li a {
    color: #1f2937;
    text-decoration: none;
}

footer div.col-xs-12 {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
}

@media (min-width:575px) {
    .pais {
        text-align: left;
        margin-left: 40px;
    }

    footer div div ul li {
        margin-top: 20px;
    }

    footer div.col-sm-9 ul{
        justify-content: end;
        margin-right: 25px;
        text-align: right;
        padding: 0px;
        right: 0px;
    }
}










/*LITIGAR PANEL DE GESTIÓN*/
.box-datos {
    background: #f3f3f3;
    border-radius: 5px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 23%;
    margin: 1%;
}

.p-datos {
    font-size: medium;
    font-weight: 600;
}

.div-l {
    padding-right: 20px;
}

.div-r {
    padding-left: 20px;
}

@media (max-width:768px) {
    .box-datos {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 45%;
        margin: 2%;
        font-size: small;
    }

    .p-datos {
    font-size: small;
    font-weight: 600;
    }

    .div-l {
        padding-right: 0px;
    }
    
    .div-r {
        padding-left: 0px;
    }
}

.seccion-panel {
    margin-bottom: 30px;
    display: flex;
}


.header-seccion {
    display: flex;
    border-bottom: solid 1px #6b7280;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.boton-prim {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #fbbf24;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}

.boton-prim a{
    color: #fff;
    text-decoration: none;
}

.boton-prim:hover {
    background: rgb(238, 177, 24);
}

.boton-comentario {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #e9e9e9;
    border: none;
    cursor: pointer;
    padding: 3px 10px;
    margin-top: 5px;
}

.boton-sec {
    font-size: small;
    font-weight: 500;
    background: #fff;
    border: none;
    cursor: pointer;
    padding: 3px 10px;
    margin-top: 5px;
}

.boton-sec:hover {
    color: #000;
    background-color: #e9e9e9;
    border-radius: 5px;
    padding: 3px 10px;
}

.boton-terc {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #d1d5db;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    
}

.boton-dropdown {
    font-size: small;
    font-weight: 500;
    color: #6b7280;
    background: #fff;
    border: solid 1px #ced4da;
    border-radius: 5px;
    padding: 5px 10px;
    margin-right: 10px;
}

.boton-filtrar {
    border: solid 1px #000;
    border-radius: 4px;
    background: #fff;
    color: #000;
}

.borrar-seleccionado {
    font-size: small;
    background-color: none;
}

.chat_user_list {
    padding-left: 0px;
}

.responsable-tarea {
    padding-left: 30px;
    font-size: small;
    text-decoration: none;
    margin-top: 2px;
}

.div-saldo{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #dbdbdb;
    padding: 20px;
    margin: 15px 0px;
}

.importe-saldo {
    text-align: end;
    font-size: large;
    font-weight: bold;
    color: #7bc253;
    margin: auto 0px;
}

.tabs-novedades ul{
    list-style: none;
    display: flex;
    margin-top: 5px;
}

.tabs-novedades ul li{
    margin-left: 10px;
}

.tabs-novedades ul li:hover{
    color: #fbbf24;
}












/*LITIGAR ASUNTOS*/
.filtros-asuntos {
    align-items: left;
}

.filtros-asuntos ul {
    list-style: none;
    display: flex;
    padding: 0px;
}

.filtros-asuntos ul li{
    font-size: small;
    margin: auto 10px;
}

.filtro-activo {
    font-weight: bold;
}

.label-info {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #d1d5db;
    border-radius: 5px;
    padding: 4px 5px;
}

.btn-group {
    margin-bottom: 0px;
}

.label-activo {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #346c88;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}

.label-asunto-archivado {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #dc3545;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}

.label-proximo {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #ffc107;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}

.label-desconocido {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #6c757d;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}

.label-filtro {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #212529;
    background: #f0f0f0;
    /* border: 1px solid #212529; */
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
    cursor: pointer;
}

#filtros-div span {
    margin-right: 4px!important;
}

.label-archivado {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #34a853;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}

.label-pausado {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #f4915a;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}

label.recorrida {
    font-size: small;
    margin: 15px 10px 0px 10px;
    float: right;
}

.buscador-asuntos {
    display: flex;
    height: 25px;
}

.buscador-asuntos .icon-search {
    font-size: large;
    padding: 5px;
}

.buscador-asuntos input {
    width: 100%;
    font-size: small;
    color: #c0c6cf;
}

ul.menu-mas-as {
    position: absolute;
    display: none;
    background: #fafafa;
    width: auto;
    height: auto;
    list-style: none;
    margin-top: 30px;
    float: right;
    margin-right: 15px;
    right: 10px;
    padding: 10px;
    z-index: 2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);   
}

ul.menu-mas-as li {
    font-size: small;
    padding: 5px 0px;   
}

@media (min-width: 600px) {
    ul.menu-mas-as {
        position: absolute;
        display: flex;
        background: none;
        box-shadow: none;
        width: auto;
        margin: auto 10px auto auto;
        padding: 5px 0px;
    }

    ul.menu-mas-as li{
        margin: auto 10px;
    }
}

@media (max-width:768px) {
    .buscador-asuntos {
        margin-top: 20px;
    }

    label.recorrida {
        font-size: small;
        margin: 15px 10px 0px 10px;
        float: left;
    }
}

@media (max-width:500px) {
    .label-info {
        display: none;
    }
}

.tg {
    border-collapse:collapse;
    border-spacing:0;
}

.tg td {
    overflow:hidden;
    word-break:normal;
}

.tg tbody {
    border-bottom: solid 2px #e5e7eb;
}

.tg tr p {
    margin-bottom: 5px;
}

.tg th {
    padding-top: 8px;
}

.col-uno {
    width: 40%;
}

.col-dos, .col-tres {
    width: 25%;
}

.col-cuatro {
    width: 10%;
}


table.tg thead {
    vertical-align: top;
}

table.tg tbody {
    vertical-align: top;
}


.menu-f {
    position: absolute;
    display: none;
    background: #fafafa;
    width: 80%;
    height: 100%;
    list-style: none;
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 10px;
    z-index: 3;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.menu-f li {
    font-size: small;
    margin: 10px auto 10px 0px;
}

.menu-f li a{
    text-decoration: none;
    color: #000;
}

@media (min-width: 760px) {
    #menu-f {
        font-size: 24px;
        display: none;
        margin-right: 0;
    }
    .menu-f {
        display: flex;
        position: absolute;
        list-style: none;
        background: none;
        width: 80%;
        height: auto;
        z-index: 2;
        margin-top: 0px;
        padding-left: 0px;
        box-shadow: none;
    }
    .menu-f li {
        float: left;
        margin-right: 15px;
    }

}

.filtrar_lista {
    text-decoration: none;
    color: #000;
    font-size: small;
}

.filtrar_lista:hover {
    text-decoration: none;
    color: #000;
}











/*LITIGAR CONTABLE*/
.calendarios {
    list-style: none;
    display: flex;
    float: right;
}

@media (max-width: 768px) {
    .calendarios {
        float: left;
        padding-left: 0px;
    }
    
}

.bootstrap-timepicker span {
    height: 30px;
    border: solid 1px #bec7da;
    text-align: center;
    font-size: medium;
    padding: 5px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.titulo-tabla {
    font-size: small;
}

.label-totalmov {
    background: #346c88;
    border-radius: 4px;
    padding: 5px;
    font-size: small;
    font-weight: 500;
    color: #fff;
}

.label-totalsaldo {
    background: #70a415;
    border-radius: 4px;
    padding: 5px;
    font-size: small;
    font-weight: 500;
    color: #fff;
}

@media (max-width:768px) {
    .label-totalmov {
        font-size: small;
    }
    
    .label-totalsaldo {
        font-size: small;
    }
}

.table>:not(caption)>*>* {
    padding: 5px;
}

@media (max-width:650px) {

    .contable-table {

        overflow: auto;
        white-space: nowrap;

    }

    .contable-table thead {
        display: none;
    }

    .contable-table tbody tr {
        border-bottom: solid 1px #000;
    }

    .contable-table tbody tr td {
        border-bottom: solid 1px rgb(202, 202, 202);
        margin-bottom: 0px;
    }

    .contable-table thead {
        display: none;
    }

    .cont-colUno .cont-colDos .cont-colTres .cont-colCuatro .cont-colCinco .cont-colSeis .cont-colSiete {
        width: 100%;
    }
}

@media (min-width:650px) {
    .cont-colUno .cont-colCuatro .cont-colCinco .cont-colSeis {
        width: 10%;
    }
    
    .cont-colDos {
        width: 15%;
    }
    
    .cont-colTres {
        width: 40%;
    }
    
    .cont-colSiete {
        width: 5%;
    }
}









/*LITIGAR DOCUMENTOS*/
@media (max-width:650px) {
    .doc-table tbody tr {
        border-bottom: solid 1px #000;
    }

    .doc-table tbody tr td {
        border-bottom: solid 1px rgb(202, 202, 202);
        margin-bottom: 0px;
    }

    .contable-table thead {
        display: none;
    }

    .doc-colUno .doc-colDos .doc-colTres .doc-colCuatro .doc-colCinco .doc-colSeis {
        width: 100%;
    }
}

@media (min-width:650px) {
    .doc-colDos .doc-colCuatro .doc-colCinco {
        width: 10%;
    }
    
    .doc-colUno .doc-colSeis {
        width: 5%;
    }
    
    .doc-colTres {
        width: 40%;
    }
}










/*LITIGAR CONFIGURACIÓN*/
.contenedortab .ul {
    width: 100%;
    flex-flow: row nowrap;
    padding: 10px;
    background-color: #fafafa;
    border: solid 1px #c0c7d3;
    z-index: 1000;
    overflow: hidden;
}

.contenedortab .li {
    list-style: none;
    color: #1f2937;
    font-size: small;
    font-weight: 500;
    padding: 5px 0px;
    margin: 0 10px 0 0;
    cursor: pointer;
}

.contenedortab .li:hover {
    color: #346c88;
    text-decoration: none;
}
  
.contenedortab .li.activo {
    border-left: solid 3px #346c88;
    color: #346c88;
    font-weight: 600;
    margin-left: -10px;
    padding-left: 7px;
}
  
.contenedortab .subcontenedor {
    height: 100%;
    position: relative;
    padding-left: 0px;
}
  
.contenedortab .bloque {
    width: 100%;
    position: absolute;
    visibility: hidden;
}
  
.contenedortab .bloque.activo {
    visibility: visible;
    transform: translateY(0%);
}

.config-estudio {
    font-size: medium;
    color: #488DB0;
    text-decoration: none;
    margin-bottom: 5px;
}

.colg-uno {
    width: 30%;
}

.colg-dos {
    width: 30%;
}

.colg-tres {
    width: 40%;
}

.colgg-uno {
    width: 35%;
}

.colgg-dos {
    width: 50%;
}

.menu-c {
    position: absolute;
    display: none;
    background: #fff;
    width: 80%;
    height: 100%;
    list-style: none;
    margin-top: 15px;
    margin-left: -10px;
    padding: 10px;
    z-index: 2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

#menu-c {
    margin-left: 10px;
    text-align: left;
}

@media (min-width: 767px) {
    #menu-c {
        font-size: 24px;
        display: none;
        margin-right: 0;
    }
    .menu-c {
        display: initial;
        position: absolute;
        list-style: none;
        background: none;
        width: 15%;
        height: auto;
        z-index: 2;
        margin-top: 0px;
        padding-left: 0px;
        box-shadow: none;
    }
    .menu-f li {
        float: left;
        margin-right: 15px;
    }
}

.img-perfil {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 10px;
    max-width: 150px;
}

@media (max-width: 767px) {
    .div-alm {
        display: none;
    }

    .contenedortab .ul {
        display: flex;
        width: 100%;
        flex-flow: row nowrap;
        background-color: #fafafa;
        border: solid 1px #c0c7d3;
        z-index: 1000;
        overflow: hidden;
        padding-left: 0px;
        overflow: auto;
        white-space: nowrap
    }
    
    .contenedortab .li {
        color: #1f2937;
        font-size: small;
        font-weight: 500;
        padding: 0px;
        margin: 0px 10px;
        cursor: pointer;
    }
    
    .contenedortab .li:hover {
        color: #346c88;
        text-decoration: none;
    }
      
    .contenedortab .li.activo {
        border-bottom: solid 3px #346c88;
        border-left: none;
        color: #346c88;
        font-weight: 600;
        padding: 0px;
        margin: 0px 10px;
    }

    .img-perfil {
        width: 20%;
        min-width: 60px;
        margin-bottom: 20px;
    }
}

.modificar {
    color: #dd1010;
    font-size: small;
}

.modificar:hover {
    text-decoration: underline;
}

.accordion-button {
    font-size: small;
    padding: 10px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-body ul {
    padding: 5px;
    border: solid 1px #212529;
    height: 200px;
    width: 100%;
    margin: auto;
    overflow: scroll;
}

.accordion-body ul li{
    font-size: small;
    padding: 2px;
}

.accordion-button::after {
    background-size: 15px;
}

.form-control-dos {
    font-size: small;
    color: #c0c6cf;
    width: 100%;
}

.mr-10 {
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.row-conf {
    width: 60%;
    margin: auto auto 10px auto;
    border-bottom: solid 0.2px #e5e7eb;
    align-items: center;
}

.row-conf-g {
    width: 100%;
    margin: auto auto 10px auto;
    border-bottom: solid 0.2px #e5e7eb;
    align-items: flex-start;
}

@media (max-width: 767px ) {
    .row-conf {
        width: 100%;
        margin: auto auto 10px auto;
        border-bottom: solid 0.2px #e5e7eb;
    }
}


/*FICHA ASUNTO*/
.fecha{
    border: solid 1px #c0c7d3;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    height: 30px;
    cursor: pointer;
    font-size: small;
}

.div-mov {
    border-bottom: solid 2px #e5e7eb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.div-com-dos {
    margin-top: 10px;
}

.img-mov-asuntos {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.img-mov-asuntos-dos {
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.div-cuerpo-asunto {
    margin-left: 40px;
}

.accordion-body button.boton-prim {
    margin-top: -10px;
    margin-bottom: 10px;
}

.chat_sidebar ul{
    padding-left: 0px;
    margin-top: 10px;
}

.tabla-parametros {
    margin: auto 5px;
    width: 100%;
}

.tabla-parametros thead {
    border-bottom: solid 0.5px #d1d5db;
}

.tabla-parametros tbody tr td{
    padding-bottom: 10px;
}

.boton-ag-mov {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #fafafa;
    border: solid 1px #d1d5db;
    border-radius: 5px;
    margin-top: 15px;
    cursor: pointer;
    padding: 5px 10px;
}

.boton-ag-mov:hover {
    color: #000;
    background-color: #e5e7eb;
    border-radius: 5px;
    padding: 5px 10px;
}

@media (max-width: 768px) {
    .tabla-parametros {
        margin-top: 20px;
        width: 100%;
    }

    .div-cuerpo-asunto {
        margin-top: 5px;
        margin-left: 0px;
    }
}

.w-per-uno, .w-per-dos, .w-rad-uno, .w-rad-dos, .w-rad-tres, .w-rad-cuatro, .w-obj-uno, .w-obj-dos {
    width: 100%;
}

@media (min-width: 651px) {
    .w-per-uno {
        width: 20%;
    }
    
    .w-per-dos {
        width: 80%;
    }

    .w-rad-uno {
        width: 20%;
    }
    
    .w-rad-dos {
        width: 50%;
    }
    
    .w-rad-tres {
        width: 10%;
    }
    
    .w-rad-cuatro {
        width: 20%;
    }

    .w-obj-uno {
        width: 20%;
    }
    
    .w-obj-dos {
        width: 80%;
    }
}

.modal-scroll {
    overflow: scroll;
    height: 25vh;
}
.modal-scroll-b {
    overflow: scroll;
    height: 65vh;
}

.rowUno {
    display: flex;
}

.divUno {
    display: flex;
}

.rowUno {
    margin-bottom: 10px;
}

.divUno-b {
    display: flex;
}

@media (max-width: 576px) {
    .divUno {
        display: inline;
    }

    .divUno-b {
        margin-left: 40px;
        display: flex;
    }
}

.menu-conf-horizontal {
    margin: 0px;
}

.menu-conf-horizontal ul {
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

.menu-conf-horizontal ul li {
    font-size: small;
}

.header-subseccion-a {
    display: flex;
    border-bottom: solid 1px #d1d5db;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.header-subseccion-b {
    display: flex;
    border-bottom: solid 1px #d1d5db;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.row-parametros {
    margin-bottom: 30px;
}


@media (min-width: 768px) {
    .header-subseccion-b {
        display: flex;
        border-bottom: solid 1px #d1d5db;
        margin-bottom: 10px;
        justify-content: space-between;
        align-items: center;
    }

    .row-parametros {
        --bs-gutter-x: 2rem;
    }

    .btn-mar-rig {
        margin-right: 65% !important;
    }
}

@media (min-width: 1400px) {
    .row-parametros {
        --bs-gutter-x: 4rem;
    }

    .pos-linea {
        border-bottom: solid 1px #e5e7eb;
    }

    .btn-mar-rig {
        margin-right: 80% !important;
    }
}






/*MODALES*/
.modal-header {
    align-items: center;
    height: 50px;
    padding: 0px 20px;
}

.modal-footer {
    align-items: center;
    height: auto;
    padding: 0px 10px 10px 20px;
}

@media (min-width: 862px) {
    .modal-dialog {
        max-width: 800px;
    }

    .modal-ch {
        max-width: 500px;
    }
}

.modal-dialog-lista {
    width: 50%;
    max-width: 500px;
    margin-top: 50px;
}

.form-control option{
    width: 80%;
}

.div-as-asoc {
    border-bottom: solid 1px #e5e7eb;
    padding-top: 5px;
}









/*DIRECTORIO*/
.w-directorio {
    width: 30%;
    vertical-align: top;
}

p.label-activo {
    margin-right: 10px;
    margin-bottom: 0px;
    width: 75px;
    text-align: center;
}

.divUno-c {
    display: flex;
}

.btn-mas {
    height: 30px;
    float: right;
    margin-top: 10px;
}

.menu-mas {
    position: absolute;
    display: none;
    background: #fff;
    width: auto;
    height: auto;
    list-style: none;
    margin-top: 30px;
    right: 10px;
    padding: 5px;
    z-index: 2;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.btn-search {
    font-size: large;
    font-weight: bolder;
    height: 30px;
    margin-top: 5px;
    padding: 0px 3px;
}

.btn-agr-disabled {
    background-color: #eaeaea;
    padding: 0px 5px;
    color: #d1d5db;
}

.btn-agr-enabled {
    background-color: #bec7da;
    padding: 0px 5px;
    color: #000000;
}

.etiq-dir {
    margin-top: 5px;
    font-weight: 600;
    font-style: italic;
}

@media (max-width: 500px) {
    .hid {
        display: none;
    }

    #lista_directorio div table thead {
        border-bottom: solid 1px #e5e7eb;
    }

    .divUno-c {
        display: inline;
    }
}

@media (min-width: 577px) {
    .btn-mas {
        display: none;
    }

    .menu-mas {
        position: absolute;
        display: flex;
        background: none;
        width: auto;
        height: auto;
        list-style: none;
        margin-top: 15px;
        right: auto;
        padding: 5px;
        z-index: 2;
        box-shadow: none;
    }

    .etiq-dir {
        margin-top: 25px;
    }
}

@media all and (max-width: 650px) {
    .w-directorio {
        width: 100%;
    }
}

.buscar {
    display: none;
    margin-top: 5px;
    height: 30px;
    font-size: small;
}

.buscar-dos {
    display: none;
    margin-top: 5px;
    height: 30px;
    font-size: small;
}

@media (min-width: 450px) {
    .buscar-dos {
        display: flex;
        width: 300px;
    }
}

@media (min-width: 750px) {
    .buscar {
        display: flex;
        width: 300px;
    }

    .btn-search {
        font-size: large;
        font-weight: bolder;
        height: 30px;
        margin-top: 5px;
        padding: 0px 3px;
    }
}


    #directorio a {
        cursor: pointer;
        color: #488DB0;
        font-size: small;
        font-weight: bold;
        text-decoration: none;
    }
    #directorio .active {
        color: #0b03fc;
        font-weight: bold;
    }
    #directorio .menu-f {
        width: 30%;
        height: auto;
    }
    @media (min-width: 760px) {
        #directorio .menu-f {
            width: auto;
            height: auto;
        }
        #directorio .buscador-asuntos {
            margin-top: 5px;
            padding: none;
        }
    }
    @media (max-width: 759px) {
        #directorio .buscador-asuntos {
            margin-top: 5px;
            padding: none;
        }
        #directorio .h1-titulo-seccion {
            margin-top: 5px;
            margin-bottom: 5px;
        }
    }

    /*BOTON CUENTA*/
    
    .selec-cuenta {
        width: 200px;
        padding: 3px;
        border-radius: 6px;
        background-color: #374151;
        color: #fff;
        font-weight: 600;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    
    .selec-cuenta option {
        background-color: #fff;
        color: #000;
    }
    
    @media (max-width: 500px) {
        header {
            margin-bottom: 50px;
        }
    
        .selec-cuenta {
            position: absolute;
            margin-top: 90px;
            left: 10px;
            width: 95%;
        }
    }

/*OPCIONES AGREGAR AL MOVIMIENTO MODAL*/
@media (min-width: 1211px) {
    ul.opciones-mov {
        width: 50%;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 0;
    }
}

@media (max-width: 1210) {
    ul.opciones-mov {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
        margin-bottom: 5px;
    }
}


ul.opciones-mov > li {
    width: auto;
    margin-right: 5px !important;
    font-size: small !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    border: solid 1px #d1d5db !important;
    border-radius: 5px !important;
    margin-top:5px;
}

ul.opciones-mov > li.deshabilitado {
    color: #d1d5db!important;
    border: solid 1px #d1d5db !important;
    cursor: default !important;
}

ul.opciones-mov > li.activo {
    color: #000;
    border: solid 1px #d1d5db;
    background-color: #fef3c7;
}

/*LOGIN*/
.div-litigar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px auto;
}


.litigar-login {
    font-size: x-large;
    padding: 10px;
}

.div-login {
    width: 100%;
    margin: auto;
    padding: 30px 10px;
    border: solid 1px #9ca3af;
    border-radius: 10px;
}

.h-login {
    text-align: center;
    font-size: large;
    margin-bottom: 20px;
}

.form-label {
    font-size: small;
}

.texto-inferior {
    font-size: small;
    margin-top: 0px;
}

.texto-inferior a {
    color: #212529;
    text-decoration: none;
}

.texto-inferior a:hover {
    color: #212529;
    text-decoration: underline;
    cursor: pointer;
}

.btn-login {
    width: 100%;
    background-color: #fbbf24;
    border-radius: 5px;
    border: none;
    padding: 5px;
    font-weight: 600;
}

.linea-sep {
    border-bottom: solid 1px #9ca3af;
    width: 50%;
    margin-bottom: 10px;
}

.btn-login:hover {
    background-color: #f0b215;
}

.btn-redes {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #000;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}

.btn-redes a {
    color: #000;
    text-decoration: none;
}

.btn-redes:hover {
    width: 100%;
    background-color: #f3f4f6;
    border-radius: 5px;
    border: solid 1px #000;
    padding: 5px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-signup {
    width: 95% !important;
}

@media (min-width:400px) {
    .logo_login {
        width: 60px;
    }

    .litigar-login {
        font-size: xx-large;
        padding: 10px;
    }
}

@media (min-width:700px) {
    .div-login {
        width: 50%;
        padding: 30px;
    }

    .modal-signup {
        width: 50% !important;
        margin-top: 20px;
    }
}

@media (min-width:1200px) {
    .div-login {
        width: 30%;
        padding: 30px;
    }

    .modal-signup {
        width: 30% !important;
    }
}

/*SEARCH*/
.btn-nav-search {
    font-size: large;
    height: 24px;
    padding: 0px;
    margin: auto 5px;
}

.input-search {
    width: 90%;
    font-size: small;
    border: none;
    border-bottom: solid 1px #212529;
}

ul.listado-search {
    padding: 0px;
}

ul.listado-search li{
    display: flex;
    padding-top: 5px;
    border-bottom: solid 1px #e5e7eb;
}

/* LI */
.li-disabled {
    pointer-events: none;
    opacity: 0.6;
}



/* invitaciones */
.boton-cuar {
    font-size: small;
    font-weight: 500;
    color: #000;
    background: #51a3cc;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}
.boton-cuar:hover {
    background: #488DB0;
}
.span-btn-ch {
    font-size: x-large;
}
.btn-none-text {
    font-size: 0;
}
@media (min-width: 500px) {
    .btn-none-text {
        font-size: initial;
    }
    .span-btn-ch {
        display: none;
    }
}

/*INVITACIONES ENVIADAS*/
.nueva-invit {
    margin: 15px auto;
}
.invit-reenvio,
.invit-pendiente {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #346c88;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}
.invit-aceptada {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #34a853;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}
.invit-cancelada {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #f4915a;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}
.invit-rechazada {
    font-size: x-small;
    font-style: italic;
    font-weight: 500;
    color: #fff;
    background: #db3417;
    border-radius: 5px;
    padding: 2px 8px;
    height: 20px;
}
.invit-tiempo {
    font-size: small;
    color: #4b5563;
    margin-bottom: 0px;
}
.invit-p1 {
    font-weight: 500;
    margin-bottom: 0px;
    margin-right: 15px;
}
.invit-p2 {
    font-size: small;
    font-weight: 400;
    font-style: italic;
    color: #4b5563;
    margin-bottom: 2px;
}
.invit-usuario {
    align-items: baseline;
}
@media (min-width: 600px) {
    .invit-usuario {
        display: flex;
    }
}

.btn-aceptar {
    background: #346c88;
    border: solid 1px #346c88;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-aceptar:hover {
    background: #2d5c74;
    border: solid 1px #2d5c74;
}
.btn-aceptado {
    background: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #346c88;
    font-weight: 500;
    padding: 3px 0px;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-rechazar {
    background: #fff;
    border: solid 1px #346c88;
    border-radius: 5px;
    font-weight: 500;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-rechazar:hover {
    background: #f3f4f6;
}
.btn-rechazar-des {
    background: #fff;
    border: solid 1px #e5e7eb;
    color: #e5e7eb;
    border-radius: 5px;
    font-weight: 500;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: default !important;
}
@media (max-width: 800px) {
    .btn-aceptar, .btn-rechazar {
        font-size: small;
    }
}
/* fin invitaciones */

/*NOTIFICACIONES*/
/*NAV*/
.icon-notifications {
    font-size: x-large;
}
.num-noti {
    background-color: rgb(233, 1, 1);
    width: 18px;
    height: 18px;
    border-radius: 100px;
    padding: 0;
    position: absolute;
    z-index: 100;
    font-size: 12px;
    color: #fff;
    margin-left: -13px;
    margin-top: -3px;
    text-align: center;
    font-weight: 600;
}
.dropdown-menu {
    background-color: #fafafa;
    padding:0 0 0 0!important;
    /* position: absolute; */
    inset: 0px 0px 0px 0px;
    margin: 0px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1), 
    0 3px 6px 0 rgba(0, 0, 0, 0.1);
}
ul.menu-notif {
    width: 280px;
    height: auto;
    max-height: 90vh;
    overflow: auto;
    padding: 0px;
    margin-top: 10px !important;
}

ul.menu-notif li {
    padding: 5px;
    border-bottom: solid 1px #d1d5db;
    background-color: #fafafa;
}
ul.menu-notif li:hover {
    background: #fff9e6;
}

ul.menu-notif li:hover .eliminar-notif {
    visibility: visible;
}

ul.menu-notif li a {
    padding: 5px;
}
ul.menu-notif-more {
    width: 180px;
    padding: 5px !important;
}

ul.menu-notif-more li {
    padding: 5px !important;
    border-bottom: none !important;
}

ul.menu-notif-more li a {
    padding: 5px 0px !important;
}
.todas-notif a {
    font-size: small;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}

.todas-notif a:hover {
    text-decoration: underline
}
.notif-p1 {
    font-size: small;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000;
    white-space: normal;
}
.notif-p2 {
    font-size: small;
    margin: 0px;
    color: #1f2937;
    white-space: normal;
}
.notif-p3 {
    font-size: smaller;
    margin: 0px;
    color: #1f2937;
    white-space: normal;
}
.eliminar-notif {
    background: none;
    border: none;
    visibility: hidden;
    color: #1f2937;
}
.eliminar-notif:hover {
    color: #dd1010;
}
.icon-controller-record {
    color: #fbbf24;
    font-size: small;
}
.btn-aceptar {
    background: #346c88;
    border: solid 1px #346c88;
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-aceptar:hover {
    background: #2d5c74;
    border: solid 1px #2d5c74;
}
.btn-aceptado {
    background: #fff;
    border: solid 1px #fff;
    border-radius: 5px;
    color: #346c88;
    font-weight: 500;
    padding: 3px 0px;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-rechazar {
    background: #fff;
    border: solid 1px #346c88;
    border-radius: 5px;
    font-weight: 500;
    padding: 3px 15px;
    margin-right: 10px;
    margin-top: 10px;
}
.btn-rechazar:hover {
    background: #f3f4f6;
}
@media (max-width: 800px) {
    .btn-aceptar, .btn-rechazar {
        font-size: small;
    }
}
/*PAG NOTIF*/
.seccion-notif {
    margin: auto;
    width: 100%;
}
@media (min-width: 800px) {
    .seccion-notif {
        margin: auto;
        width: 40%;
        min-width: 700px;
        max-width: 1000px;
    }
}
div.seccion-notif ul {
    list-style: none;
    padding: 0px;
}

div.seccion-notif ul li {
    padding: 20px;
    border-bottom: solid 1px #d1d5db;
}
li.nueva-notif {
    background-color: #fff9e6;
    border-radius: 5px;
}
ul li div.col-2 button{
    justify-content: end;
    float: right;
    margin-right: 0;
    padding-right: 0;
}
.notif-p4 {
    text-align: right;
    margin-bottom: 5px;
}

.icon-tipo_movimiento {
    background-color: #1C8A65;
    color: #fff;
    border-radius: 25px;
}