﻿* {
	font-family: 'Lato', sans-serif;
}

.no-padding {
	padding: 0;
}

.btn-blue, .btn-blue:active {
	background-color: #00CCF2;
	border: none;
	outline: none;
}

.btn.btn-blue.curved {
	color: white;
	border-radius: 20px;
	min-width: 100px;
	font-weight: bold;
	border: none;
	outline: none;
}

.card {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 20px;
	overflow: hidden;
}

.card-img-top {
	width: 100%;
	border-top-left-radius: calc(.25rem - 1px);
	border-top-right-radius: calc(.25rem - 1px);
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

	.card-body > div {
		padding: 10px 20px;
		-webkit-box-shadow: 0px 2px 5px -2px rgb(224 227 218 / 75%);
		-moz-box-shadow: 0px 2px 5px -2px rgba(224, 227, 218,0.75);
		box-shadow: 0px 2px 5px -2px rgb(224 227 218 / 75%);
	}

.card-title {
	margin-bottom: .75rem;
}

.title-block {
	font-weight: bolder;
	margin-bottom: 30px;
}

.break-down-selection ul {
	list-style: none;
	padding: 0;
}

	.break-down-selection ul li {
		display: inline-block;
		margin-right: 30px;
		font-size: 1.5em;
	}

		.break-down-selection ul li.active {
			border-bottom: 3px solid #4d97AC;
		}

.k-edit-field.toggle {
	width: 100%;
	display: inline-block;
}
.k-edit-field > div.Toggle-Switch {
	width:auto;
	 display: block;
}

.Toggle-Switch > input[type="checkbox"] {
	display: none;
}

.Toggle-Switch > label {
	cursor: pointer;
	height: 0px;
	position: relative;
	width: 40px;
}

	.Toggle-Switch > label::before {
		background: rgb(0, 0, 0);
		box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
		border-radius: 8px;
		content: '';
		height: 16px;
		margin-top: -8px;
		position: absolute;
		opacity: 0.3;
		transition: all 0.4s ease-in-out;
		width: 40px;
	}

	.Toggle-Switch > label::after {
		background: rgb(255, 255, 255);
		border-radius: 16px;
		box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
		content: '';
		height: 24px;
		left: -4px;
		margin-top: -8px;
		position: absolute;
		top: -4px;
		transition: all 0.3s ease-in-out;
		width: 24px;
	}

.Toggle-Switch > input[type="checkbox"]:checked + label::before {
	background: inherit;
	opacity: 0.5;
}

.Toggle-Switch > input[type="checkbox"]:checked + label::after {
	background: inherit;
	left: 20px;
}

/**=== Participants Grid===**/
/** Action Button Styles**/
.participants.k-grid .k-command-cell > .k-button {
	color: #000;
}

/**=== Participants Grid===**/
.documents.k-grid .k-command-cell > .k-button {
	color: #000;
}
