/* Sticky footer styles
-------------------------------------------------- */
@font-face {
    font-family: 'Helvetica 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica 45 Light'), url('../fonts/HelveticaNeue-Light.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica 45 BOld';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica 45 Bold'), url('../fonts/HelveticaNeueBold.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica 45 std';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica 45 std'), url('../fonts/HelveticaNeueLTStd Lt.woff') format('woff');
}

html,
body {
    height: 100%;
    font-size: 13px;
    font-family:'Helvetica 45 std'; 
}
/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by its height */
    margin: 0 auto -60px;
    /* Pad bottom by footer height */
    padding: 0 0 60px;
}
.titles{
    font-size: 16px;
}
/* Set the fixed height of the footer here */
#footer {
    height: 60px;
    background-color: #f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

#wrap > .container {
    padding: 5px 15px 0;
}
.container .credit {
    margin: 20px 5px;
    text-align: center;
}
.page-header{
    margin: 10px 0 15px 0!important;
}
/* --------------------- Footer ---------------------*/
#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

#footer a{
    margin: 0 15px;
}

/* ---------------------LogoTipo--------------------------*/
#logotipo {
    margin: 0 auto;
    display: block;
    height: 30px;
}

h1{ 
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
}
h4{
    font-size: 14px;
    margin: 0px;
}

.lead{
    font-size: 17px;
}

#rfc{
    text-transform: uppercase;
}

.UserHeader-details {
    margin-top: 23px;
}
.UserHeader-name {
    color: #8899a6;
}
.UserHeader img {
    height: 70px;
    border-radius: 4px;
}

.title{
    font-size: 28px;
    bottom: 10px;
    font-family:'Helvetica 45 Bold'; 
}
.title2{
    font-size: 16px;
}
.pc{
    margin-top:15px;
}
.btn-info{
    background: #249BF0;
    font-size: 15px;

}
.franja-azul {
    background: #E3F2FC;
    margin-top: 18px;
}

.spacing {
    color: #249BF0;
}
form {
    margin-top:20px
}
input.form-control  {
    height: 40px;
    margin-bottom: 3px;
}
select.form-control {
    height: 40px;
}
.logo-ordil{
    display:none;
}
.img-pantalla{
    display:block;
}
@media screen and (min-width:992px){
    .form-cont {
        width: 800px;
        float: left;
        position: absolute;
        bottom: -280px;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: white;
        box-shadow: 3px 3px 16px  rgba(0, 0, 0, 0.28);
    }
    .contenido {
        margin-top:61px;
        padding: 44px;
    }
}
@media screen and (min-width:501px)and (max-width:991px){
    .form-cont {
        width: 800px;
        height: 550px;
        float: left;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        background-color: white;
        box-shadow: 3px 3px 16px  rgba(0, 0, 0, 0.28);
    }
    .contenido {
        padding: 80px;
    }

}
@media screen and (max-width: 500px) {
    .form-cont {
        width: 100%;
        height: 100%;
        background-color: white;
    }
    .franja-azul{
        display:none;
    }
    .contenido{
        text-align: center;
    }
    .logo-ordil{
        display:block;
        margin-top: 34px;
        margin-bottom: 35px;
    }
    .img-pantalla{
        display:none;
    }
}
@media screen and (min-width:992px){
    .divazul {
        background-color: #249BF0;
        height: 45%;
        top:0;
        width: 100%;
        position: absolute;

    }
}
#cont {
    height:100%;
    width: 100%;
}

.messages{
    color: red;
    font-size:16px;
    font-weight: bold;
}

#visitas_wrapper input[type="search"]{
    height: auto;
    margin:0;
}
#filter #datepicker{
    width:220px;
}

#filter .btn.btn-default,
#filter .btn.btn-success {
    width:100%;
    margin-bottom: 10px;
}

.sortByFilter{
    margin: 10px 0 5px 0;
    font-weight: 700;
    display: block;
}