﻿body {
    font-family: "WorkSans-Regular" !important;
}
.pedido__titulo{
    margin-bottom:20px;
}
    .pedido__titulo h1 {
        font-size: 22px;
        font-family: "WorkSans-Bold";
        margin-bottom: 15px;
        margin-top: 30px;
    }

.pedido__titulo p {
    color: #3b3d40;
    font-size: 14px;
    font-family: "WorkSans-Regular";
    margin-bottom: 15px;
}
.pedido__titulo p a{
    color: #00a651;
    text-decoration: underline;
}
h2 {
    color: #3b3d40 !important;
    font-size: 22px !important;
    font-family: "WorkSans-Regular" !important;
    margin-bottom: 12px !important;
    margin-top: 15px !important;
}
#divMediaImagens .btn-file {
    background: #00a651;
    color: #fff;
    font-family: "WorkSans-Regular";
}
td {
    background: #fff !important;
}
table th{
    border-bottom-width: 0px !important;
}
table input{
    border: 0px !important;
    padding: 0px !important;
}

#tabMediaProvas {
    margin-top: 20px;
}
.fa.fa-eye {
    color: #000;
    font-size: 17px;
}
.fa.fa-trash-o {
    color: red;
    font-size: 17px;
}
.modal-title {
    text-align: center;
    padding: 15px;
    font-size: 30px;
    color: red;
}
.modal-body {
    text-align: center;
    padding-top: 0px;
    font-size: 16px;
}
.modal-footer {
    border-top: 0px solid #e5e5e5;
    text-align: center;
}
.modal .btn.red {
    background: red;
    color: #fff;
}