body>.content{
	max-width: 100%;
}

#login .logo-container {
    width: 100% !important ;
    height: 127px;
    text-align: center;
	padding: 10px;
}

.logo-company-name {
    color:#fff;
    margin-left:10px;
    font-size:24px;
    vertical-align: bottom;
}

.landing-page {
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    margin-top: -29px;
    margin-bottom: 26px;
}

#login {
    /*margin-top: 60px;*/
	margin-top: 50%;
}


#login.panel>.panel-heading{
   background-color: #002f86;
}

.container {
    max-width: 1920px;
}

#pagina-login {
   background-color: #f6f6f6;
   height: 55px;
}


@media screen and (max-width: 767px){
.landing-page {
    width:100%;
	height:850px;
}

#login .logo-container {
    padding: 30px;
}

}

.list>table td, .list>table th{
 white-space: normal;
}
	
.pull-right>.dropdown-menu [data-action="setCompleted"]{
	display:none
	
}

.open>.dropdown-menu [data-action="setCompleted"]{
	display:none
	
}

.open>.dropdown-menu [data-action="viewFollowers"]{
	display:none
	
}

[data-action="follow"], [data-action="setCompletedMain"]{
	display:none !important;
}

/*[data-name="entityType"]{
	display:none;
}*/

.dashboard-buttons{
	display: none;
}