body,html{
	/*height: 100%;*/
	padding: 0;
	margin: 0;
	background: #e3f5fe;
	font-size: 16px;
	font-family: 'Work Sans', sans-serif;
}
*{
	outline: 0;
}
*:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.selectpicker.invalid + button {
    background-color: #ffdddd !important;
}
.custom-file-label{
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 335px;
    padding-right: 100px;
}


.tooltip-inner{
	max-width: 380px !important;
}

.slide_box{
	border-radius: clamp(1rem, 2.5vw, 2rem);
	background: #fff;
	box-shadow: 0px 10px 19px rgba(141, 153, 174, 0.18);
	min-height: 300px;
	padding: clamp(1rem, 2.5vw, 2rem);
}

.prime_color{
	color: #009def;
}
span#loading img {
    width: auto;
    height: 24px;
    margin-right: 11px;
}
.prime_bg_color{
	background: #00A0F3;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease-in-out;
    padding: 0.7rem 1.6rem;
}

.prime_bg_color:hover{
	box-shadow: 0px 10px 18px #043B824D;
	background: #00A0F3 ;	
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00A0F3;
    border-color: none;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #00A0F3;
    border-color: none;
    box-shadow: none;
}

.btn-outline-primary{
	color: #425763;
	background: #DCF2FE 0% 0% no-repeat padding-box;
	border: 1px solid #00A0F3;
	border-radius: 10px;
	padding: 0.7rem 1.6rem;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
    color: #425763;
    background: #DCF2FE;
    border: 1px solid #00A0F3;
}
.btn-outline-primary:hover{
	color: #425763;
	background: #DCF2FE;
	border: 1px solid #00A0F3;
}


.neoradio{
	display: flex;
    flex-wrap: wrap;
}

.neoradio input[type="radio"] {
	display: none;
}

.neoradio label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	min-width: 60px;
	padding: 5px ;
	padding-right: 20px;
	margin: 0;
	background: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .8);
	font-size: 16px;
	transition: .2s;
	border-right: 1px solid rgba(0, 0, 0, .1);
}
.neoradio label{
	margin-right: 20px;
	border-radius: 50px;
}
.neoradio label:before{
	content: "";
    height: 40px;
    width: 40px;
    box-shadow: 0px 3px 6px #0B2F5369;
    border-radius: 50%;
    margin-right: 10px;
    background: url('new_icon.jpg') ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-filter: grayscale(100%);
   	filter: gray;
    
}

/*.neoradio label.choice0:before{
	background: url('new_icon.jpg') ;
}*/
.neoradio label.choice1:before{
    background: url('migration_icon.jpg') ;
    background-size: cover;
}


.neoradio label:first-of-type {
	/*border-radius: 20px;*/
}

.neoradio label:last-of-type {
	border-right: none;
	
}

.neoradio input[type="radio"]:hover+label {
	background-color: rgba(0, 0, 0, .4);
	color: white;
	box-shadow: 0 10px 10px -2px rgb(36 101 148 / 30%);

}

.neoradio input[type="radio"]:checked+label {
	background: #009def;
	color: white;
	box-shadow: 0 10px 10px -2px rgb(36 101 148 / 30%);
}

.neoradio input[type="radio"]:checked+label:before {
	-webkit-filter: grayscale(0%);
         filter: gray;
}


fieldset:disabled label {
	opacity: 0.5;
}

.req_l:after{
	content: "*";
	color: red;
}




#regForm {
    background:none;
    margin: 0px auto;

}


input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
}

input.invalid {
    background-color: #ffdddd !important;
}

.tab {
    display: none;
    margin-bottom:15px;
}



.step {
    height: auto;
    width: auto;
    margin: 0 2px;
    border: none;
    display: inline-block;
    color: #6D8284;
}

.step.active {
    color: #00A0F3;
}

.step.finish {
    color: #00A0F3;
}

.all-steps {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px
}

.thanks-message {
    display: none
}

#nextprevious{
	height: 43px;
	display: block;
}
#nextBtn, #prevBtn{
	display: flex;
	align-items: center;
}
#nextBtn:after{	
    content: "";
    background: url(arrow-r.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin-left: 20px;
    display: inline-flex;
}
#prevBtn:before{
	content: "";
    background: url(arrow-l.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    margin-right: 20px;
    display: inline-flex;
}


.all-steps .step span{
	border-radius: 50%;
    display: inline-flex;
    height: 30px;
    width: 30px;
    justify-content: center;
    align-items: center;    
    background: #6D8284;
    margin-right: 14px;
    color: #fff;
}
.all-steps .step:nth-child(-n + 1)::after{
	    content: "";
    height: 1px;
    width: 44px;
    background: #6D8284;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-left: 14px;
    margin-right: 5px;
}
/*.all-steps .step:nth-last-child(1){
	display: none
}*/
.all-steps .step.active span{
	background: #00A0F3;
}
.all-steps .step.finish span {
	background: #00A0F3;
	box-shadow: 0px 9px 15px #045D9838;
}


.slide_box input {
    display: block;
    width: 100%;
    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;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.slide_box input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

.slide_box input.form-control-range:focus{
	border:none;
	box-shadow: none;
}

.custom-file:before, .custom-file:focus:before {
    content: "Browse";
    height: 100%;
    width: 100px;
    background: #00A0F3;
    border-radius: 10px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 4;
    color: #fff;
    display: grid;
    place-content: center;
    pointer-events: none;
    padding: 0.8rem 1.6rem;
    box-shadow: 0px 10px 18px #043B824D;
}
.input-group>.custom-file:not(:first-child) .custom-file-label{
	border-radius: 10px;
}

#license{
	width: 30px;
	height: 30px;
    margin-right: 20px;
    border: 0px;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
}
.license_box{
    display: inline-flex;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    background: transparent linear-gradient(261deg, #00D4FF 0%, #3A8ED8 100%) 0% 0% no-repeat padding-box;
}
.license_box label{
    margin-bottom: 0;
}

.slide_box input.num_box{
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    color: #25a0f3;
    padding-top: 0;
    padding-bottom: 0;
    height: 27px;
    border: none;
    border-bottom: 3px solid #25a0f387;
    border-radius: 0;
}

.form-group_custom {
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.bootstrap-select .dropdown-toggle .filter-option {
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.edi_formats {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.edi_formats .custom-control {
    width: 137px;
}
.edi_f_input {
    width: calc(100% - 148px);
}
.edi_formats .custom-checkbox{ cursor: pointer; }


input[type=text]:disabled {
  background-color: #e9ecef !important;
}

input.invalid:disabled, input:disabled {
    background-color: #e9ecef !important;
}
.check_options.invalid .custom-control-label::before{
    background-color: #c3575736;
    border: #f44336 solid 1px;
}

.form-group.erp_label {
    width: 130px;
}
.erp_data{
    width: calc(100% - 148px);
}
.erp_db{display: flex;
    justify-content: space-between;}

.range-wrap {
  position: relative;
  width: calc(100% - 137px );
}
.range-wrap.tot_r{ width: 100%; }

.slide_box input.range {
    width: 100%;
    padding: 0px;
}
.bubble {
      background: #00a0f3;
    color: white;
    padding: 1px 12px;
    position: absolute;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%) translateY(33px);
}
.bubble::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: transparent;
    top: -6px;
    left: 50%;
    border-bottom: 6px solid #00a0f3;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transform: translateX(-6px);
}

.range_min_max{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 992px){
	.step {
	    color: transparent !important;
	    width: 30px;
	    height: 30px;
	    overflow: hidden;
	    transition: all 0.3s ease-in-out;
	}
	.all-steps .step:nth-child(-n + 2)::after{
		/*display: none;*/
	}
	.step.active{
		color: #009def !important;
		width: auto;
	}
}