.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 26px 0;
	width: 100%;
	vertical-align: top;
}


.input__field {
	position: relative;
	display: block;
	float: right;
	/*padding: 7.5px 7px;*/
    padding: 5px;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #1777CB;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
    /*font-family: IBM Plex Sans !important;*/
	-webkit-appearance: none; /* for box shadows to show on iOS */
        padding: 11px 10px !important;
      font-size: 16px !important;
}

body .input__field {

    background-color: #fff !important;
    box-sizing: border-box;
    border-radius: 5px !important;
    box-shadow: 0px 3px 10px #00000027;
    border: 1px solid #EDEDED !important;

color:  #7F7F7F;
font-size: 16px !important;
}

.input__field:focus {
	outline: none;
}
.NormalMovein {
	background-color: #fff;
    border-radius: 50%;
     border: 1px solid #5f5f5f;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: 400;
	font-size: 13px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
   
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 13px;
}


/*.input__field--yoshiko {
	width: 100%;
	background-color: #fff !important;
border-radius:0px !important;
border: 1px solid #e2e2e2 !important;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
}*/
.input__field--yoshiko {
	width: 100%;
	background-color: #f3f4f5  !important;
border-radius:0px !important;
border: 1px solid #e0e3e5  !important;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
    text-transform: capitalize;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 10px;
    /*-webkit-transform: translate3d(0, 33px, 0);
    transform: translate3d(0, 33px, 0);*/
    -webkit-transform: translate3d(0, 49px, 0);
    transform: translate3d(0, 49px, 0);
    -webkit-transition: -webkit-transform 0.30s;
    transition: transform 0.30s;
        transition-timing-function: ease;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    font-size: 16px;
    height: 33px;
}


 @media all and (-ms-high-contrast:none)
     {
    .input__label--yoshiko {
     -webkit-transform: translate3d(0, 46px, 0);
    transform: translate3d(0, 46px, 0);
}
     *::-ms-backdrop,  .input__label--yoshiko {
     -webkit-transform: translate3d(0, 46px, 0);
    transform: translate3d(0, 46px, 0);
} 
     }



.input__label-content--yoshiko {
	color: #7F7F7F;
	padding: 0.25em 0;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
    /*opacity: 0.25;*/
    opacity: .7;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko::after {
	content: attr(data-content);
	position: absolute;
	font-weight: 600;
	bottom: 100%;
	left: 0;
	height: 100%;
	width: 100%;
	color: #1777CB;
	padding: 0.25em 0;
    font-style: normal;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-size: 0.85em;
    font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 14px;
top: -28px;
color: #1777CB;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
	/*-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);*/
    	-webkit-transform: translate3d(0, 8px, 0);
	transform: translate3d(0, 8px, 0);
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
    opacity:1;
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
	/*background-color:#ffffff !important;*/
	border-color: #1777CB !important;
}

.input--filled.nobdrcls input {
    border-color: #ccc !important;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    padding-top: 1px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 25px;
    height: 25px;
    border: 1px solid #696969;
    border-radius: 100%;
    background: #fff;
}[type="radio"]:checked + label::after, [type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 15px;
    border: #1777CB 1px solid !important;
height: 15px;
background:    #1777CB;
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:checked + label::before{
	border: 2px solid #1777CB;
}
.autopayhidden [type="radio"]:checked + label:after,
.autopayhidden  [type="radio"]:checked + label::after, 
.autopayhidden [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 25px;
      border: #1777CB 5px solid !important;
    height: 25px;
    background: #fff;
    position: absolute;
    top:3px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.autopayhidden [type="radio"]:checked + label::before{
	border: 1px solid #85939d;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}



[type="checkbox"]{display: none}
[type="checkbox"]:checked,
[type="radio"]:not(:checked) {
    checkbox: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
[type="checkbox"]:checked + label::before, [type="checkbox"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    border: 1px solid #696969;
    border-radius: 50%;
    background: #fff;
}

[type="checkbox"]:checked + label::after, [type="checkbox"]:checked + label::after, [type="checkbox"]:not(:checked) + label::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #85939d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="checkbox"]:checked + label::before{
	border: 1px solid #85939d;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}




.authorizationdiv [type="checkbox"]:checked,
.authorizationdiv [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.authorizationdiv [type="checkbox"]:checked + label,
.authorizationdiv [type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
.authorizationdiv [type="checkbox"]:checked + label:before,
.authorizationdiv [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 1px;
    width: 25px;
    height: 25px;
    border: 1px solid #696969;
    border-radius: 4px;
    background: #fff;
}
.authorizationdiv [type="checkbox"]:checked + label:after,
.authorizationdiv [type="checkbox"]:checked + label::after, .authorizationdiv [type="checkbox"]:not(:checked) + label::after {
    content: '';
    width: 15px;
    height: 15px;
    background: #e87200;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.authorizationdiv [type="checkbox"]:checked + label::before{
    border: 1px solid #e87200;
}
.authorizationdiv [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.authorizationdiv [type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.authorizationdiv .conditions {margin-top:
                                    10px }


[type="checkbox"]:checked ~ label, [type="checkbox"]:not(:checked) ~ label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-weight: 400;
}
/*[type="checkbox"]:checked ~ label::before, [type="checkbox"]:not(:checked) ~ label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(33, 21, 81, 0.15);
    border-radius: 4px;
    background: rgba(33, 21, 81, 0.03);;
}*/
[type="checkbox"]:checked ~ label::before, [type="checkbox"]:not(:checked) ~ label::before {

    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 21px;
    height: 21px;
    border: 1px solid rgba(33, 21, 81, 0.15);
    border-radius: 2px;
    background: rgb(215, 215, 215);
    border: 2px solid #fff !important;
    box-shadow: 0.3px 0px 0px 1.5pt  #1777CB;

}
 [type="checkbox"]:not(:checked) ~ label::before {
     box-shadow: 0.3px 0px 0px 1.5pt  #D7D7D7;
 }

[type="checkbox"]:not(:checked) ~ label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}


/*[type="checkbox"]:checked ~ label::after, [type="checkbox"]:checked ~ label::after, [type="checkbox"]:not(:checked) ~ label::after {
    content: '';
    width: 13px;
    height: 13px;
    background: #85939d;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}*/
/*[type="checkbox"]:checked ~ label::after, [type="checkbox"]:checked ~ label::after, [type="checkbox"]:not(:checked) ~ label::after {
    content: '\f00c';
    width: 21px;
    height: 21px;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0px;
    border-radius: 4px;
    -webkit-transition: content 0.2s ease;
    transition: content 0.2s ease;
    border: #1777CB 5px solid !important;
    color: #fff;
   font: normal normal normal 12px/1 FontAwesome;
background: #1777CB;
}*/
/*[type="checkbox"]:checked ~ label::after, [type="checkbox"]:checked ~ label::after, [type="checkbox"]:not(:checked) ~ label::after {

    content: '';
     position: absolute;
    top: 7px;
    left: 7px;
    background: transparent;
        width: 7px;
    height: 12px;
    border-radius:0px;
    border: solid #fff;
    border-width: 0px 2px 2px 0px;
    transform: rotate(45deg);

}*/
[type="checkbox"]:checked ~ label::after, [type="checkbox"]:checked ~ label::after, [type="checkbox"]:not(:checked) ~ label::after {

    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    background: transparent;
    width: 9px;
    height: 16px;
    border-radius: 0px;
    border: solid    #fff;
    border-width: 0px 3px 3px 0px;
    transform: rotate(45deg);
}
.disableclass {
    background-color: #eee !important;
    pointer-events: none;
}
[type="checkbox"]:checked ~ label::before {
    border: 1px solid #1777CB;
    background: #1777CB;
}
.paydep  select.input__field--yoshiko {
  padding: 4px 4px !important;
}


#divCalender [type="radio"]:checked + label::before, 
#divCalender [type="radio"]:not(:checked) + label::before {
    top: -1px;
}

#divCalender [type="radio"]:checked + label::after, 
#divCalender [type="radio"]:checked + label::after, 
#divCalender [type="radio"]:not(:checked) + label::after {
    top: 4px;
}

.newcheckbox.newagreebox input {
    display: none;
}
.newagreebox label.cCLabel {
    margin-top: 12px;
    padding-left: 0;
}
.newagreebox label {
    display: block;
    width: 54px;
    height: 27px;
    margin: 0px auto;
    border-radius: 100px;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    background-color: 
    #909090;
    cursor: pointer;
}
.newagreebox label {
    width: 100px;
    color: 
    #fff !important;
    position: absolute;
    top: 0px;
}

.newagreebox i {
    height: 23px;
    width: 23px;
    background: #ffffff;
display: inline-block;
border-radius: 100px;
margin-top: 2px;
margin-left: 2px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
pointer-events: none;
box-shadow: 0px 0px 0px 0px    rgba(0, 0, 0, 0);
}
.newagreebox label::after {
    content: "AGREE?" !important;
    margin-left: 6px  !important;
    position: absolute  !important;
    top: 3.5px  !important;
    font-size: 13px  !important;
    left: 25px    !important;
    border-width: 0 !important;
    transform: none !important;
    }
.newagreebox input:checked + label::after {
    content: "AGREED"   !important;
    margin-left: 6px   !important;
    border-width: 0 !important;
    transform: none !important;
    left: 9px   !important;
    position: absolute   !important;
    top: 3.5px  !important;
}
.newagreebox.autopayagree1 input:checked + label > i {
    margin-left: 75px;
}
.newcheckbox.newagreebox input:checked + label {
    background: linear-gradient(to right, 
rgba(85,208,54,1) 0%,
    rgba(52,182,23,1) 100%);
}
.newagreebox [type="checkbox"]:not(:checked) ~ label::before {
       display: none;
}
.newagreebox  [type="checkbox"]:checked ~ label::before {
    display: none;
   }
.newagreebox  [type="checkbox"]:not(:checked) ~ label::after {
    opacity: 1;
}