main>.container {
    padding: 70px 15px 20px;
}

main>.container.container-register {
    padding: 20px 15px;
}

.footer {
    background-color: #fff;
    font-size: .9em;
    height: 60px;
    border-top: 1px solid #dcdcdc;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}


@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.text-hover {
    transition: .2s;
}

.text-hover:hover {
    font-weight: bold !important;
    font-size: 1.1em !important;
}

.item {
    position: relative;
    padding-top: 0 !important;
    display: inline-block;
}

.notify-badge {
    position: absolute;
    right: -1.2em !important;
    top: -0.3em !important;
}

.notify-badge.notify-badge-bottom {
    position: absolute;
    right: -1.8em !important;
    top: 1.1em !important;
}

.notify-badge.notify-badge-bottom:hover {
    font-size: 1em !important;
}

.force-unselect {
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}

.force-select {
    -webkit-user-select: all;
    /* Chrome 49+ */
    -moz-user-select: all;
    /* Firefox 43+ */
    -ms-user-select: all;
    /* No support yet */
    user-select: all;
    /* Likely future */
}

.text-rotate {
    transform: rotate(90deg);
}



/* PDF COORDENADOR CSS */
.gerar-pdf {
    font-size: 62.75%;
    font-family: 'Times New Roman', arial, serif;
}

.divInfosPDF {
    line-height: .6em;
}

.tituloPDF {
    text-align: center;
    line-height: .6em;
}

#tablePDF {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#tablePDF td,
#tablePDF th {
    border: 1px solid #ddd;
    padding: 8px;
    font-size: 0.8em;

}

#tablePDF tr:nth-child(even) {
    background-color: #f2f2f2;
}

#tablePDF tr:hover {
    background-color: #ddd;
}

#tablePDF th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #7d7d7d;
    color: white;
}

h3.listagem {
    text-align: center;
}

.maiorCel {
    width: 200px;
}

/* FIM PDF COORDENADOR CSS */
.col-tab-sm {
    min-width: 200px !important;
    /* overflow: hidden !important; */
    /* display: inline-block !important; */
    /* white-space: nowrap !important; */
}

.bg-fadesp {
    background-color: #dd6b3b !important;
}

.border-fadesp {
    border-color: rgba(221, 107, 59, 1) !important;
}

.card-hover {
    transition: box-shadow .3s;
}

.card-hover:hover {
    box-shadow: 0 0 24px rgba(33, 33, 33, .2);
}