.ms-filter-search input.discipline-count-input{
	margin-left: 10px !important;
	border-color:rgba(85, 100, 110, 0.15) !important;
	width:55px;
	color:#b2b3b4;
}

/*************************
       HEADER      
*************************/

/* Header *******************/

header {
	min-height: inherit;
	position: relative;
	z-index: 1;
}

header .manager-logo-container {
	display: flex;
	flex-direction: row;
	padding: 0 20px;
	align-items: center;
	justify-content: center;
}

.header-content .manager-logo-container {
	display: flex;
	position: relative;
	top: auto;
	left: auto;
	min-width: 140px;
}

header .manager-logo-container img {
	max-height: 60px;
}

header .header-content {
	width: 100%;
}

header .header-row .page-title,
header .header-row .help {
	display: none;
}

header .main-nav {
	margin-bottom: 0;
	padding-left:0px
}

header .main-nav > ul {
	padding-left:0px;
	margin:0px;
}



header .main-nav > ul > li {
	display: block;
}

header .main-nav > ul > li + li {
	margin-left: 10px;
}

header .main-nav > ul > li + li:before {
	content: '';
	display: block;
	width: 1px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 8px;
}

header .main-nav > ul > li > a {
	display: inline-block;
	font-size: 16px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	line-height: 32px;
	text-decoration: none;
}

/*header .main-nav > ul > li > a .fa {
	display: none;
}*/

header .main-nav > ul > li > a.selected:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	border-radius: 3px 3px 0px 0px;
	margin-left: 20px;
}

header .logged-in-profile-container .logged-in-profile .nav-submenu {
    margin-top: -26px;
}

.header-search-block {
	min-width: 240px;
	width: 240px;
	right: 340px;
}

.header-search-block .multiple-select-container {
	height: 40px;
}

.header-search-block .multiple-select-container .custom-select {
	border-radius: 0;
}

.header-search-block .multiple-select-container .custom-select .select-list {
	margin-top: 1px;
}

.header-search-block .multiple-select-container input[type="text"] {
	margin-top: -10px;
	border: none !important;
}

.header-search-block .custom-select:not(.flag-select) .select-list .placeholder {
	/*padding: 6px 15px 6px 0 !important*/
}

.header-search-block .multiple-select-container.search-container .multiple-select-btn {
	bottom: 1px;
}

header .logged-in-profile-container {
	height: 72px;
	width: auto;
	min-width: 320px;
	padding: 0;
	flex-direction: row;
}

header .logged-in-profile-container .profile-pic {
	padding-bottom: 0;
	padding-right: 10px;
	display: flex;
	align-items: center;
}

header .logged-in-profile-container .badge-container img {
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	height: 50px;
	min-height: 50px;
}

header .logged-in-profile > span {
	text-align: left;
}

header .logged-in-profile > .name {
	font-size: 15px;
	white-space: normal;
	margin-top: 3px;
    padding-bottom: 0px;
}

header .logged-in-profile > .score {
	/*display: none;*/
}

header .profile-reminders {
	position: relative;
	top: auto;
	right: auto;
	padding: 0 20px;
	flex-direction: row;
	align-items: center;
	flex-wrap: inherit;
}

*::-ms-backdrop, header .logged-in-profile { /* IE11 */
	width: auto;
}

*::-ms-backdrop, header .logged-in-profile-container .profile-pic { /* IE11 */
	margin-right: 10px;
}

header .profile-reminders a + a {
	margin-top: 0;
	margin-left: 10px;
}

header .logged-in-profile-container .nav-submenu {
	margin-top: 0;
	padding-top: 10px;
	font-size: 14px;
}

header .logged-in-profile-container .flag-select {
	line-height: 36px;
	min-height: 40px;
}

header .logged-in-profile-container .flag-select .select-list {
	font-size: 14px;
	min-height: 40px;
	padding-left: 0;
}

header .logged-in-profile-container .flag-select .select-list ul {
	font-size: 14px;
	padding-left: 0;
}

header .logged-in-profile-container .flag-select i {
	top: 4px;
}

header .logged-in-profile-container .flag-select .placeholder {
	display: flex;
	align-items: center;
	height: 36px;
	line-height: normal;
	margin-top: 0;
	font-size: 14px;
}

header .logged-in-profile-container .flag-select .placeholder img {
	padding-top: 0;
}

@media (max-width: 1600px) {
	
	.header-content .main-nav {
		padding-left: 200px;
	}
	
	header .main-nav ul {
		padding-left: 0;
	}
	
	header .main-nav > ul > li > a {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (max-width: 1280px) {
	
	.header-content .manager-logo-container {
		min-width: auto;
	}
	
	.header-content .main-nav {
		padding-left: 100px;
	}
	
	header .main-nav > ul > li + li:before {
		display: none;
	}
	
	header .main-nav > ul > li > a.selected:after {
		margin-left: 0;
	}
	
	header .main-nav > ul > li > a {
		font-size: 14px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.logged-in-profile .name,
	.logged-in-profile .score,
	.logged-in-profile .role {
		display: none;
	}
	
	header .logged-in-profile-container {
		min-width: 220px;
	}
	
	.header-search-block {
		right: 240px;
	}
}

@media (max-width: 1024px) {
	
	header .manager-logo-container {
		display: none;
	}
	
	header .header-content {
		align-content: center;
		align-items: center;
	}
	
	header .header-content .side-nav-btn {
		text-decoration: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	header h1 {
		font-size: 26px !important;
	}
	
	header .header-row .page-title {
		display: none;
		padding-bottom: 0;
	}
	
	.header-search-block {
		right: 100px;
	}
	
	header .logged-in-profile-container {
		width: auto;
		min-width: inherit;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	header .logged-in-profile-container .profile-pic {
		padding-right: 0;
	}
	
	header .logged-in-profile {
		margin-right: 20px;
	}
}

@media (max-width: 768px) {
	
	header .logged-in-profile-container {
		padding-right: 20px;
	}
	
	header .logged-in-profile-container .profile-pic .badge {
		left: 40px;
	}
}

header .main-nav > ul > li > a.selected:after {
    bottom: 0px;
    margin-left: 0px;
    width: 100%;
}

.header-content .main-nav {
    position: relative;
    padding-top: 0px;
}

header .main-nav ul {
    max-width: 700px;
    padding-left: 0px;
}



header .logged-in-profile-container .logged-in-profile .nav-submenu {
    text-transform: none;
}

header .nav-submenu {
    left: 0%;
	top:140%
}

header .logged-in-profile {
    padding-top:25px;
	padding-bottom:25px;
}

/*****************************
		BUTTONS
*****************************/
.cta-contextual {
    border-radius: 30px;
}

/*****************************
		CAMPAIGN LIST
*****************************/
section.inner.intermediate-header{
	padding: 20px 30px;
}

section.inner.intermediate-header h2{
	padding-top:14px;
}

.custom-select-container-observations .input-icon {
    padding: 3px 8px;
    margin-top: 7px;
    border-radius: 5px;
}

.custom-select-container-observations input[type="text"] {
    border-bottom-width:0px;
	margin-top: 0px;
    font-size: 18px;
    line-height: 18px;
}

.custom-select-container-observations .input-icon .fa {
    right: 5px;
    bottom: 5px;
}

.cosy-filters .filter-container {
    display: block;
    margin-top: 0;
}

.cosy-filters .custom-select,
.cosy-form .custom-select {
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
}

.cosy-filters .custom-select ul.select-list,
.cosy-form .custom-select ul.select-list {
    height: 40px;
    border-bottom-width: 0px;
}

.cosy-filters .custom-select ul.select-list .placeholder,
.cosy-form .custom-select ul.select-list .placeholder {
    height: 40px;
    border-bottom-width: 0px;
	padding-left: 20px;
}

.cosy-filters .custom-select i,
.cosy-form .custom-select i{
    top: 3px;
}

.cosy-filters h4,
.cosy-form h4 {
	font-size: 14px;
	padding-left: 5px;
	text-transform: capitalize;
}

.cosy-grid .inner {
	padding-top:0px;
}

.cosy-grid .table-list .header {
    background-color: #FFFFFF;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	font-size:12px;
	padding-top: 5px;
    padding-bottom: 5px;
}

.cosy-grid .table-list li:not(:first-child) {
    margin-top: 0px;
}

.cosy-grid .table-list li .table-list-col:first-child span{
	font-size:10px;
}

.cosy-grid .table-list li .table-list-col:first-child span b{
	font-size:14px;
}

.cosy-grid .table-list li:last-child {
	border-bottom-left-radius:15px;
	border-bottom-right-radius:15px;
}

.cosy-grid .table-list li:not(.header):hover {
	cursor:pointer;
}

.cosy-grid .campaign-status {
    text-transform: lowercase;
    padding: 6px;
    font-size: 12px;
    border-radius: 15px;
    display: inline-block;
    width: 61px;
    text-align: center;
}

.gauge-list {
    margin-top: 0px;    
    width: 50px;
    height: 8px;
    border-radius: 4px;
    margin-right: 10px;
}

.cosy-grid .gauge-list .gauge-display {
    height: 8px;
    border-radius: 4px;
    display: block;
}
/****************************
      FORM
****************************/
input[type="text"],
input[type="password"],
input[type="number"],
.input-file {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	resize: none;
	overflow: auto;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	font-family: Roboto, Myriad, Arial, Verdana, Sans-Serif;
}
/*****************************
		CAMPAIGN 
*****************************/
div.header {
	display: flex;
	justify-content: center;
	height: 78px;
	position: relative;
	border-bottom-width: 0px;
	border-bottom-style: solid;
}
.header-steps {
	display: flex;
	align-items: center;
}

.header-step {
	display: flex;
	height: 32px;
	align-items: center;
	font-weight: bold;
}

.header-step ~ .header-step:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	margin: 0 12px;
}

.header-step-value {
	display: flex;
	width: 32px;
	height: 32px;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border-width: 1px;
	border-style: solid;
	margin-right: 12px;
}

.header-step.done .header-step-value span {
	display: none;
}

.header-step.done .header-step-value:before {
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	transform: rotate(-45deg);
	margin-top: -4px;
}

@media (max-width: 1280px) {
	
	.header {
		justify-content: space-between;
	}
	
	header .header-logo {
		position: relative;
	}
	
	.header-steps {
		margin-right: 20px;
	}
	
	.header-step ~ .header-step {
		margin-left: 10px;
	}
	
	.header-step-title,
	.header-step ~ .header-step:before {
		display: none;
	}
}

.step-section-container {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
.steps-content {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
}

.btn {
	border-radius: 20px;
	padding: 0 15px;
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	text-decoration: none;
}

.btn:not(disabled):not(.disabled) {
	cursor: pointer;
}

.btn-previous:before,
.btn-next:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
}

.btn-previous:before {
	transform: rotate(45deg);
}

.btn-previous span {
	padding-left: 5px;
}

.btn-next:after {
	transform: rotate(-135deg);
}

.btn-next span {
	padding-right: 5px;
}

.object-table-container { 
	max-width: 1280px;
	width: 1280px;
	margin: 20px auto;
}

.object-table-container .object-table-header {
	display: flex;
	align-items: center;
	height: 48px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 16px;
}
.object-table-container .object-table {
	border-width: 1px;
	border-style: solid;
}

.object-table-container .object-table ~ .object-table  {
	margin-top: 12px;
}

.object-table-container .object-table-row-header {
	display: flex;
	align-items: center;
	min-height: 60px;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	position: relative;
}

.assesments-results-table-container .object-table-row-header:before {
	content: '';
	display: block;
	width: 8px;
	min-width: 8px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.assesments-results-table-container .object-table-row-header .content-col {
	padding-left: 14px;
}

.assesments-results-table-container .accordion-header .chevron {
	width: 36px;
	min-width: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}

.object-table-container .object-table-row {
	display: flex;
	align-items: center;
	min-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
}

.assesments-results-table-container .object-table-row:before {
	content: '';
	display: block;
	width: 4px;
	min-width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.assesments-results-table-container .object-table-row .content-col {
	padding-left: 98px;
}

.result-value {
	display: flex;
	align-items: center;
	padding-left: 10px;
	width: 78px;
	height: 40px;
	border-radius: 6px;
	box-sizing: border-radius;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
}

.search-campaign-candidates{
	width:70% !important;
}

.cosy-form .ms-filter-search.filter-tree-displayed {
	position: relative;
	max-height: none;
	width: 100%;
	display: block;
	margin: 10px 0;
	padding: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	border-radius: 20px;
	border: 1px solid #E7E8EB;
	z-index: 0;
}

.cosy-form .ms-filter-search.filter-tree-displayed li.li-header {
	padding-top:0px;
	padding-bottom : 0px;
	border-bottom: 1px solid #E7E8EB;
	color: #B6BBC3;
}

.cosy-form .ms-filter-search.filter-tree-displayed li.li-header div{
	display:inline-block;
    width: 46%;
    padding: 0px 10px 5px 10px;
}

.cosy-form .ms-filter-search.filter-tree-displayed li.li-header div:last-child{
	text-align:right;
}

.cosy-form .ms-filter-search.filter-tree-displayed > ul > li:not(.li-header) {
	border-bottom: 1px solid #E7E8EB;
	padding-bottom: 10px;
}

.cosy-form .ms-filter-search.filter-tree-displayed > ul > li:not(.li-header):last-child {
	border-bottom: none;
}



/************************************
		Mes Obeservations
************************************/
	.cosy-grid h3 {
		font-family: Roboto, Myriad, Arial, Verdana, Sans-Serif;
	}

.cosy-grid h3:before {
	display:none;
}

.cosy-grid table {
	border-collapse: separate;
	border-spacing: 0px;
	border-radius:15px;
}

.cosy-grid table thead tr th,
.cosy-grid table tbody tr td {
	padding:15px;
}

.cosy-grid table thead tr th {
	font-size:12px;
	font-weight:normal;
}


.cosy-grid table thead tr:first-child th:first-child { 
	border-top-left-radius: 15px; 
}
.cosy-grid table thead tr:first-child th:last-child { 
	border-top-right-radius: 15px; 
}
.cosy-grid table tbody tr:last-child td:first-child { 
	border-bottom-left-radius: 15px; 
}
.cosy-grid table tbody tr:last-child td:last-child { 
	border-bottom-right-radius: 15px; 
}

.cosy-grid table .user-name {
	position:relative;
}

.cosy-grid table .user-name h2 {
	margin-left:6px;
}

.cosy-grid table .user-name .course-name {
	position:absolute;
	left:55px;
	top:30px;
	font-size:12px;
}

.cosy-grid table.checklists .user-name .course-name {
    position: inherit;
    margin-left: 6px;
    font-size: 11px;
}

.cosy-grid table.checklists .user-name .test-title {
    position: inherit;
    margin-left: 6px;
    font-size: 11px;
}


.cosy-grid table.checklists .col-line-manager {
    width: 250px;
	white-space: initial;
}

/****************************************
		My Trainings
****************************************/
section.colored-row-container.trainings.highlight {
	display:none;
}

/****************************************
		MENU DU COURS
****************************************/
.col-lesson-menu-header .breadcrumbs-container {
    margin-top: 10px;
}

.timeline-table tr a > .fa.fa-lock {
	padding-left:18px;
}

.cosy-form {
	max-width:640px;
	margin: 0 auto;
}

.cosy-form input[type='text'],
.cosy-form input[type='number'],
.input-group .form-control {
	max-width: 300px;
	border: 1px solid #E7E8EB;
	height: 40px;
	font-size: 18px;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 10px;
	box-sizing: border-box;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

.input-group .form-control{
	margin-right:10px;
	margin-top:0px;
}

.reports-front .input-group .input-group-btn .btn {
	padding: 0 15px 0 0;
}

.cosy-form .fl-content-inline {
	margin-left: 0px;
}

.cosy-form a.select-button {
	min-width:300px;
	box-sizing:border-box;
	border: 1px solid #E7E8EB;
	background-color:#FFFFFF;
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
	height: 40px;
	font-size: 18px;
	border-radius: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.cosy-form a.select-button i {
	display: block;
	position: absolute;
	right: 2px;
	top: 3px;
	line-height: 30px;
	color: #B6BBC3;
	font-size:14px;
}

.cosy-form label {
	font-size: 14px;
	text-transform: capitalize;
}

.cosy-form .ms-filter-search {
	margin-bottom:50px;
}

.cosy-form .ms-filter-search input.discipline-count-input {	
	width: 55px;
	height: 30px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.cosy-form .ms-filter-search li li:before {
	margin-top: 26px;
}

.cosy-form label.input-option-container{
	display: inline-block;
	width: calc(100% - 70px);
}

/**************************************
		OBJECT TABLE
**************************************/
.object-table-container {
	max-width: 1280px;
	width: 1280px;
	margin: 20px auto;
}

.object-table-container .object-table-header {
	display: flex;
	align-items: center;
	height: 48px;
	margin-bottom: 0px;
	font-size: 12px;
	line-height: 16px;
	border-top: 1px solid #E7E8EB;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-left: 1px solid #E7E8EB;
	border-right: 1px solid #E7E8EB;
}

.standard-col,
.content-col {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	position: relative;
}

.standard-col {
	padding: 10px;
}

.content-col {
	width: 100%;
	padding: 10px;
}

	.standard-col > div,
	.content-col > div {
		max-width: 100%;
	}

.assesments-results-table-container .object-table-header .content-col {
	padding-left: 58px;
}

.object-table-container .object-table {
	border-width: 1px;
	border-style: solid;
}

.object-table-container .object-table ~ .object-table {
	margin-top: 12px;
}

.object-table-container .object-table-row-header {
	display: flex;
	align-items: center;
	min-height: 60px;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	position: relative;
}

.assesments-results-table-container .object-table-row-header:before {
	content: '';
	display: block;
	width: 8px;
	min-width: 8px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.assesments-results-table-container .object-table-row-header .content-col {
	padding-left: 14px;
}

.assesments-results-table-container .accordion-header .chevron {
	width: 36px;
	min-width: 36px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
}

.object-table-container .object-table-row {
	display: flex;
	align-items: center;
	min-height: 60px;
	border-top-width: 1px;
	border-top-style: solid;
	position: relative;
}

.assesments-results-table-container .object-table-row:before {
	content: '';
	display: block;
	width: 4px;
	min-width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}

.assesments-results-table-container .object-table-row .content-col {
	padding-left: 98px;
}

.cosy-form .object-table input[type='text'],
.cosy-form .object-table input[type='number'] {
	height: 30px;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 5px;
	margin-top: 0px;
	max-width: 150px;
}

.cosy-form .object-table input[type='text']::placeholder,
.cosy-form .object-table input[type='number']::placeholder {
	font-size: 10px;
}



.cosy-form .object-table .custom-select {
	height: 30px;
	line-height: 30px;
	margin-top: 0px;
}

.cosy-form .object-table .custom-select i {
	top: -2px;
	font-size: 10px;
}

.cosy-form .object-table .select-list .placeholder {
	font-size: 10px;
}

.object-table-filters-row .grid-group {
	margin : 0px;
}

.object-table-filters-row .btn {
	padding: 0 5px;
	min-height: 30px;
	border-width: 0px;
}

.object-table-filters-row .search-campaign-candidates {
	width: 90% !important;
}

.object-table-filters-row .standard-col {
	padding: 5px;
}

.object-table .object-table-row:not(.object-table-filters-row) .standard-col {
	display:initial;
}

/****************************
        REPORTS
****************************/

.main-container > .single-column > section.inner.only-nav {
	width: 100%;
	max-width:100%;
}

.main-container > .single-column > section.inner.only-nav .column-nav-container {
	max-width:1240px;
	margin:0 auto;
	width:100%;
	padding-right:30px;
	padding-left:30px;
}

/*******************************
		COURSE MENU 
*******************************/
.col-lesson-menu-content .timeline-table-wrapper .timeline-table tr.previous td .content p:last-child {
	display:none;
}

.col-lesson-menu-content .timeline-table-wrapper .timeline-table tr.previous td:last-child a {
	display:none;
}

.col-lesson-menu-content .timeline-table-wrapper .timeline-table tr.previous td {
	padding-top: 25px;
    padding-bottom: 20px;
}
/**************************************
         CARDS
***************************************/
.preview-hover div:first-of-type {
	display:none;
}

.optional-action .hearted {
	display:none;
}
.col-lesson-menu-container .go-to-catalog-link{
	display:none;
}
.col-lesson-menu-container a:first-of-type {
	display:none;
}

header .header-content .front-lang {
	top: 22px;
	right: 340px;
}

table.checklists h2, table.debriefs h2 { 
	font-size:16px;
}

.debrief-user {
	padding-right:20px;
}

.checklist-user {
	left:200px;
	position:absolute;
	padding-top:20px;
}

.divSSoSamlv2Authentication .cta-contextual.primary {
	border-color: #3A7CF7;
	background-color: #3A7CF7;
	color: #ffffff;
}

.divSSoSamlv2Authentication .cta-contextual.primary > .fa {
	color: #FFFFFF;
}

.divSSoSamlv2Authentication .cta-contextual.primary:hover {
	border-color: #F76A52;
	background-color: #F76A52;
	color: #ffffff;
}

.divSSoSamlv2Authentication .cta-contextual.primary:hover > .fa {
	color: #FFFFFF;
}



.divStandardAuthentication .cta-contextual.primary {
	border-color: #3A7CF7;
	background-color: #3A7CF7;
	color: #ffffff;
}

.divStandardAuthentication .cta-contextual.primary > .fa {
	color: #FFFFFF;
}

.divStandardAuthentication .cta-contextual.primary:hover {
	border-color: #F76A52;
	background-color: #F76A52;
	color: #ffffff;
}

.divStandardAuthentication .cta-contextual.primary:hover > .fa {
	color: #FFFFFF;
}

.divSSoSamlv2Authentication h4 {
	color: rgba(38, 41, 46, 1);
	font-weight: bold;
}

.divStandardAuthentication h4 {
	color: rgba(38, 41, 46, 1);
	font-weight: bold;
}

.divSSoSamlv2Authentication img {
	max-width: 15%;
}

.divStandardAuthentication img {
	max-width: 15%;
}

.content-fill ul {
	max-width:100%;
}

.observations {
	max-width :1600px !important;
}

.debriefs {
	white-space:normal !important;
}

.checklists {
	white-space: normal !important;
}

.observationsContent {
	display:flex;
	flex-direction:column;
}

.cosy-grid table.debriefs .user-name .course-name {
    position:inherit;
    font-size: 12px;
	margin-left: 6px;
}

.card-list-btn-container .gauge-list {
	margin-top: 10px;
    background-color: #e8edf2;
    width: 60px;
    height: 8px;
    border-radius: 4px;
	margin-right:0px;
}

.card-list-btn-container .gauge-list .gauge-display {
    background-color: #3a7cf7;
}

.multipleCampaign .object-table-container {
	width:100%;
	max-width:100%;
	max-height:450px;
	overflow:auto;
}


.multipleCampaign .object-table-header {
	height:70px;
}

.BtnSubmit[disabled] {
	opacity:0.6;
}

.popup-background {
	background-color: rgba(0, 0, 0, 0.1);
}

div.course-finished {
	filter: grayscale(100%);
}

.course-finished .image-container {
	cursor: default !important;
}

.course-finished .cta-container span {
	cursor: default !important;
}

.course-finished .cta-container .cta-action:hover {
	opacity: 1 !important;
}

.course-finished .cta-action:hover .fa {
	color: #ffffff;
	background-color: #3A7CF7 !important;
}

.cosySearch {
	border: 0px !important;
}

.cta-contextual.primary:hover {
    border-color: #F76A52;
    background-color: #F76A52;
    color: #ffffff;
}

.cta-contextual.primary {
	border-color: #3A7CF7;
    background-color: #3A7CF7;
    color: #ffffff;
}