@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Light"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf) format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semilight"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf) format("truetype");
    font-weight: 200;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf) format("truetype");+
    font-weight: 400;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Bold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf) format("truetype");
    font-weight: 600;
}
@font-face {
    font-family: SegoeUI;
    src:
        local("Segoe UI Semibold"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff2) format("woff2"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.woff) format("woff"),
        url(//c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf) format("truetype");
    font-weight: 700;
}

*{font-family: SegoeUI;}
body {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
	background:white;
    /*background: #f4f4f4;*/
}

a {
    cursor: pointer;
}
.locked {
    filter: grayscale(0.5) blur(1px);
    pointer-events: none;
}
.right{
	text-align:right;
	justify-content: flex-end;
    max-width: 50%;
    background-color: white !important;
}

.left {
    text-align: left;
    justify-content: flex-end;
    max-width: 50%;
    min-width: 50%;
}

.link {
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    color: #6532c6;
}

.button {
    font-size: 16px;
    background: #FFAB57;
    text-align: center;
    color: white;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    outline:none;
    display: flex;
    align-items: center;
    justify-content: unset;
    border: 1px solid #FFAB57;
    box-sizing: border-box;
}
.button.outline-button {
   background: white;
   color: #1a3b66;
}
.button.outline-button:hover {
    text-shadow: 0px 0px 1px;
    background: #f7f7f7;
}
.button.disabled{
	opacity: 0.3;
	pointer-events: none;
}
.button:hover {
    background: #D6921A;
    border-color: #D6921A;
}
.button .button-icon{
    color: inherit;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 16px;
    min-height: 16px;
    width: 16px;
    min-width: 16px;
    text-decoration: none;
}
.button .button-text {
    color: inherit;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1;
    text-decoration: none;
}
.button .button-icon+.button-text {
    padding-left: 6px;
}
.button.disabled {
    opacity: 0.5;
    background: #ccc;
    pointer-events: none;
    border-color: #ccc;
}
.button.text-button {
    background: transparent;
    color: #1a3b66;
}
.button.text-button:hover {
    /* background: #fafafa; */
    text-decoration: underline;
}

.container-center {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

@media screen and (min-width: 100px) {
    .imagetramites {
      max-width: 536px;
    }
}

.imagetramites{
    /*box-shadow: 0px 0px 10px rgba(0, 0, 0, 2);
    */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 2);
    margin-bottom: 1%; 
}

.button.round-button{
    width: auto;
height: 28px;
cursor: pointer;
outline: none;
display: flex;
box-sizing: border-box;
padding: 8px 24px 8px 12px;
border-radius: 24px;
margin-left: 24px;
border: none;
}
.button.icon{
    padding: 8px;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.checkbox md-icon {
    font-size: 15px;
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
}

.photo-upload-placeholder {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: inline-block;
    padding: 10px;
    box-sizing: border-box;
    background: #C8DADF;
    cursor: pointer;
    margin: 24px 0px;
    flex: none;
}
.photo-upload {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border: 2px dotted #93B0B3;
    border-style: dashed;
    box-sizing: border-box;
    overflow: hidden;
}
.photo-upload-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.photo-upload-icon {
    font-size: 100px;
    width: 100px;
    height: 100px;
    color: #93b0b3;
}
.photo-upload-text {
    margin-top: 20px;
    font-size: 16px;
    color: #133E4C;
}
.photo-upload-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.input-group {
    display: flex;
    width: 100%;
}
.input-group > md-input-container {
    flex: 1;
}

.page-placeholder{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	/* transform: translateX(-50%); */
}
.page{
	position:absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}
.page.popup{
    position: relative;
    min-width: 1000px;
    min-height: 500px;
}

.page .app-header-placeholder {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    background: white;
    box-sizing: border-box;
    padding: 0px 20px;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 10%);
    flex: none;
    position: relative;
    z-index: 3;
}
.page .app-header {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.app-header .header-title {
    font-size: 16px;
    display: flex;
    align-items: center;
}
.app-header .header-title-text {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    color: #1a3b66;
}
.app-header .header-title-local {
    font-weight: bold;
    font-size: 17px;
    line-height: 1;
    color: #FFAB57;
}
.app-header .header-profile-button {
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    outline: none;
    padding: 0px 10px;
}
.app-header .header-profile-thumb {
    height: 40px;
    width: 40px;
    flex: 0 0 auto;
    /* padding-left: 6px; */
    /* padding-right: 6px; */
    box-sizing: content-box;
}
.app-header .header-profile-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.app-header .header-profile-title {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
}
.app-header .header-profile-rolename {
    color: #1a3b66;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
}
.app-header .header-profile-username {
    color: #777;
    font-size: 14px;
    text-align: right;
}
.app-header .header-profile-button:hover {
    background: #f5f5f5;
}
.app-header .profile-card {
    position: absolute;
    top: 100%;
    right: 0px;
    width: 320px;
    box-shadow: 0 24px 54px rgba(0,0,0,.15), 0 4.5px 13.5px rgba(0,0,0,.08);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1;
    outline: none;
}
.app-header .profile-card-headline {
    height: 50px;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
.app-header .profile-card-button {
    font-size: 13px;
    padding: 16px 14px;
    cursor: pointer;
    color: #333;
    font-weight: 300;
    outline: none;
}
.app-header .profile-card-button:hover {
    background: #eee;
}
.app-header .profile-card-body {
    display: flex;
    align-items: start;
}
.app-header .profile-picture {
    display: block;
    border-radius: 50%;
    overflow: hidden;
    width: 88px;
    height: 88px;
    margin-left: 16px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.app-header .profile-picture img {
    width: 100%;
    height: 100%;
}
.app-header .profile-data {
    padding-right: 12px;
    display: flex;
    flex-direction: column;
    margin-top: 28px;
}
.app-header .profile-username {
    font-size: 18px;
    font-weight: 600;
    padding: 1px;
    color: #333;
}
.app-header .profile-email {
    margin-top: 3px;
    font-size: 14px;
    padding: 1px;
    color: #333;
    font-weight: 300;
}


.page .app-content {
    display: flex;
    flex: 1;
}
.page .app-content .page-content-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    position: relative;
}
.page .app-content .page-content {
    width: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.page-content .page-header {
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: none;
    padding: 0px 24px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 2;
    /* justify-content: space-between; */
}
.page-header .page-title {
    margin: 0;
    font-size: 14px;
}
.page-header .page-subtitle {
    margin: 0;
    font-size: 12px;
}
.page-header .header-button {
    width: auto;
    height: 28px;
    cursor: pointer;
    outline: none;
    display: flex;
    box-sizing: border-box;
    padding: 8px 24px 8px 12px;
    border-radius: 24px;
    margin-left: 24px;
    border: none;
}
.page-header .header-button.icon {
    padding: 8px;
}
.page-header .page-title+.header-button {
    margin-left: auto;
    text-decoration:none;
}

.page-content .page-toolbar {
    height: 44px;
    display: flex;
    width: 100%;
    overflow: hidden;
    flex: none;
    padding: 0px 20px;
    box-sizing: border-box;
    background: #ffffff;
    box-shadow: 0px -1px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: space-between;
    align-items: center;
}
.page-content .page-toolbar.footer {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1);
}

.page-toolbar{
    box-shadow: 0px -1px 1px rgb(0 0 0 / 10%);
}
.page-toolbar .toolbar-button{
	width: auto;
	height: 28px;
	cursor: pointer;
	outline: none;
	display: flex;
	box-sizing: border-box;
	padding: 4px 8px;
	align-items: center;
	color: white;
	justify-content: center;
	border-radius: 24px;
	min-width: 44px;
}
.page-toolbar .toolbar-button.disabled {
    pointer-events: none;
    opacity: 0.5;
}
.page-toolbar .search-box {
    display: flex;
    align-items: center;
    width: 1% !important;
    height: 28px;
    margin: 4px 0px;
    border-radius: 24px;
    margin-right: 62px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2); /* Agrega el sombreado aquí */
  }
  
.page-toolbar .pagination {
    display: flex;
    align-items: center;
}
.page-toolbar .searcher {
    width: 50%;
    height: 150%;
    display: flex;
    align-items: center;
    position: relative;
}
.page-toolbar .search-box .buscadorFecha {
    margin-left: 10px;
}
.page-toolbar .searcher .search-icon{
    width: 44px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    flex: none;
    right: 0px;
    padding: 0px;
    height: 28px;
    font-size: 21px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-toolbar .searcher input {
    background: white;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 44px 0px 12px;
    font-size: 12px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #ccc;
    outline: none;
}
.page-toolbar .searcher input:focus {
}
.page-toolbar .menu-button-icon {
    font-size: 19px;
    min-width: 19px;
    min-height: 19px;
    width: 19px;
    height: 19px;
    color: #0078d4;
    margin: 0 4px 0 0;
}
.page-toolbar .pagination-caption {
    display: inline-block;
    font-size: 14px;
    padding: 0px 24px;
    color: #1a3b66;
    font-weight: bold;
}


.app-menu-placeholder {
    background: #fafafa;
    box-shadow: 2px 0px 3px rgb(0 0 0 / 10%);
    width: 166px;
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: none;
}
.app-menu {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.menu-header {
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    /* background: #eee; */
    box-sizing: border-box;
    padding: 0px 24px;
}
.menu-title {
    line-height: 1;
    font-weight: 900;
    color: #3B4F7E;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menu-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    /*padding: 24px 0px;*/
    box-shadow:0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}
.menu-button {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0px 24px;
    box-sizing: border-box;
    text-decoration: none;
    color: #333;
}
.menu-button.disabled {
    background: rgba(0, 0, 0, 0.02);
    color: #ccc;
    pointer-events: none;
}
.menu-button-icon {
    margin: 0;
    width: 21px;
    height: 21px;
    font-size: 21px;
    min-width: 21px;
    min-height: 21px;
    color: #FFAB57;
}
.menu-button-text {
    padding: 0px 6px 0px 6px;
    font-size: 14px;
    font-weight: 900;
    color: inherit;
}
.menu-button:hover {
    background: #f5f5f5;
}
.menu-button.active {
    background: #FFAB57;
}
.menu-button.active .menu-button-icon {
    color: white;
}
.menu-button.active .menu-button-text {
    color: white;
}
.menu-button.main-button {
    /* height: 52px; */
    margin: 10px 0px;
}
.menu-section-title {
    margin: 24px 0px 8px 0px;
    font-size: 10px;
    font-weight: 600;
    color: #999;
    padding: 0px 24px;
    text-transform: uppercase;
}

.button-file{
    background: #FFAB57;
    border-radius: 10%;
}
.list{
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.list.page-list{
	
}
.list-item-clickable{
	cursor:pointer;
}
.list-item.disabled {
    background: #fafafa;
    pointer-events: none;
}
.list-item.disabled * {
    opacity: 0.7;
}
.list-item.ui-sortable-helper {
    background: rgba(255, 255, 255, 0.7);
    transform: rotate(1deg);
}
.list-item.list-item-clickable:hover{
	background: rgb(0 120 212 / 8%);
}
.page-list .list-header {
    width: 100%;
    box-sizing: border-box;
    flex: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 44px;
}
.page-list .list-item {
    display: flex;
    outline: none;
    align-items: center;
    height: 44px;
    box-sizing: border-box;
    width: 100%;
    padding: 0px 24px;
    text-decoration: none;
    font-size: 12px;
    color: #555;
    font-weight: 700;
}
.page-list .list-item .add-button {
    width: auto;
    height: 28px;
    cursor: pointer;
    outline: none;
    display: flex;
    box-sizing: border-box;
    padding: 8px 24px 8px 12px;
    border-radius: 24px;
    margin-left: 24px;
    border: none;
}
.page-list .list-header .list-item {
    color: #1a3b66;
    font-weight: 600;
}
.page-list .list-cell {
    font-size: inherit;
    display: flex;
    align-items: center;
    padding: 0px;
}
.page-list .list-body {
    /* overflow: scroll; */
    /* overflow-x: hidden; */
    flex: 1;
}
.page-list .list-cell[it-sorts] {
    cursor: pointer;
}
.page-list .list-cell[it-sorts]:hover {
    background: rgba(0, 0, 0, 0.02);
}
.page-list .list-cell[it-sorts] md-icon {
    color: #1a3b66;
    font-size: 18px;
}
.page-list .list-cell-icon-button {
    cursor: pointer;
    outline: none;
}
.page-list .list-cell-icon-button md-icon {
    font-size: 16px;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    color: #0078d4;
}
.page-list .list-cell-check-box {
    outline: none;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.page-list .list-cell-check-box md-icon {
    font-size: 16px;
    color: #0078d4;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
}
.page-list .list-body .list-item:hover {
    background: rgba(0, 0, 0, 0.05);
}
.page-list .list-body .list-item:not(:last-child){
    border-bottom: 1px solid #ddd;
}





.page-panel-placeholder {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 550px;
    height: 100%;
    overflow: hidden;
    background: white;
    box-shadow: -1px 0px 3px rgb(0 0 0 / 10%);
    z-index: 2;
}
.page-panel {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.page-panel .header {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    box-sizing: border-box;
}
.page-panel .header .title {
    padding: 0px 12px;
    font-size: 14px;
    font-weight: 700;
    /* color: #6532c6; */
}
.page-panel .toolbar {
    width: 100%;
    margin-top: auto;
    border-top: 1px solid #ccc;
    display: flex;
    align-items: center;
    height: 44px;
    box-sizing: border-box;
    padding: 0px 12px;
    flex: none;
}
.page-panel .toolbar .button {
    font-size: 12px;
    padding: 2px 14px;
    border-radius: 4px;
    height: 24px;
}
.page-panel .subtitle {
    padding: 0px 12px;
    font-weight: 700;
    margin-top: 12px;
    height: 44px;
    display: flex;
    align-items: center;
}
.page-panel .no-results {
    margin: 4px 12px;
    padding: 12px;
    font-weight: 500;
    font-size: 12px;
    background: #fff3f0;
    box-sizing: border-box;
}
.page-panel .search-box-placeholder {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0px 12px;
    height: 44px;
    box-sizing: border-box;
    flex: none;
}
.page-panel .search-box {
    width: 100%;
    height: 24px;
    box-sizing: border-box;
    position: relative;
}
.page-panel .search-box input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    outline: none;
    box-sizing: border-box;
    padding: 2px 24px 2px 8px;
    font-size: 12px;
    color: #333;
}
.page-panel .search-box md-icon {
    font-size: 16px;
    position: absolute;
    z-index: 1;
    color: #777;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    right: 4px;
    top: 4px;
}
.page-panel .panel-advice {
    margin: 4px 12px;
    font-size: 12px;
    background: #f0f6ff;
    padding: 12px;
    box-sizing: border-box;
}
.page-panel .panel-search-list {
    display: flex;
    flex-direction: column;
    overflow: auto;
    margin: 12px;
    box-sizing: border-box;
    height: 25%;
}
.page-panel .panel-search-list .list-item {
    display: flex;
    align-items: flex-start;
    padding: 12px;
}
.page-panel .list-item-thumb-placeholder {
    width: 44px;
    height: 44px;
    margin-right: 12px;
    flex: none;
}
.page-panel .list-item-thumb {
	background: #f0f6ff;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.page-panel .list-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.page-panel .list-item-body .title {
    line-height: 1.25;
    max-height: 32px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #555;
    font-weight: 700;
    overflow: hidden;
}
.page-panel .list-item-body .description {
    line-height: 1.2;
    font-size: 10px;
    color: #777;
    font-weight: 400;
    padding-bottom: 4px;
}
.page-panel .panel-search-list .list-item:not(:first-child) {
    /* margin-top: 16px; */
}
.page-panel .panel-search-list .list-item:not(:last-child) {

border-bottom: 1px solid #ccc;
}
.page-panel .list-item-buttons-placeholder {
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.page-panel .list-item-buttons-placeholder .button {
    font-size: 12px;
    font-size: 12px;
    padding: 4px 16px;
    border-radius: 4px;
}

.tabs-placeholder {
    width: 100%;
    height: 44px;
    /*
    display: flex;
    align-items: center;
    */
    overflow: hidden;
    flex: none;
    padding: 0px 24px 0 0;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 2;
    justify-content: center;
}
.tabs {
    height: 100%;
    display: flex;
    align-items: flex-start;
}
.tab {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 24px;
    font-size: 15px;
    text-decoration: none;
    color: #555;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    padding-top: 1px;
    font-weight: 700;
}
.tab.inactive {
    opacity: 0.2;
    pointer-events: none;
}
.tab:hover {
    background: #eee;
}
.tab.active {
    border-bottom: 2px solid #FFAB57;
}
.tab.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}

.tab-content-placeholder {
    overflow: hidden;
    flex: 1;
    display: flex;
}
.tab-content {
    width: 100%;
}
.tab-header {
    height: 44px;
    display: flex;
    align-items: center;
    overflow: hidden;
    flex: none;
    padding: 0px 24px;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 10%);
    position: relative;
    z-index: 2;
    justify-content: space-between;
}
.tab-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
}
.tab-header .button {
    width: auto;
    height: 28px;
    cursor: pointer;
    outline: none;
    display: flex;
    box-sizing: border-box;
    padding: 8px 24px 8px 12px;
    color: white;
    border-radius: 24px;
}
.tab-header .buttons{
    display:flex;
}
.tab-header .buttons .button{
    margin: 0 5px;
}
.tab-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.tab-form .form-card {
    width: 25%;
    padding: 12px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.tab-form .form-card .box {
    border: 1px solid rgba(211, 211, 211, 0.568);
    padding: 12px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.tab-form .form-card .title {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0px;
}
.tab-form .form-card .description {
    margin: 12px 0px;
    font-size: 14px;
}


.page-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}
.page-form .form-card {
    width: 50%;
    padding: 12px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.page-form .form-card .title {
    font-weight: bold;
    font-size: 18px;
    margin: 12px 0px;
}
.page-form .form-card .description {
    margin: 12px 0px;
    font-size: 14px;
}


.icon-button {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #19437d;
}
.icon-button.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.icon-button:hover {
    background: #ddd;
}
.icon-button.highlighted {
    color: #C81661;
}
.icon-button.open {
    background: #1a3b66;
    color: white;
}
.icon-button.open:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 22px solid transparent;
	border-right: 22px solid transparent;
	border-top: 6px solid #1a3b66;
	position: absolute;
	top: 100%;
}
.icon-button md-icon {
    color: inherit;
    user-select: none;
}
.icon-button .badge {
    position: absolute;
    position: absolute;
    background: #ff00007a;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    color: white;
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 8px;
    right: 8px;
}


.access-page {
    background: white;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background-color: #FFAB57;
    background-repeat: no-repeat;
    background-size: cover;
}
.access-card {
    display: flex;
    max-width: 90%;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
    border-radius: 12px;
    position: relative;
    background: white;
}
.access-card.ng-enter{
	transition: 3s ease-in-out all;
	opacity:0;
	transform: translateY(30px);
}
.access-card.ng-enter-active{
	opacity:1;
	transform: translateY(0px);
}
.access-icon {
    padding-top:50px;
}
.access-icon img{
    width: 40%;
}
.access-form {
    padding: 50px 50px 50px 50px;
    min-width: 600px;
}
.access-form .button {
    justify-content: center;
    margin-left: 30%;
    margin-right: 30%;
}
/* .access-form .button .button-text {
    font-size: 20px;
} */
.access-form md-input-container{
    margin-top: 0;
}
.access-form a {
    color: black;
    text-decoration: none;
    margin-top: 10px;
    text-align: center;
}
.access-form a:hover {
    color: #FFAB57;
}
.access-headline {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
}
.access-actions {
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
    flex-direction: column;
}
.access-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
}
.access-picture {
    flex: 1;
    padding: 50px;
    box-sizing: border-box;
}
.access-picture img {
    width: 100%;
}

/* Dashboard */
.dashboard-page md-list {padding:0;}
.dashboard-page md-list-item{
    font-size:11px;
    font-weight: 600;
}
.dashboard-page md-list-item .md-button{
    font-size:11px;
    line-height: 20px;
}
.dashboard-page md-list-item.disabled{
    background: #cacaca;
}
.informePowerBi {
    width: 100%;
    height: 100%;
    transition: 0.3s ease-in-out;
}

.informePowerBi iframe {
    border: none;
}

.informePowerBi .zoom-button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.informePowerBi .zoom-button md-icon{
    color:#fff;
}
.informePowerBi .zoom-button:hover md-icon{
    color:#000;
}

.informePowerBi .window-button {
    position: absolute;
    right: 104px;
    bottom: 0;
}

.informePowerBi .refresh-button {
    position: absolute;
    right: 208px;
    bottom: 0;
    min-width: 44px !important;
}

.informePowerBi.zoom {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.informePowerBi .informePowerBiContent{
    border:0;
    width: 100%;
    height: 100%;
}
/* nuevos cambios  */
.small-button{
   width: 10px !important;
   height: 10px !important;
}

.table-color
{
background-color: whitesmoke !important;
}
.table-white
{
background-color: white !important;
}
/* for tables */

table {
    border-collapse: collapse;
    width: 100%;
}
  
td, th {
    text-align: center;
    padding: 8px;
    font-size: 13px;
}
  
tr:nth-child(even) {
    background-color: whitesmoke;
}
tr.hover:hover {background-color: #FFAB57;}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, md-input-container:not(.md-input-invalid).md-input-focused .md-input, md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, md-input-container:not(.md-input-invalid).md-input-resized .md-input{
    border-color: #FFAB57 !important;
}
md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value{
    border-color: #FFAB57 !important;
}
label{
    color: grey !important;
}
.dialogdemoBasicUsage #popupContainer {
    position: relative;
}
.dialogdemoBasicUsage .footer {
    width: 100%;
    text-align: center;
    margin-left: 20px;
}
.dialogdemoBasicUsage .footer, .dialogdemoBasicUsage .footer > code {
    font-size: 0.8em;
    margin-top: 50px;
}
.dialogdemoBasicUsage button {
    width: 200px;
}
.dialogdemoBasicUsage div#status {
    color: #c60008;
}
.dialogdemoBasicUsage .dialog-demo-prerendered md-checkbox {
    margin-bottom: 0;
}
.modal-toolbar {
    background-color: #FFAB57 !important;
}

/* This is for a tree CSS */

.tree {
    position: relative;
    padding-left: 2%;
    font-size: 1.02rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    padding-top: 1%;
    padding-bottom: 1%;
    width: 10%;
  }
  .whitesmoke{
    background: whitesmoke !important;
  }
  .tree span {
    font-size: 13px;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #a8a8a8;
  }
  .tree .fa-folder-open, .tree .fa-folder {
    color: #FFAB57;
  }
  .tree .fa-html5 {
    color: #f21f10;
  }
  .tree ul {
    padding-left: 5px;
    list-style: none;
  }
  .tree ul li {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    user-select: none;
  }
  .tree ul li details summary {
    outline: none;
  }
  .tree ul li details summary::-webkit-details-marker {
    display: none;
  }
  .tree ul li details[open] > summary i:before {
    content: "";
  }
  .tree ul li details[disabled] > summary {
    cursor: not-allowed;
  }
  .tree ul li details[disabled] > summary i:before {
    content: "";
    color: #7f96ae;
  }
  .tree ul li:before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 10px;
    height: 1px;
    margin: auto;
    content: "";
    background-color: #ccc;
  }
  .tree ul li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: #ccc;
  }
  .tree ul li:last-child:after {
    height: 15px;
  }
  .tree ul a {
    cursor: pointer;
  }
  .tree ul a:hover {
    text-decoration: none;
  }
  .iconme{
    color: #F40F02;
  }

  .center-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60vh;
  }
  
  .nothing {
    width: 60%;
    height: 60%;
    max-width: 300px;
    max-height: 300px;
    border-radius: 50%;
  }
  .content {
    text-align: center;
  }

  /* This is for a viewer CSS */

  .container_viewer {
    display: flex;
    height: 100vh; /* Establece la altura al 100% de la ventana */
  }

  .left {
    flex: 0 0 30%; /* El div izquierdo ocupa el 20% del espacio disponible */
  }
  .right {
    flex: 1; /* Hace que ambos divs ocupen el mismo espacio */
  }

  .right {
    background-color: #e0e0e0; /* Color de fondo del div derecho */
  }
  .edinsa-color
  {
    background-color: #FFAB57 !important;
  }
.toastdemoBasicUsage .spacer {
  width: 50px;
}
.bounce-icon {
    animation: bounce 1s ease-in-out infinite;
  }
  
  @keyframes bounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  .mi-input-fecha {
    background-color: whitesmoke;
    border: none;
    border: 1px solid #ccc;
    border-radius: 10px; 
    box-shadow: 0 0 4px #ccc;
    padding: 5px;
  }
  
  .tooltiptext {
    visibility: hidden;
    background-color: #f2f2f2;
    color: black;
    border-radius: 6px;
    padding: 5px 0;
    margin-top: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 10000;
    right: 5%; /* Ajusta el valor según el espacio deseado */

    /* Media query para ajustar la posición en pantallas más pequeñas */
    @media (max-width: 768px) {
        right: 2%; /* Ajusta el valor según el espacio deseado en pantallas más pequeñas */
    }
}





  
 .tooltiptext {
    visibility: visible;
  }

  .position-relative{
    position: relative !important;
  }
   .tooltiptext ul {
        list-style-type: none; /* This removes the bullet points */
        padding: 0;
        list-style: none;   
    }
    
  .tooltiptext ul li {
        font-size: 14px; 
        padding: 5px;
        padding-right: 10px;
        word-wrap: break-word; /* This will break the text into next line if it's too long */
        transition: all 0.3s ease-in-out; /* This will make the hover effect smooth */
    }
    
    
     .tooltiptext ul li i {
       padding-left: 10px;
       padding-right: 10px;
    }
    
    .tooltip .tooltiptext ul li:hover {
        background-color: #FFAB57; /* The background color you want on hover */
    }
    
    .button-informes {
        margin-left: auto !important;
    }
    .box-informes{
        display: flex !important;
    }
    
    /* Informes */
    
	#declaraciones-form .tab-content {
		margin: 20px;
	}

	#declaraciones-form .tab-header {
		text-align: center;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	#declaraciones-form .tab-title {
		margin: 10px;
	}

	#declaraciones-form .table-color {
		background-color: #f5f5f5;
		border-radius: 10px;
	}

	#declaraciones-form .md-input-container {
		width: 100%;
		margin-bottom: 20px;
	}

	#declaraciones-form .md-select {
		width: 100%;
	}

	#declaraciones-form .md-radio-group {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}

	#declaraciones-form .md-radio-button {
		flex-basis: 50%;
		margin-bottom: 10px;
	}

	#declaraciones-form .md-input-container.ng-hide {
		display: none;
	}

	#declaraciones-form .form-heading {
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	#declaraciones-form .form-field {
		margin-bottom: 20px;
	}

	#declaraciones-form .form-field label {
		display: block;
		margin-bottom: 5px;
	}

	#declaraciones-form .form-field .md-input-container {
		width: 100%;
	}

	#declaraciones-form .form-field .md-select {
		width: 100%;
	}

	#declaraciones-form .form-field .md-radio-group {
		display: flex;
		flex-wrap: wrap;
		margin-top: 5px;
	}

	#declaraciones-form .form-field .md-radio-button {
		flex-basis: 50%;
		margin-bottom: 5px;
	}

	#declaraciones-form .center-card {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		position: relative;
	}

	#declaraciones-form .shadow-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
		border-radius: 10px;
		z-index: -1;
	}
     /* Informes */
    /* Mejora los checkbox */
	input[type="checkbox"] {
        width: 20px; 
        height: 20px;
        cursor: pointer;
      }
      
      input[type="checkbox"]:before {
        content: "";
        display: inline-block;
        width: 20px; 
        height: 20px;
        background: white;
        border: 2px solid #666;
        border-radius: 3px;
        box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
      }
      
      input[type="checkbox"]:checked:before {
        background: #FFAB57;
      }
      
      /* Estilo para los hover naranjas */
      .md-option:hover, .md-radio-button:hover {
        color: #FFAB57; 
      }
      
      /* Mejora la apariencia de la sección "objeto de la declaración/solicitud" */
      .form-field {
        margin-bottom: 15px;
      }
      
      .form-field label {
        font-size: 16px;
        font-weight: bold;
        color: #333;
      }
      
      .form-field .md-radio-group {
        display: flex;
        flex-wrap: wrap;
      }
      
      .form-field .md-radio-button {
        margin-right: 15px;
      }
      
      /* Estilo para md-select */
      md-select {
        width: 100%;
      }
      
      md-select:hover {
        color: #FFAB57;
      }
      /* Add a class for checkboxes */
      .checkbox-field {
      margin-bottom: 15px; /* Adjust the space as needed */
      }
      /* Estilo para posicionar el elemento hijo */
      .form-field .child-div {
      position: absolute;
      top: 0;
      right: -200px; /* Ajusta el valor según tu preferencia */
    }
    #son {
         margin-left: 3%;
      }
    #sonson{
        margin-left: 30%;
    }
    md-radio-button.md-default-theme .md-on, md-radio-button .md-on {
        background-color: #FFAB57;
        border-color: #FFAB57;
    }


  /* Estilo para el borde */
  md-radio-button .md-container.md-ink-ripple .md-off{
    border-color: grey;
  }
  md-radio-button .md-container.md-ink-ripple .md-on {
    border-color: FFAB57;
  }
  .radio-group-container {
    column-count: 2;
}

#shaded-card {
    box-shadow: -8px 0px 10px -6px rgba(0, 0, 0, 0.3);
}
.row-large {
    height: 50px; 
  }

  .page-toolbar .search-box .searcher input {
    width: 100%;
    height: 100%;
    border: none; /* Elimina el borde */
    background-color: transparent;
    padding: 0px 10px;
    font-size: inherit;
    color: inherit;
    outline: none;
    font-size: 14px;
  }
  .searcher {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .search-box {
    display: flex;
    align-items: center;
  }
  
  .icons-container {
    margin-left: auto !important;
  }

  .custom-md {
    width: 20%;
  }

  .separator {
    width: 1px;
    height: 20px;
    background-color: #ccc;
    margin: 0px 10px;
  }
  .page-toolbar.table-white {
    display: flex;
    align-items: center;
  }
  
  .page-toolbar .search-box {
    display: flex;
    align-items: center;
    flex: 1;
    height: 28px;
    margin: 4px 0px;
    border-radius: 24px;
    margin-right: 10px; /* Ajusta este margen según sea necesario */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    padding-right: 0; /* Elimina el padding-right para que se ajuste automáticamente */
  }
  
  .page-toolbar .search-box .searcher {
    flex: 1;
    padding-right: 10px; 
  }
  
  .page-toolbar .search-box input[type="date"] {
    width: auto; 
  }

  :root {
    --animate-duration: 50ms;
    --animate-delay: 0.9s;
  }

  .form-field {
    display: block;
    width: 100%;
    padding: 10px;
}

.giant{
    width: 100%;
}
.cursor-pointer {
    cursor: pointer;
}
.largoAnchoInput .md-input-element {
    width: 500px;
    height: 50px;
}
.largoAnchoInput input {
    width: 500px !important; 
    height: 100px !important;
}

.modify {
    margin-left: 4%;
    width: 10%;
    background-color: whitesmoke;
}


.cursos-default:hover {
    cursor: default;
}

.search-box {
    display: flex;
    align-items: center;
  }
  
  .md-menu {
    max-width: 200px; /* Ajusta según sea necesario */
  }
  
  .separator {
    margin: 0 10px; /* Ajusta según sea necesario */
  }
  
  /* Estilo adicional para manejar el texto dentro de los elementos */
  .cursos-default {
    overflow: hidden;
    text-overflow: ellipsis; /* Agrega puntos suspensivos (...) si el texto es demasiado largo */
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
  }

/*This is for the img size*/
.imageproyectos {
      max-width: 130px;
      border-radius: 10%;
}

/*Boton de proyectos de importar imagen*/
.buttonproyectos {
    width: 130px;
    align-items: center;
    justify-content: center;
}

.card-flexi {
    margin-top: 2%;
    display: flex;
    flex-direction: row; /* Cambiado a 'row' para que estén en paralelo */
    justify-content: space-around;
}
.md-cardflex {
    margin-bottom: 20px; /* Agrega espacio entre las cartas */
    width: 200px; /* Establece un ancho máximo para las cartas */
}
 
.infoestadis{
    text-align: center;
}
.shadow-minor{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.card-container {
    display: flex;
    justify-content: center;
}

.md-cardflex {
    display: flex;
    justify-content: flex-end;
}
.contenedor-flexbox {
    display: inline-block; /*Convertimos al menú en flexbox*/
    justify-content: space-between; /*Con esto le indicamos que margine todos los items que se encuentra adentro hacia la derecha e izquierda*/
    align-items: center; /*con esto alineamos de manera vertical*/
}

#logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.imgLogo {
    width: 20px !important;
    height: 20px !important;
    border-radius: 50% !important;
}
.trDivider{
  border-bottom: 1px solid #ccc;
  }
.h1Background{
    background: url(../images/fondo.jpg);
}

.imgSmall{
    width: 20px !important;
    height: 20px !important;
}

.h-divider {
  margin: auto;
  margin-top: 80px;
  width: 80%;
  position: relative;
}

.h-divider .shadow {
  overflow: hidden;
  height: 20px;
}

.h-divider .shadow:after {
  content: '';
  display: block;
  margin: -25px auto 0;
  width: 100%;
  height: 25px;
  border-radius: 125px/12px;
  box-shadow: 0 0 8px black;
}

.h-divider .text {
  width: 100px;
  height: 45px;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -33px;
  left: 50%;
  margin-left: -60px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.h-divider .text i {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
  border-radius: 100%;
  border: 1px dashed #aaa;
  text-align: center;
  line-height: 50px;
  font-style: normal;
  color: #999;
}

.h-divider .text2 {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: 100%;
  margin-bottom: -35px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  box-shadow: 0 2px 4px #999;
  background: white;
}

.h-divider img {
  position: absolute;
  margin: 4px;
  max-width: 60px;
  border-radius: 100%;
  border: 1px dashed #aaa;
}


/* === HEADING STYLE #3 === */
.three h1 {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
}
.three h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #111;
}
.three h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #333;
}

.icon-hovers {
    transition: transform 0.3s ease;
}

.icon-hovers:hover {
    transform: translateX(15px);
}

.icon-container {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-hover {
    position: absolute;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: translateX(0);
    opacity: 1;
}

.icon-container:hover .icon-original {
    transform: translateX(-20px);
    opacity: 0;
}

.icon-container:hover .icon-transform {
    transform: translateX(0);
    opacity: 1;
}

.icon-transform {
    opacity: 0;
}


  
  
  
  
  
.center {
    text-align: center;
    justify-content: flex-end;
    max-width: 50%;
    display: table;
}

.center-element {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        z-index: 10;
        &:before,
        &:after {
            position: absolute;
            content: "";
            width: 1px;
            left: 50%;
            border-left: 1px solid black;
            z-index: 10;
        }

        &:before {
            bottom: 50%;
            top: 0;
            margin-bottom: 20px;
        }

        &:after {
            top: 50%;
            bottom: 0;
            margin-top: 20px;
        }
    }

@keyframes limpiar {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(100% - 100px));
    }
}

.img-limpiando {
    animation: limpiar 4s linear infinite alternate;
}

#action-button {
    right: 40px;
    bottom: 40px;
    width: 60px;
    height: 60px;
    background-image: url(../images/plus.svg);
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1000000;
}

#action-button:before,
#action-button:after {
    content: "";
    top: 50%;
    left: 50%;
    background: white;
    transition: all 0.4s ease;
    border-radius: 1px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#action-button:before {
    width: 20px;
    height: 2px;
}

#action-button:after {
    width: 2px;
    height: 20px;
}

#action-button:hover:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(540deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(540deg);
    transform: translateX(-50%) translateY(-50%) rotate(540deg);
}

#action-button:hover:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(540deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(540deg);
    transform: translateX(-50%) translateY(-50%) rotate(540deg);
}

#action-button ul {
    bottom: 60px;
    list-style-type: none;
    margin: 0;
    padding: 40px 0;
    -webkit-transform: rotate(180deg) translateY(-30px);
    -moz-transform: rotate(180deg) translateY(-30px);
    transform: rotate(180deg) translateY(-30px);
}

#action-button ul li {
    display: block;
    margin-bottom: 10px;
    -webkit-transform: rotate(-180deg);
    /* Reverse back */
    -moz-transform: rotate(-180deg);
    /* Reverse back */
    transform: rotate(-180deg);
    /* Reverse back */
}

#action-button ul li a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff4f2;
    border-radius: 50%;
    box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    color: #FFAB57;
    font-family: Geneva, sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    padding: 18px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#action-button ul li a:hover {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.75);
    background: #FFAB57;
    color: #fff4f2;
}

#action-button ul li a:active {
    background: #FFAB57;
}

/* Set disappear sequence (reverse) */
#action-button ul li:nth-of-type(1) a {
    -webkit-transition: transform 0.2s ease 0.16s, box-shadow 0.2s ease;
    -moz-transition: transform 0.2s ease 0.16s, box-shadow 0.2s ease;
    transition: transform 0.2s ease 0.16s, box-shadow 0.2s ease;
}

#action-button ul li:nth-of-type(2) a {
    -webkit-transition: transform 0.2s ease 0.08s, box-shadow 0.2s ease;
    -moz-transition: transform 0.2s ease 0.08s, box-shadow 0.2s ease;
    transition: transform 0.2s ease 0.08s, box-shadow 0.2s ease;
}

#action-button ul li:nth-of-type(3) a {
    -webkit-transition: transform 0.2s ease 0s, box-shadow 0.2s ease;
    -moz-transition: transform 0.2s ease 0s, box-shadow 0.2s ease;
    transition: transform 0.2s ease 0s, box-shadow 0.2s ease;
}


/* Hover to show sequence with delays */
#action-button:hover ul li:nth-of-type(1) a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease 0s, background 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: transform 0.2s ease 0s, background 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease 0s, background 0.2s ease, box-shadow 0.2s ease;
}

#action-button:hover ul li:nth-of-type(2) a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease 0.08s, background 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: transform 0.2s ease 0.08s, background 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease 0.08s, background 0.2s ease, box-shadow 0.2s ease;
}

#action-button:hover ul li:nth-of-type(3) a {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.2s ease 0.16s, background 0.2s ease, box-shadow 0.2s ease;
    -moz-transition: transform 0.2s ease 0.16s, background 0.2s ease, box-shadow 0.2s ease;
    transition: transform 0.2s ease 0.16s, background 0.2s ease, box-shadow 0.2s ease;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tabla-contenedor {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.pdf-contenedor {
    max-height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    margin-right: 10px;
}
.max-style {
    max-width: 200px;
    width: 100%;
    min-width: 0;
}
.texto-pequeno {
    font-size: 0.8em;
}