body, html {
    max-width: 100%;
    overflow-x: hidden;
    /*
    max-height: 100%;
    overflow-y: hidden;
    overflow: hidden;
    */
}

.ui-tabs .ui-tabs-nav {
    display: flex;
}

/*
button.editPlan {
    position: fixed;
}
*/

/*
canvas {
    display: flex;
}
*/

.ui-tabs .ui-tabs-nav li {
    flex: 1;
    display: flex;
    /* If placed in a small width sidebar or something like that disabling nowrap will fix the overflow issue */
    white-space: normal;
}

.ui-tabs .ui-tabs-nav li a {
    flex: 1;
    /* If you want to align tab titles center */
    text-align: center;
}

.daily, .weekly, .monthly, .trends {
    left: 5%;
    width:90% !important;
    height:100% !important;
}
h3, h4, h5, h6 {
  text-align: center;
}
.macros {
    width:10px;
    height:10px;
}
.overflowhidden {
    overflow-x:hidden;
}
.slick-prev:before { 
    color:black !important;
    margin-left: 15%;
}
.slick-next:before { 
    color:black !important;
    margin-right: 15%;
}
.loading_spinner {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
  position: fixed;
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.characters {
	text-align: center;
}
.img {
	margin: auto;
}
.checkbox-inline {
	padding-left: 0px;
}
.topRight {
    position: absolute;
    top: 0px;
    right: 15px;
}
