@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.1.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    min-width:100%;
    min-height:100%;
}

body {
    margin: 0 auto;
    min-width:100%;
    min-height:100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgba(0, 0, 0, 0.87);
    background-color: #FAFAFA;
    padding-top: 40px;
}

.container {
    margin: 0 auto;
    min-width:100%;
    min-height:100%;
    padding: 40px;

}

#modal_agenda {
    max-height: 480px;
}

.card-header {
    max-height: 60px
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fbf5c2;
}

.breadcrumb {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}

#content {
    margin-bottom: 25px;
}

.adsbygoogle {
    margin-bottom: 15px;
}

.footer-content {
    margin-top: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.footer a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.container {
    display: none;
}