/* BASE BUTTON STYLES */

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.btn {
	display: block;
	background-color: #4B5459;
	height: 80px;
	line-height: 80px;
	text-align: center;
	color: #FFF;
	width: 100%;
	font-size: 1.3em;
	font-weight: 700;
	border-radius: 5px;
	text-decoration: none;
	outline: none;
	transition: all 0.2s;
	cursor: pointer;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.btn.no-cursor {
	cursor: auto;
}

.btn:hover {
	background-color: #606C73;
}

.btn.blue {
	background-color: #2C9DB0;
}

.btn.blue:hover {
	background-color: #33B5CC;
}

.btn.orange {
	background-color: #F38230;
}

.btn.orange:hover {
	background-color: #FF9933;
}

.btn.dark {
	background-color: #202526;
}

.btn.dark:hover {
	background-color: #15191A;
}

.btn.reverse {
	background-color: transparent;
	line-height: 55px;
}

.btn.medium.reverse {
	line-height: 53px;
}

.btn.reverse:hover {
	color: #FFF;
}

.btn.orange.reverse {
	border: 3px solid #F38230;
}

.btn.orange.reverse:hover {
	background-color: #F38230;
}

.btn.blue.reverse {
	border: 3px solid #2C9DB0;
}

.btn.blue.reverse:hover {
	background-color: #2C9DB0;
}

.btn.has-arrow {
	text-align: left;
	background-image: url(../icons/icon-arrow-right-white.svg);
	background-position: calc(100% - 20px) 50%;
	background-repeat: no-repeat;
	background-size: 15px;
}

.btn.round {
	border-radius: 80px !important;
}

.btn.ghost {
	background-color: transparent;
}

.btn.small {
	height: 70px;
	font-size: 1.1em;
	line-height: 67px;
}

.btn.medium {
	height: 60px;
	line-height: 58px;
	font-size: 1.7rem;
	border-radius: 5px;
}

.btn.ghost.light {
	background-color: transparent;
	border: 1px solid #CCC;
	color: #999;
}

.btn.disabled {
	opacity: 0.4;
	pointer-events: none;
}

/* BUTTON GROUPS */

.btn-group {
	margin-bottom: 20px;
}

.btn-group.shrink .btn {
	font-size: 1.2em;
}

.btn-group .btn {
	margin-top: 0;
	margin-bottom: 0;
}

.btn-group .btn.half {
	width: calc(50% - 10px);
}

.btn-group .btn.left {
	float: left;
	margin-right: 10px;
}

.btn-group .btn.right {
	float: right;
	margin-left: 10px;
}

.btn-group:after {
    content: "";
    display: table;
    clear: both;
}

/* ICON BUTTONS */

.btn.icon {
	height: 80px;
	width: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40px;
}

.btn.back {
    background-image: url(../icons/icon-arrow-back.svg);
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 90px;
    margin: 0;
    display: none;
}

.btn.back.visible {
	display: block;
}

/* TABS */

.tab-group {
	background: #202526;
	border-radius: 90px;
	padding: 10px;
	margin-bottom: 30px;
}

.tab-group .btn {
	background: none;
	color: #566166;
	float: left;
	margin: 0;
}

.tab-group .btn:hover {
	color: #FFF;
}

.tab-group .btn.active {
	background: #4B5459;
	color: #FFF;
}

.tab-group .btn.active.blue {
	background: #2C9DB0;
}

.tab-group .btn.active.blue:hover {
	background: #33B5CC;
}

.tab-group.two .btn {
	width: 50%;
}

.tab-group.three .btn {
	width: calc(100% / 3);
	font-size: 1.2em;
}

.tab-group.four .btn {
	width: 25%;
	font-size: 1em;
}

.tab-group:after {
    content: "";
    display: table;
    clear: both;
}

.tab-content,
.primary-tab-content,
.secondary-tab-content {
	display: none;
}

.tab-content.active,
.primary-tab-content.active,
.secondary-tab-content.active {
	display: block;
}

/* TAGS STYLES */

.tags .tag {
	padding: 15px 25px;
	border-radius: 5px;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

.tags .orange {
	background: #F38230;
}

.tags .blue {
	background: #2C9DB0;
}

.tags .dark-blue {
	background: #202526;
}

/* DATA TEXT EXACT/PERCENT TOGGLES */

.data-overview .group {
	float: left;
	text-align: center;
	cursor: pointer;
}

.data-overview.four .group {
	width: 25%;
}

.data-overview.three .group {
	width: calc(100% /3);
}

.data-overview .group .value {
	color: #FFF;
	font-weight: 700;
	font-size: 1.4em;
	margin-bottom: 10px;
}

.data-overview .group .value.percent {
	display: none;
}

.data-overview.light .group .value {
	color: #202526;
}

.data-overview.light .group .label {
	color: #808080;
}

/* SPECIAL PAGE STYLES */

.edit-page .item-title {
	font-weight: 700;
    font-size: 1.6em;
    text-align: center;
    color: #FFF;
    margin-top: 50px;
    margin-bottom: 50px;
}

/* DATE PICKER TOOLBAR STYLES */

.date-picker-toolbar {
	background: #202526;
	height: 90px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}

.date-picker-toolbar .previous-date,
.date-picker-toolbar .current-date,
.date-picker-toolbar .next-date {
	display: inline-block;
	vertical-align: middle;
	height: 90px;
	width: 90px;
	line-height: 90px;
	margin: 0;
}

.date-picker-toolbar .previous-date,
.date-picker-toolbar .next-date {
	background-size: 20px;
}

.date-picker-toolbar .current-date {
	width: calc(100% - 190px); /* Fix gaps caused by display inline-block */
	text-align: center;
	font-size: 1.4em;
	font-weight: 700;
	color: #FFF;
}