﻿/**********************************************************************************************************/
/*  File Name: csps.css */
/*  Author: Rajini Sureshkumar  */
/*  Created On: May 29, 2019  */
/* Modified On: June 06, 2019 - Denis Turcotte */
/*  Purpose: To have all the css customization in one place */
/*  Reminder: When we customize the GCWEB- theme.css class, we have to load customization file after the original css file to take effect.*/
/*            Since we do use master pages, we reference the css files there. This will affect every pages that use that master page       */
/*            If you want to have the eFfect on that particular page only, place the code within the page */
/***********************************************************************************************************/

/* The style below was added to display the "Eupdate" Icon as it's not part of the Canada.ca css file.--- originally from all master pages */
.followus ul li a.eupdate {
    background: url('/assets/newsletter.svg') no-repeat !important;
}

.followus ul li a.eupdate:hover {
    background: url('/assets/newsletter-h.svg') no-repeat !important;
}
/******/


/* Hides the default Google badge rendered by Google's reCAPTCHA service */
.grecaptcha-badge {
    visibility: hidden;
}
/******/

/* To remove the line visible part of the calendar list popup part- relevant to calendar page.*/
.wb-calevt-cal .cal-days td ul.ev-details, .wb-calevt-cal .cal-days td:hover ul {
    background-color: #fff;
    border: none;
    clip: rect(auto, auto, auto, auto);
    color: #fff;
    height: inherit;
    list-style-type: none;
    margin: 0;
    margin-top: unset;
    overflow: inherit;
    padding: 0;
    position: absolute;
    width: 10em;
    z-index: 5;
}

/*******/

/*  The portion of CSS code below are for the filter box customization it is use in the event, catalogue and calendar page on the datatable */

.dataTables_filter {
    background-color: #335075;
    border: 1px solid #335075;
    font-weight: 600;
    font-family: "Lato";
    font-size: 17px;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 0;
}

.dataTables_filter label {
    color: white;
    margin-bottom: 0px;
}

.dataTables_filter input {
    height: 25px;
}

.dataTables_wrapper .dataTables_filter {
    margin-right: 11px;
}

.dataTables_wrapper .top [type=search] {
    margin-right: 1em;
    height: 2.55em;
}
/*Added by Robby, see ticket #CSPS0039273SR 10-28-2019*/
.top {
    margin-bottom: 2.27em;
}

.dataTables_wrapper .dataTables_info:after {
    content: "";
}
@media screen and (min-width: 480px){
    .dataTables_wrapper .dataTables_info {
        position: absolute;
        display: block;
        padding-left: 0.7em;
        padding-top: 0.45em;
    }
    .top{
        margin-bottom: 3.35em;
    }
}
 
/* class removed background grey*/
table.dataTable2 thead .sorting_asc, table.dataTable2 thead .sorting_desc {
    background-color: #ffffff;
}
/* End */
@media screen and (max-width: 480px) {
    .dataTables_wrapper .dataTables_info {
        position: relative;
        display: block;
        padding-left: 0.5em;
        padding-top: 0.45em;
    }
}

/* Prevents text in filter box from getting cut off on smaller mobile devices */
@media screen and (max-width: 991px) {
    .top input[type="search"] {
        padding: 0;
        line-height: 25px;
        font-size: 0.9em;
        margin-top: 0.5em;
    }
}


/*******/
/*Start code for template */

label {
    font-weight: normal;
}

label[for="ctl11_RdoBtnListWebsite_1"], label[for="ctl12_RdoBtnListWebsite_1"] {
    display: inline;
}
/*End code for template */

/*Start code for registration form for events */
#event-registration-form header,
#event-registration-form .modal-body h3 {
    text-align: left;
}

#event-registration-form .modal-body h3 {
    margin: 10px 0 0;
}

#event-registration-form .form-group input,
#event-registration-form .form-group select {
    width: 100%;
}

#event-registration-form .controls {
    text-align: right;
    margin-top: 40px;
}

/*Controls the loading icon when submitting the form*/
#event-registration-form .controls .submit.loading span {
  display: none;
}
#event-registration-form .controls .submit span.fa-spinner {
  display: none;
}
#event-registration-form .controls .submit.loading span.fa-spinner {
  display: inline-block;
}


#event-registration-form .modal-footer {
    display: none;
}

#event-registration-form .alert h2 {
    font-size: 1.1em;
}

#event-registration-form .field-name {
    background-color: #fff;
    top: 10px;
    position: relative;
}

#event-registration-form label .error {
    /*equivalent to .wb-inv*/
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

#event-registration-form .form-group.has-error label {
    color: #d3080c;
    font-weight: 700;
}

#event-registration-form .wb-frmvld {
    margin-top: 1em;
}

#event-registration-form #specifiedAccommodation {
  min-height: 60px;
  min-width: 100%;
  resize: vertical;
}

#event-registration-form label.required:before,
#event-registration-form legend.required:before,
#event-registration-form .checkbox.required:before,
#event-registration-form input[type="checkbox"].required:before {
    top: 10px;
    position: relative;
}

/*Custom alert-info with icon on the border of the section*/
#event-registration-form .alert > :first-child:before {
    background-color: white;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.2;
    margin-left: -2em;
}

#event-registration-form .session-lang {
    display: block;
    font-weight: bold;
}

#form-submitted .modal-footer .popup-modal-dismiss {
    float: right !important;
}
/*Fin code for registration form for events */

/*Start code for DA winter pilot*/
#da-winter-pilot input[type=text],
#da-winter-pilot input[type=email] {
  width: 300px;
}
#da-winter-pilot .form-group,
#da-winter-pilot .chkbxrdio-grp {
  clear: both;
}
#da-winter-pilot .chkbxrdio-grp legend {
  font-weight: normal;
  font-size: inherit;
}
#da-winter-pilot .error {
  /*
    this makes sure when we have multiple errors shown
    that they are on their respective line
  */
  float: left;
  clear: both;

  text-align: left !important;
  white-space: normal !important;
}
#da-winter-pilot .governmentOptionsTable td {
  padding-bottom: 5px;
}
#da-winter-pilot .federalDeptList {
  width: 300px;
  /*used in order to keep the error message side by side*/
  float: left;
}
#da-winter-pilot .otherGov {
  width: 200px;
  /*used in order to keep the error message side by side*/
  float: left;
}
#da-winter-pilot .federalDeptList + span {
  margin-left: 20px;
  clear: inherit;
}
#da-winter-pilot .controls {
  clear: both;
}
#da-winter-pilot .submitted-info {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#da-winter-pilot .submitted-info span {
  margin-left: 10px;
}

#da-winter-pilot #mainContent_BtnSubmit.loading span {
  display: none;
}
#da-winter-pilot #mainContent_BtnSubmit span.fa-spinner {
  display: none;
}

#da-winter-pilot #mainContent_BtnSubmit.loading span.fa-spinner {
  display: inline-block;
}

/*End code for DA winter pilot*/
/*Start code for form CMS */
form .btn:not(.btn-call-to-action), .form-control, button.wb-toggle {
  padding: 6px 12px;
}
/*End code for form CMS */

/*Added by Sylvie see ticket #CSPS0035790SR by Michael 2019-06-26 */
.btn-login {
    background-color: #26374a !important;
    border: 1px solid #26374a !important;
    font-weight: 600 !important;
    font-family: "Lato";
    font-size: 17px !important;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 8px;
    margin-right: 15px;
    border-radius: 0;
}

/*******/

/* To customize the global feedback form which appears under Features at the bottom of every page */

#comments {
    border-color: #d7faff;
}

#commentaires {
    border-color: #d7faff;
}

details[open] > .panel-info {
    border-color: #bce8f1;
}

:not(#wb-srch) form {
    font-size: 1em;
    line-height: 1.65em;
}

/*******/

/* Used to customize the Catalogue index page */

    #btnClear, #btnFilter {
        width: 100%;
    }
    /*#custom-handle {
                width: 3em;
                height: 1.6em;
                text-align: center;
                line-height: 1.6em;
                font-size: 0.8em;
            }
            #chkDuration {
                transform: scale(1.25);
                cursor: pointer;
            }*/
    @media screen and (max-width: 991px) {
        #filterBox {
			padding-left:15px !important;
            padding-right: 15px;
        }

        #mainContent_catalog {
            padding-left: 0;
            margin-top: 1em;
        }
    }

/*******/

/*Everything below has been moved from theme.css by Robby Zbib 10/25/2019*/

/* New class for all other pages 2019-09-05 by sylvie - #CSPS0038918SR*/

.section .container #wb-cont::before {
    content: url('../images/cspssymbol.png');
    /* content: url('/assets/poppy.png');  */
    margin-right: 0.3em;
}

/* New class for home page only 2019-09-05 by sylvie - #CSPS0038918SR*/
    .h1hp::before {
    content: none;
    margin-bottom: .2em;
    padding-bottom: .2em;
}

/* Old*/
/*h1 {
    font-size: 2em;
    margin: 0.67em 0;
}*/

h2, .h2 {
    /* font-size: 1.8em; */
    font-size: 1.6em;
}

.cmpgn-sctns {
    margin-top: 20px;
}

/*thead:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
    }*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-bottom: 1em;
}
.text-decoration-none {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}

.breakword {
    word-wrap: break-word;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-word-break: break-all;
    word-break: break-all;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

    .row.display-flex > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }

.font-small, small {
    font-size: 90%;
}

form .btn:not(.btn-call-to-action), .form-control {
    padding: 6px 12px;
}

.container-notice {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   font-size: 1.2em;
}

    .container-notice:after, .container-notice:before {
        display: table;
        content: " "
    }

    .container-notice:after {
        clear: both
    }

@media (min-width:768px) {
    .container-notice {
        width: 750px
    }
}

@media (min-width:992px) {
    .container-notice {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container-notice {
        width: 1170px
    }
}

.text-larger {
    font-size: 120%;
}

.nobold {
    font-weight: normal;
}

.container-notice {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2em;
}

    .container-notice:after, .container-notice:before {
        display: table;
        content: " "
    }

    .container-notice:after {
        clear: both
    }

@media (min-width:768px) {
    .container-notice {
        width: 750px
    }
}

@media (min-width:992px) {
    .container-notice {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container-notice {
        width: 1170px
    }
}

.text-larger {
    font-size: 120%;
}
.text-medium {
    font-size: 26px;
}

.nobold {
    font-weight: normal;
}

.bg-lightgray {
    background-color: whitesmoke;

}

#about {
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; /**/
}

.full-width {
    width: 100%;
}
.border-light {
    max-width: 100%;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 0px;
    height: auto;
    display: inline-block;
}

.border-dark {
    max-width: 100%;
    border: 1px solid #000;
    padding: 15px;
    border-radius: 0px;
    height: auto;
    display: inline-block;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-top-dark {
    border-top: 1px solid #000 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}


.bg-secondary {
    background-color: #e6e5e5 !important ;

}

}      
.bg-dark {
    background-color: #343a40 !important
}
.bg-light {
    background-color: #f8f9fa !important
}

.text-white {
    color: #fff;
    font-weight: bold;
}

.mrgn-tp-xxl {
    margin-top: 73px;
}

.hght-inhrt-sm {
    min-height: inherit;
    max-height: 13em;
}

.mrgn-bttm {
    margin-bottom: 20px;
}

.no-space {
    margin-left: 0;
}

.hght-sm {
    max-height: inherit;
    min-height: 12em;
}

.hght-lg {
    max-height: inherit;
    min-height: 16em;
}

.hght-md {
    max-height: inherit;
    min-height: 14em;
}

/*Bootstrap 4.0*/

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .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 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .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 0.2rem rgba(248, 249, 250, 0.5);
        }
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
    .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .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 0.2rem rgba(52, 58, 64, 0.5);
        }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-blue {
    background-color: #c8d3e8 !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}
.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}
.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #545b62 !important;
}
.text-light {
    color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
    color: #1d2124 !important;
}
.text-muted {
    color: #6c757d !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

/* ADD 2020-10-28 - for portable by sylvie -https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css */
.table-responsive-sm {
    width: 100%;
    margin-bottom: 17.25px;
    min-height: .01%;
    overflow-x: auto ;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
   
}

@media (max-width:575.98px) {
    .table-responsive-sm {
      min-height: .01%;
      overflow-x: auto;
      display: block;
       -webkit-overflow-scrolling: touch -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table {
        margin-bottom: 0
    }
}
   
/*END Bootstrap 4.0*/

/*Ticket #CSPS0051245SR - this will add a purple bar below our images*/

@media (max-width: 767px) {
    img.imagebar {
        border-bottom: 10px solid #3F2A56;
    }
}

@media (min-width: 768px) {
    img.imagebar {
        border-bottom: 14px solid #3F2A56;
    }
}

@media (min-width: 992px) {
    img.imagebar {
        border-bottom: 18px solid #3F2A56;
    }
}

@media (min-width: 1200px) {
    img.imagebar {
        border-bottom: 22px solid #3F2A56;
    }
}


/*Ticket #CSPS0051678SR - Headings: Blog posts */
p.panel-title {
    font-family: Lato, sans-serif;
    line-height: 1;
    font-weight: bold;
}
/*END*/

/*Ticket #CSPS0051719SR - CSS: Grey bar  */
.grey-bg-full {
    background-color: #f5f5f5;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-top: 30px;
}
/*END*/







