@font-face {
    font-family: 'humnst777_lt_btlight';
    src: url('font/tt0855m_-webfont.woff2') format('woff2'),
         url('font/tt0855m_-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'humnst777_lt_btlight';
    background: #000;
    color: #fff;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

*[onclick]
{
    cursor:pointer;
}

a {
    text-decoration: none;
    color: #ffff;
}

h1 {
    font-size: 130%;
    text-transform: uppercase;
    margin: 8px;
}

p {
    margin: 6px;
}

/*http://www.webtoolkit.info/css-clearfix.html#.UzMB8vldUb8*/
.cf:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html * {
    font-family: 'humnst777_lt_btlight';
}

.content {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.loading {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 9999;
    text-align: center;
    color: #111;
}

.loading p {
    background-color: #fff;
    width: 180px;
    height: 50px;
    line-height: 50px;
    left: 50%;
    position: fixed;
    margin-left: -80px;
    top: 280px;
    padding: 0 20px;
    border-radius: 3px;
    border: solid 1px #ccc;
    box-shadow: 0px 0px 40px 10px RGBA(0,0,0,0.4);
    font-size: 14px;
    box-sizing: border-box;
}

.loading img {
    height:40px;
    float:left;
    margin-top: 5px;
}

.logo-content {
    width: 90%;
    max-width: 500px;
    margin: 40px 0;
}

.logo-content2 {
    max-width: 500px;
    margin: 0px 0;
    max-height: 100px;
}

table {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    border-collapse: collapse;
}

input, select {
    background: #e6e6e6;
    border: solid 1px #e6e6e6;
    border-radius: 8px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 10px;
    text-indent: 6px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.field {
	min-width: 200px;
    margin: 5px 0;
}

.field-no-margin {
	margin: 0px 0;
}

.icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
}

button {
    text-transform: uppercase;
    background: #e6e6e6;
    border: solid 1px #e6e6e6;
    color: #b2b2b2;
    border-radius: 8px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    margin: 10px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.photo {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #e3e2dd;
    border: solid 2px #e3e2dd;
    margin: 0 auto;
    margin-top: 5vh;
    color: #333;
    padding-top: 17px;
    box-sizing: border-box;
    font-size: 10px;
    background-size: cover;
}

.lista {
    list-style: none;
    text-align: left;
    font-size: 160%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 36px;
}

.lista li {
	width: 100%;
	float:left;
}

.lista p {
    font-size: 17px;
}

.lista p, .lista input {
    float: left;
    font-weight: normal;
    height: 28px;
    background: #eee;
    color: #999;
    line-height: 28px;
    margin: 0;
    margin-bottom: 10px;
    width: 65%;
    padding: 0 10px;
    border-radius: 8px;
}

.icone-holder {
    text-align: center;
    width: 60px;
    float: left;	
}

.icone {
	height: 26px;
	margin: 0 10px;
}

.icon-pequeno {
	height: 16px;
	margin: 0 6px;
}

.calendar {
    max-width: 90%;
}

.calendar-other-month {
    
}

.calendar th {
    text-align: center;
    font-weight: bold;
    width: 14.28%;
    height: 50px;
    line-height: 50px;
}

.calendar td {
    position: relative;
    height: 42px;
    max-height: 42px;
    line-height: 42px;
    text-align: center;
    width: 14.28%;

}
.calendar td.today {
    background-color: red;
    border-radius: 50%;
}

.calendar td.hasEvent {
    background: #fff;
    color: #111;
    border-radius: 50%;
    font-weight: bold;
}

.calendar td .calendar-day-mini {
    font-size: 18px;
}

.calendar td.destaque {
    background-color: #e7f6ff;
}

#limpar-base {
    position: fixed;
    bottom: 10px;
    left: 0%;
    width: 100%;
    text-align: center;
    background-color: #000;
    z-index: 2;
}

#voltar {
    position: fixed;
    bottom: 0px;
    left: 0%;
    width: 100%;
    text-align: center;
    background-color: #000;
    z-index: 1;
    height: 30px;
    line-height: 30px;
}

.treina-grafico {
    text-transform: uppercase;
    text-align: left;
    height: 30px;
    line-height: 30px;
}

.bar-holder {
    width: 45%;
    background-color: #333;
    float: right;
    position: relative;
    height: 3px;
    margin-top: 12px;
    border-radius: 4px;
    margin-right: 5%;
}

.bar-holder span {
    position: absolute;
    right: -22%;
    top: -13px;
}

#graficos {
    max-width: 80%;
    margin: 0 auto;
}

.bar-holder .bar {
    width: 0;
    background: red;
    height: 6px;
    margin-top: -1px;
    border-radius: 3px;
    transition: 0.3s ease-in-out width;
}

#usuario-nome {
    margin: 0;
    margin-top: 4px;
}

#usuario-posicao {
    margin: 0;
}