.cell {
	color: #212529;
	border: 1px solid #dee2e6;
	background-color: rgba(0,0,0,.05);
	text-align: center;
}

.header {
	color: #212529;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #dee2e6;
	padding-left: 15px;
	line-height: 35px;
	background-color: transparent;
}
.header-month {
	color: #212529;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #dee2e6;
	padding-left: 15px;
	line-height: 35px;
	background-color:  #b6b6b6;
}
/******* STLYE *******/
.closed_client {
	border:1px rgb(255, 130, 0, 0.562) solid;
	border-color: rgba(255, 130, 0, 0.562) !important;
	background-color:rgba(255, 191, 0, 0.500) !important;
}
.pending_client {
	border:1px rgb(0, 162, 255) solid;
	background-color:rgba(0, 162, 255, 0.281) !important;
}
.pending_border {
	border-color: rgba(0, 162, 255, 0.562) !important;
}
.fill-height{
	height: fit-content;
}
.border-inherit {
	border-color: inherit;
}
.btn-group-xs > .btn, .btn-xs {
	padding: .4rem .3rem;
	font-size: .875rem;
	line-height: .75;
	border-radius: .3rem;
  }
/* Form errors */
form .error {
	background: #FFDACC;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-weight: normal;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error,
form .error-message {
	color: #9E2424;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 35px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 35px;
  line-height: 35px; /* Vertically center the text there */
  background-color: #343a40;
  text-align: center;
  color:white;
}
.animated {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.button-wrapper .btn {
	margin: 5px 0px;
}

.button-wrapper {
	display: flex;
	flex-flow: column wrap;
	justify-content: space-around;
}

a.btn>span.glyphicon {
	margin-left: 12px;
}

@media ( min-width : 520px) {
	.button-wrapper {
		align-items: center;
		flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-webkit-flex-flow: row wrap;
	}
	.btn-container-center>a.btn {
		margin-left: 6px;
		margin-right: 6px;
	}
	.btn-container-center {
		justify-content: center;
	}
	.btn-container-center>a.btn:first-of-type {
		margin-left: 0;
	}
	.btn-container-center>a.btn:last-of-type {
		margin-right: 0;
	}
	.btn-container-left>a.btn {
		margin-left: 6px;
		margin-right: 6px;
	}
	.btn-container-left {
		justify-content: flex-start;
	}
	.btn-container-left>a.btn:first-of-type {
		margin-left: 0;
	}
	.btn-container-left>a.btn:last-of-type {
		margin-right: 0;
	}
	.btn-container-right>a.btn {
		margin-left: 6px;
		margin-right: 6px;
	}
	.btn-container-right {
		justify-content: flex-end;
	}
	.btn-container-right>a.btn:first-of-type {
		margin-left: 0;
	}
	.btn-container-right>a.btn:last-of-type {
		margin-right: 0;
	}
	.btn-container-stretch>a.btn {
		margin-left: 6px;
		margin-right: 6px;
	}
	.btn-container-stretch {
		justify-content: space-between;
	}
	.btn-container-stretch>a.btn:first-of-type {
		margin-left: 0;
	}
	.btn-container-stretch>a.btn:last-of-type {
		margin-right: 0;
	}
	.btn-container-col-center {
		flex-direction: column;
		align-items: center;
	}
	.btn-container-col-left {
		flex-direction: column;
		align-items: flex-start;
	}
	.btn-container-col-right {
		flex-direction: column;
		align-items: flex-end;
	}

	/* TESTING */
	.btn-fill-space .btn {
		margin: 5px;
		flex-grow: 1;
		transition-duration: 0.2s;
	}
	.btn-fill-space .btn:hover {
		flex-grow: 1.6;
	}
	.btn-always-col {
		flex-flow: column wrap;
		justify-content: space-around;
	}
	.btn-always-col>.btn {
		width: 100%;
	}
	/* .btn-collapse:after{
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900;
		content: "\f106";
		margin-left: 15px;
		
	}
	.btn-collapse.collapsed:after{
		content: "\f107";
	} */
	.btn-update{
		right: 1em;
    	position: relative;
	}
	.btn-copy{
		display: block;
    	width: 100%;
    	height: 100%;
    	border: none;
    	text-align: center;
	}
	.btn-clipboard{
		display: inline-block;
		content: "";
		vertical-align: -.125em;
		background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' d='M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3z' clip-rule='evenodd'/></svg>");
		background-repeat: no-repeat;
		background-size: 1rem 1rem;
	}
	.btn-placementPopoverDown:after{
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900;
		content: "\f107";
		float: right;
	}
	.btn-placementPopoverUp:after{
		font-family: "Font Awesome 5 Free"; 
		font-weight: 900;
		content: "\f106";
		float: right;
	}
	.district-display {
		margin-bottom: 0.5em;
		display: flex;
		align-items: center;
	}
}