*{
    color: #4a4a4a;
}
.container{
    background:#EBEBEB;
}
#demo1-body{
  width: 100vw;
  height: 100vh;    
  background:#fff;
  font-family:'ProximaNova-Regular';
  font-size:1.3vw;
  overflow: hidden;
}
#demo1-body a:hover{
  text-decoration: underline;
  cursor: pointer;
  
}
#container-demo{
  margin: auto;width: 100%;height: 100%;margin: auto;position: relative;  
}
#nav-bar{
    background:#0e5061;
}
#nav-bar div button{
    background:transparent;
    border:none;
    color:#fff;
    font-family:'ProximaNova-Bold';
    font-size:1.2vw;
    width: 100%;
    height: 100%;padding: 1vw 0vw;
}
.nav-wrapper-dart-process{
    position: absolute;
    margin-top: -2.5px;
    z-index: 99;
}
/*Submeno styles css*/
.submenu_process{
    position: absolute;
    background-color: white;
    width: 500px;
    height: 400px;
    bottom: -400px;
    margin-left: -200px;
    z-index: 98;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.submenu_options ul li{
    list-style: none;
    text-align: left;
    padding: 5px;
    font-family:'ProximaNova-Regular';
}
#submenu_item3{
    background-image: url(../assets/images/png/arrow-li.png);
    background-size: 100% 100%;
}
#hr_options div ul li{
    list-style: none;
    text-align: left;
    padding: 4px;
    color: #0e5061;
    font-family:'ProximaNova-Semibold';
}
#hr_options div ul li:hover{
    color: #3ebede;
    background-image: none;
}
#hr_options{
  cursor:default;display:none;background:white;position:absolute;left:250px;top: 39px;
}
.overlay{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}
.menu_active{
    display: block!important;
}

/*STEP 3 CSS*/

/*Progres bar css*/
.circleBorder {
    margin: 0;
    width: 6vw;
    height: 6vw;
    padding: 1.6vw 0;
    border-style: solid;
    border-radius: 50%;
    border-width: 3px;
    border-color: #ff9900;
    font-size: 2vw;
    line-height: 2vw;
    color:#ff9900;
    background:#FFFFFF;
}
.circleBorder strong{
    color:#ff9900;
}
.circleBorder strong i{
    color:#ff9900;
}
.rectangleBorderWide {
    width: 22.5vh;
    height: 3vw;
    border-bottom: 3px solid #DADADA;
    margin-bottom: 2em;
}
.conectorText {
    width: 9.1vw;
    height: 4vw;
    font-size: 1.1vw;
    font-family: 'ProximaNova-Regular';
}
/*Acordion menu*/
.acc-btn { 
  width:100%;
  margin:0 auto;
  padding:5px 10px;
  cursor:pointer;
  background:white;
}

.acc-content {
  width:100%;
  margin:0 auto;
  display: none;
  background:#fff;
  padding:10px;
  height: auto;
}
.column-2 {
    flex: 0 0 20%;
    max-width: 20%;
}
/*Flag selector*/
.container-country {
  padding: 10px 30px;
}

.country-container {
  display: flex;
}

.flag {
  background-size: 50px 30px;
  height: 30px;
  width: 50px;
  display: inline-block;
  margin: 0 10px 0 0;
  flex: 0 0 50px;
}

.countries {
  width: 20px;
  max-width: 400px;
  background:white;
  border:none;
}
/*Input calendar*/
#demo1-body [type="date"] {
  background:#fff url(../assets/images/svg/newhire/calendar-icon.svg)  97% 40% no-repeat ;
  background-size:1em;
  border:1px solid #BABABA;
}
#demo1-body [type="date"]::-webkit-inner-spin-button {
  display: none;
}
#demo1-body [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor:pointer;
}
/*List btn*/
.list-input {
  border-radius: 0;
opacity: 1;
background:#fff url(../assets/images/svg/newhire/arrow-down-icon.svg)  96% 50% no-repeat ;
background-size:0.8em;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
 border:1px solid #BABABA;
}
.list-input::-webkit-inner-spin-button {
  display: none;
}
.list-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor:pointer;
}
/*Checkbox CSS*/
/* The container */
.label-checkbox {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.label-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border:1px solid #BABABA;
}

/* On mouse-over, add a grey background color */
.label-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.label-checkbox input:checked ~ .checkmark {
  background-color: #fff;
}
/* Show the checkmark when checked */
.label-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.label-checkbox .checkmark:after {
  display: none;
  text-align: center;
  content: '\f00c';
  color: #0e5061;
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
hr {
    margin: 0;
    border: 0;
    border-top: 1px solid #bababa;
}
.btn{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 0.8em;
    line-height: 1.5;
    border-radius: 4rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-blue{
    color: #fff!important;
    background-color: #1A8099!important;
    border-color: transparent!important;
    font-family:'ProximaNova-Regular';
    position:relative;
}
.btn-white{
    color: #4a4a4a!important;
    background-color: #fff!important;
    border-color: #bababa!important;
    font-family:'ProximaNova-Regular';
    position:relative;
}
/*RADIO BUTTON CSS*/
/* The container */
.sss {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:'ProximaNova-Regular';
  color: #4A4A4A;
}

/* Hide the browser's default checkbox */
.sss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius:50%;
  border:1px solid gray;
}

/* On mouse-over, add a grey background color */
.sss:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sss input:checked ~ .checkmark-radio {
  background-color: white;
}
.sss input:checked ~ .checkmark-radio {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sss input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the checkmark/indicator */
.sss .checkmark-radio:after {
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius:50%;
  border: solid #004F62;
  background:#004F62;
}

/*OVERLAY CSS*/
#overlay{
  width:100%;
  height:100%;
  background:black;
  opacity:0.5;
  position:absolute;
  top:0;
  left:0;
}
.p-relative{
  position:relative;
}
.step_5-preview-labels{
  color:#aaaaaa!important;font-family:'ProximaNova-Semibold';
}
/*SideBar Aniimation*/
 .sidebar-show{
    animation-name: SidebarShow;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 .sidebar-hide{
    animation-name: SidebarHide;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 .Overlay-fadein{
    animation-name: FadeIn;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 .Overlay-fadeout{
    animation-name: fadeout;
    animation-duration:0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
@keyframes SidebarShow {
    from {
         right:-100%;
         
    }
    to {
         right:0;
    }
 }
 @keyframes SidebarHide {
    from {
        right:0;
    }
    to {
        right:-100%; 
    }
 }
 @keyframes FadeIn{
    from {
        opacity:0;
    }
    to {
        opacity:1; 
    }
 }
 
/*BOOTSTRAP PERSONALIZADO MIO*/
.py-1vh{
  padding-top: 1vh!important;
  padding-bottom: 1vh!important;
}
.px-1vw{
  padding-left:1vw!important;
  padding-right:1vw!important;
}
.py-2vh{
  padding-top: 2vh!important;
  padding-bottom:2vh!important;
}
.px-2vw{
  padding-left:2vw!important;
  padding-right:2vw!important;
}
.col-table-step9{
    flex: 0 0 12.666667%;
    max-width: 12.666667%; 
}
.col-table-step9-bussines{
    flex: 0 0 13.666667%;
    max-width: 13.666667%; 
}
.col-table-step9-department{
  flex: 0 0 22.666667%;
  max-width: 22.666667%; 
}
.div-steps-table:hover{
  background: #EAF7F9;
  cursor: pointer;
}
.overlayWhite {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
    z-index: 6;
}

#tax-popup{
  width:100vw;
  height:100vh;
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  right: 0;
  display: none;
}
#tax-popup-body{
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
/*  max-width: 90vh;*/
  width:55vw;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-52%, -50%) !important;
}



@supports (-ms-ime-align: auto) {
    #tax-popup{
    width:100vw;
    height:100vh;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }
  #tax-popup-body{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    max-width: 90vh;
    width: 75vh;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-52%, -50%) !important;
  }
}


#tax-popup-footer{
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content:center;
  align-items:center;
}
#demo1-body [type="search"]::-webkit-search-decoration,
#demo1-body [type="search"]::-webkit-search-cancel-button,
#demo1-body [type="search"]::-webkit-search-results-button,
#demo1-body [type="search"]::-webkit-search-results-decoration {
  display: none!important;
}
input:focus, input.form-control:focus {
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}



.overlay-bg {
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
}


.dropdown-gray-band {
  color:#bababa;
  line-height: 2;
}

.dropdown-normal-band {
  color:#4A4A4A;
  line-height: 2;
  font-family: 'ProximaNova-Semibold';
}
.dropdown-menu li{
 font-family: 'ProximaNova-Semibold';
}
.dropdown-selected-band {
  color:#ffffff;
  line-height: 2;
  background-color:#1c8098;
}

.dropdown-selected-band span{
  color:#ffffff;
}

/*.svg-shape:hover {
  fill:#8000a1!important;
}*/
/*@media only screen and (max-device-height: 550px) {*/
/*  #step_9{*/
/*    width: 60%!important;*/
/*  } */
/*}*/
/*.shadow-animation{
  box-shadow: 0px 0px 15px rgb(0,0,0,0.4);  
}*/
@keyframes SidebarShow {
    from {
         right:-100%;
         
    }
    to {
         right:0;
    }
}

.tm-popup{
  position: fixed;
  top: 28%;
  right: 7.5%;
  width: 36.5vw;
  background: #26328b;
  padding: 1.7vw 3vw;
  border-radius: 1.5em;
  z-index: 999;
  display:none;
}
.tm-popup-close{
    position: absolute;
    top: -0.5vw;
    right: -1.5vw;
    width: 2vw;
    cursor:pointer;
}
.tm-popup-two{
  position: absolute;
  top: 28%;
  right: 8.5%;
  width: 29.5vw;
  padding: 1.7vw 0vw;
  border-radius: 1.5em;
  z-index: 999;
  display:none;
}
.tm-popup-cta{
  text-align: center;
  padding-top: 1.7vw;
}
.tm-popup-cta a{
  color: white;
  text-align: center;
  background-color: #FF635C!important;
  border-radius: 2em;
  border-width: 0;
  /*width: 65%;*/
  font-size: 1.3vw!important;
  padding: .375rem 1.5rem;
  font-family: 'TaubSansBold';   
  border: 1px solid transparent;
}
.tm-popup-cta a:hover{
  background-color: #ffffff!important;
  color: #FF635C!important;
  border: 1px solid #FF635C!important;
  text-decoration:none!important;
}
.tm-popup-two-body{
  width: 29.5vw;
  transform-origin: right;
}
.anim-bounce{
  animation: stretch-animation 1s ease-out forwards 0.15s;
}
@keyframes bounce-in-right {
  0% {
      transform: translateX(0px);
  }
  60% {
      transform: translateX(-30px);
  }
  80% { transform: translateX(10px); }
  100% { transform: translateX(0); }
}
.hightlightableItem {
  z-index: 12;
  transform-origin:center;
}

 .progressbar-container {
     position: absolute;
     /*height: 12vh;*/
     top:0px;
     z-index:9;
     background-color:#EBEBEB;
     /*box-shadow: 0px -5px 10px rgba(94,94,94,0.3);*/
     
 }
 
 .progressbar-button {
     position:relative;
     top:-0.5vh;
     /*left: 94.5vw;*/
     width:100%;
     font-size:1.5vh;
     cursor:pointer;
     margin-bottom:0.5em;
 }
 
 .progressbar-container.hideProgressbar {
    animation-name: progressbarHide;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 
 .progressbar-container.showProgressbar {
    animation-name: progressbarShow;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 
 @keyframes progressbarHide {
     from {bottom:0;}
     to {bottom:-9.8vh;}
 }
 
 @keyframes progressbarShow {
     from {bottom:-9.8vh;}
     to {bottom:0;}
 }
 
 
 .progressbar {
   /* background-color:#CBD0D8;*/
    height: 1vh;
    border-radius: 2em;
 }
 
  .progressbar-s {
   /* background-color:#CBD0D8;*/
    height: 1vh;
    border-radius: 2em;
 }
 
  .progressbar-eo {
   /* background-color:#CBD0D8;*/
    height: 1vh;
    border-radius: 2em;
 }
 
 .progressbar-section {
     width: 100%;
     position:relative;
 }
 
 .progressbar-item {
     position:relative;
     /*background-color:#FF635C;*/
     /*border-radius: 2em;*/
     width:100%;
     height:14%;
     margin-top: 0.25vh;
     cursor:pointer;
     /*left:0%;*/
 }
 
 .progressbar:before{
    content: "";
    height: 0.25vh;
    width: 100%;
    background: #FF635C;
    display: block;
    position: absolute;
    left: 0;
    top:12%;
 }
 
 .progressbar-s:before{
    content: "";
    height: 0.25vh;
    width: 97%;
    background: #FF635C;
    display: block;
    position: absolute;
    left: 0;
    top:12%;
 }
 
  .progressbar-eo:before{
    content: "";
    height: 0.2vh;
    width: 100%;
    background: #FF635C;
    display: block;
    position: absolute;
    left: 0;
    top:13%;
 }
 
 .line-left:before{
     content: "";
     height:80%;
     width:0.1vw;
     background:#595959;
     position:absolute;
     right:0;
 }
 .progressTitle {
     font-family:'TaubSans-Medium';
     font-size: 2vw;
     color:#FF635C;
     margin-top:-1.7vh;
 }
 .progressText {
     font-family:'TaubSans-Light';
     font-size:1.2vw;
     width:20%;
     line-height: initial;
 }
 
 .progressbar-item-name > div {
     font-family: 'TaubSans-Light';
     font-size:1.09vw;
     color:rgb(150,150,150);
 }
 
 .progressbar-active {
     /*font-family:'TaubSans-Bold'!important;*/
     /*font-weight: 600;*/
     color:rgb(0,0,0)!important;
 }
 
 .destock-payroll-preview-header{
        background:transparent;
    }
    
    /*.destock-payroll-preview-seccion-information{
        background:#fff;
    }*/
    .destock-payroll-preview-seccion-content{
         background:#e3e3e3;
    }
    .destock-payroll-preview-seccion-table{
        background:#fff;
    }
    .destock-payroll-preview-seccion-table tabel tr td span{
    
    }
    .destock-payroll-preview-seccion-table-input{
        border: 3px solid transparent !important;
        outline-offset: 0px !important;
        outline: none !important;
        background:transparent;
        pointer-events:all;
        cursor: default;
    }
    .destock-payroll-preview-seccion-table-input:focus {
        border: 3px solid black !important;
        outline-offset: 0px !important;
        outline: none !important;
    }
    .tr-hover:hover{
        background: #197f98!important;
        /*79D4FF*/
        cursor:pointer;
    }
    .tr-hover:hover{
        background: #79D4FF!important;
        cursor:pointer;
    }
    .tr-hover:hover .table-tag-a{
        color:white!important;
    }
    .modal-dialog{
        pointer-events: all;
    }
    
    @supports (-ms-ime-align: auto) {
         
         .modal-dialog{
        position: absolute!important;
    }

}

    
    
    .tr-hover:hover input{
        color:white!important;
    }
    table tr td input{
        color: #4A4A4A;
    }
    .no-hover{
        pointer-events: none;
    }
    .destock-payroll-step0-btn1{
        width: auto;
        height: 100%;
        float: right;
        text-align: center;
        position: relative;
        font-family:'ProximaNova-Regular';
        font-size: 12.5px;
    }
    /*PAYROLL DEMO STEP 1 BUTTONS*/
    .destock-payroll-step1-btn1{
        width: auto;
        height: 100%;
        float: right;
        text-align: center;
        position: relative;
        font-family:'ProximaNova-Regular';
    }
     .destock-payroll-step1-btn2{
        width: auto;
        height: 100%;
        float: right;
        text-align: center;
        position: relative;
        position: relative;
        font-family:'ProximaNova-Regular';
    } 
    .destock-payroll-step1-btn3{
        width: auto;
        height: 100%;
        float: right;
        text-align: center;
        position: relative;
        position: relative;
        font-family:'ProximaNova-Regular';
         font-size: 12.5px;
    }
    .destock-payroll-step1-btn4{
        width: auto;
        height: 100%;
        float: right;
        text-align: center;
        position: relative;
        font-family:'ProximaNova-Regular';
         font-size: 12.5px;
    }
    #btn_continue {
        width: 10vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: #197F98;
        color: white;
        border-radius: 4em;
        border:none;
         border:1px solid #bababa;
    }
    #btn_autobalance {
        width: 12vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #bababa;
        /*padding:8px;*/
    }
    #btn_save{
        width: 10vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #bababa;
        /*padding:8px;*/
    }
    #btn_cancel{
        width: 10vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #bababa;
        /*padding:8px;*/
    }
    /*PAYROLL DEMO STEP 2 BUTTONS*/
     #btn_return_paydata{
        width: 16vw;
       /*height: 3vw;*/ padding:1vh;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #bababa;
         font-family:'ProximaNova-Regular';
         font-size:1.2vw;
     }
    /*PAYROLL DEMO STEP 3 BUTTONS*/
    #btn_go_to_pay{
       /*height: 3vw;*/ padding:1vh;
        width: 16vw;
        font-size:1.2vw;
        background-color: white;
        color: #1A8099;
        border-radius: 4em;
        border:none;
        border:1px solid #bababa; 
    }
    #btn_preview_payroll{
        width: 14vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #1A8099;
        border-radius: 4em;
         border:none;
        border:1px solid #bababa; 
    }
     /*PAYROLL DEMO STEP 4 BUTTONS*/
    .destock-payroll-step4-btn1{
        /*width: 50%;*/
        /*height: 50px;*/
        text-align: left;
        padding-top: 7px;
        padding-bottom: 7px;
        position: relative;
        font-family:'ProximaNova-Regular';
    }
    #btn_step_4_preview:hover{
        opacity:0.8;
    }
    #btn_step_4_preview{
        width: 13vw;
       /*height: 3vw;*/ padding:0.8vw;
        position: relative;
        font-size:1.1vw;
        background-color: #1A8099;
        color: white;
        border-radius: 4em;
         border:none;
        border:1px solid #bababa; 
    }
     /*PAYROLL DEMO STEP 5 BUTTONS*/
     .destock-payroll-step5-btn1{
         width: 15%;
        height: 100%;
        float: right;
        text-align: center;
        padding-top: 7px;
        font-family:'ProximaNova-Regular';
         font-size: 12.5px;
     }
     #btn_step_5_continue {
         width: 10vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: #197F98;
        color: white;
        border-radius: 4em;
        border:none;
    }
    #overlay{
        width:100%; height:100%; background:#000; position:absolute; top:0px; right:0px; opacity:0.5;z-index: 3;
    }
    /*#step_5{
        display:none; width:80%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 7;
    }*/
    /*PAYROLL DEMO STEP 6 CSS*/
    #one{
        font-size: 10px;
        color:white;
    }
    #two{
        font-size: 10px;
        color:white;
    }
    #gross_pay_text{
        display:inline; width:69px;font-size:16px;position:relative; margin-left:70px;
    }
   .font-charts-legend{
       font-size: 0.8rem;   
   }
   /*BUTTONS FROM SECCTION RIGHT*/
   #btn_step_7_preview_accept{
        width: 9vw;
       /*height: 3vw;*/ padding:0.8vw;
        font-size:1.1vw;
        background-color: #1A8099;
        color: white;
        border-radius: 4em;
        border:none; 
        font-family:'ProximaNova-Regular';
   }
   #btn_step_7_preview_make{
        width: 15vw;
       /*height: 3vw;*/ padding:0.8vw;
        font-size:1.1vw;
        background-color: white;
        color: #4A4A4A;
        border-radius: 4em;
        border:none;
        border:1px solid #bababa; 
        font-family:'ProximaNova-Regular';
   }
    .destock-payroll-step6-btn1{
        width: 120px;
        text-align: center;
        position: relative;
        font-family:'ProximaNova-Regular';
         font-size: 12.5px;
    }
    .btn_view_statistical{
        width: 24vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #D2D2D2;
        position: relative;
    }
    .btn_view_trends{
        width: 11vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #D2D2D2;
          position: relative;
    }
    .btn_view_more{
        width: 10vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: white;
        color: #4a4a4a;
        border-radius: 4em;
         border:none;
        border:1px solid #D2D2D2;
        position: relative;
    }
    /*PAYROLL DEMO STEP 7 BUTTONS*/
    .payroll-demo-btn-close{
        position: relative;
        color: #4A4A4A;
        width: 8vw;
        /*height: 2.5vw;*/
        padding: 0.8vw;
        font-size:1.1vw;
        border-radius: 4em;
        border: 1px solid #4A4A4A;
        background: white;
        font-family:'ProximaNova-Regular';
    }
    .btn_file_save {
         color: #4A4A4A;
        width: 10vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        border-radius: 4em;
        border: 1px solid #dddddd;
        background: white;
        font-family:'ProximaNova-Regular';
    }
    .payroll-demo-btn-creaate-gl{
        position: relative;
        width: 12vw;
       /*height: 3vw;*/ padding:1vh;
        font-size:1.2vw;
        background-color: #197F98;
        color: white;
        border-radius: 4em;
        border: none;
        font-family:'ProximaNova-Regular';
    }
    /*#step_7{
        width:74%; height:200%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 7;
    }*/
     .form-control-sidebar1{
    display: block;
    width: 70%;
   /* height: calc(1.5em + .75rem + 2px);*/
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    padding-left:5px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family:'ProximaNova-Regular';
    }
    .form-control-sidebar2{
    display: block;
    width: 85%;
   /* height: calc(1.5em + .75rem + 2px);*/
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding-left:5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        font-family:'ProximaNova-Regular';
    }
    .form-control-sidebar3{
    display: block;
    width: 80%;
   /* height: calc(1.5em + .75rem + 2px);*/
    /*padding: .375rem .75rem;*/
    /*font-size: 1rem;*/
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    padding-left:5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family:'ProximaNova-Regular';
    }
    /*PAYROLL DEMO STEP 8 BUTTONS*/
   /* #step_8{
        width:74%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 7;
    }
     #step_9{
        width:74%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 5;
    }
     #step_10{
        width:74%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 5;
    }
    #step_11{
        width:80%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 7;
    }
    #step_12{
        width:80%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 7;
    }
     #step_13{
        width:80%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 5;
    }*/
  /*  #step_15{
        width:80%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 7;
    }*/
    #step_3_1{
        width:70%; height:100%; background:#EBEBEB; position:absolute; top:0px; right:0px;z-index: 5; font-size: 1.3vw;
    }
    /*MODAL CODE*/
    .modal, .modal-backdrop {
        position: absolute !important;
    }
    .modal-backdrop{
        height:310%;
    }
    
    
    .desktop-input {
        height: 20px!important;
        width: 165px!important;
        font-size: 12px;
        padding-left: 1em;
    }
    .whiteBg {
    background-color: white!important;
}
.btn-payroll-modal-primary{
        Padding: 1vw;
        font-size: 1.1vw;
        opacity:1!important;
        background-color: #1A8099!important;
        color: white!important;
        border-radius: 4em;
        border:none!important;
        border:1px solid #D2D2D2; 
        font-family:'ProximaNova-Regular';
}
.btn-payroll-modal-default{
    padding: 1vh;
    font-size: 1.1vw;
    opacity:1!important;
    background-color: white!important;
    color: #4A4A4A!important;
    border:none!important;
    font-family:'ProximaNova-Regular';
}
.btn-payroll-modal-primar:hover{
        color:white;
        opacity: 0.8;
}
.register-details-fonts{
    font-size: 1.4vw;
    color: #1A8099!important;
    font-family:'ProximaNova-Semibold';
}
.register-details-fonts:hover{
    text-decoration: underline!important;
    cursor: pointer;
}
/*botones*/
.btn-primary-done {
    color: #fff!important;
    background-color: #1A8099!important;
    border-color: transparent!important;
    width: 8vw!important;
}
.btn-primary-autobalance {
    color: #4a4a4a!important;
    background-color: white!important;
    border-color: #bababa!important;
    width: 13vw!important;
}
.btn-primary-save{
    color: #4a4a4a!important;
    background-color: white!important;
    border-color:#bababa!important;
    width: 8vw!important;
}
.btn-primary-cancel{
     color: #4a4a4a!important;
    background-color: white!important;
    border-color:#bababa!important;
    width: 8vw!important;
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: 0.8vw;*/
    font-size: 1.1vw;
    line-height: 2;
    border-radius: 2em;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.autoplayPointer {
  position: absolute;
  top: 100px;
  left: 100px;
  z-index: 9;
  color:white;
}
.btn-blue {
    color: #fff!important;
    background-color: #1A8099!important;
    border-color: transparent!important;
    font-family: 'ProximaNova-Regular';
}
.btn-white {
    color: #1A8099!important;
    background-color: #fff!important;
    border: 1px solid #bababa;
    font-family: 'ProximaNova-Regular';
}
.color-4a{
    color: #4a4a4a!important;
}
.btn-transparent {
    color: #1A8099!important;
    background-color: transparent!important;
    border: none;
    font-family: 'ProximaNova-Regular';
}

.action-popup{
    position:absolute; width:13vw; height:13.5vw ;z-index:9; background:#fff;
    top:-14.05vw;
    left:-4.5vw;
    cursor:default;color:gray;
    font-family:'ProximaNova-Regular';box-shadow: 1px 1px 4px 1px gray;border:1px solid #bababa;font-size: 1vw;
}
.action-popup ul{
    margin:0px!important;
    padding:0px!important;
   
}
.action-popup ul li{
    list-style:none;
    padding:3px;
    font-size:1em;
    cursor:pointer;
}
.action-popup:before {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% + 18px);
    bottom: -12px;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: #bababa transparent transparent transparent;
}
.action-popup:after {
    position: absolute;
    z-index: -1;
    content: '';
    left: calc(50% + 20px);
    bottom: -10px;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}
/*RADIO BUTTON CSS*/
/* The container */
.sss {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family:'ProximaNova-Regular';
  color: #8c8c8c;
}

/* Hide the browser's default checkbox */
.sss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border-radius:50%;
  border:1px solid gray;
}

/* On mouse-over, add a grey background color */
.sss:hover input ~ .checkmark-radio {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.sss input:checked ~ .checkmark-radio {
  background-color: white;
}
.sss input:checked ~ .checkmark-radio {
  background-color: white;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.sss input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the checkmark/indicator */
.sss .checkmark-radio:after {
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius:50%;
  border: solid #004F62;
  background:#004F62;
}
/*List btn*/
.list-input {
background:#fff url(../assets/images/svg/newhire/arrow-down-icon.svg)  97% 50% no-repeat ;
background-size:1em;
-webkit-appearance: none;
-moz-appearance: none;
-o-appearance: none;
appearance: none;
 border:1px solid #BABABA;
}
.list-input::-webkit-inner-spin-button {
  display: none;
}
.list-input::-webkit-calendar-picker-indicator {
  opacity: 0;
  cursor:pointer;
}
.p-relative{
    position: relative!important;
}
.p-absolute{
    position: absolute!important;
}
#step1_table{
   /*width:1300px;*/ font-size:14px; color:#4A4A4A;
}
#indicator-payroll-demo-step1-table:hover ~ #table-conecctor{
    /*display: block;*/
}
#table-conecctor{
    display: none;position: absolute;top: -45%;left: -199%;width: 408%;height:20px;
}
.idemo-footer-progress {
  position:absolute;
  top: 0;
}
#endPhaseText{
    font-size: 1.2vw;
    font-family: 'TaubSansLight';
}
.w-60{
    width: 60%!important;
}

/*CUSTOM DROPDOWN CSS*/
.dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border:1px solid #BABABA;
  transition: all .5s ease;
  position: relative;
  color: #4a4a4a;
  text-align: left;
  outline-color:#89E3F9;
}
.dropdown .select {
    display: flex;
    align-items:center;
    cursor: pointer;
    padding: 3px 5px
}
.dropdown .select span{
    white-space: nowrap;
    font-size: 1.1vw;
    overflow: hidden;
    width: 89%;
}
.dropdown .select > i {
    color: #4a4a4a;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    position: absolute;
    right: 7%;
}
.dropdown.active:hover,
.dropdown.active {
    background-color: #fff;
}
.dropdown.active .select > i {
    transform: rotate(90deg);
}
.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    font-size:1.3vw;
    margin-top: 1px;
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    /*max-height: 144px;*/
    min-width:auto;
    /*overflow-y: auto;*/
    z-index: 9
}
.dropdown .dropdown-menu li {
    padding: 5px;
    transition: all .2s ease-in-out;
    cursor: pointer;
    font-size: 1.1vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}
.dropdown .dropdown-menu li:hover {
    background-color: #D1EFF9;
}
.dropdown .dropdown-menu li:active {
    background-color: rgb(126, 233, 253);
}
/*SideBar Aniimation*/
 .sidebar-show{
    
    animation-name: SidebarShow;
    animation-duration:2s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 .sidebar-hide{
    animation-name: SidebarHide;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 .Overlay-fadein{
    animation-name: FadeIn;
    animation-duration:1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
 .Overlay-fadeout{
    animation-name: fadeout;
    animation-duration:0.8s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
 }
@keyframes SidebarShow {
    from {
         right:-2000px;
         
    }
    to {
         right:0;
    }
 }
 @keyframes SidebarHide {
    from {
        right:0;
    }
    to {
        right:-2000px; 
    }
 }
 @keyframes FadeIn{
    from {
        opacity:0;
    }
    to {
        opacity:1; 
    }
 }
 
 #Modal-accept{
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0px;
     left: 0px;
     display: none;
    background: rgba(0,0,0,0.3);
    z-index: 6;
 }
 
 #Modal-download {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0,0,0,0.3);
    z-index: 6;
}
 
/*********************************************/
/***************MEDIA QUERY*******************/
/*********************************************/
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
    .CTA-large{
        font-size: 1.2vw!important;
    }
    #circle3:after {
        width: 350%;
    }
    .w-78{
        width:78%!important;
    }
}
@media (max-device-width: 1200px) and (min-device-width: 1000px){
    #Show_historical {
        width: 32px!important;
        height: 16px!important;
    }
}
@media (min-device-width:1200px) and (max-device-width:1299px){
    #Show_historical{
        width: 32px!important;
        height: 16px!important;
    }
}
/**NEW CSS FLUJO0GRAM*/
.flujogram-row{
    width:100%;margin-bottom:1vh;
}
.flujogram-row-item{
    width:45%; background:#e3e3e3;float: left; border:3px solid #89E3F9;border-radius: 5vh;padding: 1vw 1vh;cursor:pointer;
}
.flujogram-left-line{
    width:4%;height: 100%;background:#e3e3e3;float: left;display:flex;align-items:Center;
}
.flujogram-right-line{
    width:4%;height: 100%;background:#e3e3e3;float: left;display:flex;align-items:Center;
}

.flujogram-center-line{
    width:3px;height: 100%;background:#e3e3e3;float: left;display:flex;align-items:Center;position:relative;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.2vw;
  height: 1.6vw;
  margin:0;
}

.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: 1.2vw;
  width: 1.2vw;
  left: 0.3vw;
  bottom: 0.2vw;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider{
  background-color: rgb(34, 179, 34)!important;
}

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

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

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

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

.pl-2vw{
    padding-left: 2vw!important;
}
.pr-2vw{
    padding-right: 2vw!important;
}
.pt-2vw{
    padding-top: 2vw!important;
}
.pb-2vw{
    padding-bottom: 2vw!important;
}
.p-2vw{
    padding: 2vw!important;
}


.pl-1vw{
    padding-left: 1vw!important;
}
.pr-1vw{
    padding-right: 1vw!important;
}
.pt-1vw{
    padding-top: 1vw!important;
}
.pb-1vw{
    padding-bottom: 1vw!important;
}
.p-1vw{
    padding: 1vw!important;
}

@keyframes stretch-animation {
  0% {
    transform: scale(1, 1);
  }
  10% {
    transform: scale(1.1, 0.9);
  }
  30% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.05, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}

.slide_up{
  animation: slide_up 1.5s ease;   
  animation-delay: 1s;
}
@keyframes slide_up{
    from {
        opacity:0;
        transform: translate(-50%,-30%);
    }
    to {
        opacity:1; 
        transform: translate(-50%,-50%);
    }
}

.overlayBlack{
    display:none;
    z-index:2;
    height:100%;
    background-color: rgba(25, 25, 25, 0.5);
    border-bottom-left-radius:25px;
    border-bottom-right-radius:25px;
    position:absolute;
    width:100%;
    left:0;
    top:0;
}