.form-group ul, ol {
	display: none;
}

.cursor {
	cursor: pointer;
}

.table, .bottom {
	clear: both;
}


.dropdown-user {
	min-width: 250px !important;
}

.calendarioIcon{
    font-size:24px !important;
    cursor: pointer;
}

form {
	padding: 10px !important;
}

.oculto {
	display: none;
}

#loading {
    background-color: #000000;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    display: none;
    opacity: 0.2;
    filter: alpha(opacity = 20); /* For IE8 and earlier */
}

#loading img {
    margin: 18% 0 0 52%;
}

.botoesHome {
	margin-top: 35px;
}

.tituloLogin{
    color: #0f73a1;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}