﻿@import url("../Sources/css/fonts.css");
@import url("../Sources/css/icons.css");


.sr-only {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

body {
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin: 0;	
	background: #343c4f;	
	background-image: -webkit-linear-gradient(left, #47758a 0%, #47758a 12%, rgba(71, 117, 138, 0) 12%, rgba(71, 117, 138, 0) 100%), -webkit-linear-gradient(left, #36afe3 0%, #36afe3 12%, rgba(54, 175, 227, 0) 12%, rgba(54, 175, 227, 0) 100%), -webkit-linear-gradient(left, #3495bd 0%, #3495bd 12%, rgba(52, 149, 189, 0) 12%, rgba(52, 149, 189, 0) 100%), -webkit-linear-gradient(left, #2d81a4 0%, #2d81a4 12%, rgba(45, 129, 164, 0) 12%, rgba(45, 129, 164, 0) 100%), -webkit-linear-gradient(left, #7ebfda 0%, #7ebfda 12%, rgba(126, 191, 218, 0) 12%, rgba(126, 191, 218, 0) 100%), -webkit-linear-gradient(left, #217da4 0%, #217da4 12%, rgba(33, 125, 164, 0) 12%, rgba(33, 125, 164, 0) 100%), -webkit-linear-gradient(left, #589ebc 0%, #589ebc 12%, rgba(88, 158, 188, 0) 12%, rgba(88, 158, 188, 0) 100%), -webkit-linear-gradient(left, #228bba 0%, #228bba 12%, rgba(34, 139, 186, 0) 12%, rgba(34, 139, 186, 0) 100%), -webkit-linear-gradient(left, #228bba 0%, #228bba 12%, rgba(34, 139, 186, 0) 12%, rgba(34, 139, 186, 0) 100%);
	background-image: linear-gradient(90deg, #47758a 0%, #47758a 12%, rgba(71, 117, 138, 0) 12%, rgba(71, 117, 138, 0) 100%), linear-gradient(90deg, #36afe3 0%, #36afe3 12%, rgba(54, 175, 227, 0) 12%, rgba(54, 175, 227, 0) 100%), linear-gradient(90deg, #3495bd 0%, #3495bd 12%, rgba(52, 149, 189, 0) 12%, rgba(52, 149, 189, 0) 100%), linear-gradient(90deg, #2d81a4 0%, #2d81a4 12%, rgba(45, 129, 164, 0) 12%, rgba(45, 129, 164, 0) 100%), linear-gradient(90deg, #7ebfda 0%, #7ebfda 12%, rgba(126, 191, 218, 0) 12%, rgba(126, 191, 218, 0) 100%), linear-gradient(90deg, #217da4 0%, #217da4 12%, rgba(33, 125, 164, 0) 12%, rgba(33, 125, 164, 0) 100%), linear-gradient(90deg, #589ebc 0%, #589ebc 12%, rgba(88, 158, 188, 0) 12%, rgba(88, 158, 188, 0) 100%), linear-gradient(90deg, #228bba 0%, #228bba 12%, rgba(34, 139, 186, 0) 12%, rgba(34, 139, 186, 0) 100%), linear-gradient(90deg, #228bba 0%, #228bba 12%, rgba(34, 139, 186, 0) 12%, rgba(34, 139, 186, 0) 100%);
	background-size: 486px 3px;
	background-position: 0 0, 58px 0, 116px 0, 174px 0, 232px 0, 290px 0, 348px 0, 406px 0, 464px 0;
	background-repeat: repeat-x;
}

body.new-branding{
	background: #0f3d4d;
	background-image: none; 
}


a.ph-myjobLightBlue:link,
a.ph-myjobLightBlue:visited {
	background-color: #009EE0;
	color: #FFFFFF;
	display: block;
	/* font-family: Verdana, Arial, Helvetica, sans-serif; */
	font-size: 14px;
	font-weight: 500;
	height: 27px;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 100%;
	line-height: 27px;
	border: 0;
	margin-top: 6px;
}

#frmLogin a.ph-myjobLightBlue:before{
	content: '\f00c';
    font-size: 14px;
    color: #FFF;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    cursor: pointer;
    position: relative;
    margin-right: 5px;
}

#header-border {
	background-image: url("/Ressources/Templates/Extranet/Images/icons/top-banner.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	height: 10px;
	width: 100%;
}
a.ph-myjobLightBlue:hover {
	/*background-color: #005c95;
	color:#FFFFFF;
	display:block;*/
}
.hiddenSubmit {
	width: 0px;
	height: 0px !important;
	visibility: hidden;
}
.login-message {
	color: #dc3545;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 15px;
	text-align: center;
}
.login-message .message {} .validation-summary-errors {
	list-style: none;
}
a.signin-linkedin:link,
a.signin-linkedin:visited {
	background-image: url("/Ressources/Templates/Frontend/CommonV2/Ressources/Images/linkedin_signin_button.png");
	display: block;
	float: right;
	height: 22px;
	margin-right: 0;
	margin-top: -5px;
	width: 150px;
}
.logon-form-container {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.logo {
	text-align: center;
}
.intro {
	text-align: center;
	color: white;
	margin-top: 5px;
}
form{
    margin-bottom: 0;
}

.form {
	margin-top: 20px;
}
.form input {
    border: medium none;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin-bottom: 9px;
    padding: 0px 8px;
    color: #676a6c;
}
a.login {

}

.new-branding .logon-form-container{
    background: #fff;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
    border-radius: 4px;
}

.logo-new,
.new-branding .logo{
    display: none;
}

.new-branding div.logo-new {
    display: block;
    width: 60%;
    margin : 0 auto;
}

.new-branding table.logo-new{
    display: table;
}

.new-branding div.logo-new img{
    max-width: 100%;
    height: auto;
}

.new-branding .intro {
    text-align: center;
    color: #0f3d4d;
    margin-top: 10px;
    font-family: 'ITCAvantGardeStdBk', 'Megante', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.new-branding .form input {
    border: 1px solid #0f3d4d;
}

.new-branding .forgot-password a{
    color: #0f3d4d;
}

#footer {	
	background: #343c4f;	
	bottom: 0;
	height: 75px;
	position: absolute;
	width: 100%;
}

body.new-branding #footer{
	background: #0f3d4d;
}

#footer-content #trademark {
	color: #F1F1F1;
	float: left;
	font-family: open_sanslight;
	font-size: 14px;
	margin-top: 30px;
	margin-left: 20px;
}

body.new-branding #footer-content #trademark{
	font-family: 'ITCAvantGardeStdBk', 'ITCAvantGardeStdMd', 'Megante', sans-serif;
}

body.new-branding #footer-content div.emersion{
	display: none;
}

#footer-content div#globule-sign {
	background-image: url("../Images/icons/sprite.png");
	background-position: 0 -1680px;
	background-repeat: no-repeat;
	float: right;
	height: 15px;
	margin-top: 30px;
	width: 29px;
	margin-right: 20px;
}
#footer-content div.emersion {
	float: right;
	height: 15px;
	margin-top: 30px;
	width: 29px;
	margin-right: 20px;
}
.logincontainer {
	font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    color: #F1F1F1;
    line-height: 20px;
}
/* NEW DESIGN */

.form-control {
	display: block;
	width: 100%;
	padding: 6px 14px;
	font-size: 14px;
	line-height: 1.5;
	color: #676a6c;
	background-color: #fff !important;
	background-clip: padding-box;
	border: 1px solid #e4eef0;
	border-radius: 3px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}
.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: #fff !important;
}
a.ph-myjobLightBlue:link,
a.ph-myjobLightBlue:visited {
	/*color: #fff;
    background-color: #009ee0;*/
}
.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 3px 0px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn:hover,
.btn:focus {
	text-decoration: none;
}
.btn:focus,
.btn.focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.btn.disabled,
.btn:disabled {
	opacity: .65;
}
.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
	background-image: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none;
}
.btn-primary {
	color: #fff;
	background-color: #009ee0;
	border-color: #009ee0;
}
.btn-primary:hover {
	color: #fff;
	background-color: #0083ba !important;
	border-color: #007aad !important;
}
.btn-primary:focus,
.btn-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 158, 224, .5);
}
.btn-primary.disabled,
.btn-primary:disabled {
	color: #fff;
	background-color: #009ee0;
	border-color: #009ee0;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #007aad;
	border-color: #0071a0;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 158, 224, .5);
}
.btn-secondary {
	color: #fff;
	background-color: #676a6c;
	border-color: #676a6c;
}
.btn-secondary:hover {
	color: #fff;
	background-color: #545758;
	border-color: #4e5052;
}
.btn-secondary:focus,
.btn-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(103, 106, 108, .5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
	color: #fff;
	background-color: #676a6c;
	border-color: #676a6c;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #4e5052;
	border-color: #484a4b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(103, 106, 108, .5);
}
.btn-success {
	color: #212529;
	background-color: #95c11f;
	border-color: #95c11f;
}
.btn-success:hover {
	color: #fff;
	background-color: #7ca01a;
	border-color: #739518;
}
.btn-success:focus,
.btn-success.focus {
	box-shadow: 0 0 0 .2rem rgba(149, 193, 31, .5);
}
.btn-success.disabled,
.btn-success:disabled {
	color: #212529;
	background-color: #95c11f;
	border-color: #95c11f;
}
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #739518;
	border-color: #6b8a16;
}
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(149, 193, 31, .5);
}
.btn-info {
	color: #fff;
	background-color: #178abc;
	border-color: #178abc;
}
.btn-info:hover {
	color: #fff;
	background-color: #13719a;
	border-color: #11698f;
}
.btn-info:focus,
.btn-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 138, 188, .5);
}
.btn-info.disabled,
.btn-info:disabled {
	color: #fff;
	background-color: #178abc;
	border-color: #178abc;
}
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #11698f;
	border-color: #106083;
}
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 138, 188, .5);
}
.btn-warning {
	color: #212529;
	background-color: #fbaf4d;
	border-color: #fbaf4d;
}
.btn-warning:hover {
	color: #212529;
	background-color: #fa9e28;
	border-color: #fa991b;
}
.btn-warning:focus,
.btn-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(251, 175, 77, .5);
}
.btn-warning.disabled,
.btn-warning:disabled {
	color: #212529;
	background-color: #fbaf4d;
	border-color: #fbaf4d;
}
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #212529;
	background-color: #fa991b;
	border-color: #fa930f;
}
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(251, 175, 77, .5);
}
.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130;
}
.btn-danger:focus,
.btn-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-danger.disabled,
.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-light {
	color: #212529;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-light:hover {
	color: #212529;
	background-color: #e2e7ec;
	border-color: #dae1e7;
}
.btn-light:focus,
.btn-light.focus {
	box-shadow: 0 0 0 .2rem rgba(249, 250, 251, .5);
}
.btn-light.disabled,
.btn-light:disabled {
	color: #212529;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
	color: #212529;
	background-color: #dae1e7;
	border-color: #d3dae2;
}
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(249, 250, 251, .5);
}
.btn-dark {
	color: #fff;
	background-color: #3b445a;
	border-color: #3b445a;
}
.btn-dark:hover {
	color: #fff;
	background-color: #2c3343;
	border-color: #272d3b;
}
.btn-dark:focus,
.btn-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(59, 68, 90, .5);
}
.btn-dark.disabled,
.btn-dark:disabled {
	color: #fff;
	background-color: #3b445a;
	border-color: #3b445a;
}
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #272d3b;
	border-color: #222733;
}
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(59, 68, 90, .5);
}
.btn-outline-primary {
	color: #009ee0;
	background-color: transparent;
	background-image: none;
	border-color: #009ee0;
}
.btn-outline-primary:hover {
	color: #fff;
	background-color: #009ee0;
	border-color: #009ee0;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
	box-shadow: 0 0 0 .2rem rgba(0, 158, 224, .5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #009ee0;
	background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #009ee0;
	border-color: #009ee0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(0, 158, 224, .5);
}
.btn-outline-secondary {
	color: #676a6c;
	background-color: transparent;
	background-image: none;
	border-color: #676a6c;
}
.btn-outline-secondary:hover {
	color: #fff;
	background-color: #676a6c;
	border-color: #676a6c;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
	box-shadow: 0 0 0 .2rem rgba(103, 106, 108, .5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
	color: #676a6c;
	background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
	color: #fff;
	background-color: #676a6c;
	border-color: #676a6c;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(103, 106, 108, .5);
}
.btn-outline-success {
	color: #95c11f;
	background-color: transparent;
	background-image: none;
	border-color: #95c11f;
}
.btn-outline-success:hover {
	color: #212529;
	background-color: #95c11f;
	border-color: #95c11f;
}
.btn-outline-success:focus,
.btn-outline-success.focus {
	box-shadow: 0 0 0 .2rem rgba(149, 193, 31, .5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
	color: #95c11f;
	background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
	color: #212529;
	background-color: #95c11f;
	border-color: #95c11f;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(149, 193, 31, .5);
}
.btn-outline-info {
	color: #178abc;
	background-color: transparent;
	background-image: none;
	border-color: #178abc;
}
.btn-outline-info:hover {
	color: #fff;
	background-color: #178abc;
	border-color: #178abc;
}
.btn-outline-info:focus,
.btn-outline-info.focus {
	box-shadow: 0 0 0 .2rem rgba(23, 138, 188, .5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
	color: #178abc;
	background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
	color: #fff;
	background-color: #178abc;
	border-color: #178abc;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(23, 138, 188, .5);
}
.btn-outline-warning {
	color: #fbaf4d;
	background-color: transparent;
	background-image: none;
	border-color: #fbaf4d;
}
.btn-outline-warning:hover {
	color: #212529;
	background-color: #fbaf4d;
	border-color: #fbaf4d;
}
.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: 0 0 0 .2rem rgba(251, 175, 77, .5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #fbaf4d;
	background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #212529;
	background-color: #fbaf4d;
	border-color: #fbaf4d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(251, 175, 77, .5);
}
.btn-outline-danger {
	color: #dc3545;
	background-color: transparent;
	background-image: none;
	border-color: #dc3545;
}
.btn-outline-danger:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:focus,
.btn-outline-danger.focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
	color: #dc3545;
	background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5);
}
.btn-outline-light {
	color: #f9fafb;
	background-color: transparent;
	background-image: none;
	border-color: #f9fafb;
}
.btn-outline-light:hover {
	color: #212529;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-outline-light:focus,
.btn-outline-light.focus {
	box-shadow: 0 0 0 .2rem rgba(249, 250, 251, .5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f9fafb;
	background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
	color: #212529;
	background-color: #f9fafb;
	border-color: #f9fafb;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(249, 250, 251, .5);
}
.btn-outline-dark {
	color: #3b445a;
	background-color: transparent;
	background-image: none;
	border-color: #3b445a;
}
.btn-outline-dark:hover {
	color: #fff;
	background-color: #3b445a;
	border-color: #3b445a;
}
.btn-outline-dark:focus,
.btn-outline-dark.focus {
	box-shadow: 0 0 0 .2rem rgba(59, 68, 90, .5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
	color: #3b445a;
	background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
	color: #fff;
	background-color: #3b445a;
	border-color: #3b445a;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(59, 68, 90, .5);
}
.btn-link {
	font-weight: 400;
	color: #009ee0;
	background-color: transparent;
}
.btn-link:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: transparent;
	border-color: transparent;
}
.btn-link:focus,
.btn-link.focus {
	text-decoration: none;
	border-color: transparent;
	box-shadow: none;
}
.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
}
.btn-lg,
.btn-group-lg>.btn {
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}
.btn-sm,
.btn-group-sm>.btn {
	padding: .25rem .5rem;
	font-size: 11px;
	line-height: 1.5;
	border-radius: .2rem;
}
.btn-block {
	display: block;
	width: 100%;
}
.btn-block+.btn-block {
	margin-top: .5rem;
}
.btn-primary {
	color: #fff;
	background-color: #009ee0;
	border-color: #009ee0;
}
.btn {
	display: inline-block;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.forgot-password {
	text-align: right;
	padding: 15px 0;
}
.forgot-password a {
	color: #FFF;
	text-decoration: underline;
	font-size: 14px;
}
.forgot-password a:hover {
	text-decoration: none;
}

label.intro{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 9px;
	font-size: 14px;
}

.tpg-form-container select.errorField,
select.errorField,
.tpg-form-container input.errorField,
input.errorField,
.tpg-form-container textarea.errorField,
textarea.errorField{
    border: 1px solid #dc3545;
    background: #dcbbbe !important;
}

.tpg-form-container select.errorField:focus,
select.errorField:focus,
.tpg-form-container input.errorField:focus,
input.errorField:focus,
.tpg-form-container textarea.errorField:focus,
textarea.errorField:focus{
    box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
    border: 1px solid #dc3545;
}

.tpg-form-container select.valid,
select.valid,
.tpg-form-container input.valid,
input.valid,
.tpg-form-container textarea.valid,
textarea.valid{
    border: 1px solid #28a745;
    background: #a2ccab !important;
}


.tpg-form-container select.valid:focus,
select.valid:focus,
.tpg-form-container input.valid:focus,
input.valid:focus,
.tpg-form-container textarea.valid:focus,
textarea.valid:focus{
    border: 1px solid #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40,167,69,.25);
}

label.errorField{
    /*display: none !important;*/
    color: #dc3545;
    font-size: 14px;
}


.warning-message{
	color: #FFF;
	padding-top: 15px;
}

.warning-message ul{
	padding: 10px 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.warning-message ul li{
	margin: 5px 0;
}


.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.d-none-soft {
    display: none;
}

.d-none {
    display: none !important;
}