* {
	margin: 0;
}
	
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	text-align: center;
}
#main-div{
    width: 100%;
    position: relative;
}
#main-table{
    width: 100%;
}
#main-table button{
    font-size: large;
}
#index-mobile-1-button{
    min-width: 155px;
}
#index-config-button{
    border: 1px solid silver !important;
}
/* login-web-form */
#login-web-form{
    width: 300px;
    margin: auto;
    padding-bottom: 20px;
    display: none;
}

#login-div{
    padding: 10px;
}

/* More */
#more-div{
    width: 100%;
    position: relative;    
    margin-top: 20px;
    display: none;
}
#more-table{
    width: 100%;
}
#more-table button{
    min-width: 200px;
    border: 1px solid black !important;
    font-size: large;
}

/* Test */
#test-div{
    width: 100%;
    position: relative; 
    display: none;   
}
#test-table{
    width: 100%;
}
#test-table button{
    min-width: 200px;
    font-size: large;
}


#divLogoPrincipal {	 
	margin-top: 8%;
}

#logo_index{
	margin-bottom: 20px;	
}

.k-textbox{
    margin-bottom: 10px;
}

/* foCustom */
#form-user-bottom-buttons{
    text-align: center;    
}


@media only screen and (min-width: 920px)  {
    #login-web-form{
        display: block;
    }

}