.float {
  float: left;
  margin-right: 10px;
}
.entry-content {
    padding-top: 20px !important;
}
h3 {
  text-align: center;
  margin-top: 40px !important;
}
/* MINHA JORNADA */
div.buttons {
  text-align: center;
}
.button {
  font-size: 1rem;
  padding: .4rem 1.6rem;
  box-shadow: 0 0 0 5px rgba(0,0,0,.1);
  border: none;
  color: #fff;
  background: #ff613d;
  -webkit-transition: background,.3s;
  -moz-transition: background,.3s;
  transition: background,.3s;
  border-radius: 50px;
  display: inline-block;
  zoom: 1;
  min-height: 40px;
  font-family: FontAwesome,Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;
  line-height: 40px;
  text-align: center;
  vertical-align: baseline;
  text-decoration: none;
  letter-spacing: 1px;
}
.button:hover {
  background: #cc4d30;
}
.button.back {
  background: #33d2cc;
}
.button.back:hover {
  background: #00bdb6;
}
.button ~ .button {
  margin-left: 10px;
}
/* calendário */
#calendario-gd {
  text-align: center;
}
#calendario-gd .xdsoft_datetimepicker .xdsoft_datepicker {
  width: 448px;
}
#calendario-gd .xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 50px;
}
.entry-content .xdsoft_datetimepicker .xdsoft_calendar td:hover,
.entry-content .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover {
  background: #FF613D !important;
}
.entry-content .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.entry-content .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.entry-content .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
  background: #78C3FB !important;
  box-shadow: none !important;
}
/* ADICIONAR MEDIDAS */
#adicionar-medida, .smiles, .smiles div {
  float: left;
}
#adicionar-medida input[type=text] {
  width: 90px;
  display: inline-block;
  position: relative;
  text-align: right;
}
#adicionar-medida>div {
  height: 60px;
}
#adicionar-medida>div div {
  display: inline-block;
  width: 120px;
}
#boneco {
  float: left;
  height: 500px;
  width: 560px;
  background: url('../images/boneco.jpg') no-repeat right;
}
#boneco canvas {
  position: absolute;
  display: none;
}
.smiles>div div {
  display: inline-block;
}
.smiles>div:first-child {
  margin: 6px 8px 0 0;
}
.smiles label {
  float: left;
  margin-right: 5px;
}
.smiles label > input{
  visibility: hidden;
  position: absolute;
}
.smiles label > input + img{
  cursor: pointer;
  border-radius: 30px;
}
.smiles label > input:hover + img{
  background-color: #FFFFB5;
}
.smiles label > input:checked + img{
  background-color: yellow;
}
div.actions input {
  margin: 20px 20px 0 0;
}
input.cancel {
  color: white;
  background: #E85C79 !important;
}
input.cancel:hover {
  background: #C34B64 !important;
}
input.delete {
  color: white;
  background: #ff977a !important;
}
input.delete:hover {
  background: #D88872 !important;
}
/* MINHA EVOLUÇÃO */
#chart_div {
  float: left;
  width: 100%;
  height: 300px;
  background: url(../images/loading.gif) center center no-repeat;
}
#custom-interval {
  display: none;
}
#custom-interval input {
  width: 130px;
  display: inline-block;
}
/* MINHAS METAS */
#minhas-metas a.button.back {
  position: absolute;
}
#minhas-metas form {
  min-height: 86px;
}
table td {
  padding: 10px 5px 10px 0;
  background: #ffffff;
  position: relative;
}
table td.pq {
  width: 120px;
}
table thead td {
  font-weight: bold;
}
table#metas-atuais a, table#metas-atingidas a {
  display: block;
  line-height: 20px;
}
table#metas-atuais a:last-child, table#metas-atingidas a:last-child {
  margin-bottom: 10px;
}
table[id^=metas] input[type=text], table[id^=metas] textarea {
  line-height: 26px !important;
  padding: 0 .5rem !important;
  min-height: 36px !important;
}
table[id^=metas] input[type=text] {
  height: 36px !important;  
}
table[id^=metas] textarea {
  resize: none;
  padding: 4px .5rem !important;
  height: 36px;
}
#metas-atuais {
  position: relative;
}
.meta-modelo {
  display: none;
}
.sem-meta {
  position: absolute;
  width: 779px;
  margin-top: 43px;
}
.sem-meta td {
  text-align: center;
}
table[id^=metas] input[type=text]:disabled, table[id^=metas] textarea:disabled {
  border: none !important;
  color: #556367 !important;
  padding: 4px .5rem 4px 0 !important;
  margin: 0px !important;
}
table[id^=metas] input[type=text]:disabled:hover, table[id^=metas] textarea:disabled:hover {
  border: none !important;
  box-shadow: none !important;
}
table[id^=metas] textarea:disabled {
  line-height: 2em;
  overflow: overlay;
}
input[name=met_progresso] {
  margin-bottom: 1px !important;
}
.ui-widget-content {
  margin: 4px 8px 0 14px;
  height: 10px;
  background: none;
  border: none;
}
.ui-slider .ui-slider-handle {
  background: none;
  border: none;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid gray;
  top: -.3em;
  margin-left: -.6em;
}