/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
html,
body,
#root,
#app,
app {
  height: 100%;
}
.colorWeak {
  filter: invert(80%);
}
.ant-layout {
  min-height: 100vh;
}
canvas {
  display: block;
}
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
ol {
  list-style: none;
}

.ant-form-item {
    margin-bottom: 5px !important;
}

.ant-pro-setting-drawer-handle{
    display: none !important;
}
/*a {
     text-decoration: none;
}*/
@media (max-width: 480px) {
    .ant-table {
    width: 100%;
    overflow-x: auto;
  }
  .ant-table-thead > tr > th,
  .ant-table-tbody > tr > th,
  .ant-table-thead > tr > td,
  .ant-table-tbody > tr > td {
    white-space: pre;
  }
  .ant-table-thead > tr > th > span,
  .ant-table-tbody > tr > th > span,
  .ant-table-thead > tr > td > span,
  .ant-table-tbody > tr > td > span {
    display: block;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body .ant-design-pro > .ant-layout {
    min-height: 100vh;
  }
}



/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.cardList .card .ant-card-meta-title {
    margin-bottom: 12px;
}

    .cardList .card .ant-card-meta-title > a {
        display: inline-block;
        max-width: 100%;
        color: rgba(0, 0, 0, 0.85);
    }

.cardList .card .ant-card-body:hover .ant-card-meta-title > a {
    color: #1890ff;
}

.cardList .item {
    height: 64px;
}

.cardList .ant-list .ant-list-item-content-single {
    max-width: 100%;
}

.extraImg {
    width: 155px;
    margin-top: -20px;
    text-align: center;
}

    .extraImg img {
        width: 100%;
    }

.newButton {
    width: 100%;
    height: 201px;
    color: rgba(0, 0, 0, 0.45);
    background-color: #fff;
    border-color: #d9d9d9;
}

.cardAvatar {
    width: 48px;
    height: 48px;
    border-radius: 48px;
}

.cardDescription {
    position: relative;
    max-height: 4.5em;
    margin-right: -1em;
    padding-right: 1em;
    overflow: hidden;
    line-height: 1.5em;
    text-align: justify;
}

    .cardDescription::before {
        position: absolute;
        right: 14px;
        bottom: 0;
        padding: 0 1px;
        background: #fff;
        content: '...';
    }

    .cardDescription::after {
        position: absolute;
        right: 14px;
        width: 1em;
        height: 1em;
        margin-top: 0.2em;
        background: white;
        content: '';
    }

.pageHeaderContent__b__1 {
    position: relative;
}

.contentLink {
    margin-top: 16px;
}

    .contentLink a {
        margin-right: 32px;
    }

        .contentLink a img {
            width: 24px;
        }

    .contentLink img {
        margin-right: 8px;
        vertical-align: middle;
    }

@media screen and (max-width: 992px) {
    .contentLink a {
        margin-right: 16px;
    }
}

@media screen and (max-width: 768px) {
    .extraImg {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .pageHeaderContent__b__1 {
        padding-bottom: 30px;
    }

    .contentLink {
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 1000px;
    }

        .contentLink a {
            margin-right: 16px;
        }

        .contentLink img {
            margin-right: 4px;
        }
}


.ant-table-thead > tr > th {
    color: #e6f7ff !important;
    background: #1890ff !important;
}
.sge-main-image {
    background-image: url("../img/Imagen_inicio.png");
    background-size: cover;
    width: 100%;
    height: 100%;
}

.ant-pro-basicLayout-children-content-wrap{
    width: 100%;
    height: 100%;
}