body{
	overflow-y: hidden;
}
.head-container, .body-container, .foot-container, .main-container{
	padding: 0px;
	width: 100%;
}
.main-container{
	min-height: 100%;
	position: relative;
}
.head-container{
	min-height: 51px;
}
.body-container{
	padding-bottom: 50px;
}
.foot-container{
	position: absolute;
	bottom: 0;
	padding: 0px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #28a745AA;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69,.25);
}

.popover{
    max-width: 500px;
}

.media-autor .col:nth-child(1){
    max-width: 111px;
}

.media-autor .col:nth-child(2){
    max-width: calc(100% - 111px);
}

.media-autor span, .media-autor a{
    font-size: 70%;
}

.popup-autor{
    cursor: pointer;
}
