﻿/* OTHER */


.new-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(20, 20, 20, 0.2);
	z-index: 200;
}

.new-modal .__content {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	background: #fff;
	max-width: 600px;
	width: 96%;
	box-shadow: 1px 1px 6px -5px #333;
	border-radius: 5px;
}

.new-modal .__content .__inner {
	padding: 20px;
}

.new-modal .__content .__inner h3 {
	margin-top: 0px;
	font-size: 22px;
	color: #23c6c8;
	margin-bottom: 5px;
	font-weight: 600;
}

.new-modal .__content .__inner p {
	font-size: 15px;
	color: #444;
	margin-top: 0px;
}

.new-modal .__content .__inner .modtable .__text {
	font-size: 13px;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	flex: 4;
	align-self: center;
}

.new-modal .__content .__inner .modtable .__text span {
	background: #1ab394;
	margin-left: 10px;
	padding: 5px 15px;
	border-radius: 20px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
}


.new-modal .__content .__inner .modtable {
	display: flex;
	margin-bottom: 20px;
}

.new-modal .__content .__inner .modtable .__button {
	align-items: flex-end;
	flex: 2;
}

.new-modal .__content .__inner .modtable .__button a.orange-button {
	margin-bottom: 0px;
	width: unset !important;
	display: block;
	text-align: center;
	border-radius: 2px;
	margin: 0;
}

.new-modal .__content .__close {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 13px;
	color: #909090;
	background: #f0f0f0;
	padding: 5px 8px;
	color: #5a5a5a;
	border-radius: 3px;
	text-transform: uppercase;
	font-weight: 600;
	cursor: pointer;
}


/*Bidfood learning styling*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,600;0,700;1,400&display=swap');

html,
body,
.panel,
#top-nav .signout {
	/*font-family: 'Poppins', sans-serif;*/
}

.main-container {
	width: 100%;
	max-width: 1200px;
}

.p-0 {
	padding: 0 !important;
}

.mt-1 {
	margin-top: 1rem;
}

.pr-1 {
	padding-right: 1rem;
}

.w-50 {
	width:50%;
}

.w-60 {
	width:60%;
}

.w-40 {
	width:40%;
}

/*#1E1147 blue */
/*#94C11F green */

#main-container-bg {
	/*background: linear-gradient(0deg, rgb(39 27 63 / 49%), rgb(30 17 71 / 62%)), url('../system/img/LMS Images.001.jpeg');*/
	background: url('../system/img/LMS Images.001.jpeg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: auto !important;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}

.panel {
	padding: 15px;
	border-radius: 10px;
	border-top: none;
	width: auto;
}

.panel ul li a.text-sm:hover,
.panel ul li a.text-sm:visited,
.panel ul li a.text-sm:active,
.panel ul li a.text-sm:visited,
.panel ul li a.text-sm,
.panel a.text-sm:visited,
.panel a.text-sm:active,
.panel a.text-sm:visited,
.panel a.text-sm,
.panel a.text-sm:hover {
	font-size: 0.8rem !important;
}


.panel .header {
	display: flex;
	height: unset;
	line-height: unset;
	padding: 0 0 10px 0;
}

.panel .header h2 {
	align-items: center;
	display: flex;
	padding: 0;
	color: #1E1147;
	font-size: 1.1rem;
}


.panel p {
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.1rem;
}

.text-green {
	color: #89A62E !important;
}

a.green-button-dashboard {
	background-color: #8CC63E !important;
}

.bf-event {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 15px 0 20px 0;
}

.event-list .bf-event:last-child {
	margin-bottom: 10px;
}

.bf-event.__top {
	align-items: unset;
}

.bf-event p {
	margin: 0;
	margin-bottom: 5px;
}

.event-date,
.event-other {
	height: 60px;
	flex-basis: 60px;
	width: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #878787;
	color: white;
	flex-direction: column;
	margin-right: 20px;
	border-radius: 10px;
	font-weight: 600;
	flex: none;
}

.event-other {
	background: none;
	font-size: 2rem;
	justify-content: center;
	align-items: center;
}

.event-date span {
	display: block;
}

.event-text {
	margin-right: 20px;
}

p.event-title {
	font-weight: 700;
	color: #1E1147;
	font-size: 14px;
}

.event-i,
.event-plus {

	font-size: 1rem;
	cursor: pointer;
	margin-left: auto;
	color:#909090;
}


.panel .event-plus a:visited,
.panel .event-plus a:active,
.panel .event-plus a:visited,
.panel .event-plus a {
	font-size: 1rem !important;
	color:#1ab394;
}

.panel .event-plus a:hover {
	font-size: 1rem !important;
	color:#1ba085;
}


.event-select {
	display: flex;
	margin-top: 10px;
}


.ml-auto {
	margin-left: auto;
}

.mt-auto {
	margin-top: auto;
}

.inline-block {
	display: inline-block;
}

.flex-initial {
	flex: 0 1 auto;
}

.flex {
	display: flex;
}

.flex-row {
	flex-direction: row;
}

.flex-col {
	flex-direction: column;
}

.m-w-full {
	max-width: 100%;
}

.mb-0 {
	margin-bottom:0px;
}

.mt-0 {
	margin-top: 0px;
}

.mx-auto {
	margin-left: auto !important;
	margin-right: auto !important;
}

.text-center {
	text-align:center !important;
}

.formInputDrop, .formInput {
	/*width: fit-content;*/
	border-radius: 5px;
	font-size: 0.96rem;
}

.panel a:visited,
.panel a:active,
.panel a:visited,
.panel a {
	font-size: 0.8rem !important;
	line-height: 1rem !important;
	color: #1D71B8 !important;
}

.panel a.btn:visited,
.panel a.btn:active,
.panel a.btn:visited,
.panel a.btn,
.panel a.btn:hover {
		font-size: 0.96rem !important;
}

.panel ul {
	padding-left:10px;
	margin-left: 0px;
}

.panel ul li {
	margin: 5px auto;
}

	.panel ul li a:visited,
	.panel ul li a:active,
	.panel ul li a:visited,
	.panel ul li a {
		font-size: 0.96rem !important;
		line-height: 1.1rem !important;
		color: #1D71B8 !important;
	}

a.green-button,
a.green-button:link,
a.green-button:hover,
a.green-button:active,
a.green-button:visited {
	margin-bottom: 0;
    font-size: 0.96rem !important;
    padding: 0.5rem 1.6rem;
    border-radius: 6px;
    background-color: #1E1147;
    border-color: #1E1147;
}

a.green-button.btn-large,
a.green-button.btn-large:link,
a.green-button.btn-large:hover,
a.green-button.btn-large:active,
a.green-button.btn-large:visited {
	margin-bottom: 0;
    font-size: 0.96rem !important;
    padding: 1rem 1.8rem;
    border-radius: 6px;
    background-color: #1E1147;
    border-color: #1E1147;
}



.greenLabel {
	background: #94C11F;
	color: #516a0f;
}


.resource-header {
	background: #1E1147;
	display: flex;
	padding: 16px 17px;
	color: #ffffff;
	border-radius: 8px;
	align-items: center;
	cursor: pointer;
}

.resource-header p {
	font-size: 1.25rem;
	color: #ffffff;
	margin: 0;
	font-weight: 600;
}

.resource-block {
	margin-top: 5px;
}

.resource-content {
	padding: 10px 15px;
	display: none;
}

.resource-content.open {}

p.resource-title {
	font-weight: 700;
	color: #1E1147;
	font-size: 14px;
}

.resource {
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	justify-content: flex-start;
}

.resourse-progress {
	padding: 0 30px;
	margin-left: auto;
}

.resourse-icon {
	font-size: 2rem;
}

.resource-content .resource:last-child {
	border: 0;
}

#main-login-container {
	border-radius: 10px;
    border-top: 0;
	height: fit-content;
	align-self: center;
	margin: 0 auto;
}

#main-login-container h1, .form-container h2 {
	color: #1E1147;
}


.panel.large-event .header h2 {
	font-size: 1.4rem;
}

.panel.large-event p.event-title {
	font-size: 1rem;
	margin-bottom: 10px;
	line-height: 1.1rem;
	margin-top: 10px;
}

.panel.large-event p  {
	font-size: 1rem;
	line-height: 1.2rem;
	margin-bottom: 10px;
}

.panel.large-event .bf-event {
	justify-content: flex-start;
	align-items: flex-start;
}

.panel.large-event p a:visited,
.panel.large-event p a:active,
.panel.large-event p a:visited,
.panel.large-event p a {
	font-size: 1rem !important;
	line-height: 1.2rem !important;
	color: #1D71B8 !important;
}


#footer {
	padding-top: 0;
	border-radius: 5px;
}

.footer-inner-left p, .footer-inner-right p {
	padding-top: 0;
	padding-bottom: 0;
	margin: 10px 0px;
}

#pagemaster {
    border-top: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    height: auto;
    min-height: auto;
}



.darkgrayLabel {
	background-color: #0D124A;
	color: #FFFFFF;
	font-family: 'Open Sans';
	font-size: 10px;
	font-weight: 600;
	padding: 3px 8px;
	text-shadow: none;
	display: inline;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.greenLabel { background-color: #94C11F; color: #FFFFFF;font-family: 'Open Sans'; font-size: 10px; font-weight: 600; padding: 3px 8px; text-shadow: none; display: inline; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em;}


.large-label {
	font-size: 13px;
}