/* CUSTOM CSS BEGINS | DEBUT DU CSS CUSTOM */

@media print {
  /*
 *
 * Fix for the Canada.ca theme so that the side menu isn't printed
 *
 */
  /*
  @title: Print view
 */
  #wb-sec {
    display: none !important; 
  }

}

.asterisk {
  color: #d3080c;
  font-weight: 700;
}

.remove_border {
	border-color: #ccc !important;
}

/* .uisp classes added to retain styling that security-policy-filter would otherwise remove 
as they were previously in line styles*/
.uisp-whitespace-prewrap {
	white-space: pre-wrap;
}

.uisp-float-left {
	float:left;
}

.uisp-float-margin {
	float:left;
	margin-right: 15px;
}

.mat-card-container {
	transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
	display: block;
	position: relative;
	padding: 0px 20px 10px 20px;
	max-width: 100%;
	background-color: #ebebeb;
	border: thin solid #c8c8c8;
	border-radius: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.mat-card-hr{
    color: white;
    border: 1px;
    padding: 0px;
    border-style: inset;
    border-width: 1px;
}

.secondaryNameFieldId{
    font-weight: 500;
}

.mat-card-box {
	margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

.mat-card-box-percentage {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
}


/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 479px) {
  .mat-card-box {
    margin: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
}

.mat-card-box-left {
	margin-bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
}

.mat-card-box-left .first{
  margin-right: 10px;
}

.mat-card-box-left .last{
  margin-left: 10px;
}

.mat-card-box-left .year{
  margin-right: 17px;
}


/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 479px) {
  .mat-card-box-left {
    margin: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    flex-direction: column;
  }
}

.mat-card-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 479px) {
  .mat-card-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 479px) {
  .mat-card-box {
    margin: 25px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }
}

.form-group{
	max-width: 100%;
	padding: 0px 15px;
}

.mat-card-header{
	font-size: 1.3em;
	padding: 0px 7px 20px 7px;
	border-bottom: 1px solid darkgray;
	margin-bottom: 23px;
}

.topBorder{
	padding-top: 33px;
	border-top: 1px solid darkgray;
}

.center-button {
	margin-top: 1.5%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.button-start {
	color: white;
	text-align: center;
	background-color: #335075;
	width: 150px;
	height: 50px;
	border-radius: 7%;
}

.addStyle {
	background-color:darkseagreen;
	text-align: center;
	color: white;
	position: relative;
	width: 180px;
	display: flex;
}

.delStyle {
	background-color: #05cffa;
	text-align: center;
	font-weight:normal;
    font-size:16px;
	color: white;
	position: relative;
	width: 120px;
	display: flex;
}

.helpStyle {
    display:none;
    border-radius: 7px;
    background-color: #d7faff;
    padding: 5px 8px;
    border: 1px solid #269abc;
}

.fileTableCaption {
	font-weight:normal;
}

.mat-card-hr-percentage{
    color: white;
    border: 1px;
    padding: 0px;
    border-style: inset;
    border-width: 1px;
    margin-button: 0px
}


.flex-item:nth-of-type(1) { flex: 0 0 3%; }
.flex-item:nth-of-type(2) { flex: 0 0 50%; }
.flex-item:nth-of-type(3) { flex: 0 0 47%;}

.flex-item-table:nth-of-type(1) { flex: 0 0 42%; }
.flex-item-table:nth-of-type(2) { flex: 0 0 33%; }
.flex-item-table:nth-of-type(3) { flex: 0 0 25%;}

.flex-item-review-left { flex: 0 0 30%; padding-right: 15px; padding-bottom: 5px; padding-left: 5px;}
.flex-item-review-right { flex: 0 0 60%; padding-right: 15px; padding-bottom: 5px; padding-left: 5px;}

.percentage-symbol {
  font-weight: 700;
  font-size: 18px;}

.center {
  vertical-align: center;}

.textCenter {
  text-align: center;
}

.normalFont {
  font-weight: normal;
}

.noteLabel {
  font-weight: normal;
  display: block;
}

.fontWeight700 {
  font-weight: 700;
}

.reqstTableStyle {
    width: 50%;
}

.reqstTdWide{
    padding-right: 2px;
}

.reqstTdNarrow{
    padding-top: 20px;
    padding-right: -2px;
}
.flex-container {
  display: flex;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-item-print {
  padding: 5px;
  margin: 5px;
  text-align: center;
  font-size: 1.3em
}

.redColor {
    color: red;
}

.submit-btn {
	margin-top: 30px;
}

.multiple {
	display: flex;
	flex-direction: column;
	padding: 0px;
}

.form-btn {
	padding: 6px 12px;
}

.form {
	font-size: 16px;
	line-height: 23px;

}

.heading-line{
	font-size: 25px;
	color: #606060;
	display: block;
}

.beforeNote{
	display: block;
}

.alert-info{
	margin: 25px 0px;
}

h1{
	display: flex;
    flex-direction: column;
}

.space-above{
	margin-top: 30px;
}

.form-control {
min-height: 37px;
height: auto;
}

.form-static-text {
padding: 6px 12px;
display: block;
min-height: 37px;
height: auto;
}

.dateNote{
	margin-bottom: 20px;
}

/*
.input-symbol-percentage {
  position: relative;
  display: inline-block;
  width: 50%;
}

.input-symbol-percentage input {
  padding-left: 50px;
  width: 100%;

}


.input-symbol-percentage:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  content: "%";
  left: 20px;
  color: grey;
}



.form-control-percentage {
  display: block;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}


.form-control-percentage[disabled],
.form-control-percentage[readonly],
fieldset[disabled] .form-control-percentage {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}

div.textbox {
	    background-color: #FFF;
	    color: #888;
	    line-height:20px;
	    height:30px;
	    padding:3px;
	    border:1px #888 solid;
	    font-size:9pt;
}
    
div.textbox .textboxPercentage {
      border: 0px;
	    background-color: #FFF;
	    padding-left: 50px;
  }
*/

/* CUSTOM CSS ENDS | FIN DU CSS CUSTOM */