@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans&display=swap');
@import '../node_modules/font-awesome/less/font-awesome.less';
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0');

@import './skin.css';
:root {
    --theme-accent: 0, 167, 225;                /*ACENTUADO         AZUL CLARO              00A7E1  */
    --theme-primary: 0, 83, 139;                /*PRIMARIO          AZUL OSCURO             00538B  */
    --theme-secondary: 121, 162, 190;           /*SECUNDARIO        GRIS PRINCIPAL          79A2BE  */
    --theme-color: 103, 103, 103;               /*THEME-COLOR       GRIS MARRON             676767  */

    --theme-background: 242, 242, 242;          /*BCKGRND           Fondo área contenido    F2F2F2  */
    --theme-background-alt: 255, 255, 255;      /*BCKGRND - ALT     Blanco Puro             FFFFFF  */
    --theme-background-alt2: 247, 247, 247;     /*BCKGRND - ALT2    Fondo menú izq          F7F7F7  */
    --theme-background-alt3: 232, 239, 245;     /*BCKGRND - ALT3    Fondo títls recuadros   E8EFF5  */

                                    /*--------------------------------------*/

    --theme-color-hover: 71, 71, 71;            /*COLOR HOVER       Hover Botón Gris        474747  */
    --theme-border-color: 202, 202, 202;        /*BORDER COLOR      Light Gray              CACACA  */
    --navbar-color: 239, 239, 239;              /*NAVBAR COLOR      Cultured Gray           EFEFEF  */

    --theme-accent-hover: 0, 141, 190;          /*ACCENT HOVER      Hover Boton Principal   008DBE  */
    --theme-danger: 170, 36, 33;                /*DANGER            Danger                  AA2421  */
    --theme-danger-hover: 123, 20, 18;          /*DANGER HOVER      Danger Hover            7B1412  */

    --theme-black: 14, 14, 14;                  /*BLACK             Black Rich              0E0E0E  */
    --button-gray: 128, 128, 128;               /*FONDO BOTON GRIS  Button Gray             6d6d6d  */

    --font-primary: "Work Sans", sans-serif;

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;

    --border-default: 1px solid rgb(var(--theme-border-color));
    --border-radius: 0.7rem;
}

ui-view {
    height: initial;
    overflow: visible;
}

md-autocomplete md-autocomplete-wrap md-progress-linear {
    top: 42px;
}
md-autocomplete[md-floating-label] .md-show-clear-button button {
    top: 14px;
}
md-autocomplete.input-container-autocomplete md-autocomplete-wrap {
    box-shadow: none;
    height: 30px;
}
md-autocomplete.input-container-autocomplete input {
    line-height: 24px;
    height: 24px;
    margin: 0;
    font-size: inherit;
    padding: 0px 4px;
}
md-icon.overlay-add-icon {
	position: absolute;
    bottom: 5px;
    right: 6px;
    font-size: 11px;
    background: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    min-width: 14px;
    min-height: 14px;
    border: 2px solid;
    box-sizing: border-box;
}

.form-avatar {
    width: 100px;
    margin: 10px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form-avatar-img {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    object-fit: cover;
}
.form-avatar-caption {
    font-size: 12px;
    margin: 4px 0px;
    font-weight: 500;
}

.button.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.link {
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #3B3885;
}
.link:hover {
    text-decoration: underline;
}

.input-group {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.input-container {
    display: flex;
    flex-direction: column;
    margin: 0px 4px;
    position: relative;
    overflow: hidden;
    padding: 2px 0px;
}
.input-container label {
    color: black;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
}
.input-container select, .input-container input, md-autocomplete.input-container-autocomplete {
    width: auto;
    height: 32px;
    box-sizing: border-box;
    margin: 4px 0px;
    min-height: 32px;
    min-width: 32px;
    border: 1px solid #aaa;
    font-size: 13px;
    border-radius: 7px;
    padding: 0px 4px;
    max-width: 100%;
}
.input-containertxt input {
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0px;
    min-height: 64px;
    border: 1px solid #aaa;
    font-size: 13px;
    border-radius: 7px;
    padding: 8px;
    overflow: hidden;
    resize: vertical;
}

.input-container textarea {
    width: 100%;
    box-sizing: border-box;
    margin: 4px 0px;
    min-height: 64px;
    border: 1px solid #aaa;
    font-size: 13px;
    border-radius: 7px;
    padding: 8px;
    overflow: hidden;
    resize: vertical;
}
.input-container input.invalid{
	border-color:red;
}
.input-container:first-child {
    margin-left: 0px;
/*
    display: flex;
    margin-left: 0px;
    flex-direction: row;
    align-items: center; */
}
.entry-label {
    color: black;
    font-size: 14px;
    font-weight: bold;
}
.cke {
    margin-top: 4px !important;
    display: inline-block;
}
.entry-text {
    width: 100%;
    max-width: 850px;
    margin-top: 4px;
    color: #555;
    font-size: 13px;
    margin: 8px 0px;
    line-height: 1.25;
}
.input-container [ng-message] {
    position: absolute;
    color: #c71010;
    bottom: 0px;
    font-size: 10px;
    left: 4px;
    font-weight: bold;
}
.input-container .error-spacer {
    height: 12px;
}

.wiki-home {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    font-family: "Poppins";

    background-color: rgb(242, 242, 242);
}
.wiki-toolbar {
    display: flex;
    height: 64px;
    align-items: center;
    padding: 10px 20px;
    box-sizing: border-box;
    /* border-bottom: 1px solid #ccc; */

    background-color: rgb(242, 242, 242);
}

.searcher {
    display: flex;
    align-items: center;
    width: 450px;
    height: 100%;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 24px;
    margin: 0 auto;
    background-color: #ffffff;
}
.searcher md-icon {
    position: absolute;
    top: 10px;
    left: 11px;
    pointer-events: none;
    z-index: 1;
    color:#1f63bc !important;
}
.searcher input {
    margin-left: 40px;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0px;
}
.master-slave {
    display: flex;
    overflow: hidden;
    flex: 1;
}
.master {
    width: 0px;
    flex: none;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    overflow-x: hidden;
    box-shadow: 0px 0px 2px #000000;
    background: #f7f7f7;
    transition: all 0.5s ease-in-out;

    transform: translateX(-100%);
}


.master.show {
    width: 340px;
    transform: translateX(0px);
    transition: transform 0.5s ease-in-out;
}

.master-toolbar {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    position: relative;
    background: #3B3885;
    box-sizing: border-box;

    /* margin: 4px; */
}
.master-toolbar md-icon{
    color: #7598C5;
}
.master-toolbar-searcher {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-bottom: 1px solid #3B3885;
}
.master-toolbar .search-button {
    position: absolute;
    right: 0px;
}

.master-toolbar-searcher.ng-hide-add {
	transition:.3s ease-in-out all;
}

.master-toolbar-searcher.ng-hide-add .master-toolbar-searcher-background{
	transform:scale(50);
}
.master-toolbar-searcher.ng-hide-add.ng-hide-add-active .master-toolbar-searcher-background{
	transform:scale(0);
}
.master-toolbar-searcher.ng-hide-add button{
	transform:scale(1);
	transition: 0.3s ease-in-out all;
}
.master-toolbar-searcher.ng-hide-add.ng-hide-add-active button{
	transform:scale(0);
}

.master-toolbar-searcher.ng-hide-remove .master-toolbar-searcher-background{
	transform:scale(0);
}
.master-toolbar-searcher.ng-hide-remove.ng-hide-remove-active  .master-toolbar-searcher-background{
	transform:scale(50);
}
.master-toolbar-searcher.ng-hide-add .master-toolbar-searcher-background{
	transition:0.15s ease-in-out all 0.15s;
	transform:scale(50);
}
.master-toolbar-searcher.ng-hide-add.ng-hide-add-active  .master-toolbar-searcher-background{
	transform:scale(0);
}


.master-toolbar-searcher.ng-hide-remove button{
	transform:scale(0);
	transition: 0.3s ease-in-out all;
}
.master-toolbar-searcher.ng-hide-remove.ng-hide-remove-active button{
	transform:scale(1);
}

.master-toolbar-searcher input{
	transition:0.2s ease-in-out all 0.3s;
}
.master-toolbar-searcher.ng-hide-remove input{
	opacity:0;
}
.master-toolbar-searcher.ng-hide-remove.ng-hide-remove-active  input{
	opacity:1;
}
.master-toolbar-searcher.ng-hide-add input{
	transition:0.2s ease-in-out all;
	opacity:1;
}
.master-toolbar-searcher.ng-hide-add.ng-hide-add-active  input{
	opacity:0;
}


/*
.master-toolbar-searcher.ng-hide-remove {
	transform: translateX(-100%);
	transition:0.5s ease-in-out all;
	opacity:0;
}
.master-toolbar-searcher.ng-hide-remove.ng-hide-remove-active {
	transform: translateX(0%);
	opacity:1;
}
*/

.master-status {
    display: flex;
    align-items: center;
    padding: 0px;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    flex: none;
    position: relative;
    background: #3B3885;
    box-sizing: border-box;
}
.master-status md-icon{
    color: #7598C5;
}
.master-status-button {
    flex: 1;
    text-align: center;
    font-weight: 600;
    font-family: "Poppins";
    font-size: 12px;
    color: #7598C5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid rgba(36, 84, 135, 0.1);
    cursor: pointer;
}
.master-status .md-icon-button{
    color: white;
    padding: 0px 10px;
    min-width: 50px;
    margin:0;
    border-radius: 0;
}
.master-status .md-icon-button:hover{
    background-color: #315E9F !important;
}
.master-status .md-icon-button:hover md-icon{
    color: white;
}
.master-status .md-icon-button md-icon.overlay-add-icon {
    background: white;
    color: #7598C5;
}

.master-status .md-icon-button.selected{
    background: #315E9F;
}
.master-status .md-icon-button.selected md-icon{
    color: white;
}

.master-status-button.selected {
    background: #3B3885;
    color: white;
}
.master-toolbar-searcher-background {
    position: absolute;
    width: 12px;
    height: 12px;
    background: rgb(116, 116, 116);
    border-radius: 50%;
    left: 308px;
    top: 24px;
    transform: scale(54);
    transition: 0.3s ease-in-out all;
}
.master-toolbar-searcher input {
    position: absolute;
    border: 0px;
    padding: 0px 5px;
    padding-right: 44px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: transparent;
}
.master-toolbar-searcher button {
    position: absolute;
    right: 0px;
    top: 0;
}
.master-toolbar .button {
    flex: 1;
    text-transform: uppercase;
    font-weight: 600;
}
.master-toolbar .home-button {
    margin: 0px;
    position: absolute;
    left: 8px;
}
.master-toolbar-button{
    height: 40px;
    color: white;
    padding: 0px 10px;
    min-width: 50px;
    margin:0;
}
.master-toolbar-button:hover{
    background-color: #315E9F !important;
}
.master-toolbar-button:hover md-icon{
    color: white;
}
.master-toolbar-button.selected{
    background: #315E9F;
}
.master-toolbar-button.selected md-icon{
    color: white;
}
.master-content {
    overflow: scroll;
    flex: 1;

}

* {
    scrollbar-width: thin;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    border-radius: var(--border-radius);
}
::-webkit-scrollbar-thumb {
    background-color: rgb(var(--theme-border-color));
    border-radius: var(--border-radius);
}

.master-item {
    display: flex;
    justify-content: center;
    cursor: pointer;
    /* border-bottom: 1px solid #ccc; */
    position: relative;
    margin: 18px;
    margin-top: 0px;

    background-color: white;
    border-radius: 7px;
}

.master-item:hover {
    background-color: #d1d1d1;
    transition: all 500ms ease 0ms;
    transform: scale(1.1);
    transform: translateY(-2px);
}

.master-item-avatar {
    width: 50px;
    height: 50px;
    margin: 12px;
    flex: none;

}
.master-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: white;
    border-radius: 7px;
}
.master-item-avatar .master-item-avatar-backface {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: scale(0.75);
    transform-origin: top left;
    box-shadow: -1px 0px 2px rgba(0, 0, 0, 0.3);
    z-index: 1;
    object-fit: contain;
    background: white;
}

.master-item-avatar .master-item-avatar-frontface {
    position: absolute;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: scale(0.75);
    transform-origin: bottom right;
    /* box-shadow: 2px 1px 3px rgba(0, 0, 0, 0.2); */
    object-fit: contain;
    background: white;
}
.master-item-data {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
    flex: 1;
    padding-right: 60px;
}
.master-item-title {
    font-size: 14px;
    color: #1f63bc;
    font-weight: 500;
    width: 100%;
    padding-bottom: 2px;
}
.master-item-subtitle {
    font-size: 12px;
    font-weight: 500;
    color: #333;
    /* margin-top: 4px; */
}
.master-tags {
    display: none;
    margin: 4px 0px;
}
.master-tag {
    display: inline-block;
    font-size: 10px;
    background: #3B3885;
    color: white;
    border-radius: 24px;
    margin-right: 5px;
    padding: 4px 8px;
    font-weight: 500;
}
.master-caption {
    margin-top: 6px;
    font-size: 11px;
    color: #777;
}
md-icon.master-chevron {

    font-size: 44px;
    position: absolute;
    right: 8px;
    top: 50%;
    height: 44px;
    width: 44px;
    transform: translateY(-50%);
}





.slave {
    flex: 1;
    flex-grow: 1;
    position: relative;
    overflow: hidden;
    display: flex;
}
.slave > ui-view {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
}
.tools-home {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cdms-home{
	display: flex;
    flex-direction: column;
}
/* herramientas by sergy */
.home-heading {
    display: flex;
    flex-direction: column;

    width: 850px;

    position: relative;
}
.steps-herramienta{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 60px;
    align-items: center;
    color: #79a2be;
}

.steps{
    display: flex;
    align-items: center;
    min-width: 150px;
    background-color: #FFFFFF;
    border-radius: 7px;
}

.button-navegacion {
    display: flex;
    border: none;
    color: #79a2be;
    min-width: 150px;
    background-color: #FFFFFF;
    border-radius: 7px;
    align-items: center;
    padding: 12px;
    transition: all ease-in-out 0.3s;
}

.button-navegacion:hover {
    background-color: #79a2be80;
    color: #FFFFFF;
}

.button-navegacion.active {
    background-color: #85b25760;
    /* color: #ffffff; */
}

.button-navegacion.active:hover {
    background-color: #85b257;
}

.steps-number{
    padding: 7px;
    /* color: #79a2be; */
    font-weight: 700;
}
.steps-text{
    /* color: #79a2be; */
    font-weight: 500;
    padding-left: 7px;
    font-size: smaller;
}

.info-herramienta{
    background-color: #FFFFFF;
    padding: 20px;
    margin-top: 35px;
    border-radius: 7px;
    margin-bottom: 15px;

    min-height: 30px;
}
.info-herramienta-up{
    display: flex;
}
.info-herramienta-down{
    margin: 5px 0 5px 0;
}

.info-steps {
    width: 850px;
    display: flex;
    flex-direction: column;
}


/* version by sergy */

.version-list {
    display: inline-flex;
    max-width: 950px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.version {
    display: flex;
    flex-direction: column;

    width: 250px;
    height: 170px;

    margin: 15px;

    border-radius: 7px;

    background-color: #FFFFFF;
    justify-content: space-between;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
    transition: all ease-in-out 0.3s;
}
.version:hover{
    transform: scale(1.1);
}
.version-headline {
    display: flex;
    align-items: center;
}
.version-title {
    font-size: 18px;
    color: #00538B;
    padding: 20px;
    font-weight: 500;
    font-family: "Poppins";
}

.version-action-button {
    color: #3B3885;
    width: 24px;
    cursor: pointer;
}
.version-description {
    font-size: 12px;
    margin-top: 12px;
    color: #555;
    flex: 1;
    overflow: hidden;
}
.version-caption {
    font-size: 12px;
    margin-top: 16px;
    color: #aaa;
    font-weight: bold;
    display: flex;
    align-items: center;
    font-family: "Poppins";
}
.version-caption-text {
    display: flex;
    align-items: center;
    padding: 0px 10px 10px 0px;
    color: #79a2be;
    font-size: 12px;
    margin-left: 20px;
}


.link-version {
    background-color: #00a7e1;
    border-radius: 7px;
    border-top-right-radius: 0%;
    border-top-left-radius: 0%;

    color: #FFFFFF;

    padding: 5px;
    display: flex;
    align-items: flex-end;
}



.version.version-add {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;

    width: auto;
    height: 170px;
    background: #d3e0e8;
    /* background: rgba(121, 162, 190, 0.600); */
    cursor: pointer;

}
.version-icon {
    height: 58px;
    padding: 10px;
    box-sizing: border-box;
}
.version-icon md-icon {
    color: #d3e0e8;
    font-size: 44px;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.version-editor-resources-toolbar, .cdm-editor-resources-toolbar {
    display: flex;
    align-items: center;
}
.resources-add-button {
    border: 1px solid rgb(107 124 147);
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 2px 6px;
    cursor: pointer;
}
.resources-add-button-text {
    font-size: 12px;
    margin: 0px 4px;
}
.resources-add-button+.resources-add-button {
    margin-left: 12px;
}
.version-editor-resource-list, .cdm-editor-resource-list{
    display: flex;
    margin: 20px 0px;
    overflow: auto;
    flex-direction: column;
    padding: 10px 0px;
    max-width: 400px;
    padding-left: 20px;
    margin-left: -20px;
}






.home-avatar {
    width: 72px;
    height: 72px;
    margin-right: 15px;
    flex: none;
    margin-bottom: 0px;
}
.home-avatar img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.home-headline {
    display: flex;
}
.home-headline-data {
    display: flex;
    flex-direction: column;
    margin: 18px 0px;
    align-items: flex-start;
    min-width: 200px;
    margin-bottom: 0px;
    flex: 1;
}
.home-title {
    font-size: 24px;
    font-weight: 500;
    color: #00538b;
    line-height: 24px;
    display: flex;
    align-items: flex-start;
    margin: 4px 0px;
    flex-direction: column;
}
.home-subtitle {
    font-size: 16px;
    color: #79a2be;
    display: flex;
    align-items: center;
}
.home-external-link {
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}
.home-external-link md-icon {
    color: inherit;
    font-size: 14px;
    min-width: 14px;
    width: 14px;
    min-height: 14px;
    height: 14px;
    margin-left: 4px;
    color: #3B3885;
}
.home-actions {
    display: flex;
    align-items: center;
    margin: 20px 0px 0px 20px;
    flex-direction: column;
}
.home-actions-buttons {
    display: flex;
    align-items: center;
}
.wiki-home .button {
    background: #00538B;
    color: white;
    padding: 12px 16px;
    font-size: 16px;
    margin-left: 20px;
    border: 1px solid;
    border-color: #00538b;
}

.button-small {
    background: #00538B;
    color: white;
    padding: 5px 16px;
    font-size: 14px;
    margin-left: 20px;
    border-radius: 7px;
    cursor: pointer;
    border: #00538B 0.5px solid;
}

.button-small:hover {
    /* background-color: #d3d3d3 !important; */
    transition: all 300ms ease 0ms;
}

.wiki-home .button-small.button-flat {
    background: white;
    color: #00538B;
    border: 1px solid;
    padding: 5px 16px;
    font-size: 14px;
}

.home-actions .button+.button {
    margin-left: 10px;
}
.wiki-home .button.button-flat {
    background: white;
    color: #00538B;
    border: 1px solid;
}
.home-caption {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 4px 0px;
    margin: 10px 0px;
}
.home-caption md-icon {
    margin: 0px;
    margin-right: 4px;
}
.home-toolbar {
    display: flex;
    align-items: center;
    padding: 10px 4px;
    border-width: 1px 0px;
    border-color: #ccc;
    border-style: solid;
    margin: 0px 20px;
}
.home-navigation {
    display: flex;
    align-items: center;
    flex: 1;
}
.home-navigation-item {
    font-size: 12px;
    color: #333;
    margin: 0px 12px;
}
.home-navigation-item:hover {
    text-decoration: underline;
}
.home-navigation-item.active {
    text-decoration: underline;
}
.home-rating {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #555;
    margin-top: 10px;
}.rating-button {
    margin: 0px 9px;
    display: flex;
    align-items: center;
    color: #6b7c93;
    cursor: pointer;
}
.rating-button md-icon {
    font-size: 16px;
    min-width: 16px;
    width: 16px;
    min-height: 16px;
    height: 16px;
    margin-right: 2px;
    color: white;
    text-shadow: 1px 0px 0px #6b7c93, -1px 0px 0px #6b7c93, 0px 1px 0px #6b7c93, 0px -1px 0px #6b7c93;
}
.home-rating > span {
    margin-right: 20px;
    font-weight: 500;
}
.rating-button.raised md-icon {color: #6b7c93;text-shadow: none;}
.home-content {
    /* padding: 12px 32px; */
    position: relative;
    width: 850px;
    margin-bottom: 50px;
}

.home-content > .load-in-progress{
	left:32px;
	top: 12px;
}
.load-in-progress {
    margin: 0px;
    display: flex;
    position: absolute;
    border: 2px solid #aad1f9;
    border-top: 0px;
    width: 850px;
    max-width: 100%;
    height: 85px;
    flex-direction: column;
}
.load-in-progress-message {
    background: rgba(255, 235, 169, 0.25);
    padding: 25px;
    height: 100%;
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: -0.1px;
}
.load-in-progress.ng-leave{
	position: absolute;
	transition:0.3s ease-in-out all;
	opacity:1;
}
.load-in-progress.ng-leave-active{
	opacity:0;
}





.wiki-homepage {
    padding: 12px 32px;
    background-color: rgb(242, 242, 242);
}

.wiki-homepage.ng-enter{
	transition:0.3s ease-in-out all;
	opacity:0;
    background-color: rgb(242, 242, 242);
}

.wiki-homepage.ng-enter-active{
	opacity:1;
    background-color: rgb(242, 242, 242);
}


.wiki-homepage-banner {

	max-width: 100%;
	display: flex;
	align-items: flex-start;
    justify-content: center;
    background-color: rgb(242, 242, 242);
    margin-bottom: 14px;
}
.banner-headline {
    display: flex;
    flex-direction: column;
    line-height: 1;
    width: 450px;
    margin-top: 40px;
    flex: none;
}
.banner-title {
    font-size: 38px;
    color: #00538B;
    text-align: center;
}
.banner-img {
    flex: 1;
    width: 0px;
    flex-grow: 1;
}
.banner-description {
    line-height: 1.25;
    font-size: 16px;
    color: #555;
    margin-top: 24px;
}
.wiki-homepage-cards {
    display: flex;
    align-items: center;
    max-width: 100%;
    margin: 40px 0px;
}

.card {
    display: flex;
    border: 1px solid #eaeaea;
    width: 300px;
    height: 126px;
    border-radius: 7px;
    margin: 0px 10px;
    align-items: center;
    box-sizing: border-box;
}
.card.card-1 {
    color: #f34d4d;
}

.card.card-2 {
    color: #434cc1;
}

.card.card-3 {
    color: #4ec6a3;
}

.card.card-4 {
    color: #fdb137;
}
.card-icon {
    width: 80px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -44px;
}
.card-icon md-icon {
    font-size: 48px;
    color: inherit;
    width: 48px;
    height: 48px;
}
.card:first-child {
    margin-left: 0px;
}
.card-info {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    box-sizing: border-box;
}
.card-data {
    font-size: 44px;
    font-weight: bold;
}
.card-text {
    font-size: 14px;
    color: #555;
    font-weight: 600;
}
.card-description {
    font-size: 12px;
    color: #777;
    margin-top: 4px;
}


.version-editor-resource-list .no-items, .cdm-editor-resource-list .no-items  {
	font-size: 20px;
    font-family: "Poppins";
    color: black;
    padding: 12px 4px;
}
.version-editor-resource, .cdm-editor-resource {
    display: flex;
    align-items: center;
    background: #6b7c93;
    border-radius: 4px;
    margin-bottom: 8px;
    max-width: 400px;
    height: 36px;
    transition: 0.2s ease-in-out transform;
    position: relative;
    overflow: visible;
}
.version-editor-resource-badge md-icon, .cdm-editor-resource-badge md-icon {
    color: #dd2c00;
    border-radius: 50%;
}
.version-editor-resource-badge:after, .cdm-editor-resource-badge:after{
	content: "";background: white;top: 0px;position: absolute;width: 100%;height: 100%;border-radius: 50%;left: 0px;z-index: -1;transform: scale(0.5);
}
.version-editor-resource-type md-icon, .cdm-editor-resource-type md-icon{
    color: white;
    font-size: 24px;
    transform: scale(0.8) rotate(0.0001deg);
    transform-origin: center;
}
.version-editor-resource-type, .cdm-editor-resource-type{
    margin: 4px 0px;
    padding: 2px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    cursor: move;
}
.version-editor-resource-name, .cdm-editor-resource-name{
    flex: 1;
    color: white;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    cursor: text;
    overflow: hidden;
}
.resource-name-input {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0px;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    height: 28px;
    padding: 10px;
    flex: 1;
    pointer-events: none;
}
.resource-name-input:focus {
    border: 1px solid #ccc;
    background:white;
    color: black;
    pointer-events: all;
}
.resource-label {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    width: 100%;
}
.resource-edit-button md-icon {
    color: white;
    font-size: 12px;
    line-height: 12px;
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
    margin-top: -4px;
}
.resource-delete-button {
    margin: 4px 0px;
    padding: 2px 8px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}
.resource-delete-button md-icon {
    color: white;
    font-size: 24px;
    transform: scale(0.8) rotate(0.0001deg);
    transform-origin: center;
}
.resource-edit-button {
    margin: 0px 10px;
    display: none;
    flex: none;
}
.resource-edit-button {

}
.version-editor-resource-name:hover .resource-edit-button, .cdm-editor-resource-name:hover .resource-edit-button {
    display: block;
}




.wiki-entries {
    padding-bottom: 100px;
    width: 850px;
}
.wiki-entries.ng-enter{
	transition:0.3s ease-in-out all;
	opacity:0;
}
.wiki-entries.ng-enter-active{
	opacity:1;
}
.entries-headline {
    max-width: 100%;
    padding: 30px 0px 30px 0px;
    display: flex;
    align-items: center;
    box-sizing: border-box;

}
.entries-title {
    font-size: 24px;
    color: #00538b;
    font-weight: 500;

    font-family: "Poppins";
}
.entries-number {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #00538b;
    color: white;
    margin-right: 15px;
    align-items: center;

    width: 40px;
    height: 40px;

    font-size: 20px;
    font-weight: 600;
}

.entries-number-check {
    display: flex;
    justify-content: center;
    border-radius: 50%;
    background-color: #85b25760;
    color: white;
    margin-right: 15px;
    align-items: center;

    width: 40px;
    height: 40px;

    font-size: 20px;
    font-weight: 600;

}

.entries-title-check {
    font-size: 24px;
    font-weight: 500;
    font-family: "Poppins";
    color: #85b25760;
}

.entries-description {
    color: #555;
    font-size: 14px;
    width: 850px;
    max-width: 100%;
    font-family: "Poppins";
}

.entries-resources {
    margin: 0px;
    display: flex;
    border: 1px solid #3B3885;
    width: 850px;
    max-width: 100%;
    background: rgb(226 226 226 / 25%);
    box-sizing: border-box;
    font-family: "Poppins";
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.entries-resources-title {
    width: 24px;
    writing-mode: vertical-rl;
    font-family: "Poppins";
    padding: 8px 0px;
    text-align: center;
    background: #3B3885;
    color: white;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
}
.entries-resources-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    background: #cfd9e5;
}
.entries-resources-text {
    padding: 0px 20px;
    font-size: 14px;
    color: #333;
}
.entries-resources-resources {
    display: inline-block;
    padding: 0px 20px;
    margin-top: 10px;
}
.entries-resource {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 12px;
    background: #79a2be;
    color: white;
    border-radius: 7px;
    margin: 20px 15px;
    padding: 10px 14px;
    font-weight: 500;
    cursor: pointer;

    font-family: "Poppins";

    box-sizing: border-box;
    height: fit-content;
    min-width: 120px;
}
.entries-resource md-icon {
    color: white;
    font-size: 12px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    line-height: 13px;
}


.version-transformations {
    margin: 0px;
    display: flex;
    border: 1px solid #3B3885;
    width: 850px;
    max-width: 100%;
    background: rgb(226 226 226 / 25%);
    box-sizing: border-box;
    font-family: "Poppins";
    margin-top: 10px;
    border-radius: 4px;
    overflow: hidden;
}
.version-transformations-title {
    width: 24px;
    writing-mode: vertical-rl;
    font-family: "Poppins";
    padding: 8px 0px;
    text-align: center;
    background: #3B3885;
    color: white;
    font-weight: 300;
    line-height: 24px;
    font-size: 14px;
}
.version-transformations-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    background: #cfd9e5;
}
.version-transformations-text {
    padding: 0px 20px;
    font-size: 14px;
    color: #333;
}
.version-transformations-resources {
    display: inline-block;
    padding: 0px 20px;
    margin-top: 20px;
}



.entries-list {
    display: block;
    /* border: 1px solid #ccc; */
    margin-top: 12px;
    max-width: 100%;
    width: 850px;
}
.entry-large {
    width: 100%;
    display: flex;
    /* border-bottom: 1px solid #ccc; */
    padding: 20px 20px;
    box-sizing: border-box;
}
.entry-scores {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.entry-score {
    /* width: 100%; */
    text-align: center;
    display: flex;
    text-align: center;
    font-size: 10px;
    color: #999;
    font-weight: 500;
    padding: 4px 10px;
    box-sizing: border-box;
}
.score-data {
    font-size: 16px;
    padding-right: 4px;
}
.score-label {
    margin: 4px 0px;
    font-weight: 600;
}
.entry-data {
    display: block;
    flex: 1;
    margin-right: 20px;
}
.entry-title {
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    background: rgb(121 162 190 / 50%);
    /* cursor: pointer; */
    position: absolute;
    left: 0;
    right: 0;
    padding: 10px 20px 10px 20px;
}
.entry-description {
    color: #333;
    font-size: 14px;
    margin-top: 4px;
    /*max-height: 48px;*/
    overflow: hidden;
    font-family: "Poppins";
}


.entry-tags {
    display: inline-block;
    width: 100%;
    margin-top: 12px;
}
.entry-tag {
    width: fit-content;
    display: inline-block;
    font-size: 12px;
    background: #00538B;
    color: white;
    border-radius: 7px;
    margin-right: 5px;
    padding: 4px 8px;
    font-weight: 500;
    cursor: pointer;
    margin-bottom: 5px;
    font-family: "Poppins";
}
.entry-tag md-icon {
    color: white;
    font-size: 12px;
    width: 13px;
    height: 13px;
    min-width: 13px;
    min-height: 13px;
    line-height: 13px;
}
.entry-large.last {
    border-bottom: 0px;
}
.entry-publication {
    width: 200px;
    padding-top: 20px;
}
.entry-vintage {
    width: 100%;
    font-size: 11px;
}
.entry-author {
    display: flex;
    margin-top: 6px;
    align-items: flex-start;
    cursor: pointer;
    overflow: hidden;
}
.author-avatar {
    background: #ccc;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border-radius: 4px;
    overflow: hidden;
    flex: none;
}
.author-avatar img{
	width:100%;
	height:100%;
}
.author-data {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.author-name {
    color: #315E9F;
    font-size: 12px;
    font-weight: bold;
    margin-top: 2px;
    word-break: break-word;
    font-family: "Poppins";
}
.author-reputation {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
    font-family: "Poppins";
}
.reputation-bullet {
    margin: 0px 6px;
    background: silver;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}


.wiki-field-editor {
    position: fixed;
    right: 17px;
    top: 50px;
    background: #fff;
    width: 350px;
    height: 100%;
    border-left: 1px solid #ccc;
}
.wiki-field-title {
    font-size: 16px;
    color: #3B3885;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
}
.wiki-field-caption {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    font-style: italic;
    text-transform: uppercase;
    margin-top: 3px;
}
.wiki-field-description {
    font-size: 12px;
    font-weight: 300;
    padding: 0px 20px;
    margin-top: 8px;
}
.wiki-field-editor-close-button {
    float: right;
    display: block;
}
.wiki-field-headline {
    width: 100%;
    display: inline-flex;
    padding: 0px 14px;
    box-sizing: border-box;
    align-items: self-end;
}
.wiki-field-title-text.ng-binding {}
.wiki-field-text {
    flex: 1;
    padding-left: 10px;
}
.wiki-field-headline md-icon {
    margin: 0;
    color: #3B3885;
    margin-top: 0px;
}


.entries-toolbar {
    max-width: 100%;
    width: 850px;
    display: flex;
    align-items: center;
    margin: 12px 0px;
    justify-content: space-between;
}
.filter-button {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00538B;
    border-radius: 4px;
    background: rgb(207, 217, 229);
    cursor: pointer;
    color: #00538B;
    margin-right: 12px;
}
.filter-button md-icon {
    color: inherit;
}
.spacer{
	flex:1;
}
.entries-pages {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 30px 0 15px 0;
}
.entry-page.entry-page-prev {
    margin-right: 12px;
}
.entry-page {
    border: 1px solid;
    padding: 2px 4px;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    padding: 0px 12px;
    border-radius: 4px;
    border-color: #3B38853d;
    margin: 0px 2px;
    cursor: pointer;
    color: black;
    /* font-weight: bold; */
    min-width: 28px;
    box-sizing: border-box;
}
.entry-page.disabled {
    opacity: 0.5;
    pointer-events: none;
}
.period {
    color: black;
    margin: 0px 12px;
}
.entry-page.entry-page-next {
    margin-left: 12px;
}
.entry-page.highlight {
    background: #00538B;
    color: white;
}
.entries-searcher {
    width: 250px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 30px;
    flex-grow: 1;
}
.entries-searcher input {
    border: 0px;
    font-size: 14px;
    position: absolute;
    color: #777;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 12px 0px 36px;
    box-sizing: border-box;
    border-radius: 7px;
}
.entries-searcher md-icon {
    position: absolute;
    top: 4px;
    z-index: 1;
    left: 4px;
}
.entries-searcher select {
    width: 100%;
    height: 100%;
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 7px;
}

.filters-menu {
    background: #cfd9e5;
    border: 1px solid;
    border-radius: 4px;
    width: 100%;
    max-width: 850px;
    box-sizing: border-box;
}
.filters-menu{
	width: 100%;
	height: auto;
}
.filters-actions{
	width: 100%;
	display: flex;
	padding: 10px 20px 10px 20px;
	border-top: 1px solid #3B3885;
	box-sizing: border-box;
}
.filters {
    width: 100%;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}
.filter-action-button {
    background: #00538B;
    color: white;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 20px;
}
.filter-cancel-button {
    background: #cfd9e5;
    color: #3B3885;
    border-radius: 4px;
    padding: 8px 20px;
    font-size: 14px;
    cursor: pointer;
}
.filters-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: 0.3s ease-in-out all;
}
.filters-wrapper.open {
    max-height: 200px;
}




.wiki-entry-main.ng-enter{
	transition:0.3s ease-in-out all;
	opacity:0;
}
.wiki-entry-main.ng-enter-active{
	opacity:1;
}

.entry-main-headline {
	display: flex;
	align-items: center;
	padding-bottom: 24px;
	max-width: 850px;
}
.entry-main-title {
	font-size: 24px;
	font-weight: 600;
	color: #00538B;
	line-height: 28px;
	display: flex;
	align-items: center;
	padding-right: 20px;
	font-family: "Poppins";
}
.entry-main-headline .button {
    margin: 0px 4px;
}
.entry-main-description {
    width: 850px;
    max-width: 100%;
    font-size: 12px;
    color: #777;
    font-style: italic;
}
.entry-main-content {
    margin: 20px 0px;
    width: 100%;
    max-width: 850px;
}
.entry-main-fields-table {width: 100%;/* border: 1px solid #ccc; */max-width: 850px;/* border-radius: 4px; *//* background: #fafafa; *//* padding: 10px; */box-sizing: border-box;/* box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3), -1px -1px 1px rgba(0, 0, 0, 0.1); */}
.entry-main-field {
    display: flex;
    align-items: center;
    padding: 2px 4px;
    /* border-bottom: 1px solid #ccc; */
}
.entry-main-field:nth-child(2n+1) {
    background: #e9eef2;
}
.entry-main-fields-toolbar {
    /* padding-bottom: 4px; */
}
.pk {
    width: 16px;
    height: 20px;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.pk md-icon {
    font-size: 16px;
    min-width: 16px;
    width: 16px;
    min-height: 16px;
    height: 16px;
}
.entry-main-field:last-child {
    border-bottom: none;
}
.field-name {
    color: #333;
    width: 250px;
}
.field-description {
    color: #777;
    padding: 4px 0px;
}
.field-type {
    font-weight: 600;
    width: 100px;
}
.field-link {
    width: 200px;
    text-decoration: underline;
    color: blue;
    cursor: pointer;
}

.entry-form-content {
    margin: 20px 0px;
    width: 100%;
    max-width: 850px;
}
.entry-fields {
    margin-top: 12px;
    /* border: 1px solid #777; */
}

.entry-form-description {
    margin: 20px 0px;
    width: 100%;
    max-width: 850px;
}
.entry-form-headline {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
    max-width: 850px;
}
.entry-form-title {
    font-size: 24px;
    font-weight: 500;
    color: black;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding-right: 20px;
}
.entry-form-headline .button {
    margin: 0px 4px;
}
.entry-field input:not([type='checkbox']):focus {
    outline: 2px solid black;
}
.field-cell > md-icon {
    font-size: 18px;
    /* width: 15px;
    height: 15px;
    min-width: 15px;
    min-height: 15px; */
}
.field-cell select:focus {
    outline: 2px solid black;
}
.entry-form-fields {
    max-width: 850px;
    box-sizing: border-box;
}
.entry-fields-headline {
    display: flex;
    align-items: center;
    background: #f8f8f8;
    border-bottom: 1px solid #eee;
    height: 20px;
}
.entry-fields-headline md-icon {
    width: 16px;
    height: 16px;
}
.headline-pk {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    margin: 3px 3px 3px 4px;
}
.headline-pk md-icon {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    font-size: 16px;
}
.entry-fields-headline .field-cell {
    cursor: help;
    font-weight: 700;
    font-size: 14px;
}

.autocomplete-table-picker-container{
	width: 300px;
	font-family: "Poppins";
}
.autocomplete-table-picker-template .md-autocomplete-suggestion{
	border-bottom: 1px solid #ccc;
	height: auto;
	white-space: normal;
	padding: 0px;
}
.table-picker-item {
    display: flex;
    padding: 14px;
    align-items: center;
}
.table-picker-item-avatar {
    width: 44px;
    height: 44px;
    overflow: hidden;
    flex: none;
    margin-right: 10px;
}
.table-picker-item-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.table-picker-item-data {
    flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.table-picker-item-title {
    line-height: 1.3;
    font-size: 11px;
    font-weight: 300;
}
.table-picker-item-text {
    font-size: 14px;
    font-weight: 500;
    color: #6b7c93;
    line-height: 1.3;
    margin-top: 4px;
}

.entry-linked {
    cursor: help;
}

.field-cell {
    font-size: 12px;
    /* text-align: center; */
    padding: 0px 4px;
}
.entry-fields-body {
    display: flex;
    flex-direction: column;
}
.entry-field {
    display: flex;
    align-items: center;
    /* border-bottom: 1px solid #eee; */
    min-height: 24px;
    box-sizing: border-box;
	position: relative;
    margin: 5px 0px 5px 0px;
}
.entry-field:nth-child(2n+1) {}
.entry-field input:not([type='checkbox']) {
    border: 0px;
    height: 20px;
    width: 100%;
    box-sizing: border-box;
}
.field-icon-button md-icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    font-size: 16px;
}
.field-icon-button {
    cursor: pointer;
}
.field-cell select {
    width: 100%;
    border: 0px;
    cursor: pointer;
    height: 20px;
}

.entry-field-container {
    width: 100%;
    height: 25px;
    position: relative;
}
.entry-field-drag-icon {
    cursor: move;
    display: flex;
    align-items: center;
    justify-content: center;
}
.entry-field-drag-icon md-icon {
    font-size: 16px;
    height: 16px;
    min-height: 16px;
    width: 16px;
    min-width: 16px;
}


.no-entries {
    max-width: 850px;
    padding: 20px;
    background: lightyellow;
    border: 1px solid #3B3885;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin-top: 12px;
}
.no-entries-text {
    font-size: 12px;
}
.no-entries .link {
    margin-top: 12px;
}

.wiki-mapping.ng-enter{
	transition:0.3s ease-in-out all;
	opacity:0;
}
.wiki-mapping.ng-enter-active{
	opacity:1;
}
.wiki-mapping {
    overflow: auto;
    display: flex;
    overflow-x: hidden;
    flex-direction: column;
    align-items: center;
}
.wiki-mapping-headline {
    display: flex;
    width: 850px;
    max-width: 850px;
}
.wiki-mapping-avatar {
    width: 72px;
    height: 72px;
    margin: 20px;
    flex: none;
    margin-bottom: 0px;
    position: relative;
}
.wiki-mapping-avatar md-icon {
    font-size: 64px;
    height: 72px;
    width: 72px;
    line-height: 72px;
    background: #3B3885;
    border-radius: 50%;
    color: white;
    text-shadow: 1px 0px 3px black;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wiki-mapping-avatar-backface {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.75);
    transform-origin: top left;
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.1);
    z-index: 1;
    object-fit: contain;
    background: white;
}

.wiki-mapping-avatar-frontface {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.75);
    transform-origin: bottom right;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    object-fit: contain;
    background: white;
}
.wiki-mapping-data {
    display: flex;
    flex-direction: column;
    margin: 18px 0px;
    align-items: flex-start;
    min-width: 200px;
    margin-bottom: 0px;
    flex: 1;
}
.wiki-mapping-title {
    font-size: 24px;
    font-weight: 500;
    color: black;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin: 4px 0px;
}
.wiki-mapping-actions {
    display: flex;
    align-items: center;
    margin: 20px;
    flex-direction: column;
    margin-bottom: 0px;
}
.wiki-mapping-cdm {
    padding: 20px 40px;
    /* width: 850px; */
    /* max-width: 100%; */
    overflow: hidden;
    /* box-sizing: border-box; */
    transition: 0.3s ease-in-out all;
    /* height: 172px; */
	/* position:absolute; */
}
.wiki-mapping-cdm.ng-hide-add {
	transform: translateX(0%);
	transition:.5s ease-in-out all;
	opacity:1;
}
.wiki-mapping-cdm.ng-hide-add.ng-hide-add-active {
	transform: translateX(-100%);
	opacity:0;
}
.wiki-mapping-cdm.ng-hide-remove {
	transform: translateX(-100%);
	transition:0.5s ease-in-out all;
	opacity:0;
}
.wiki-mapping-cdm.ng-hide-remove.ng-hide-remove-active {
	transform: translateX(0%);
	opacity:1;
}
.wiki-mapping-tool {
    padding: 20px 40px;
    width: 850px;
    max-width: 100%;
    overflow: hidden;
    /* box-sizing: border-box; */
    transition: 0.3s ease-in-out all;
    /* height: 172px; */
	/* position:absolute; */
}
.wiki-mapping-tool.ng-hide-add {
	transform: translateX(0%);
	transition:0.5s ease-in-out all;
	opacity:1;
}
.wiki-mapping-tool.ng-hide-add.ng-hide-add-active {
	transform: translateX(-100%);
	opacity:0;
}
.wiki-mapping-tool.ng-hide-remove {
	transform: translateX(100%);
	transition:.5s ease-in-out all;
	opacity:0;
}
.wiki-mapping-tool.ng-hide-remove.ng-hide-remove-active {
	transform: translateX(0%);
	opacity:1;
}
.wiki-mapping-tables {
    background-color: #ffffff;
    /* border-radius: 7px; */
    /* padding: 30px; */
    margin-top: 60px;
    /* margin-bottom: 100px; */
    /* width: 800px; */
    transition: 0.3s ease-in-out all;
    display: flex;
    flex-direction: column;

}
.wiki-mapping-tables.ng-hide-add {
	transform: translateX(0%);
	transition:0.5s ease-in-out all;
	opacity:1;
}
.wiki-mapping-tables.ng-hide-add.ng-hide-add-active {
	transform: translateX(-100%);
	opacity:0;
}
.wiki-mapping-tables.ng-hide-remove {
	transform: translateX(100%);
	transition:0.5s ease-in-out all;
	opacity:0;
}
.wiki-mapping-tables.ng-hide-remove.ng-hide-remove-active {
	transform: translateX(0%);
	opacity:1;
}
.wiki-mapping-breadcrumbs {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.wiki-mapping-breadcrumb {
    display: flex;
    align-items: center;
    margin-right: 12px;
}
.wiki-mapping-breadcrumb-text {
    font-size: 12px;
    font-weight: 500;
    font-family: "Poppins";
}
.wiki-mapping-breadcrumb-icon md-icon {
    font-size: 18px;
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
}
.wiki-mapping-breadcrumb-icon {
    width: 18px;
    height: 18px;
    display: flex;
    margin-left: 12px;
}





.wiki-mapping-tool {
    padding: 20px 40px;
    width: 850px;
    max-width: 100%;
}
.wiki-mapping-text {
    background: #e9f4ff;
    padding: 20px 40px;
    margin-bottom: 20px;
    box-sizing: border-box;
    /* font-size: 12px; */
    border-radius: 4px;
    /* border: 2px solid #3B3885; */
    display: flex;
    flex-direction: column;
    align-items: center;
}
.wiki-mapping-text .button {
    margin-top: 12px;
}
.wiki-tree {
    display: flex;
    height: 500px;
    overflow: visible;
    max-height: 100%;
    margin-top: 4px;
    padding-left: 2px;
}
.wiki-tree .entry-tag {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: scale(0.75) translate(10px, -2px);
    right: 0px;
    margin: 0px;
    z-index: 1;
}
.wiki-tree input {
    width: 100%;
}
.wiki-cdm-tree {
    display: flex;
    width: 50%;
    overflow: hidden;
    /* perspective-origin: center; */
    /* perspective: 1200px; */
    transform: translateX(-20px);
}
.wiki-version-tree {
    display: flex;
    overflow: hidden;
    /* perspective: 1200px; */
    transform: translateX(40px);
    width: 50%;
}
.wiki-tree-statebar {
    border-radius: 4px;
    display: flex;

    box-sizing: border-box;
}
.tree-statebar-left {
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;

    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 35px;
}
.tree-statebar-title {
    color: #00538B;
    font-weight: 600;
}

.tree-statebar-subtitle {
    /* font-weight: bold; */
    margin-top: 4px;
    color: #00a7e1;
    height: 18px;
    background:white;
    font-size: 14px;
    font-weight: 900;
}
.tree-statebar-hints {
    padding: 0px;
    font-size: 12px;
    margin-top: 8px;
    height: 28px;
    position: relative;
}
.tree-statebar-right {
    width: 50%;
    position: relative;
    overflow: hidden;
    padding: 10px;
    box-sizing: border-box;

    margin-left: 35px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}

.mapping-cdm-tables {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.mapping-cdm-fields {
    display: flex;
    flex-direction: column;
    transform: scaleX(0);
    transform-origin: right;
}
.mapping-version-tables {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.mapping-version-fields {
    height: 500px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scaleX(0);
    transform-origin: left;
    /* transition: 0.3s ease-in-out all; */
    /* width: 50%; */
}
.mapping-cdm-tables.collapsed {
    /* transform: rotateY(-65deg) translateZ(12px); */
    transform: rotateY(0deg) translateZ(12px);
    cursor: pointer;
}
.mapping-cdm-fields.visible {
    transform: scaleX(1);
}
.mapping-version-tables.collapsed {
    transform: rotateY(0deg) translateZ(8px);
    /* transform: rotateY(65deg) translateZ(8px); */
    cursor: pointer;
}
.mapping-version-fields.visible {
    transform: scaleX(1);
}
.mapping-cdm-table-list, .mapping-cdm-field-list, .mapping-version-table-list, .mapping-version-field-list {
    flex: 1;
    overflow: scroll;
    border-radius: 1px;
    margin-top: 3px;
}

.mapping-table {
    font-size: 12px;
    /* padding: 2px 0px; */
    color: #555;
    cursor: pointer;
    /* margin-bottom: 9.5px; */

    display: flex;
    width: 100%;
    align-items: center;
}

.mapping-table:hover {
    /* background-color: #d3e0e8; */
    /* transition: ease-in-out all 0.5s; */
}

.mapping-table2 {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 8px 12px;
    color: #555;
    cursor: pointer;
    justify-content: space-between;
    border-radius: 7px;
    margin: 4px 0px;
}

.mapping-table-relation-version {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
    border: none;
    border-bottom: solid 1px;
}

.mapping-table-relation-version:hover {
    background-color: #00538B21;
    transition: ease-in-out 0.2s;
}

.mapping-table-relation-cdm {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 8px 12px;
    color: #555;
    cursor: pointer;
    justify-content: space-between;
    margin: 4px 0px;
    outline: solid 1px;
    border: none;
}


.mapping-table.selected {
    box-shadow: 2px 0px 0px inset #00538B, -2px 0px 0px inset #00538B, 0px -2px 0px inset #00538B, 0px 2px 0px inset #00538B;
}

.mapping-table-name {
    /* font-family: cursive; */
    font-weight: 600;
}
.mapping-field {
    font-size: 12px;
    padding: 2px 0px;
    color: #555;
    position: relative;
    /* margin-bottom: 25px; */
    border-bottom: solid 1px;

}




.mapping-field.selected {box-shadow: 2px 0px 0px inset #3B3885, -2px 0px 0px inset #3B3885, 0px -2px 0px inset #3B3885, 0px 2px 0px inset #3B3885;}
.mapping-field-name {
    /* font-family: cursive; */
    font-weight: 600;
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
    margin: 5px 0 5px 0;
}
.mapping-field-icon {
    width: 12px;
    height: 12px;
    display: inline-flex;
    margin-right: 4px;
}
.mapping-field-icon md-icon {
    font-size: 12px;
    color: #00538B;
    min-width: 12px;
    min-height: 12px;
    width: 12px;
    height: 12px;
}
.mapping-field-info md-icon {
    font-size: 18px;
    color: #00538B;
    min-width: 18px;
    min-height: 18px;
    width: 18px;
    height: 18px;
}
.mapping-field-info {
    width: 18px;
    height: 18px;
    flex: none;
}
.mapping-field-text {
    flex: 1;
}
.mapping-field:nth-child(2n) {
    /* background: #e9f4ff; */
}
.mapping-field-drag-icon {
    cursor: move;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    /* background: #3B3885; */
    display: flex;
    border-radius: 24px 0px 0px 24px;
}
.mapping-field-drag-icon md-icon {
    font-size: 16px;
    min-width: 16px;
    width: 16px;
    min-height: 16px;
    height: 16px;
    /* color: white; */
}
.mapping-version-field-list .mapping-field {
    padding-left: 32px;
}

.hint{
	position:absolute;
	width: 100%;
	color: #6b7c93;
	font-size: 11px;
	font-style: italic;
}
.hint.ng-hide-add {
	transform: translateY(0%);
	transition:.5s ease-in-out all;
	opacity:1;
}
.hint.ng-hide-add-active {
	transform: translateY(-100%);
	opacity:0;
}
.hint.ng-hide-remove {
	transform: translateY(100%);
	transition:0.5s ease-in-out all;
	opacity:0;
}
.hint.ng-hide-remove.ng-hide-remove-active {
	transform: translateY(0%);
	opacity:1;
}



.mapping-cdm-tables {
    /* transform: rotateY(-65deg) translateZ(12px);
    transition: 0.3s ease-in-out all;
    transform-origin: right;
    transform: translateX(100%); */
    /* width: 50%; */
}
.mapping-version-tables {
    /* transform: rotateY(65deg) translateZ(8px); */
    /* transition: 0.3s ease-in-out all;
    transform-origin: left; */
    /* transform: translateX(-100%); */
    /* width: 50%; */
    transform: translateY(12px);
}
.mapping-field-relations {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mapping-field-relation {
    background: #00538B;
    margin: 2px;
    color: white;
    font-size: 8px;
    /* font-family: monospace; */
    font-weight: bold;
    border-radius: 1px;
    text-align: center;
    position: relative;
    padding: 2px 4px 2px 12px;
    display: flex;
    flex-wrap: wrap;
}
.mapping-field-delete-button{
	position:absolute;
	left: -6px;
	height: 14px;
	width: 14px;
	border-radius: 50%;
	top: 50%;
	transform: translateY(-50%);
	overflow: hidden;
	cursor: pointer;
	box-shadow: -1px 0px 1px 1px #00538B;
}
.mapping-field-delete-button md-icon {
    font-size: 14px;
    min-width: 14px;
    width: 14px;
    min-height: 14px;
    height: 14px;
    line-height: 14px;
    background: white;
    color: #3B3885;
}
.mapping-field.drop-here {
    border: 2px dashed;
    background: #e9f4ff;
    margin: 4px 0px;
}
.mapping-field-drop-indicator {
    transform: scale(0);
    transition: 0.1s ease-in-out transform;
    height: 0px;
    opacity: 0;
}
.mapping-field.drop-here  .mapping-field-drop-indicator {
    transform: scale(1);
    transition: 0.1s ease-in-out all;
    height: 24px;
    opacity: 1;
}
.mapping-cdm-tables.collapsed * {
    pointer-events: none;
}
.mapping-version-tables.collapsed * {
    pointer-events: none;
}
.mapping-field-tags {
    display: flex;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 5px;
}
.mapping-field-tag.highlight {
    background: white;
    border: 1px solid #00538B;
    color: #00538B;
    font-weight: 900;
}
.mapping-field-tag {
    width: 30px;
    height: 18px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 15px;
    background: #ccc;
    margin: 0px 1px;
    color: #999;
    /* box-shadow: 1px 1px 1px inset rgba(0, 0, 0, 0.1); */
    border-radius: 2px;
    padding: 1px 0px;
    box-sizing: border-box;
    line-height: 1;
    border: 1px solid #aaa;
    cursor: help;
}
.mapping-field-tag:first-child {
    margin-left: 0px;
}
.mapping-field-tag:last-child {
    margin-right: 0px;
}

.wiki-menu-squares {
    text-align: center;
    color:var(--theme_color);
    max-width: fit-content;
}
.wiki-menu-squares.selected {
    color:#3B3885;
    font-weight: bold;
    max-width: fit-content;
}
.wiki-menu-squares.selected md-icon{
    color:#3B3885;
    font-weight: bold;
}
.wiki-menu-squares md-icon {
    font-size: 60px;
    min-width: 60px;
    min-height: 60px;
    width: 60px;
    height: 60px;
}

/*  Added by Sergy  */

.ng-search {
    font-family: Poppins;
    font-weight: 400;
    color-scheme: var(--theme-accent);
}

.desplegable {
    font-size: smaller;
    font-weight: bold;
    color: gray;
    display: flex;

    margin: 0 auto;

    padding-left: 7px;
    align-items: center;
}

.h4 {
    margin: 0;
}

.info {
    display: flex;
    position: relative;


    padding: 5px 5px 6px;
    background: rgba(121, 162, 190, 0.600);
    border-radius: 7px;

    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-evenly;
    align-items: center;

    margin-top: 20px;
}

.info-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(0, 83, 139);
    margin-right: 20px;
}

.box-button {
    background-color: var(--theme-background) !important;
    color: rgb(0, 83, 139);
}

.info-button {
    display: inline-flex;
    position: relative;
    padding: 0.5rem 1rem;
    outline: 0px;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;

    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    letter-spacing: normal;
    color: rgb(0, 83, 139);
    border: 1px solid transparent;
    border-radius: 4px;
    background: rgb(255, 255, 255);
    transition: background 0.3s ease 0s, box-shadow 0.3s ease 0s, border-color 0.3s ease 0s;
    cursor: pointer;
    min-height: 40px;
}

.info-conexion {
    display: flex;
    margin: auto;
    /* background: rgba(121, 162, 190, 0.500); */
    border-radius: 7px;

    width: 700px;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 25px;
    margin-bottom: 5px;
}

.button-conexion {
    width: 700px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    border-radius: 7px;
    background-color: rgb(255, 255, 255);
    border: none;
    font-family: Poppins;
    color: #00538b;

    padding: 15px;
}

.button-conexion:hover {
    background: #d1d1d1;
    transition: all 300ms ease 0ms;
}

.button-hover:hover {
    background: rgb(121 162 190 / 40%);
    color: #00538b;
    transition: all 300ms ease 0ms;
    border: 1.5px solid;
    border-color: #00538b;
}

.button-redondo{
    font-size: 16px;
    color: #00538B;
    border-radius: 100%;
    padding: 10px;
    height: 25px;
    transition: all ease-in-out 0.5s;
    z-index: 99px;
}

.button-redondo:hover{
    transition: all 300ms ease 0ms;
    color: #ffffff;
    background-color: #00538B;

}

.choose-erp {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 5px;
    font-weight: 600;
    font-family: 'Poppins';
    text-transform: none;
    color: #00538b;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.logo-xerppa {
    padding: 10px;
    font-size: larger;
    font-weight: 700;

    font-size: larger;
    font-weight: 700;

    border: 2px solid #00538B;
    border-radius: 100%;
    margin-right: 15px;
    margin-left: 5px;
}

.btn-flotante {
	font-size: 16px;
    color: #00538B;
    border-radius: 100%;
    padding: 10px;
    height: 25px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transition: all ease-in-out 0.5s;

}
.btn-flotante-show {
    transform: translateX(780%);
    /* transition: all ease-in-out 1.5s; */
}

.btn-flotante:hover {
    transition: all 300ms ease 0ms;
    color: #ffffff;
    background-color: #00538B;
}

.button-edit{
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin-top: 30px;
}

.flecha {
    border-left: 2px solid;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    height: 50px;
    color: grey;
    border-style: dashed;
    width: 50%;
    margin-left: 2.2%;
    margin-bottom: -20px;
    margin-top: -20px;
}

.tabs{
    position: relative;
    font-weight: 600;
    color: #00538b7a;
    height: 700px;
}

.tab {
    color: #00538B;
    min-height: 600px;
}

.tabsdemoCenterTabs md-tab-item {
    min-width: 72px;
    min-height: 600px;
}
@media (min-width: 960px) {
    .tabsdemoCenterTabs md-tab-item {
      min-width: 160px;
      min-height: 600px;
    }
}

.button-continue {
    display: flex;
    justify-content: center;
    background-color: #00a9e180;
    color: #ffffff;
    padding: 8px;
    border-radius: 7px;
    margin-top: 50px;
    font-weight: 500;
}

.button-continue:hover {
    background-color: #00a7e1;
    transition: all ease 150ms;
}

.button-continue-mapping {
    display: flex;
    justify-content: center;
    background-color: #00a9e180;
    color: #ffffff;
    padding: 8px;
    border-radius: 7px;
    margin-top: 50px;
    font-weight: 500;
}

.navigation {
    position: sticky;
    top: 8%;
    left: 100%;
    /* height: 26%; */
    height: 245px;
    /* display: flex; */
    /* flex-direction: column; */
    width: 90px;
    background: #d3e0e8;
    border-radius: 7px 0px 0px 7px;
    /* border-radius: 7px; */
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.navigation-admin {
    position: absolute;
    top: 80%;
    left: 80%;
    display: flex;
    flex-direction: row;
    background: #00a7e1;
    border-radius: 7px;
    z-index: 100;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}


.navigation-button {
    background: #d3e0e8;
    color: #FFFFFF;
    border: none;
    border-radius: 7px 0px 0px 7px;
    /* border-radius: 7px; */
    width: 80px;
    height: 70px;
    cursor: pointer;

    transition: transform .2s;

    padding: 5px 5px 5px 0px;
    margin: 6px;
}

.navigation-button-admin {
    background: #00a7e1;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    border-radius: 7px;
    width: 100px;
    height: 70px;
    cursor: pointer;
    transition: transform .2s;
    padding: 5px;
}

.navigation-button:hover {
    transform: scale(1.2);
    background-color: #00538B;
}

.link{
    color: #00538B;
    margin: 0px 15px 0px 15px;
}

.white-table {
    background-color: #ffffff;
    border-radius: 7px;
    padding: 20px;

    overflow: auto;
    /* ancla */
    /* height: 640px; */
    padding-bottom: 40px;
}

/* navbar ANGULARJS MATERIAL */
.navBardemoBasicUsage md-content .ext-content {
    padding: 50px;
    margin: 20px;
    background-color: #FFF2E0;
  }

.transformations {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.html-y-txt {
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.entries-resource:hover {
    background-color: #79a2be80;
    transition: all ease 5ms;
}

.wiki-arbol {
    display: flex;
    flex-direction: row;
}

.zona-version {
    width: 50%;
    padding: 0 1px 0 0;
}

.zona-cdm {
    width: 50%;
    margin-left: 60px;
}

.grow-rotate {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: transform;
            transition-property: transform;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.grow-rotate:hover,
.grow-rotate:focus,
.grow-rotate:active{
    -webkit-transform: scale(1.1) rotate(0deg);
            transform: scale(1.1) rotate(0deg);
}


.admin-txt {
    padding: 30px;
    margin: 20px;
    background: #79a2be80;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.admin-txt a {
    display: inline-flex;
    align-items: center;
}

.admin-txt a span {
    vertical-align: middle;
}

.button.button-flat:hover {
    background-color: #d3d3d3;
}

.pop-up {
    display: flex;
    align-items: center;
    transition: ease-in-out all 3s;
}

.tree-statebar-source{
    font-size: smaller;
    font-weight: 700;
    margin-top: 30px;
}

.campoVersion:hover{
    background-color: #00538b21;
}

.delete-transformation-button{
    display: flex;
    align-items: flex-start;
    color: #ffffff;
    justify-content: flex-start;
    margin-top: 30px;
    width: 25px;
}

.delete-transformation-button:hover{
    background-color: #c2c2c2;
}

.boton-common-data-model {
    background-color: #F2F2F2;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color:  #00538B ;
    z-index: 2;
}

.boton-common-data-model:hover {
    background-color: #d1d1d1;
    transition: all ease-in-out 0.1s;
}

.lector-html {
    transition: all ease-in-out 0.2s;
}

.manual-oficial {
    display: flex;
    padding: 25px;
    justify-content: space-between;
    background-color: #f0f0f0;
    border-radius: 7px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.manual-oficial:hover{
    transition: ease-in-out all 0.2s;
    color: #00538B;
}

.manual-oficial-icons{
    display: flex;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.icon-hover {
    font-weight: 700;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-hover:hover {
    background-color: #00538B;
    color: #ffffff;
    transition: all ease-in-out 0.2s;
    border-radius: 50%;
    cursor: pointer;
}

.mapping-table-relation-version-usuarios {
    display: flex;
    align-items: center;
    font-size: 12px;
    padding: 7px 12px;
    font-weight: 600;
    border: none;
}

.mapping-table-usuarios{
    font-size: 12px;
    color: #555;
    display: flex;
    /* margin-bottom: 18px; */
    width: 100%;
    align-items: center;
    border-bottom: solid 1px;
}

.options-tip {
    background-color: #d1d1d1;
    display: flex;
    flex-direction: column;
    padding: 25px;
    border-radius: 7px;
    margin-right: 15px;
    justify-content: center;
}

.repeat-tips{
    display: flex;
    flex-direction: row;
    /* overflow: auto; */
}

.main-tips{
    margin: 25px auto auto;
    margin-right: 30px;
    width: 300px;
    height: 300px;
    flex: 50%;
    flex-grow: 1;
}

.repeat-tips-edit{
    flex-grow: 1;
}
