﻿/*@font-face {
    font-family: "Kimberly Black";
    src: url("font-family/kimberley bl.ttf");
}

@font-face {
    font-family: "Encode Sans Medium";
    src: url("font-family/EncodeSansCondensed-Medium.ttf");
}

@font-face {
    font-family: "Encode Sans Bold";
    src: url("font-family/EncodeSansCondensed-Bold.ttf");
}

@font-face {
    font-family: "Encode Sans Compressed";
    src: url("font-family/encode-sans-compressed-extrabold.ttf");
}
@font-face {
    font-family: "Roboto";
    src: url("font-family/Roboto-Regular.ttf");
}*/

/*body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Roboto !important;
}*/


/*footer {
    bottom: 0;
    position: absolute;
    width: 95%;
    box-sizing: border-box !important;
    clear: both;
    max-width:inherit ;
    overflow: no-display;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.fondo-body {
    background-color: #00263a24 !important;
}

@media(max-width: 400px) {
    .fondo-body {
        background-color: #00263a !important;
    }
}

.lblUser {
    float: right;
    padding: 0.5rem;
}

@media(max-width: 991px) {
    .lblUser {
        float: inherit;
    }
}

#home-tab, #accordion h3 {
    font-weight: bold;
    font-size: 17px;
}

#accordion {
    font-family: Roboto !important;
}

@media( min-width: 992px ) {
    .liCerrarSession {
        right: 0;
        position: absolute;
    }
}

.icon-xs {
    height: 1rem;
}

.icon {
    height: 1.5rem;
}