/* Add here all your CSS customizations */
.thumb-info-type {
    min-height: 26px;
}
.thumb-info-type img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0px;
    position: relative;
    width: 16px;
    margin-right: 8px;
}
section.timeline .timeline-date {
    background-color: #FDB813;
    width: auto;
    text-shadow: none;
}
section.timeline .timeline-date h3{
    color: #FFFFFF;
}
section.timeline .timeline-box h4{
    font-weight: 700;
    text-align: center;
}
.timeline-box.left {
    //clear: none !important;
}
.section-cv h2 {

}
.header-footer {
    border-bottom: 5px solid #f47920;
}
.page-header {
    background-color: #005ba3;
    border-top: none;
    border-bottom: 5px solid #CCC;
    margin: 0 0 35px 0;
    min-height: 50px;
    padding: 20px 0;
    position: relative;
    text-align: left;
    background-image: url(/img/fundo-header.jpg);
    background-size: cover;
    background-position: center center;
}

.page-header li, .page-header li a {
    color: #fdb813;
}
.box-meta {
    font-size: 0.9em;
    margin-bottom: 7px;
}
.box-meta span {
    display: inline-block;
    padding-right: 8px;
}
.box-meta span i{
    display: inline-block;
    padding-right: 4px;
}
.input-date {

}
.input-date {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    float: right;
    margin-left: 10px;
    text-align: center;
}
.input-date .day {
    color: #005ba3;
    background: #F4F4F4;
    border-radius: 2px 2px 0 0;
    display: block;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}
.input-date .month {
    background: #005ba3;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
.input-date .time {
    background: #005ba3;
    border-radius: 0 0 2px 2px;
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
    color: #FFF;
    font-size: 0.9em;
    padding: 0 10px 2px;
}
.section-home {
    background-image: url('/img/fundo.jpg');
    background-size: cover;
    background-position: top center;
    border-bottom: 5px solid #57babf;
}
ul.nav-pills > li.active > a {
    background-color: #005ba3;
    color: #FFFFFF !important;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.thumb-info .thumb-info-title {
    font-size: 14px;
}

.page-item>a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item>a:hover {
    z-index: 2;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.error-message {
    color: red;
}

@media print {
    .print-no-break {
        page-break-inside: avoid;
    }
    p {
        color: #000;
        font-size: 18px;
    }
     
}

.quadro-geral td,.quadro-geral th {
    padding: 3px !important;
}
.print-input p {
    color: #000;
}

#main-board tfoot tr td {
    font-weight: 900;
}

td.percent::after { 
    content: "%";
}
.demo-container {
    position: relative;
    height: 400px;
}

#placeholder {
    width: 300px;
    height: 300px;
    margin-bottom: 10px;
}
.blockquote-resposta {
    border-color: #4CAF50 !important;
}
.blockquote-resposta p {
    margin-bottom: 0px;
}
#footer.light {
	padding-top: 0px;
	background: #FFF;
	border-top: 5px solid #57babf;
}
#footer.light .footer-copyright {
    margin-top: 0px;
    background: #FFF;
    border-top: none;
}


