* {
    margin: 0;
    padding: 0
}

html {
    height: 100%;
    /* max-width: 100% !important; */
    /* overflow: hidden; */
}

body {
    background: url('/img/background.png');
    background-repeat: no-repeat;
    background-size: auto;
    
    /* background: red !important; */
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

.container{
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
}

#heading {
    text-transform: uppercase;
    color: #000;
    font-weight: normal
}

#sub-heading {
    text-align: start;
}

#msform {
    text-align: center;
    position: relative;
    /* display: flex; */
    /* margin-top: 20px */
}

.form-row, .form-group {
    text-align: left
}

.card-custom {
    z-index: 0;
    border: none;
    position: relative;
    max-width: 100%;
}



/* ProgressBar */



#progressbar {
    /* margin-bottom: 30px; */
    overflow: hidden;
    color: lightgrey;
    max-width: 100%;
    display: flex;
    /* transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); */
}

#progressbar .active {
    color: #FF771F
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}


#progressbar #account:before {
    content: "1";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar #personal:before {
    content: "2";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar #payment:before {
    content: "3";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar #confirm:before {
    content: "4";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #FF771F
}



/* progressbar norm 35 */




#progressbar-norm-35 {
    /* margin-bottom: 30px; */
    overflow: hidden;
    color: lightgrey;
    max-width: 100%;
    display: flex;
    /* transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1); */
}

#progressbar-norm-35 .active {
    color: #FF771F
}

#progressbar-norm-35 li {
    list-style-type: none;
    font-size: 15px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}


#progressbar-norm-35 #account:before {
    content: "1";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar-norm-35 #personal:before {
    content: "2";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar-norm-35 #payment:before {
    content: "3";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar-norm-35 #confirm:before {
    content: "4";
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar-norm-35 li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar-norm-35 li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

#progressbar-norm-35 li.active:before,
#progressbar-norm-35 li.active:after {
    background: #FF771F
}



/* End Progressbar */





.inputCheck {
    border: none;
    margin-left: 10px;
    border-bottom: 2px solid lightgray;
}

.inputCheck:focus {
    outline: none;
}
/*custom summary*/
.ctm-summary {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
}
.ctm-summary:focus{
    outline: none;
}
details summary::marker {
    color: transparent;
    display: none;
}



/* -------------------------------------- Custom buttonns ------------------------------------------- */

.btn-next {
    background: #FF771F;
    color: #fff;
    font-size: 22px;
    transition: all 0.5s;
    /* box-shadow: 13px 18px 74px -20px rgba(0,0,0,0.75); */
}
.btn-next > span{
    color: #fff;
}

.btn-error{
    border: 1px solid #DC3545;
}

.error-msg {
    color: #DC3545;
}

.btn-back {
    border: 1px solid #FF771F;
    transition: all 0.5s;
}

/* .btn-back:hover {
    border: 2px solid #FF771F;
    transform: scale(1.1);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
} */

.btn-next:hover {
    /* transform: scale(1.1);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); */
    color: #fff;
}

/*-------------------------------- Custom switches------------------------------------------------ */


.swtich-container {
    display: flex;
    align-items: center;

}

.lbl{
    display: inline-block;
    width: 28px;
    height: 16px;
    background: transparent;
    border: 1.5px solid #ADB5BD;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    transition: .2s;
}

.lbl-msj {
    margin-left: 5px;
}

.lbl::after{
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #ADB5BD;
  border-radius: 100px;
  position: absolute;
  top: 1px;
  left: 2px;
  transition: .2s;
}

.ctm-switch:checked + .lbl::after{
  left: 14px;
  top: 2px;
  background: #fff;
}

.ctm-switch:checked + .lbl{
  background: #FF771F;
  border: none;
}

.ctm-switch{
  display: none;
}

.custom-color {
    background-color: #FF771F !important;
    border-color: #FF771F !important;
}

.custom-control{
    margin: 1.2em 0;
}

/* Page to errors when database or network fail */

.content-error {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10%;
}

.error-info {
    text-align: left;
}

.content-error .error-info img {
    width: 40%;

}

details{
    margin-top: 1em;
}

.custom-control{
    margin: 1em;
}

/* Details Animation */

@keyframes invisiblyGrowFontSize {
    0% {
    font-size: 0;
    opacity: 0;
    }
    100% {
    font-size: 1em;
    opacity: 0;
    }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
    100% {
        opacity: 1;
    }
}
details[open] .content {
    animation-name: invisiblyGrowFontSize, fadeIn;
  animation-duration: 200ms, 200ms;
}
/*
details[open] summary ~ * {
    animation: sweep .7s ease-in-out;
  }

  @keyframes sweep {
    0%    {opacity: 0; margin-left: -10px}
    100%  {opacity: 1; margin-left: 0px}
  } */

/* Multiple step form styles */

.tabs{
    position: relative;
}
.tabs .container{
    /* background: red; */
    display: flex;
    flex-direction: row;
    left: 0px;
    /* border: 5px solid red; */
    margin-top: 0;
    margin-bottom: 0;
    /* position: relative; */
    /* white-space: nowrap; */
    /* max-width: 50%; */


    overflow: hidden;
    /* max-height: 600px !important; */
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

/* .tabs .content-form * {
    white-space: normal;

} */

.tab{
    display: inline-block;
    min-width: 100%;
    padding: 3em;
    box-sizing: border-box;
    vertical-align: top;
    /* overflow-y: scroll; */
    margin-right: 0px;
    position: relative;
    left: 0;
    vertical-align: top;
    /* max-height: 400px; */
    /* overflow: hidden; */
    transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    /* transition: all 0.4s ; */
}

/* .position-r {
    position: relative;
} */

.float-btn {
    width: 85px;
    height: 85px;
    border-radius: 100%;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2em;
    position: fixed;

}

.btn-back{
    top: 50%;
    left: 1%;
    background: #fff;
    border: none;
    border: 1px solid #e5e5e5;
    box-shadow: -6px -6px 10px rgba(255, 255, 255, 0.8),
                6px 6px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 2em;
    position: fixed;
}

.btn-next {
    top: 50%;
    right: 1%;
}


/* Charts styles */

/* #myChart {
} */

.chart-container {
    margin: 5em 10em;
}

.chart{
    width: 100%;

}

/* Styles Modal to access Norm */
.linea{
    border: 3px solid red;
}

a {
    text-decoration:none;
}

/* .content-modal{
    overflow: hidden;
    padding: 0;
} */

.norm-option{
    height: 200px;
    position: relative;
    overflow: hidden;
    text-align: center;

}

.norm-option span{
    font-size: 100px;
    transition: all 0.7s;
    text-align: center;
}

.circle-option{
    padding-left: 50px;
    text-align: start;
    line-height: 400px;
    font-size: 80px;
    color: #fff;
    position: absolute;
    border-radius: 100%;
    width: 400px;
    height: 400px;
    background: #242424;
    top: -50%;
    left: 200%;
    transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.norm-option:hover .circle-option{
    left: 10%;
}

/* .norm-option:hover span{
    display: none;
    transition: all 0.5s ;
} */

.question-row{
    padding: 10px 0px;
}

.question-row:hover{
    background: #ECECEC;
}

.dropdown-client-service, .dropdown-boss, .dropdawn-customerService, .dropdown-HeadWorkers, .dropdown-form{
    display: none;
    animation-name: invisiblyGrowFontSize, fadeIn;
    animation-duration: 200ms, 200ms;
}

*, *::before, *::after {
    box-sizing: border-box;
}

.form-check-custom{
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-inline-custom {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
  }
  
  .form-check-inline-custom {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
  }

  .form-check-inline-custom .form-check-input{
      position:static;
      margin-top:0;
      margin-right:.3125rem;
      margin-left:0
    }

  .form-check-inline-custom{
      display:inline-flex;
      -ms-flex-align:center;
      align-items:center;
      padding-left:0;
      margin-right:.75rem
    }


  
  .form-check-input-custom[disabled] ~ .form-check-label,
  .form-check-input-custom:disabled ~ .form-check-label {
    color: #6c757d;
  }

  .a-success{
    color: white;
  }
  .a-success:hover{
      color: white;
      text-decoration: none;
  }

  .hide-close .ui-dialog-titlebar-close { display: none }
  
@media(max-width: 1000px){
	#heading{
        font-size: 25px;
    }

    #progressbar li {
        font-size: 10px;
    }

    #progressbar li:before {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 30px;


    }

    #progressbar li:after {
        content: '';
        top: 15px;

    }

    /* .tab{
        padding: 1.2em;
    } */

    .float-btn {
        width: 40px;
        height: 40px;
        font-size: 1em;
        top:50%;
    }

    .btn-back{
        left: 0;
    }

    .btn-next {
        right: 0;
    }

    .chart-container {
        margin: 0;
    }

    .form-check-inline-custom{
        display:block;
        -ms-flex-align:center;
        align-items:center;
        padding-left:0;
        margin-right:.75rem
      }
}

