*, *:before, *:after {
    margin: 0;
    padding: 0;

    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;

    line-height: 1.2;
    letter-spacing: 0em;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

/*BOX GERAL */
body {
    background-color: #007FDC;

}

.container {
   float: left;
   width: 100%;
   position: absolute;
   top: 50%;
   margin-top: -200px;/* half of #content height*/
   left: 0;
   width: 100%;
}

.content {
    display: block;
    margin: 0 auto;
    padding: 20px 20px;
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.38);
}

.content-list {
    display: block;
    margin: 0 auto;
    padding: 20px 20px;
    width: 340px;
    max-width: 340px;
    min-width: 340px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.38);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.38);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.38);
}

.clear {
    clear: both;
}

.fontzero {
    font-size: 0;
}

.title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8em;
}

/*BOX LOGIN */
.login_sensedata {
	text-align: center;
}

.login_sensedata span {
    display: block;
    font-size: 0;
}

.login_sensedata p {
	text-align: center;
	font-size: 0.825em;
	padding-top: 10px;
}



input, select, textarea  {
    width: 300px;
    height: 40px;
    padding: 10px;
    margin-top: 20px;
}

input.checkbox_logado {
	width: 15px;
    height: 15px;
    padding: 0px;
    margin-top: 10px;
    float: left;
}

.login_sensedata span.label_checkbox {
    font-size: 0.825em;
    padding-left: 5px;
    float: left;
    margin-top: 10px;
}

a {
	color: #555;
}

a:hover {
	color: #000;
}


 button {
    background-color: #ff842a;
    border: 0;
    padding: 10px 50px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
    width: 300px;
}


/*FOOTER*/
footer p {
	text-align: center;
	bottom: 0;
	position: fixed;
	width: 100%;
	margin-bottom: 10px;
	font-size: 0.75em;
	color: #fff;
}

.scrollable-area {
    background-color: #fff !important;
    border: 0 !important;
    margin-right: -7px;
    max-height: 70vh;
    overflow: scroll;
    /*padding: 0 7px; */
    padding-right: 10px;
}

.invisible-scrollbar {
   display: block;
   background: #000;
   overflow-x: hidden;
   overflow-y: scroll;
}

.invisible-scrollbar::-webkit-scrollbar {
   -webkit-border-radius: 1ex;!important;
   width: 6px!important;
}

.invisible-scrollbar::-webkit-scrollbar-track{
   background-color: rgba(255,255,255,100)!important;
   border-radius: 12px!important;
}

.invisible-scrollbar::-webkit-scrollbar-thumb{
   border-radius: 10px!important;
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3)!important;
   background-color: #555!important;
}

