body{
	background-color: #f0f0f0;
}

.hidden{
	display: none;
}

#flashMessage{
	margin: auto;
	margin-top: 70px;
	max-width: 600px;
	margin-bottom: -70px;
}

.body{
	min-height: 100%;
	min-height: calc(100% - 40px);
   overflow: auto;
	padding-bottom: 4em;
	margin-top: 70px;
}

.ui.loading.segment::before{
   background: rgba(240, 240, 240, 0.5);
}

.ui.header{
   color: #404040
}

.ar.groupper{
	background-color: white;
	padding: 15px;
	border-radius: 2px;
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.1);
}
.ar.groupper .actions{
	margin: -21px;
	border-top: 1px solid #f0f0f0;
	margin-top: 20px;
	padding: 15px;
	padding-bottom: 20px;
	text-align: right;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
}
.ar.groupper > .head{
	margin: -15px;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
	padding: 15px 20px;
	padding-top: 20px;
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;

	font-weight: bold;
	font-size: 20px;
}

.topper.content .statistic .label{
   font-size: 2em;
}

.topper.content .ui.statistic{
   margin: auto;
   width: 100%;
   margin-top: -0.3em;
   padding-bottom: 0.5em;
}

.ui.cards .card .topper.content{
   padding-top: 0.2em;
   padding-bottom: 0.2em;
}

@media screen and (max-width: 766px){
   .topper.content .statistic .value{
      font-size: 2em !important;
   }

   .topper.content .statistic .label{
      font-size: 1em !important;
   }

   .topper.content .ui.statistic{
      margin-top: -0.1em;
      padding-bottom: -0.5em !important;
   }
}

@media screen and (max-width: 668px){
   .footer .text{
      width: 98%;
   }
}

.footer .text .right{
   float: right;
   margin-right: 0.5em;
   text-align: right;
}

.ui.modal{
   border-radius: 0;
}

@media screen and (min-width: 768px){
   .nag{
      display: none;
   }
}

.nag{
   z-index: 100;
   position: fixed;
   bottom: 45px;
   width: 100%;
   transition-duration: 1s;
   transition-timing-function: cubic-bezier(.75,-0.5,0,1.75);
}

.nag.hidden{
   bottom: -5em;
}

.nag .ui.labeled.button{
   width: 182px;
   left: 50%;
   margin-left: -91px;
   background-color: #e47107;
}

.nag .ui.labeled.button .icon{
   background-color: rgba(0,0,0,0.15);
}

.ui.very.basic.button{
	border: 0 !important;
	box-shadow: none;
}

.ui.very.basic.button:hover{
	background-color: #cdcdcd !important;
	box-shadow: none !important;
}
.ui.very.basic.red.button:hover{
	background-color: #f9caca !important;
}


.ui.form input{
	border-radius: 1px !important;
}

.ar.checkbox{
	margin-top: 5px;
	padding: 15px 15px;
	background-color: white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.07), 0 -1px 2px rgba(0,0,0,0.07);
	cursor: pointer;
}
.ar.checkbox.inactive{
	color: gray;
	background-color: #f5f5f5;
}
.ar.checkbox.active{
	background-color: white;
}
.ar.checkbox > .header{
	display: flex;
	align-items: center;
}
.ar.checkbox > .content{
	margin-top: 10px;
}
.ar.checkbox > .header .description{
	font-size: 16px;
	flex-grow: 100;
}
.ar.checkbox > .header .cost{
	color: #B12704;
	width: 80px;
	text-align: right;
}
.ar.checkbox > .header .icon{
	font-family: outline-icons;
	font-size: 20px;
	padding-right: 5px;
	margin-right: 5px;
}
.ar.checkbox.active > .header .icon{
	font-family: Icons;
}
.ar.checkbox.active > .header .icon::before{
	content: "\f058";
}

.ar.message{
	padding: 12px;
	border-radius: 3px;
}

.ar.lowkey.message{
	border: 1px dashed #9b9b9b;
}

.ar.success.message{
	box-shadow: 0 0 0 1px #3bbb8a inset,0 0 0 0 transparent;
	background-color: #f6fcfa;
	color: #39bc8a;
}

.ar.error.message{
	box-shadow: 0 0 0 1px #f37576 inset,0 0 0 0 transparent;
	background-color: #fef8f8;
	color: #f27678;
}

body > .footer{
	display: flex;
	align-items: center;
	background-color: #e1e1e1;
	height: 40px;
	justify-content: flex-end;
}
body > .footer .item{
	color: #404040;
	padding-right: 20px;
}
@media screen and (max-width: 650px){
	body > .footer{
		justify-content: space-around;
	}
	body > .footer .item{
		padding-right: 0;
	}
	body > .footer .desktop.item{
		display: none;
	}
	input{
		font-size: 16px;
	}
}