/* 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;
	max-width: 100%;
	background-color: #ebebeb;
	border: thin solid #c8c8c8;
	border-radius: 20px;
	margin-bottom: 25px;
}

.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: space-between;
    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;
}

.mat-card-box-left .first{
  margin-right: 10px;
}

/* 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;
}

.form-grouphas-error{
	max-width: 100%;
	padding: 0px 15px;
}

.mat-card-header{
	font-size: 1.3em;
    padding: 0px 7px;
}

.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:darkgreen;
	text-align: center;
	color: white;
	position: relative;
	width: 180px;
	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-bottom: 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:nth-of-type(1) { flex: 0 0 60%; }
.flex-item-review:nth-of-type(2) { flex: 0 0 40%; }

.percentage-symbol {
  font-weight: 700;
  font-size: 18px;}

.center {
  vertical-align: center;}

.textCenter {
  text-align: center;
}

.normalFont {
  font-weight: normal;
}

.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;
}

.whiteBackground {
  background-color: white;
}

.redColor {
    color: red;
}

.noLeftRadius {
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon {
    width:auto;
}

.tableclass{
	display:table;
}

.tablebody{
	display: table-row-group;
}

.tablerow {
    display: table-row;
}

.tablecell {
	vertical-align: bottom;
    display: table-cell;  
}

/* --- start Description Lists ( adding grids to the WET default class )--- */

@media all and (min-width:768px){

/* Width of dl is 100% to span over the entire width, and margin top to give space between heading and the content */
        .dl-col-4,
        .dl-col-5,
        .dl-col-6,
        .dl-col-7,
        .dl-col-8,
        .dl-col-9,
        .dl-col-10 {
            width:100%;
            margin-top:15px;
        }

/* No padding classes */
        .nopadding dd, .nopadding dt
        {
            padding-bottom:0px;
            padding-top:0px;
        }

/* Width of dl based on grid system */

        .dl-col-4 > dt {
            width: 33.3333333333%;
        }

        .dl-col-5 > dt{
            width: 41.6666666667%;
        }

        .dl-col-6 > dt {
            width: 50%;
        }

        .dl-col-7 > dt {
            width: 58.3333333333%;
        }

        .dl-col-8 > dt {
            width: 66.6666666667%;
        }

        .dl-col-9 > dt {
            width: 75%;
        }

        .dl-col-10 > dt {
            width: 83.3333333333%;
        }
}
/* --- end Description Lists --- */

/* --- Description Lists - extra for hiding multiple DDs with one DT--- */
.wb-inv-dt {
    height: 1px;
    overflow:hidden;
    display:block;
}

@media (max-width:768px) {
    .wb-inv-dt {
        height: 1px;
        overflow:hidden;
        display:none;
    }
}

.errorMsg{
	display: inline-block;
}

.small{
    font-weight: normal;
    line-height:1;
    display:block;
}

.prodOrServ {
  text-align: center;
}

.prodSvc{
    width: auto;
    word-break: break-all;
}
.inputDire {
    direction: rtl
}

/* --- Page heading (2 part) ---*/
.heading-line {
  display:block;
}
/* --- end Page heading (2 part) ---*/

/* --- end Definition Lists - extra for hiding multiple DDs --- */


/*
.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 */