/* Layout */
html, body, .form {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    position: relative;
    min-height: 100%;
    padding-top: 1px;
    margin-top: -1px;
}

.form {
    padding-bottom: 46px; /* Footer Height */
}

html, .form {
    height: 100%;
}

/* Content */
.content {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Footer */
.footer-wrapper {
    height: 46px; /* Footer Height */
    position: absolute;
    bottom: 0;
    width: 100%
}

.footer {
    font-size: 10.5px;
    color: #999999;
}

.footer-link {
    color: #999999;
    border-right: 1px solid #bbbbbb;
    margin-right: 7px;
    padding-right: 10px;
    white-space: nowrap;
}

    .footer-link:last-child {
        border: none;
        margin: 0;
        padding: 0;
    }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.footer-left,
.footer-right {
    padding: 16px 24px;
}

@media (max-width: 599px) {
    .footer-left,
    .footer-right {
        padding: 16px 4px;
    }
}

/*HEADER FRAME*/
.app-header-frame {
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
    line-height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
}

    .app-header-frame .left-block {
        float: left;
    }

    .app-header-frame .logo {
        /*max-width: 0px !important;*/
    }

    .app-header-frame .right-block {
        float: right;
    }

    .app-header-frame .menu-container {
        overflow: hidden;
    }

    .app-header-frame .center-block {
        float: left;
        overflow: hidden;
    }

    .app-header-frame .menu-container > div {
        float: right;
    }

.header-logo-frame {
    /*height: 40px;
    width: 205px;
    background-size: contain;*/
    display:none;
}

.app-header-frame .left-block .header-menu-frame .image-item > .dxm-content {
    padding: 0 8px 0 8px;
}

.app-header-frame .right-block .header-menu-frame .image-item > .dxm-content {
    padding: 0 7px 0 7px;
}

.app-header-frame .left-block .header-menu-frame .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header-frame .right-block .header-menu-frame .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header-frame .header-menu-frame .item.selected {
    color: inherit;
    box-sizing: border-box;
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    border-bottom: solid 2px #016eba;
}

.app-header-frame .header-menu-frame .item.selected,
.app-header-frame .header-menu-frame .item.hovered {
    background-color: rgba(0, 0, 0, 0.05);
}

    .app-header-frame .header-menu-frame .item.selected .dxm-content {
        margin-bottom: -2px;
    }

    .app-header-frame .header-menu-frame .item.selected .dxm-content,
    .app-header-frame .header-menu-frame .item.hovered .dxm-content {
        color: inherit;
    }

.dxm-content {
    min-height: 30px;
}

/* Header */
.app-header {
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
}

    .app-header .left-block {
        float: left;
    }

    .app-header .logo {
        min-width: 268px !important;
    }

@media (max-width: 800px) {
    .app-header .logo {
        min-width: 47px !important;
    }
}

.app-header .right-block {
    float: right;
}

.app-header .menu-container {
    overflow: hidden;
}

.app-header .center-block {
    float: left;
    overflow: hidden;
}

.app-header .menu-container > div {
    float: right;
}

.header-logo {
    background: url('../Images/logoigestlab.png') no-repeat center;
    height: 40px;
    width: 205px;
    background-size: contain;
}

@media (max-width: 800px) {
    .header-logo {
        background: url('../Images/logoigestlabmini.png') no-repeat center;
        width: 47px;
        background-size: contain;
    }
}

.app-header .left-block .header-menu .image-item > .dxm-content {
    padding: 0 8px 0 8px;
}

.app-header .right-block .header-menu .image-item > .dxm-content {
    padding: 0 7px 0 7px;
}

.app-header .left-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header .right-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header .header-menu .item.selected {
    color: inherit;
    box-sizing: border-box;
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    border-bottom: solid 2px #016eba;
}

.app-header .header-menu .item.selected,
.app-header .header-menu .item.hovered {
    background-color: rgba(0, 0, 0, 0.05);
}

    .app-header .header-menu .item.selected .dxm-content {
        margin-bottom: -2px;
    }

    .app-header .header-menu .item.selected .dxm-content,
    .app-header .header-menu .item.hovered .dxm-content {
        color: inherit;
    }



/* Header */
.app-header {
    padding: 0 !important;
    box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.2);
    border-bottom-width: 0 !important;
}

    .app-header .left-block {
        float: left;
    }

    .app-header .logo {
        min-width: 268px !important;
    }

@media (max-width: 800px) {
    .app-header .logo {
        min-width: 47px !important;
    }
}

.app-header .right-block {
    float: right;
}

.app-header .menu-container {
    overflow: hidden;
}

.app-header .center-block {
    float: left;
    overflow: hidden;
}

.app-header .menu-container > div {
    float: right;
}

.header-logo {
    background: url('../Images/logoigestlab.png') no-repeat center;
    height: 40px;
    width: 205px;
    background-size: contain;
}

@media (max-width: 800px) {
    .header-logo {
        background: url('../Images/logoigestlabmini.png') no-repeat center;
        width: 47px;
        background-size: contain;
    }
}

.app-header .left-block .header-menu .image-item > .dxm-content {
    padding: 0 8px 0 8px;
}

.app-header .right-block .header-menu .image-item > .dxm-content {
    padding: 0 7px 0 7px;
}

.app-header .left-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header .right-block .header-menu .item.toggle-item > .dxm-content {
    padding: 0 14px 0 14px;
}

.app-header .header-menu .item.selected {
    color: inherit;
    box-sizing: border-box;
    /* DXCOMMENT: Duplicates color from the web.config (devexpress->themes->baseColor) */
    border-bottom: solid 2px #016eba;
}

.app-header .header-menu .item.selected,
.app-header .header-menu .item.hovered {
    background-color: rgba(0, 0, 0, 0.05);
}

    .app-header .header-menu .item.selected .dxm-content {
        margin-bottom: -2px;
    }

    .app-header .header-menu .item.selected .dxm-content,
    .app-header .header-menu .item.hovered .dxm-content {
        color: inherit;
    }

/* Main Menu */
.header-menu {
    background-color: white !important;
    border-style: none !important;
    height: 3.13rem;
}

@media (max-width: 599px) {
    .menu-container .dxm-ltr > div:not(.header-menu) {
        width: 100% !important;
    }

    .center-block .dxm-ltr > div:not(.header-menu) {
        width: 100% !important;
    }
}

.header-sub-menu {
    width: 100% !important;
}

    .header-sub-menu .item {
        padding: 12px 7px !important;
    }

/* Ellipsis -> Apps Icon */
.header-menu .adaptive-image {
    background: url('../Images/adaptive-menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
}

.header-menu .adaptive-lab {
    background: url('../Images/laboratory.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
}

/*@media (max-width: 800px) {
    .header-menu .adaptive-lab {
        background: url('Images/application.svg') no-repeat center;
    }
}*/

/* Hide item images */
.header-menu.application-menu .item .dxm-content > img {
    display: none !important;
}



@media (max-width: 720px) /* Change Ellipsis image Apps Icon */
{
    .app-header .menu-container > div {
        width: 47px;
    }

    .app-header .center-block > div {
        width: 50px;
    }

    .header-menu .adaptive-image {
        background: url('../Images/application.svg') no-repeat center;
    }

    /* Show item images */
    .header-menu.application-menu .item .dxm-content > img {
        display: inline-block;
    }
}



/* Right area menu */
.header-menu .toggle-item .image {
    background: url('../Images/double.svg') no-repeat center;
}

.header-menu .toggle-item.checked .image {
    background: url('../Images/double-close.svg') no-repeat center;
}

.header-menu .image-item {
    vertical-align: middle !important;
}

.header-menu .vertically-aligned {
    font-size: 0;
}

.header-menu .logo {
    min-width: 220px !important;
}

@media (max-width: 800px) {
    .header-menu .logo {
        min-width: 47px !important;
    }
}

/* Account */
.header-menu .account-background {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

    .header-menu .account-background div {
        border-radius: 50%;
    }

    .header-menu .account-background .empty-image {
        width: 16px;
        height: 16px;
        margin: 8px;
        display: inline-block;
        background: url('../Images/user.svg');
    }

    .header-menu .account-background .account-image {
        width: 32px;
        height: 32px;
        font-size: 0.8em;
        font-weight: 600;
        line-height: 32px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

/*HEADER MENU FRAME*/
.header-menu-frame {
    background-color: white !important;
    border-style: none !important;
    height: 20px !important;
    line-height: 20px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    .header-menu-frame .dxm-content {
        height: 20px !important;
        line-height: 20px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

@media (max-width: 599px) {
    .menu-container .dxm-ltr > div:not(.header-menu-frame) {
        width: 100% !important;
    }

    .center-block .dxm-ltr > div:not(.header-menu-frame) {
        width: 100% !important;
    }
}

.header-sub-menu {
    width: 100% !important;
}

    .header-sub-menu .item {
        padding: 12px 7px !important;
    }

/* Ellipsis -> Apps Icon */
.header-menu-frame .adaptive-image {
    background: url('../Images/adaptive-menu.svg') no-repeat center;
    width: 16px;
    height: 16px;
    padding: 0 8px;
}

.header-menu-frame .adaptive-lab {
    width: 0px;
    height: 0px;
    padding: 0 8px !important;
    margin-top: 0px !important;
}

/*@media (max-width: 800px) {
    .header-menu .adaptive-lab {
        background: url('Images/application.svg') no-repeat center;
    }
}*/

/* Hide item images */
.header-menu-frame.application-menu .item .dxm-content > img {
    display: none;
}



@media (max-width: 720px) /* Change Ellipsis image Apps Icon */
{
    .app-header-frame .menu-container > div {
        width: 47px;
    }

    .app-header-frame .center-block > div {
        width: 50px;
    }

    .header-menu-frame .adaptive-image {
        background: url('../Images/application.svg') no-repeat center;
    }

    /* Show item images */
    .header-menu-frame.application-menu .item .dxm-content > img {
        display: inline-block;
    }
}



/* Right area menu */
.header-menu-frame .toggle-item .image {
    background: url('../Images/double.svg') no-repeat center;
}

.header-menu-frame .toggle-item.checked .image {
    background: url('../Images/double-close.svg') no-repeat center;
}

.header-menu-frame .image-item {
    vertical-align: middle !important;
}

.header-menu-frame .vertically-aligned {
    font-size: 0;
}

.header-menu-frame .logo {
    min-width: 220px !important;
}

@media (max-width: 800px) {
    .header-menu-frame .logo {
        min-width: 47px !important;
    }
}

/* Account */
.header-menu-frame .account-background {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.1);
}

    .header-menu-frame .account-background div {
        border-radius: 50%;
    }

    .header-menu-frame .account-background .empty-image {
        width: 16px;
        height: 16px;
        margin: 8px;
        display: inline-block;
        background: url('../Images/user.svg');
    }

    .header-menu-frame .account-background .account-image {
        width: 16px;
        height: 16px;
        font-size: 0.7em;
        font-weight: 600;
        line-height: 20px;
        text-align: center;
        margin: 0 auto;
        display: table;
        background-size: 100%;
    }

/* FIN HEADER MENU FRAME*/



.user-info .avatar img {
    float: left;
    height: 43px;
    border-radius: 50%;
}

.user-info .text-container {
    height: 3.13rem;
    margin-left: 60px;
}

    .user-info .text-container .user-name {
        color: #444444;
        font-size: 1.14em;
    }

    .user-info .text-container .email {
        display: block;
        color: #666666;
        font-size: 0.86em;
    }

.myaccount-item {
    background-color: #e4e4e4;
}

/* Left Panel */
.left-panel {
    border: none;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-overflow-scrolling: touch;
}

.leftpanel-section {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.1);
}

.section-caption {
    height: 2.69rem;
    line-height: 2.69rem;
    vertical-align: middle;
    margin: 0;
}

.section-caption {
    border-top: solid 1px #f0f0f0;
    border-bottom: solid 1px #f0f0f0;
}

.left-panel.expand-bar,
.right-panel.expand-bar {
    border: 0;
}

a.tree-view-node {
    color: #666666;
    padding-top: 7px !important;
    padding-bottom: 8px !important;
    padding-right: 8px !important;
    border: none !important;
}

    a.tree-view-node.hovered {
        text-decoration: none;
    }

.tree-view-elbow {
    padding-top: 3px;
}

/* Right Panel */
.right-panel {
    border-left: 1px solid #f0f0f0;
}

.settings-content {
    padding: 24px 20px;
}

    .settings-content h2 {
        color: #494949;
        font-size: 1.3em;
        font-weight: 600;
    }

    .settings-content p {
        color: #999999;
    }

/* Toolbar */
.page-toolbar-wrapper {
    background-color: rgba(0, 0, 0, 0.04) !important;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}

    .page-toolbar-wrapper .left-block {
        float: left;
    }

@media (max-width: 705px) {
    .page-toolbar-wrapper .left-block {
        float: left;
        display: none;
    }
}

.page-toolbar-wrapper .right-block {
    float: right;
}

.page-toolbar {
    background-color: rgba(0, 0, 0, 0.00) !important;
    border: none !important;
    font-size: 0.93em !important;
    height: 2.69rem;
}

    .page-toolbar .item > h1,
    .section-caption {
        color: #494949;
        font-weight: 600;
        font-style: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 24px;
    }

    .page-toolbar .item > h1 {
        font-size: 1.46em;
    }

    .page-toolbar .item > h1 {
        margin: 0;
        padding: 0 17px;
    }

    .page-toolbar .item .dxm-disabled .dxm-image {
        opacity: 0.3;
    }

.peticionesAltaPanel-container {
    margin: auto;
    vertical-align: central;
    max-width: 1000px;
    width: 100%;
}

@media (max-width: 850px) {
    .peticionesAltaPanel-container {
        margin: auto;
        vertical-align: central;
        max-width: 850px;
        width: 100%;
        min-width: 650px
    }
}

.popupLayout-container {
    max-width: 1000px;
    max-height: 600px;
    min-width: 800px;
    min-height: 600px;
}

@media (max-width: 900px) {
    .popupLayout-container {
        max-width: 800px;
        max-height: 600px;
        min-width: 800px;
        min-height: 600px;
    }
}


.formLayout-container {
    margin: auto;
    vertical-align: central;
    max-width: 1000px;
}

@media (max-width: 900px) {
    .formLayout-container {
        margin: auto;
        vertical-align: central;
        max-width: 800px;
    }
}


@media (max-width: 599px) {
    .page-toolbar .item > h1 {
        max-width: 150px;
    }
}

.left-panel-title {
    color: #494949;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 24px;
    height: 2.69rem;
    line-height: 2.69rem;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 16px;
}

.left-panel-title-div {
    border: none !important;
    background-color: rgba(0, 0, 0, 0.04) !important;
}

.panel-top-on-page-content {
    /*position: sticky;  Eliminado porque no aparecían los desplegables.  IGL-10-25426 */
    top: 93px;
    background-color: white;
    z-index: 999;
}

.peticionesConciliacion-container {
    margin: auto;
    vertical-align: central;
    max-width: 1000px;
    width: 100%;
}

@media (max-width: 850px) {
    .peticionesConciliacion-container {
        margin: auto;
        vertical-align: central;
        max-width: 850px;
        width: 100%;
        min-width: 650px
    }
}

.display-block-items {
    display: block !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

    .display-block-items > td {
        display: block !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

.ocultar-informacion-movil {
}

@media (max-width: 700px) {
    .ocultar-informacion-movil {
        display: none;
    }
}

.popup-tubos-precodificados {
    width: 775px;
    height: 208px;
}

@media (max-width: 700px) {
    .popup-tubos-precodificados {
        width: 400px;
        height: 300px;
    }
}

.popup-content-tubos-precodificados {
    width: 750px;
    height: 141px;
}

@media (max-width: 700px) {
    .popup-content-tubos-precodificados {
        width: 400px;
        max-height: 300px;
    }
}

.margen-izquierda-centrar {
    padding-left: 30% !important;
}

@media (max-width: 1200px) {
    .margen-izquierda-centrar {
        padding-left: 25% !important;
    }
}

@media (max-width: 1000px) {
    .margen-izquierda-centrar {
        padding-left: 20% !important;
    }
}

@media (max-width: 900px) {
    .margen-izquierda-centrar {
        padding-left: 10% !important;
    }
}


@media (max-width: 750px) {
    .margen-izquierda-centrar {
        padding-left: 2% !important;
    }
}

@media (max-width: 720px) {
    .margen-izquierda-centrar {
        padding-left: 0px !important;
    }
}

.margen-derecha-centrar {
    padding-right: 30% !important;
}

@media (max-width: 1200px) {
    .margen-derecha-centrar {
        padding-right: 25% !important;
    }
}

@media (max-width: 1000px) {
    .margen-derecha-centrar {
        padding-right: 20% !important;
    }
}

@media (max-width: 900px) {
    .margen-derecha-centrar {
        padding-right: 10% !important;
    }
}

@media (max-width: 750px) {
    .margen-derecha-centrar {
        padding-right: 2% !important;
    }
}

@media (max-width: 720px) {
    .margen-derecha-centrar {
        padding-right: 0px !important;
    }
}

.sin-borde {
    border-width: 0px;
}

.sin-overflow {
    overflow-y: visible !important;
}

.sin-overflow > div
{
    overflow-y:visible !important;
}

.dxrpAW {
    display: table;
}
