/*Layout*/
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    -ms-overflow-style: scrollbar;
  
   font-size: 16px !important;
}
.dxgv .dxICheckBox_Moderno:not(.dxWeb_edtCheckBoxUnchecked_Moderno, .dxWeb_edtCheckBoxChecked_Moderno ) {
    background-size: cover;
}

.dxICheckBox_sysmaxchk {
    background-size: cover;
}
.Centrado {
    margin: auto;
}
.Ancho700 {
    width:700px !important;
    max-width:96vw;
}
.padTop{
    margin-top:10px;
}
.aspnetForm {
    height: 100%;
}
header {
    flex: none;
    border-bottom: 1px solid #c7c7c7;
    background:#fff;
    width: 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    top: -100px;
    z-index: 1000;
}
header.shrink {
    opacity: 0.9;
    position: fixed;
    top: 0;
    left: 0;
}
.title {
    float: left;
    padding: 8px 8px;
}
    .title a {
        font-weight: 600;
        font-size: 1.8em;
        color: var( --ColorTitulo);
        text-decoration: none;
    }
    .title p {
        color: var(--ColorTitulo);
        margin: 0;
    }
.expandBar {
    padding: 0px !important;
    width: 100%;
}
.expandedPanel .title {
    display: none;
}
.panelContent {
    padding-top: 15px;
        padding-left:6px;
}
.expandedPanel .pull-right  {
    float: none !important;
}
.panelItem {
    display: inline-block;
}
.expandedPanel .panelItem {
    display: block;
}
.expandedPanel .panelContent {
    padding-bottom: 15px;
}
.searchBox {
    margin-left: 10px;
    margin-right:10px;
    margin-bottom:5px;
}
.searchBox img,
.searchBox .dx-acc {
    display: none;
}
.searchBoxButton {
    font-size: 17px;
}
.navMenu {
    float: right;
    margin: 0px 0px 2px 0px;
}
.expandedPanel .navMenu {
    width: 100%;
    margin: 10px 0px;
}
.expandedPanel .searchBox {
    width: 100%;
    margin-left: 0px;
}
.loginButton {
    margin: 0px 0px 1px 20px;
}
.expandedPanel .loginButton {
    width: 100%;
    margin: 10px 0px 0px 0px;
    text-align:left;
}
.expandedPanel .loginButton .dropdown-toggle {
    width: 100%;
}

.expandedPanel .loginButton-small {
    display: block;
}
.expandedPanel .loginButton-large {
    display:none;
}
.btnBackToTop {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 50px;
    right: 0;
    width: 70px;
    height: 70px;
    z-index: 100;
    display: inline;
    text-decoration: none;
    cursor: pointer;
}
.btnBackToTop i {
    font-size: 60px;
    color: #c7c7c7;
}
.btnBackToTop i:hover {
    color: #e0e0e0;
}
.footerUp {
    padding-bottom: 8px;
    background: var(--ColorBarraInferior);
}
.footerDown {
    background: #525252;
    font-size:small;
}
.footerDown p {
    margin: 0px 0px;
}
.wrapper {
    display: -webkit-box;
    display: flex;
    min-height: 100%;
    height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
.content {
    -webkit-box-flex: 1;
    flex: 1 0 auto;
   
}
footer {
    flex: none;
    color: white;
}
footer a {
    color: #cecaca;
}
footer a:hover,
footer a:focus {
    color: #fff;
}
footer h4 {
    margin-top: 16px;
}

.latestPosts li:not(:last-child) {
    border-bottom: 1px dotted #fff;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
/*Home*/
.mainText {
    margin: 0 auto;
    max-width: 650px;
}
.features {
    margin-top: 40px;
}
.features .media {
    margin-top: 20px;
}
.features .featureIcon {
    font-size: 50px;
}
.marginTop20 {
    margin-top: 20px;
}
.marginTop40 {
    margin-top: 40px;
}
.customers .media {
    margin-top: 40px;
}
/*Contact Us*/
.map {
    height: 300px;
}
/*Blog*/
.blogImage {
    width: 100%;
}
.dataViewPosts .blogImage {
    padding-top: 25px;
}
.blogNavBar .blogNabVarGroupHeader a {
    text-decoration: none !important;
}
.blogNavBar {
    margin-top: 45px;
}
.user {
    font-size: 64px;
}

.content {
    display: block; /* OLD - iOS 6-, Safari 3.1-6, BB7 *
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 *
    display: -ms-flexbox; /* TWEENER - IE 10 *
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 *
    display: flex;   /****/
    flex-flow: column;
    flex: 1 1 auto;
}

    .content .container {
        flex: 1 1 auto;
    }
header {
    display: block;
    flex: 0 1 auto;
    width:100%;
}
footer {
    flex: 0 0 auto;
}
.PadreIco {
    min-height: 96px;
}
.FBIcono {
    float: right !important;
    bottom: 0 !important;
    min-height: 48px !important;
    position: absolute !important;
}
@media only screen and (max-width: 600px) {
    header .container {
        width: 100%;
    }
    .PadreIco {
        min-height: 48px;
    }
    footer h4 {
        margin-top: 6px;
    }
    .footerUp {
        padding-bottom: 6px;
    }
    .FBIcono {
        bottom: unset !important;
        position: relative !important;
    }

}
.Ancho100{
    align-content:center;
    text-align:center;
    width:100% !important;
   
}
.Ancho1170 {
    align-content: center;
    text-align: center;
    width: 1170px;
    max-width:98vw;
}
.Normal {
    align-content: unset;
    text-align: left;
}
.lefty {
    text-align: left !important;
}

.righty {
    text-align: right !important;
}
.pageTitle {
    display: inline-block;
    width: fit-content;
    padding-top: 10px;
    vertical-align: middle;
    margin: auto;
    padding-bottom: 10px;
}

    .pageTitle span {
        display: inline-block;
        float: right;
        margin: 0;
        padding-right: 10px;
        line-height: 48px;
        white-space: nowrap;
        font-weight: bold;
        font-size: larger;
    }
.pnlLoading {
    border-radius: 20px;
    border: none !important;
    background-color: var(--colorBG);
    color: var(--colorTexto);
}

/*****************  AQUI EDITAR PARA DARKMODE Y grids search*/
.dxeEditArea_Moderno {
    background-color: transparent !important;
    color: var(--colorTexto) !important;
}

.dxeButtonEdit_Moderno {
    background-color: rgba(180,180,180,0.2) !important;
    color: var(--colorTexto) !important;
}

.dxcvSearchPanel_Moderno table a {
    border: outset 1pt;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(200,200,200,0.3);
    background-image: url(/imgsvg.aspx?i=search&c=dl);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.dxgvSearchPanel_Moderno table a {
    border: outset 1pt;
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(200,200,200,0.3);
    background-image: url(/imgsvg.aspx?i=search&c=dl);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    width: 24px;
    height: 24px;
}
.dxcvControl_Moderno {
    background-color: transparent !important;
}

.dxcvSearchPanel_Moderno table {
    margin: auto;
    width: min(96vw,500px);
}
.dxgvControl_Moderno {
    background-color: transparent !important;
}

.dxgvSearchPanel_Moderno table {
    margin: auto;
    width: min(96vw,500px);
}
.TablaList {
    border: none !important;
    background-color: transparent !important;
}

.dxgvHeader_Moderno {
    background-color:rgba(250,250,250,0.2) !important;
    color:var(--colorTexto) !important;
}
.dxgvHeader_Moderno table{
    
    color: var(--colorTexto) !important;
}