/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3 nov. 2019, 22:00:25
    Author     : greg
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
     -webkit-box-shadow: 0 0 0px 1000px white inset!important;
}

@font-face {
  font-family: 'Montserrat';
  /*src: url('../fonts/Montserrat/Montserrat-Regular.woff') format('woff');*/
  src: url('../fonts/Montserrat/Montserrat-Extra-thin.ttf') format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Montserrat';
  /*src: url('../fonts/Montserrat/Montserrat-SemiBold.woff') format('woff');*/
  src: url('../fonts/Montserrat/Montserrat-Medium.ttf') format('truetype');
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'Montserrat';
  /*src: url('../fonts/Montserrat/Montserrat-Medium.woff') format('woff');*/
  src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Harman';
  src: url('../fonts/harman/harman.woff') format('woff');
}

body {
  font-family: 'Montserrat', sans-serif;  
  padding: 0;
  margin: 0;
  background: #ffffff;
  margin: auto;
  height:100vh;
  overflow-x: hidden;   
}

wizard {
    background: #ffffff;
}

.form-outline .form-control~.form-notch div {
  border-bottom:1px solid #bdbdbd;
  border-top:0px;
  border-right:0px;
  border-left:0px;
}

.navbar-logo{
  height:20px;
}

.form-outline .form-control~.form-notch .form-notch-leading {
  border-radius: 0px;
}

.form-outline .form-control~.form-notch .form-notch-trailing {
  border-radius: 0px;
} 

input {
  margin-top:15px;
}

ul.stepper .step.active:before {
  background-color: #EA2330;
}

.mycerty-red {
  color:#EA2330 !important;
}

h1, h2, h3, h4 {
    font-family: 'Montserrat';
    font-weight: 700;
}

p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size:20px;  
  color: #ffffff;  
  margin-bottom: 0px;
}

.nav-user, .breadcrumb {
    font-size: 1rem;
    color: #2e2e2e ;
    text-align: center;
}

.login-container {
    height: 100vh;
    padding:4%;
    background-color: white;
 }

.md-form .validate {
    margin-bottom: 0px;
}

.md-form .prefix .is-invalid {
    color: #EA2330;
}

.mcty-invalid {
  color: #EA2330;
  border-color: #f93154 !important;
}

.mcty-compare-editLabel{
  display: block;
  align-content: baseline;
}

.mcty-clickable-action {
  cursor: pointer;
}

.login-logo {
    max-height: 14px;
    max-width: 102px;
}

.samlLogin-logo {
  max-height: 50px;
  max-width: 102px;
}

.login-side {
    background-image: url('../img/login-background.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center;
    background-color: #2e2e2e;
}

.button-collapse {
    border-style: solid;
    -webkit-box-shadow: 0 0 0 0;
    font-size: 1rem;
    color:#2e2e2e ;
    padding:0px;
    position:relative;
}

.accessForbidden {
    color:#2e2e2e ;
    font-size: 28px;
    text-align: center;
    justify-content: center;
}

.check-error {
    margin-left: 5px;
    margin-top: 30px;
    font-size:14px;
    font-weight: 400;
}

.text-muted-red {
    color:#EA2330 !important;
}

.text-muted-green {
    color:#00c851 !important;
}

.double-nav .button-collapse {
    border-style: solid;
    -webkit-box-shadow: 0 0 0 0;
    font-size: 1.3rem;
    color:#2e2e2e ;
    padding:0px;
    position:relative;
}

.side-nav {
  background:#ffffff;
  color: #EA2330;
}

.side-nav .logo-wrapper {
    height: 7rem;
}

.side-nav .logo-wrapper img{
    padding-top: 20%;
    padding-right: 50px;
    padding-bottom: 20%;
    padding-left: 50px;
}

/*--- navigation bar ---*/
.navbar {
  background:#ffffff;
}
.nav-link,
.navbar-brand {
  cursor: pointer;
}

.navbar-brand {
 color: #EA2330;
 }
 
.nav-link {
  color: #2e2e2e ;
  margin-right: 1em !important;
}
.nav-link:hover {
  color: #EA2330;
}
.navbar-collapse {
  justify-content: flex-end;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.nav-link-stacked{
  text-align: left;
  margin-right: 0px !important;
}

.form-check-input[type=radio]:after{
  background-color:transparent;
}

.header {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 730px;
}

.wizard-container {
  height: 800px;
  background-image: url('../img/background2.jpg');
}

.mycerty-container {
  height:100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;  
}

.step-new-content {
   height:100%;
   padding-bottom: 0px;  
}

.mycerty-main-row {
   height:100%;
   min-height: 100%; 
   padding-top: 10px;
   padding-right: 0px;
   padding-left: 0px;
   padding-bottom: 3px;
}

 .mycerty-block {
    display:flex;
    flex-direction: column;
 }

.mycerty-block-header {
    height:50px;
}

.mycerty-block-content {
    flex: 1;
    background-size: cover;
    background-position: center;
    background-color:#2e2e2e ;
}


.mycerty-block-footer {
    height:30px;
}

.mycerty-content-frame {
    height:100%;
    min-height: 100%;
    display: flex;
    flex-direction: column; 
    padding:5px;
    background-color: white;
}

.mycerty-bgnd-gray {
  background-color:#2e2e2e ;
  color:white;
  font-weight: 400;
  font-size:18px;
}

.textDiff {
  background-color: #EDEDED;
  border-color:#EDEDED
}

.textDiff-oneLiner {
  min-height: 33px;
  background-color:#EDEDED;
  border-color: #EDEDED;
  margin-bottom: 0px;
}

.textDiff-bornOn {
  min-height: 80px;
  background-color: #EDEDED;
  border-color: #EDEDED;
}

.text-diff-input {
  border-left-color: #d8d8d8 !important;
  border-left-style: solid !important;
  border-right-color: #d8d8d8 !important;
  border-right-style: solid !important;
}

.text-diff-top {
  border-top-color: #d8d8d8 !important;
  border-top-style: solid !important;
}

.text-diff-bottom {
  border-bottom-color: #d8d8d8 !important;
  border-bottom-style: solid !important;
}

.mcty-clickable-action-start{
  border-left-color: #d8d8d8 !important;
  border-left-style: solid !important;
  background-color: #d8d8d8;
  color:#0047b8;
  text-align: left;
}

.mcty-clickable-action-middle {
  background-color: #d8d8d8;
  color:#0047b8;
  text-align: center;
}

.mcty-clickable-action-end {
  border-right-color: #d8d8d8 !important;
  border-right-style: solid !important;
  background-color: #d8d8d8;
  color:#0047b8;
  text-align:right;
}

.mcty-clickable-action-top {
  border-left-color: #d8d8d8 !important;
  border-left-style: solid !important;
  border-right-color: #d8d8d8 !important;
  border-right-style: solid !important;
  border-top-color: #d8d8d8 !important;
  border-top-style: solid !important;
  background-color: #d8d8d8;
}


.diff-added {
  color: green;
  font-weight: bolder;
  background-color: #d4edda;
}

.diff-deleted {
  color: red;
  text-decoration: line-through;
  font-weight: bolder;
  background-color: #f8d7da;
}

.mycerty-content-frame-pix {
  height:100%;
  min-height: 100%;
  display: flex;
  flex-direction: column; 
  padding:5px;
  background-size: cover;
  background-image: url(../img/register-bg.jpg);
}

.mycerty-ai-params-block {
  border: 1px solid #bdbdbd;
}
.mycerty-ai-params-title {
  background-color: #EA2330;
  color : white;
  min-height : 50px;
}

.no-stepper {
  padding-top:10px;
  padding-bottom:10px;
  padding-left:20px;
  padding-right:25px;
}

.mycerty-content-subframe {
    padding: 0px;
    padding-right: 25px;
}

.datepicker-toggle-button {
    color:#2e2e2e ;
    padding-left: 0px;
    padding-right: 10px;
}

.datepicker-title {
  display:none;
}

.datepicker-header {
  background-color: #cd5c5c;
  height:auto;
}

.datepicker-date {
  font-size:30px;
}

.datepicker-clear-btn {
  display:none;
}

.datepicker-modal-container {
  height:450px;
}

.alert{
    font-size:0.8rem;
    padding:0.5rem;
}

.textareaPlaceholder {
    margin-left:15px;
}

.list-group-item{
    line-height:1;
    padding-left:10px; 
    display: flex;
    flex-direction: row;
    align-items: center;
}

.skill-star-hidden{
    color:white;
}

.list-group-item:first-child {
   border-top-width: 0px; 
}

.skillDomain {
    background-color: #2e2e2e ;
    color: white;
    font-weight: bold;
}

.skills {
  padding-right: 0px;
  margin-left:20px;
  color: #2e2e2e ;
}

.skills.active {
  color:white;
}

.mycerty-table-header {
  background-color: #2e2e2e ;
  color: white;
  font-weight: bold;
  border-color: #2e2e2e ;
}

.mycerty-table-row-editable {
  background-color: white;
  color:#2e2e2e ;
  font-weight: normal;
  border-color: #2e2e2e ;
}

.mycerty-blue {
  background-color: #dfeffc;
}

.evaluation-border{
    border-bottom-width: 0.0625rem;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: inset;
}

.evaluation-unit-border {
  border:none;
}

.prevNextButtonRow {
    height:60px;
}

.requestForm{
  padding:15px;
}

.img-wizard {
  border-radius:0.8rem;
  opacity:0.6;
}

.no-overlay {
  opacity:1;
}

#homePagePix {
  background-image: url('../img/MyPortal3.png');
  background-size: contain;
  background-repeat : no-repeat;
  background-position: center;
  height:180px;
  width: 800px;
}

#manageCompanyPix {
  background-image: url('../img/office.jpg');
  background-size: cover;
  background-position: center;
  flex:1; 
  padding-left: 20px;
  padding-right:20px;
}

#step1Pix {
  background-image: url('../img/employeeWizardStep01.jpg');
  background-size: cover;
  background-position: center;
}

#step3Pix {
  background-image: url('../img/employeeWizardStep03.jpg');
  background-size: cover;
  background-position: center;
}

#step4Pix {
  background-image: url('../img/employeeWizardStep04.jpg');
  background-size: cover;
  background-position: center;
  margin-top:20px;
}

#step5Pix {
  background-image: url('../img/thumbUp.jpg');
  background-size: cover;
  background-position: center;
}

#manager_step1Pix {
  background-image: url('../img/employeeWizardStep03.jpg');
  background-size: cover;
  background-position: center;
}

#manager_step2Pix {
  background-image: url('../img/employeeWizardStep04.jpg');
  background-size: cover;
  background-position: center;
}

#contractnGradesPix {
  background-image: url('../img/wizardContractsNGrades.jpg');
  background-size: cover;
  background-position: center;
}

#approveCertificatePix {
  background-image: url('../img/approveCertificate.jpg');
  background-size: cover;
  background-position: center;
  flex:1; 
  padding-left: 20px;
  padding-right:20px;
}

#forbiddenPix {
  background-image: url('../img/forbidden.png');
  background-size: cover;
  background-position: center;
}

#approveCertificatePixLabel {
    margin:40px;
    text-align:center;
}

.card-text {
  color:#2e2e2e ;
  font-size:0.7rem;
}

.card-body {
  padding:0.5rem;
  min-height:154px;
}

.card-body-video {
  min-height:110px;
}

.card-title {
  font-size:0.8rem;
}

.card-header {
  padding:0.5rem;
}

.white-text {
  color:white;
  font-size:0.9rem;
}

.select-option-text {
  font-size:0.9rem !important;
}

.select-arrow {
    color: #2e2e2e ;
    text-align: center;
    font-size: 2rem;
    right: 9px;
    top: -10px;
}

.select-input.is-invalid {
  margin-bottom: 0px;
}

.mycerty-content-frame-home {
  padding:0px;
}

.modal {
  height:100vh;
  overflow-x: hidden;
}

.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  /*max-height: calc(100vh - 150px);*/
  overflow-y: scroll;
}

.modal-full {
    min-width: 70%;
    margin-top:0px;
    margin-bottom:0px;
    display:flex;
}

.md-form, .mb-5{
    margin-top:0px;
    margin-bottom:0.3rem;
}

.mb-5 {
    margin-bottom: 0rem;
}

.modal-full .modal-content {
    min-height: 100vh;
}

.modal-header {
    align-items: center;
}

.modal-title{
    text-align: left;
}

.close {
  text-align: right;
  padding: 0;
  background-color: transparent;
  border: 0;
  font-size: calc(1.275rem + .3vw);
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;  
}

li.disabled {
  pointer-events: none;
  cursor: default;
  font-style:italic;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.no-bottom-border {
  border-bottom:none;
}

.selected-skill-text {
   color:#6c757d;
   display:contents;
}

.active-skill-text {
    color:white;
    display:contents;
}

.md-v-line {
position: absolute;
border-left: 1px solid rgba(0,0,0,.125);
height: 50px;
top:0px;
left:54px;
}

.overlay {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);

}

.features {
  margin: 4em auto;
  padding: 1em;
  position: relative;
  justify-content: center;
  align-content: center;
}

.feature-title {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}

.rating {
  align-items: center;
  justify-content: center;
}

.mycerty-rating {
  color:#212529;
  font-weight: 900;
}

.mycerty-rating-cell{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fas.mycerty-rating {
  color:#ffc107;
}

.pix-text{
   color: #fff; 
   font-size: 1.2rem;
}

.pix-form {
    border: 2px solid white;
}


.darkbgnd {
    font-family: 'Montserrat';
    font-weight: 300;
    color: #fff; 
}

.features, .form-control,
.features input {
    border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
    border-top: none;
    border-left: none;
    border-right:none;
}


.form-control, .form-check {
    font-family: 'Montserrat';
    font-weight: 400;
    color:#2e2e2e ;
}

.form-label {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size:1rem;
    color:#2e2e2e ;
    vertical-align: middle;
    margin: auto;
}

.form-select {
    padding-left: 0px;
}


.rated-skill {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:1rem;  
}

.rated-skill-label {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top:1.5rem;
}

.form-outline .form-control {
  padding-left:0px;
}

.features .btn {
  background-color: #EA2330;
  border: 1px solid #EA2330;
  color: #fff;
  margin-top: 20px;
}
.features .btn:hover {
  background-color: #2e2e2e ;
  border: 1px solid #2e2e2e ;
}

textarea:focus::placeholder,
input:focus::placeholder{
       color:transparent;
  }
 
  .page-footer {
  background-color: #222;
  color: #ccc;
}
.footer-copyright {
  color: #666;
  padding: 40px 0;
}


.regForm {
  background-color: #ffffff;
  margin: 20px;
  font-family: 'Montserrat';
  height:750px;

}

.form-notch-middle {
  border-top: none !important;
}

.form-outline .form-control:focus~.form-notch .form-notch-leading, 
.form-outline .form-control:focus~.form-notch .form-notch-middle,
.form-outline .form-control:focus~.form-notch .form-notch-trailing{
  border-top:none;
  border-left:none;
  border-right:none;
  box-shadow: none !important;
}

.form-check-input[type=checkbox]:checked:after{
  margin-left:-0.1rem;
  margin-top:-8px;
}

.small {
  font-size : 0.8rem;
}

.form-check-input-small {
  padding:0px;
  border: .1rem solid #757575;
}

.form-check-input-small[type=checkbox]:checked:after{ 
  margin-left: .25rem;
  margin-top: -1px;
}

.form-check-input:focus:before {
  opacity:0;
}

.form-check-input[type=checkbox]:focus:not(:checked):after {
  opacity:0;
}

.login-form {
  background-color: #ffffff;
  margin: 20px;
  font-family: 'Montserrat';
}

.login-button {
   margin:20px;
   padding:5px;
}

.step {
    margin-top: 20px;
}

.mycerty-form-label{
  left:0px!important;
}


h1 {
  text-align: left; 
  font-size: 2rem;
  font-family: 'Montserrat';
  font-weight: 400;
  color:#2e2e2e ;
}

 #modalExternalRating .modal-dialog {
    pointer-events: auto;
    max-width: 600px;
    right:0px;
    top:0px;
}
#modalExternalRating.modal {
    pointer-events: none;
}
#modalExternalRating .modal-header {
    flex-shrink: 0;
}
#modalExternalRating .modal-footer {
    flex-shrink: 0;
}
#modalExternalRating .star-rating {
    color: #ffc107;
    font-size: 1.1rem;
    text-align: left;
}
#modalExternalRating .star-empty {
    color: #2e2e2e;
    font-size: 1.1rem;
    text-align: left;
}
#modalExternalRating .rating-item {
    border-left: 3px solid #007bff;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
#modalExternalRating .content-item {
    border-left: 3px solid #6c757d;
    padding-left: 1rem;
    margin-bottom: 1rem;
}
#modalExternalRating .section-title {
    font-weight: 600;
    color: #2e2e2e;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

h2 {
  text-align: left; 
  font-size: 1rem;
  font-family: 'Montserrat';
  font-weight: 400;
  color:#2e2e2e ;
}

input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: 'Montserrat';
  border:none;
  border-bottom: 1px solid #aaaaaa;
}

.stepper-active .stepper-head-icon {
  background-color: #EA2330;
}

.stepper-head:hover {
  background-color:white;
  cursor:default;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

.tabs-elegant {
  background-color: #2e2e2e !important;
  color: #6e6e6e !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .diff-title, .edit-title {
  color: #fff;
  background-color: #6e6e6e !important;
  border-bottom: 3px solid;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:not(active) {
  color: #d3d3d3;
}


button {
  background-color: #EA2330;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'Montserrat';
  /*width:100%;*/
}

.mycerty-bold-white {
  color: #ffffff;
}

button:disabled {
  background-color: #ea23305b;
  font-size: 17px;
  font-weight : 400;
}

.button-previous {
  background-color: #636566;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: 'Montserrat';
  width: 100%;
   margin-bottom: 0px;
}

.button-next {
    margin-bottom: 0px;
}

.previous-step {
    background-color: rgba(0, 0, 0, 0.3);
}

.btn-sideactions {
    color:white;
    pointer-events: none;
}

button:hover {
  opacity: 0.8;
}

.mycerty-text-area {
  border: 1px solid #bdbdbd;
}

.jobActivities {
  height : 100%;
}

.jobActivities::placeholder {
  font-size: 12px; /* Size of the placeholder text */
  color: gray; /* Optional: change the color of the placeholder text */
}

.ai-input {
  height : 100%;
}

.ai-input::placeholder {
  font-size: 12px; /* Size of the placeholder text */
  color: gray; /* Optional: change the color of the placeholder text */
}

::placeholder {
  font-size : 10px;
  font-style: italic;
}


.modal-add-position {
  width:100%;
}

.form-check{
    padding-left: 0px;
}

.picker__nav--prev {
    display:none;
}

.picker__nav--next {
    display:none;
}

.md-form.md-outline {
    margin-top:0px;
}

.job-activities {
    overflow: hidden;
    padding:10px;
   }
   
  .jobsSummary {
    overflow-x: hidden; 
    padding:10px;
    margin-bottom: 15px;
   }

   .error-header-level {
       padding-left: 15px;
   }

.md-textarea {
    padding-left:10px;
    padding-right:10px;
    margin-right: 10px;
}

.btn-inModal {
    padding-left:0px;
}
.btn-col {
    padding-left:0px;
}
.btn-group-side {
    width:100%;
}
.btn-square {
    border-radius:0px;
}

.btn-small-action {
    color: #fff;
    background-color: #2e2e2e !important;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 44px;
}

.mycerty-filter-separator{
  border-left:groove;
}

.btn-small-error {
    color: #fff;
    background-color: #EA2330 !important;;
}

.btn-small-ok {
    color: #fff;
    background-color: #33cc00 !important;;
}

.mycerty-secondary {
  background: white;
  border-color: #EA2330;
  border-style: solid;
  border-width: thin;
  color: #EA2330;
}

.mycerty-tertiary {
  background: white;
  border-color: #2e2e2e ;
  border-style: solid;
  border-width: thin;
  color: #2e2e2e ;
}

.select-clear-btn{
  color: #2e2e2e ;
  margin-right:5px;
}

.select-wrapper ~ .invalid-feedback, .select-wrapper ~ .valid-feedback {
    margin-top: -.25rem;
}

.custom-file-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom-file-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}
.custom-file-button:hover {
  background-color: #0056b3;
}
.file-info {
  flex-grow: 1;
  margin: 0;
}

.additional-languages{
    height:320px;
    overflow:auto;
    overflow-x: hidden;
    padding:15px;
}

.additionalContracts {
    overflow:auto;
    overflow-x: hidden;
    padding:15px;
}

.additionalGrades {
    overflow:auto;
    overflow-x: hidden;
    padding:15px;
}

.select-label {
    left:0px;
}

.certificate-id{
    margin-bottom:30px;
}

.md-form.md-outline{
    margin-bottom:0px;
}

.md-form label {
    left:0.875rem;
}

.user-tool {
    margin-bottom:20px;
}

.non-finalPlaceholder {
    height:54px;
}

.fa-star {
    font-size: 1.7em;
}

.fa-play {
  margin-left:5px;
}
.fa-play-div {
  padding-top:2px;
}

.bg-success {
  background-color: lightgreen !important;
}

.mycerty-help-icon {
  align-self: center;
  font-size: 1.4rem;
}

.toast {
  width: 500px;
}

.toast-header {
  border-bottom-color:white;
}

.form-outline .form-control.is-invalid:focus~.form-notch .form-notch-leading {
  box-shadow: none !important;
}
.form-outline .form-control.is-invalid~.form-notch .form-notch-middle {
  box-shadow: none !important;
}
.form-outline .form-control.is-invalid~.form-notch .form-notch-trailing {
  box-shadow: none !important;
}

.invalid-feedback {
  margin-top:-10px;
}

.invalid-feedback-big {
  font-size:100%;
  position: static;
}

.star-rating {
  text-align: center;
}

.no-bottom-margin {
  margin-bottom: 0px;
}

.modal-xl {
  max-width: 950px;
}

.range-field input[type=range]::-webkit-slider-thumb {
  background: #EA2330;

}
.range-field input[type=range]::-moz-range-thumb {
  background: #EA2330;
}
.range-field input[type=range]::-ms-thumb {
  background: #EA2330;
}

.range-field input[type="range"] + .thumb {
  background-color: #EA2330;
}

.sldr-value {
  justify-content: center;
  display: flex;
  flex-direction: column;
  color:#EA2330;
  font-family: 'Montserrat';
  font-weight:bold;
}

.text-small {
  font-size:14px;
}

.mycerty-blue-background {
  background-color:#dfeffc;
  padding-top:20px;
  padding-bottom:20px;
}

.calculator-title {
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3em;
  padding-top: 0px!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.currency {
  background-color: white;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat';
  color:#2e2e2e ;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  /*padding-left: 70px;*/     /* center items horizontally, in this case */
  border-left:0px;
  padding:0px;
  padding-top: 20px;
}

.currency-after {
  font-size: 18px;
  font-weight: 400;
  /*position: absolute;
  margin-left: 100px;
  margin-top: -30px;*/
}

.calculator-output-value {
  background-color: white;
  border: 1px solid #d6d6d6;
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat';
  color:#2e2e2e ;
  font-size: 44px;
  font-weight: 500;
  text-align: right;
  /*padding-left: 70px;*/
  justify-content: center;     /* center items horizontally, in this case */
  border-right:0px;
}

.calculator-output {
  background-color: #f7f7f7;
  border: 1px solid #d6d6d6;
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #2e2e2e ;
  border-style: solid;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

textarea.rating-text{
  height:100%;
  background-color: rgba(249, 249, 249, 0.951) !important;
}

textarea.rating-text-auto{
  background-color: rgba(249, 249, 249, 0.951) !important;
}

#step5Content {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 20px;
}

#step6Content {
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 10px;
}

#requestCertificate {
    height:auto;
}

#managerCertificateDisclaimer {
    color: red;
}

#user_consent + label:before,
#user_privacy + label:before{
    border:2px solid white;
}

#user_consent:checked + label:before,
#user_privacy:checked + label:before{
    border-right:2px solid white;
    border-bottom:2px solid white;
    border-top:2px solid transparent;
    border-left:2px solid transparent;
}

.step-new-content {
  padding-bottom:0px!important;
}

.alternative-email {
  margin-top: 15px;
  margin-bottom: 10px;
}

.mycerty-blog-label {
  font-size:12px !important;
  font-weight:300 !important;
}

.mycerty-dynamic-label {
  color:#cd5c5c;
}

.btn-elegant {
  color: #fff;
  background-color: #2e2e2e !important;
}

.jobs-summary-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.form-outline .form-control:disabled {
  background-color: #fbfbfb;
}

.form-control:disabled {
  background-color: #fbfbfb;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
  margin-top: 20px;
  margin-bottom: -10px;
}

.timeline-main-title {
  background-color: #2e2e2e;
  text-align: center;
  display: block;
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
}

  /*.timeline:before {
    position: absolute;
    height: 365px;
    content: " ";
    width: 3px;
    background-color: white;
    left: 10%;
    margin-left: -1.5px;
    margin-top: -15px;
  }*/

  .timeline > li {
      margin-bottom: 20px;
      position: relative;
  }

      .timeline > li:before,
      .timeline > li:after {
          content: " ";
          display: table;
      }

      .timeline > li:after {
          clear: both;
      }

      .timeline > li:before,
      .timeline > li:after {
          content: " ";
          display: table;
      }

      .timeline > li:after {
          clear: both;
      }

      .timeline > li > .timeline-panel {
          background-color: white;
          width: 75%;
          float: left;
          border: 1px solid #d4d4d4;
          border-radius: 2px;
          padding: 0px;
          min-height: 100px;
          position: relative;
          left:19.5%;
          top:-7px;
          -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
          box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
      }

          .timeline > li > .timeline-panel:before {
              position: absolute;
              top: 26px;
              right: -15px;
              display: inline-block;
              border-top: 15px solid transparent;
              border-left: 15px solid #ccc;
              border-right: 0 solid #ccc;
              border-bottom: 15px solid transparent;
              content: " ";
          }

          .timeline > li > .timeline-panel:after {
              position: absolute;
              top: 27px;
              right: -14px;
              display: inline-block;
              border-top: 14px solid transparent;
              border-left: 14px solid #fff;
              border-right: 0 solid #fff;
              border-bottom: 14px solid transparent;
              content: " ";
          }

      .timeline > li > .timeline-badge {
          color: #fff;
          width: 40px;
          height: 40px;
          line-height: 50px;
          font-size: 1.4em;
          text-align: center;
          position: absolute;
          top: 16px;
          left: 11.2%;
          margin-left: -25px;
          background-color: #9b9da3;
          z-index: 100;
          border-top-right-radius: 50%;
          border-top-left-radius: 50%;
          border-bottom-right-radius: 50%;
          border-bottom-left-radius: 50%;
      }

      .timeline > li.timeline-inverted > .timeline-panel {
          /*float: right;*/
      }

          .timeline > li.timeline-inverted > .timeline-panel:before {
              border-left-width: 0;
              border-right-width: 15px;
              left: -15px;
              right: auto;
          }

          .timeline > li.timeline-inverted > .timeline-panel:after {
              border-left-width: 0;
              border-right-width: 14px;
              left: -14px;
              right: auto;
          }

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-heading.success, .timeline-badge.success {
  background-color: lightgreen !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-heading.danger, .timeline-badge.danger {
  background-color: #EA2330 !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-badge-icon {
  position: relative;
  top: -6px;
}

.timeline-badge-icon-star {
  font-size: 1em !important;
}

.timeline-heading {
  background-color: #9b9da3;
  padding-top: 5px;
  padding-left: 5px;
}

.timeline-title {
  margin-top: 0;
  color: white;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.timeline-body {
  font-size: 0.9rem;
  padding: 8px;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
  font-size: 0.9rem;
}

  .timeline-body > p + p {
      margin-top: 5px;
  }

.timeline-hr {
   margin-top:5px;
   margin-bottom:0px;
}

.section-border {
  border-top-color: #ced4da;
  border-top-width: 1px;
  border-top-style: solid;
  margin-bottom: 20px;
}

.bexio-button {
  background-color: #0d2f3b;
  color: #bbdc00;
}

.mycerty-modal-form {
  overflow-y: inherit !important;
}

.mycerty-btn-modal {
  width:auto;
}
.mycerty-btn-cancel {
  background-color: rgba(0, 0, 0, 0.3);
}

.mycerty-btn-menu-label {
  background-color: transparent !important;
  color: #fff;
  border-color: #4285f4;
  border-width: thin;
  border-style: groove;
}

.promoted-item {
  text-decoration: line-through;
  text-decoration-color: #EA2330;
}

.new-price {
  color: #EA2330;
  font-weight: bold;
}

.mycerty-form-check-last{
  margin-bottom: 20px;
}

.mycerty-low-steps {
  max-width: 250px !important;
}

.mycerty-order-headers {
  border-bottom-color: grey;
  border-bottom-width: thin;
  border-bottom-style: dashed;
  font-weight: 600;
}

.mycerty-ext-links {
  padding: 0px !important;
  color: inherit;
  text-decoration-line: underline;
}
.form-check-label {
  align-self: center;
}

/******SWITCH******/

.switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 25px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #cd5c5c;
}

input:focus + .slider {
  box-shadow: 0 0 1px #cd5c5c;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 25px;
}

.slider.round:before {
  border-radius: 50%;
}


.modal-fullscreen .modal-content {
  height: 100vh; /* fallback */
}

@supports (height: 100dvh) {
  .modal-fullscreen .modal-content {
    height: 100dvh; /* navigateur compatible (iOS 15.4+, Chrome/Edge 108+) */
  }
}

/*****END SWITCH*******/

@media (prefers-reduced-motion){
  .stepper-step > .stepper-content {
    display: none!important;
  }
  .stepper-active > .stepper-content {
    display: block!important;
  }
}

@media (max-width: 767px) {
  /*ul.timeline:before {
      left: 35px;
  }*/

  ul.timeline > li > .timeline-panel {
      width: calc(100% - 90px);
      width: -moz-calc(100% - 90px);
      width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
  }

  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
}


@media (min-width: 1440px) {
    .double-nav .button-collapse {
        display: block;
    }
 .step-vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height:100%;
 }
 
 .vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
 }
 
 .step-new-content {
   height:100%;
   padding-bottom: 0px;  
}
 
 
}

@media (min-width: 1201px) {
.regForm {
    margin:0px;
    margin-top:10px;
}
.step-vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    height:100%;
}

.vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.stepper.horizontal {
   height: calc(100% + 1.7rem);
}
.short-label {
    display:none;
}
.user-tool {
    margin-bottom:0px;
}
#managerCertificate {
  height:100%;
}

ul.stepper.horizontal .step.active .step-title:before {
  background-color: #EA2330;
}

}

@media (min-width:993px) /*and (max-width: 1200px)*/ {

  .header {
  height:830px;
  }
  .jobsSummary{
    height:350px
}
.step-vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
    height:100%;
}

.vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

 .regForm {
    height:750px;
    margin:0px;
    margin-top:10px;
}
.stepper.horizontal {
  height:100%;
}
.short-label {
    display:none;
}
.user-tool {
    margin-bottom:0px;
}

#managerCertificate {
  height:100%;
}

ul.stepper.horizontal .step.active .step-title:before {
  background-color: #EA2330;
}

}


@media (max-width: 992px) {
    .img-wizard {
       display:none;
     }
     .long-label {
       display:none;
     }
   .short-label {
    display:flex;
}
.regForm {
    height:100%;
    margin:0px;
    margin-top:10px;
}
.stepper.horizontal {
  height:100%;
  padding-left:15px;
}

#managerCertificate {
  height:800px
}

.ai-input {
  max-height : 150px;
}

.ai-input::placeholder {
  max-height : 150px;
}

.from-date {
  margin-top:30px;
  margin-bottom: 10px;
}

  .jobsSummary {
    height: 900px;
   }
   .additional-languages{
    height:500px;
   }
   .non-finalPlaceholder {
    display:none;
    }
    
    .md-form, .mb-5{
        margin-top:0px;
        margin-bottom:1.5rem;
      }

  .jobs-summary-end{
    margin-bottom: 0px;
  }
  .jobs-summary-current {
    margin-bottom: 10px;
    margin-top: -10px;
    display:flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .login-container{
    padding: 30px;
  }
  .star-rating {
    text-align: left;
    margin-bottom: 20px;
  }
  .fa-star {
    font-size: 2.2em;
  }

  textarea.rating-text{
    height:330px;
  }

  .evaluation-border {
    border:none;
  }
  .evaluation-unit-border{
    border-bottom-width: 0.0625rem;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    border-bottom-style: inset;
  }
  .timeline > li > .timeline-panel {
    left:15%;
  }
  .jobActivities {
    height : 600px;
  }
  .text-diff-bottom {
    height : 600px !important;
  }
}

@media (min-width: 768px) {
.stepper-content {
  height:calc(100% - 85px);
}
}

@media (max-width: 768px) {
    body {
        height:100%;
    }
    .stepper-content {
      height:auto !important;
    }
    
    .header {
    height:100%;
    }
    .regForm {
      height:100%;
      margin:0px;
      margin-top:10px;
    }
    
    .vcenter {
  margin: 0;
  position:relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

    .stepper.horizontal {
      height:100%;
    }
    .features {
      margin: 0;
    }

    .from-date  {
          margin-top:30px;
       margin-bottom: 10px;
    }

  .img-wizard {
    display:none;
   }
     .long-label {
       display:none;
     }
   .short-label {
    display:flex;
    }
    .non-finalPlaceholder {
    display:none;
    }
    .jobsSummary{
        height:auto;
    }
    .additional-languages{
        height:auto;
    }
    
    .mycerty-sm-control-2 {
        margin-bottom:2.5rem;
    }
    
    .mycerty-sm-control-1 {
        margin-bottom:1.8rem;
    }
    
    .mycerty-main-row {
        padding-left:0px;
        padding-right:0px;
    }
    
    .md-form, .mb-5{
        margin-top:0px;
        margin-bottom:1.5rem;
      }

      .modal-add-position {
        max-width: 100%;
      }
      .timeline > li > .timeline-panel {
        left:13%;
      }
      .text-diff-bottom {
        height : 600px !important;
      }
    /*.timeline:before {
      margin-left: 3px;
    }*/
   
}
  
  @media (max-width:576px) {
    body {
        height:100%;
    }
    
    
      .header {
          height: 100%;
          padding:0px;
      }
      .regForm {
          height:100%;
          padding: 25px;
          margin:0px;
          margin-top:10px;
      }
      
      
      .stepper.horizontal {
        height:100%;
      }
      .form-check-label {
          margin-bottom: 20px;
      }
      
      .md-form, .mb-5{
        margin-top:0px;
        margin-bottom:1.5rem;
      }
      
      .img-wizard {
          display:none;
      }
     .long-label {
       display:none;
     }
   .short-label {
    display:flex;
    }
    .non-finalPlaceholder {
    display:none;
    }
    .jobsSummary{
        height:auto;
    }
    .additional-languages{
        height:auto;
    }
    
    .mycerty-sm-control-2 {
        margin-bottom:2.5rem;
    }
    
    .mycerty-sm-control-1 {
        margin-bottom:1.8rem;
    }
    
    .mycerty-main-row {
        padding-left:0px;
        padding-right:0px;
    }
    .timeline > li > .timeline-panel {
      left:16%;
    }

    .select-input {
      margin-top:0px;
    }
    .text-diff-bottom {
      height : 600px !important;
    }

  }
  

  



