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: no-repeat;
	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;
    margin-right:40px;
    padding-top: 10px;
    padding-right: 40px;
    text-align: right;
}

.col-center {
    display:inline-block;
    float:none;
    
    padding-left: 50px;
}

.bgIndex{  
    background-image: url(../img/pfundo.png); 
	height: 30%;
    background-repeat: repeat;
	background-size: cover;   
}

.bgIndex2{  
    background-image: url(../img/pfundo.png); 
	height: 30%;
    background-repeat: repeat;
	background-size: cover;    
}

.login {
    padding: 50px 15px 15px;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;

    -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;
}

.botoesIndex{
    width: 300px;
    padding: 10px 0 12px;
    margin-bottom: 25px;
    text-align: center;

    font-size: 1.7em !important;
    font-weight: bold !important;
}

.DefaultCheckbox { 
    width: 40px; 
    height: 40px; 
}

.bgDefault
{
    padding: 15px 15px 15px;
    color:#000000;
}

.readyOnly
{
    background-color: #ffff99;
}

table
{
    width:100%;
    text-align: left;
    border: 1px solid #000000;
    background-color: #ffff99;
}

th, td {
    padding: 5px;
    text-align: left;
  }