﻿

.etiqueta {
    font-size:small;
    color: deeppink;
    font-weight: bold;
}

.instrucciones {
    padding: 5px;
    background-image: url('/Img/information-icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    color: #808080;
    border-bottom-style: none;    
}

.titulo {
    font-weight: bold;
    font-size: large;
    color: #505050;
    text-transform: uppercase;
    border-bottom: dotted;
    border-bottom-width: 2px;
    border-bottom-color: #dcdcdc;
}

.menuPrincipalItem {
    color:#505050;
}


.dxsc-vertical-apt .dxsc-apt-images-container2 {
    text-align: initial;
    display: initial;
    position: initial;
    bottom: initial;
    right: initial;
    float: left;
    margin-right: 3px;
}

.encabezadoSeccion {    
    font-weight:bold;
    font-size:18px;
    margin:auto;
    float:left;
    color:darkmagenta;
    border-bottom:solid;
    border-bottom-color:deeppink;
    padding-right:50px;
    padding-top:25px;
}

.encabezadoSeccionAcordion {
    font-weight: bold;
    font-size: 16px;
    margin: auto;
    float: left;
    /*color: darkmagenta;*/
    color: #505050;
    border-bottom: none;
    border-bottom-color: deeppink;
}

.lbl-disabled {
    background-color: #e9ecef;
}

.lbl-disabled-cancelada {
    background-color: red;
    color:white;
    font-weight:bold;
}

.lbl-disabled-en-proceso {
    background-color: darkmagenta;
    color: white;
    font-weight: bold;
}

.lbl-disabled-terminada {
    background-color: yellow;
    color: black;
    font-weight: bold;
}

.lbl-disabled-cerrada {
    background-color:green;
    color: white;
    font-weight: bold;
}

.lbl-total-cliente {
    background-color: darkgreen;
    color: white;
    font-weight: bold;
    font-size:40px;
}

.lbl-total-gligen {
    background-color: orange;
    color: black;
    font-weight: bold;
}

.lbl-saldo {
    background-color: lightyellow;
    color: black;
    font-weight: bold;
}

.lbl-error {
    font-style: italic;
    color: red;
    background-color: yellow;
    padding: 10px;
}
.lbl-mensaje-verde {
    font-style: italic;
    color: black;
    background-color: lawngreen;
    padding:10px;
}
.lbl-mensaje {
    font-style: italic;
    color: darkmagenta;
}

.etiquetaUsuarioNombre{
    font-size:14px;
    color:deeppink;
    font-weight:bold
}
.etiquetaUsuarioCorreo {
    font-size: 14px;
    color:dimgray;
}

.uc-visor-fotografias img {
    margin:auto;
    padding-bottom:3px;
}
/*.dxsc-apt-images-container {
    text-align: initial;
    display: initial;
    position: initial;
    bottom: initial;
    right: initial;
    float: left;
    margin-right: 3px;
}

.dxsc-apt-images-container2 {
    text-align: right;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}*/

@media only screen and (max-device-width: 480px) {
    .loginDiv {
        width: 300px;
        height: auto;
        margin:auto;
    }
}

.loginDiv {
    width: 300px;
    height: auto;
    margin:auto;
}


.centered-btn-group {
        
}

.menuItemMubarek {
    font-size:13px;
    vertical-align:middle;
}