@font-face {
	font-family: 'brandonGrotesque';
	src: url('/static/BrandonGrotesque-Regular.otf');
}

@font-face {
	font-family: 'brandonGrotesque';
	src: url('/static/BrandonGrotesque-Bold.otf');
	font-weight: bold;
}

@font-face {
	font-family: 'avenir';
	src: url('/static/AvenirLTStd-Book.otf');
	font-weight: normal;
}

@font-face {
	font-family: 'avenir';
	src: url('/static/AvenirLTStd-Medium.otf');
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.med-only {
		display: none;
	}
}

body {
	font-family: avenir, 'Josefin Sans Bold', sans-serif !important;
}

.fill {
	min-height: 100vh;
}

.certificate {
	display:flex;
	justify-content: space-around;
	align-items:center;
	margin-top:20px;
}

.button-new {
	height: 30px;
	background-color: #2C82A9;
	border-radius: 15px;
	color: white;
	font-size: 1.3em;
}

.button-std {
	width: 143px;
	height: 30px;
	background-color: #2C82A9;
	border-radius: 100px;
	color: white;
	font-size: 1.3em;
}

.button-disabled {
	background-color: grey;
	cursor: not-allowed !important;
}

.button-badge {
	display:flex;

	align-items: center;
	justify-content: center;
	padding-top:3px;

	background-color: #2C82A9;
	border-radius: 25%;
	min-height:25px;
	min-width: 25px;
	color: white;
	font-size: 16px;
}

hr.style-two {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

a {
	color: black;
}

.ch-header-img {
	width: 342px;
	height: 260px;
	border-radius: 5px;
}

.ch-card-label {
	font-size: 20px;
	font-weight: 400;
}

.ch-green-link {
	color: #6e8837
}

.ch-hidden {
	display: none;
}

.ch-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

video {
	border-radius: 6px
}

.eval_form {
	height: 150px;
	width: 250px;
}

.eval_form_image {
	height: 100px;
	margin-left: 8px;
}

input[type='radio'] {
	transform: scale(1.5);
}

.form-radio-group td {
	color: aqua;
}

.form_radio_group td {
	text-align: center;
	color: aqua
}

.jumbotron {
	border-radius: 10px;
	background-color: #eeeeee;
}

.nav-link {
	padding: 3px;
}

.user-welcome {
	font-family: brandonGrotesque, 'Josefin Sans', sans-serif ;
	font-size:1.4em;
	padding-left:40px;
	padding-top:30px;"
}

.coach-prompt {
	font-family: brandonGrotesque, "Josefin Sans", sans-serif;
	width: 263px;
	height: 83px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.2);
	border-radius:10px;
	padding-left:10px;
	padding-right:10px;
	cursor: pointer !important;
}

.coach-image {
	height: 50px;
	width: 50px;
}

.coachmessage{
	border:2px solid #527fb5; margin:5px; padding:5px;border-radius: 10px;
}

.higherIdmessage {
	border:2px solid #e2976d; margin:5px; padding:5px;border-radius: 10px;
}

.lowerIdmessage {
	border:2px solid #9eb9a2; margin:5px; padding:5px;border-radius: 10px;
}
.ttable-striped tbody tr:nth-of-type(odd) {
	background-color: #eeffee;
}

.ttable-striped tbody th {
	background-color: #9AC498;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.nav-tabs .nav-tabs.active {
	/* background-color: white; */
	padding-top: 5px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: black;
}

.nav > li > a:hover {
	color: #000000;
}

.form-control:focus {
	border-color: #9AC498;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 203, 50, 0.6);
}

.textarea {
	resize: none;
}

.btn-ch {
	background-color: white;
	border: 2px solid #2ca289;
	border-radius: 10px;
}

.p10 {
	width: 10%;
}

.p20 {
	width: 20%;
}

.p33 {
	width: 33%;
}

.p40 {
	width: 40%;
}

.p50 {
	width: 50%;
}

.btn-custom {
	border: 1px solid black;
	background-color: white;
	color: black;
}

.btn-custom:hover {
	background-color: #9ff0a8;
	color: black;
}

.homework-heading {
	border-radius: 20px;
}

.tabcolor0 {
	background-color: #47a9c6 !important;
	color: white !important;
}

.tabcolor1 {
	background-color: #90A2CE !important;
	color: white !important;
}

.tabcolor2 {
	background-color: #ECCF69 !important;
	color: white !important;
}

.tabcolor3 {
	background-color: #5B96B0 !important;
	color: white !important;
}

.tabcolor4 {
	background: #2C82A9 !important;
	color: white !important;
}
.tabcolor5 {
	background: #E2976D !important;
	color: white !important;
}

.videoplaceholder:hover {
	height: auto;
	transition-duration: .2s;
}

.videoplaceholder:hover > .placeholdersummary {
	display: block;
	transition-delay: 1s;
}

.videoplaceholder {
	height: 70px;
	width: 300px;
	border: 1px solid grey;
	border-radius: 4px;
	margin: 10px;
	padding: 10px;
	background-color: #95A7d9;
}

.placeholdersummary {
	margin-top: 10px;
	display: none;
}

.placeholdersummary:hover {
	display: block;
}

.extra-html {
	background-color: white;
}

.extra-html .header {
	font-size: 1.2em;
	font-weight: 500;
}

.ch-shown {
	display: block;
}

.module-wrapper {}

.module_header {
	font-family: brandonGrotesque, 'Josefin Sans', sans-serif ;
	font-size: 1.5em;
	font-weight: 500;
}

.module-body {}

.module_inner-body {}

.navbar {
	padding-left: 2px;
	padding-right: 2px;
}

.dashboard-main {
	border: 1px solid lightgrey;
	margin: 5px;
	padding: 5px;
	padding-left: 20px;
	box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
}

.chartcontainer {
	border: 1px solid black;
}

.training-instructions {
	font-weight: bold;
}

.next-module {
	height:44px;
	width:160px;
	padding-right: 5px;
	border: 1px solid #92c2a1;
	border-radius: 50px;
	display:flex;
	text-align:center;
	align-items: center;
	color: white;
	background-color: #c4c4c4;
	cursor: not-allowed;
}

.next-module.module-open {
	background-color:#2C82A9;
	cursor: pointer;
}

.error-msg {
	color: red;
	font-size: 1.2em;
}

.eval-error {
	border: 2px solid red;
	background-color: red;
}

.form-user-name {
	font-size: 1.5em;
}

.assessment-header {
	margin-top: 10px;
	margin-bottom: 10px;
}

.partner-eval {
	width: 250px;
	height: 300px;
	border: 1px solid black;
	border-radius: 10px;
	margin: 10px;
}

.couplepanel {
	width: 100%;
	border: 1px solid lightgrey;
	border-radius: 10px;
	box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.2);
	margin-top: 5px;
	padding: 10px;
}

.message-list {
	border: 1px solid lightgrey;
	border-radius: 10px;
	padding: 5px;
}

.module-list {
	box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 5px;
}

.ff-brandon {
	font-family: brandonGrotesque, 'Josefin Sans', sans-serif;
}

.ff-avenir {
	font-family: avenir, 'Josefin Sans Bold', sans-serif;
}

.module-progress {
	background-color: white;
	border-radius: 10px;
	margin-top: 3px;
}

.coach-upcoming-calls {
	background-color: white;
	border-radius: 10px;
	margin-top: 3px;
	margin-left:10px;
}

.moduleprompt {
	min-height: 40px;
	max-width: 200px;
	border: 1px solid lightgrey;
}

.module-icon {
	height: 50px;
	background-color: white;
	box-shadow: 0px 3px 17px rgba(0, 0, 0, 0.2);
	margin-top: 2px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: .9em;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.module-icon .title {}

.module-img {
	margin-top: 3px;
	padding-bottom: 0px;
	height: 15px;
	width:15px;
	float: right;
}

.module-icon .title2 {
	display: none
}

.module-icon .title2 {
	display: none
}

.module-icon .description {
	display: none
}

.module-icon .status {
	display: none
}

.index_middle {
	display: flex;
}

.choice {
	border: 1px solid grey;
	height: 50px;
	width: 180px;
	padding: 10px 10px;
	text-align: center;
	color: #666666;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}

.chosen {
	border: 1px solid black;
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 30, 0.3);
	color: #469d96;
	cursor: default;
}

/* The Modal (background) */
.chmodal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 10px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%;
	overflow: auto !important; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fefefe;
	margin: auto;
	border: 1px solid #888;
	width: 80% !important;
}

/* The Close Button */
.close {
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

