/**************Tipografía**********************************/
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900,900italic);

body {
    font-family: 'Lato', sans-serif;
    padding-bottom: 0;
}

.SpaceBetweenRows {
    margin-top: 1%;
}

/**************Header**************************************/

.header {
    background: #313236;
    text-align: center;
}

    .header img {
        max-width: 100%;
    }

.logo_int {
    position: absolute;
    left: 3%;
    top: 2px;
}

.datos {
    margin-top: 5px;
}

.acceso-cuenta, .ticketso {
    border-style: solid;
    border-width: 1px;
    padding: 7px 15px 7px 15px;
    /* margin-top: 19px; */
    margin-top: 0;
    position: relative;
    top: -3px;
    color: white;
    font-size: 14px;
    font-style: italic;
}

.ticketso {
    border: none;
    padding: 0;
    display: inline-block;
    margin-top: 10px;
}

.bandera {
    background: url(../img/Facturacion-electronica-mexico.png);
    width: 24px;
    height: 14px;
    display: inline-block;
    zoom: 1;
    margin: 0 20px;
    background-position: 0px -212px;
}

.top-tel {
    color: #FFF;
    font-size: 26px;
    margin-right: 20px;
    font-weight: bold;
    vertical-align: top;
}

    .top-tel a {
        color: #fff;
        cursor: text;
    }

        .top-tel a:hover {
            text-decoration: none;
        }

.label-info {
    background: none;
    border: #fff 1px solid;
    padding: 7px 10px;
}

/**************Bloques*************************************/
.azul-claro {
    background: #F1F6FC;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 20px;
}

.center {
    text-align: center;
}


/***************Login**************************************/

.contenedor_form {
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    padding: 20px;
    border-radius: 0;
    max-width: 394px;
    margin: 0 auto;
}


/**************Footer**************************************/
footer.footer {
    background: #282828;
    color: white;
    background-image: url(../img/Validador-cfdi-footer-master-edi.png);
    padding: 30px 0;
    text-align: center;
}

.legal {
    font-size: 12px;
    text-decoration: none;
}


span.legal a {
    color: #F79420;
}


/**************Footer nuevo**************************************/
.hoja {
    max-width: 1000px;
    margin: auto;
}

footer .pull-right {
    float: none;
    margin: 0 0 1em;
}

.footer a {
    color: white;
}

    .footer a::-moz-focus-inner {
        border: 0;
        outline: none;
    }

.footer .span3 {
    margin: 10px 30px 0 0;
    width: 210px;
    float: left;
    text-align: left;
}

.li-titulo a {
    color: #f7941e;
    font-size: 17px;
    font-weight: bold;
}

.footer ul {
    padding-left: 0;
    text-align: left;
}

.footer li {
    list-style: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.cont-redes {
    display: block;
    width: 100%;
}

.logo-footer {
    float: left;
}

.redes {
    font-size: 15px;
    float: right;
    margin-right: 1.5%;
}

    .redes a {
        display: inline-block;
        margin: 0 3px;
        vertical-align: middle;
    }

.clientomx {
    text-align: center;
    max-width: 520px;
    margin: auto;
}

    .clientomx .legal {
        margin-left: 0;
        /*margin-right: 26px;*/
        margin-top: 20px;
        display: block;
    }

    .clientomx .cont-aviso {
        max-width: 400px;
        margin: auto;
    }

    .clientomx .aviso {
        float: left;
    }

    .clientomx .cliento {
        float: right;
    }

.limpiar, .limpia {
    clear: both;
    height: 0;
}

/* movile media querys */

@media (max-width: 700px) {
    .navbar-nav li h4 {
        margin-left: 15px;
    }
}

@media (max-width: 400px) {
    .logo_int {
        display: none;
    }

    .datos {
        width: 100%;
        text-align: center;
    }

    .logo-footer, .redes {
        float: none;
    }

    .footer .span3 {
        width: 100% !important;
        text-align: center;
        padding-left: 0 !important;
    }

    .footer ul {
        text-align: center;
    }
}

@media (max-width: 320px) {
    .bandera {
        display: none;
    }

    .top-tel {
        display: block;
        margin-right: 0;
    }
}


.pagination {
    max-width: 630px;
    width: 100%;
}

    .pagination > li {
        display: inline-block;
        background: #F1F6FC;
        margin: 0 -4px 0 0;
        max-width: 210px;
        width: 100%;
    }

        .pagination > li > a {
            background: #1F9BDE;
            color: #fff;
            display: inline-block;
            max-width: 210px;
            width: 100%;
            padding: 11px 10px;
        }

            .pagination > li > a:hover {
                background: #F1F6FC;
                color: #333;
            }

    .pagination > .disable {
        background: #F1F6FC;
    }

    .pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background: #F1F6FC;
        color: #ccc;
        font-weight: bold;
    }
/*btn <span class="num">1</span>*/
.num {
    background: cornflowerblue;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2em;
    margin: 0 5px 0 0;
    padding: 3px 13px 7px;
    vertical-align: middle;
}

@media (max-width: 600px) {
    .pagination {
        max-width: 400px;
    }

        .pagination > li > a {
            text-align: left;
        }
}


.login-name {
    color: white;
    margin-top: 15px;
}

    .login-name a, .login-name a:hover {
        color: white;
    }


/*Personalizacion para grids de usuarios y roles*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-widget-header {
    border: 1px solid #2a9ecc !important;
    background: #2a9ecc !important;
}

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        color: #ddd !important;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: rgba(40, 154, 198, 0.26) !important;
        color: rgb(5, 67, 100) !important;
    }

/*Fin Personalizacion para grids de usuarios y roles*/

/*Personalizacion de botones al 100% de ancho dentro de columnas*/
.button-with100 {
    width: 100%;
}

/*css utuilizado para eliminar el la linea inferior que se forma cuando se utiliza la etiqueta legend*/
.border-bottom-none {
    border-bottom: none;
}


/*Css personalizado para el alineamiento de los elementos en la barra de navegacion del lado derecho.*/
.custom-align-nav {
    margin-right: 40px !important;
}

.custom-additional-information-content {
    min-height: 250px;
}

/*Inicio loader de carga para direcciones*/

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-ripple div {
        position: absolute;
        border: 4px solid #fff;
        opacity: 1;
        border-radius: 50%;
        animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .lds-ripple div:nth-child(2) {
            animation-delay: -0.5s;
        }

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}


.blockOverlay {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.6;
    cursor: wait;
    position: fixed;
    background-color: rgb(0, 0, 0);
}

.blockPage {
    opacity: 0.90;
    z-index: 1011;
    position: fixed;
    padding: 0px;
    margin: 0px;
    width: 375px;
    top: 25%;
    left: 35%;
    text-align: center;
    color: rgb(0, 0, 0);
    cursor: wait;
}

    .blockPage i {
        color: white;
    }

    .blockPage span {
        color: white;
        font-weight: bold;
        font-size: 30px;
    }



.loader-content {
    height: 200px;
    border-radius: 25px;
    padding-top: 7%;
    padding-left: 5%;
}
/*Fin loader de carga para direcciones*/


/*Seccion de configuracion de redes sociales en ajustes*/
.custom-postion-social-network-button {
    padding-bottom: 10px !important;
    margin-bottom: 15px !important;
    margin-left: 30px;
}


#id-addendas {
    margin-left:0px !important;
}