.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: #211551;
	font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: 'IBM Plex Sans', sans-serif !important;
	-webkit-appearance: none; /* for box shadows to show on iOS */
        padding: 11px 6px !important;
      font-size: 18px !important;
}

@-moz-document url-prefix() {
.input__field option {
    font-family: "IBM Plex Sans", sans-serif !important;
}
}

body .input__field {

    background-color: rgba(33, 21, 81, 0.03) !important;
border: 1px solid rgba(33, 21, 81, 0.12) !important;
box-sizing: border-box;
border-radius: 5px !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 {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 7px;
    /*-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: 18px;
    height: 35px;
}


 @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: #211551;
	padding: 0.25em 0;
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
    opacity: 0.25;
	-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: #211551;
	padding: 0.25em 0;
    font-style: normal;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-size: 0.85em;
    font-family: IBM Plex Sans;
font-style: normal;
font-weight: normal;
font-size: 18px;

color: #211551;
}

.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: #85939d !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: 25px;
      border: #412F8A 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;
}
[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"]: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: #412F8A 5px solid !important;
    color: #fff;
   font: normal normal normal 12px/1 FontAwesome;
background: #412F8A;
}*/
[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);

}
.disableclass {
    background-color: #eee !important;
    pointer-events: none;
}
[type="checkbox"]:checked ~ label::before {
    border: 1px solid #412F8A;
    background: #412F8A;
}
.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: -1px;
}