﻿body {
}

#gridAppsMoviles .dx-toolbar .dx-texteditor {
    width: 100% !important;
}

#gridAppsMoviles .dx-toolbar .dx-toolbar-after {
    padding-left: 0px;
    width: 100% !important;
    height: 60px;
}

#gridAppsMoviles .dx-datagrid-search-panel {
    margin-left: 0px;
}

.panel-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background: linear-gradient(to bottom, #0c2646 0%, #204065 60%);
    background: -webkit-gradient(linear, top, bottom, from(#0c2646), color-stop(60%, #204065));
}

.card {
    box-shadow: 0 0px;
}

.row {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.panel-header-sm {
    height: 60px;
}

.dx-datagrid-header-panel {
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    height: 70px;
    margin: 0px;
}

.dx-texteditor-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    //:;
    height: 100%;
    /* height: 50px; */
}

.dx-toolbar {
    height: 60px;
}

/* OVERRIDE SEARCH PANEL GRID DEVEXTREME===================*/
.dx-texteditor-input {
    background-color: transparent;
    border: 1px solid #e3e3e3;
    border-radius: 30px;
    color: #2c2c2c;
    height: auto;
    line-height: normal;
    font-size: .8571em;
    transition: color .3s ease-in-out,border-color .3s ease-in-out,background-color .3s ease-in-out;
    box-shadow: none;
}

.dx-texteditor.dx-editor-underlined {
    border-bottom: 0px !important;
}

    .dx-texteditor.dx-editor-underlined:after {
        border-bottom: 0px !important;
    }

.dx-texteditor.dx-state-hover {
    border-color: transparent !important;
}

    .dx-texteditor.dx-state-hover:after {
        border-bottom: 0px !important;
    }

.dx-texteditor.dx-state-focused {
    border-bottom: 0px !important;
}

    .dx-texteditor.dx-state-focused:before {
        border-bottom: 0px !important;
    }

.dx-show-clear-button .dx-icon-clear {
    background-color: transparent;
    width: 0px;
    height: 0px;
    font-size: 0px;
}

    .dx-show-clear-button .dx-icon-clear:before {
        background-color: transparent;
        width: 0px;
        height: 0px;
        font-size: 0px;
    }

.dx-searchbox .dx-icon-search {
    font-size: 18px;
}
/*======================================================*/
.contenido {
    padding-bottom: 10px;
    margin: 5px;
}

.tituloApp {
    margin-left: 60px;
    margin-top: 0px;
    position: absolute
}

.logOut {
    margin-right: 80px;
    float: right;
    /*margin-top: -80px;*/
}

.fechaApp {
    margin-left: 60px;
    margin-top: 20px;
    position: absolute
}

.tipoApp {
    margin-left: 38px;
    margin-top: 38px;
    position: absolute;
    border-radius: 10px;
    background-color: white;
    width: 20px;
    height: 20px;
    text-align: center
}

.iconoApp {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 10px;
}

.tituloPagina {
    right: -30px;
    top: -30px;
    position: relative;
}

.downloadApp {
    float: right;
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

.contenidoManuales {
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
}

.manualAndroid {
    display: inline;
    margin-right: 20px;
}

.manualIos {
    display: inline;
}

.manualText {
    display: block;
}
.logoPortal {
    width: 90px;
    height: 30px;
    position: absolute;
    top: 35px;
 
}
.dlabsLogo {
    float: none;
    width: 110px;
    height: 16px;
}
.dlabsLogo2 {
    width: 180px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: white;
    text-align: center;
}

.imgFit {
    width: 100%;
    height: 100%;
}
