.input-append h6 {
    margin-bottom: 5px;
    font-size: 0.675rem;
    color: #797979;
}

.select-container{
    align-items: flex-start;
    display: flex;
    position: relative;
    min-width: 150px;
    width: 150px;
    height: 50px;
}

#select-form{
    margin-top: -15px !important;
}

.select-box{
    border: none;
    appearance: none;
    padding: 0 30px 0 15px;
    width: 150px;
    height: 30px;
    margin-top: -5px;
    background-color: #fff;
    border-bottom: 1px solid #00853B;
    border-radius: 0;
}

#div-titulo-documentos{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    text-align: center;
    height: 50px;
    margin-top: 30px;
    border-bottom: 1px solid #00853B;
}

#grupo-periodo{
    display: none;
    justify-content: space-between;
    width: 480px;
}

#titulo-documentos{
    font-size: 20px;
    margin: 0;
    color:#00853B;
}

#historico-resenha{
    padding: 0 15px;
    line-height: 34px;
    border: solid 1px black;
    width: 95px;
    height: 40px;
    border-color: rgba(0,0,0,.12);
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: -8px !important;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da;
}

.input-group-text {
    background-color: transparent;
    border: none;
}

.input-group .form-control {
    border-right: 0;
}

.input-group .input-group-text {
    border-left: 0;
    cursor: pointer;
}

.input-group-text i {
    font-size: 1.2em;
    color: #6c757d;
}

.input-error {
    border-bottom: 2px solid red !important;
}
.selected {
    background-color: #e0e0e0;;
    color: rgba(0,0,0,.87);
}

#botoes-periodo .btn {
    transition: background-color 0.3s, color 0.3s;
    border-color: rgba(179, 176, 176, 0.411);
    font-size: 12px;
    width: 80px;
}

#botoes-periodo .btn:hover {
    background-color: inherit;
    color: inherit;
    border-color: inherit;
}

#datepicker {
    position: relative;
    max-width: 45px;
    height: 35px;
    z-index: 5;
    border: none;
    margin-right: 10px;
    margin-left: -18px
}

.datepicker-wrapper {
    position: relative;
    width: 45px;
    height: 35px;
    overflow: hidden;
}

.datepicker-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    font-size: 20px;
    z-index: 1;
}

#dateinput{
    width: 115px;
    border: none;
    height: 35px;
}

.container{
    margin-top: 50px !important;
    margin-bottom: 100px;
}

#embed-pdf {
    width: 100%;
    height: calc(100vh - 300px);
    min-height: 500px;
}

.main_content {
    margin-bottom: 100px;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 580px){
    .container {
        margin-bottom: 80px;
    }

    .main_content {
        margin-bottom: 80px;
    }
    #embed-pdf{
        height: 60vh !important;
    }
    #div-titulo-documentos{
        border-bottom: none !important;
    }
    .btn{
        font-size: 8px !important;
        width: 55px !important;
    }
    #dateinput{
        font-size: 10px;
        width: 60px !important;
    }
    .input-group{
        width: 120px !important;
    }
    #dateinput {
        width: 60px !important;
    }
    #datepicker{
        margin-right: 0px !important;
        margin-left: 0px !important;
    }
    #titulo-documentos{
        font-size: 18px !important;
    }
}