@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;
}
.link {
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
    color: #6532c6;
}

.button {
    font-size: 16px;
    background: #1a3b66;
    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 #1a3b66;
    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: #6e7da3;
    border-color: #6e7da3;
}
.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;
}

.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-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: #f5f5f5;
    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: 320px;
    height: 28px;
    margin: 4px 0px;
    border-radius: 24px;
    margin-right: 62px;
}
.page-toolbar .pagination {
    display: flex;
    align-items: center;
}
.page-toolbar .searcher {
    width: 100%;
    height: 100%;
    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: #005db9;
}
.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: #005db9;
}
.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;
}


.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-header .list-item {
    color: #1a3b66;
    font-weight: 600;
}
.page-list .list-cell {
    font-size: inherit;
    display: flex;
    align-items: center;
    padding: 8px;
}
.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 #005db9;
}
.tab.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.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 .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: #1a3b66;
    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 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: blue;
}
.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%;
}