header, section, footer, nav, main, article, figure {
    display: block;
}

main section, aside{
    display: inline-block;
}

ul{
    list-style: none;
}

img.resize {
    width:80px;
    height: auto;
}

.bg{
    
background-image: url(../img/pfundo.png);
	height: 100%;
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    margin-left: 5px;
    margin-right: 5px;

    padding-top: 0.35em;
    padding-bottom: 0.625em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
        font-size: 1.2em !important;
        font-weight: bold !important;
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
    }

p{
    color: #FF0000;
    background-color: #bbff00;
    font-size: 150%;
}

.col-right {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /* inline-block space fix */
    margin-right:40px;
    padding-top: 10px;
    padding-right: 40px;
    text-align: right;
    /*
    background-color: rgb(204, 204, 204);
    border: 1px solid #ddd;
    */
}

.col-center {
    display:inline-block;
    float:none;
    /* reset the text-align */
    /*text-align:right;*/

    /* inline-block space fix */
    /*
    margin-right:40px;
    padding-top: 10px;    
    */
    
    padding-left: 50px;

    /*
    background-color: rgb(204, 204, 204);
    border: 1px solid #ddd;
    */
}

.bgIndex{  
    background-image: url(../img/pfundo.png); 
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    
}

.login {
    padding: 50px 15px 15px;
    /*background: #eeeeee;*/
    /*background-image: url(../img/pfundo.jpg);*/
    /*background-repeat: no-repeat;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* box-shadow: 0 0 6px rgba(0, 0, 0, 0.25); */
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s, left 0.8s 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: opacity 0.6s, -moz-transform 0.6s, left 0.8s 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: opacity 0.6s, transform 0.6s, left 0.8s 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.login-container{
    max-width: 420px;
    margin: 0 auto;
    text-align: center;
}

.login-submit{
    display: block;
    width: 100%;
    padding: 10px 0 12px;
    margin-bottom: 25px;
}