/* z-checkbox */

label.zorra-checkbox input {
	display: none;
}

label.zorra-checkbox {
	display:  inline-block;
	position: relative;
	cursor: pointer;
	height: 16px;
	margin-bottom: 0px;
}


label.zorra-checkbox .checkmark {
	display: inline-block;
	border: 1px solid;
    border-radius: 2px;
    width: 16px !important;
    height: 16px;

    background-color: white;
	background-size: 9px 7px;
    background-repeat: no-repeat;
    background-position: calc(50% - 1px) 50%;
}



label.zorra-checkbox span {
    font-family: 'Lato-bold';
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    vertical-align: top;
}

label.zorra-checkbox .caption {
	display: inline-flex;
	margin-left: 12px;
}

label.zorra-checkbox .caption a{
    display: inline-block;
    margin-left: 8px;
}
	/* default */

label.zorra-checkbox .checkmark {
	border-color: #212b35;
	background-color: #f9fafc;
}
label.zorra-checkbox input:checked + .checkmark {
	background-image: url(../images/icon-thick-check2x.png);
}


	/* black */

label.zorra-checkbox-black .checkmark {
	border-color: #212b35;
	background-color: #f9fafc;
}
label.zorra-checkbox-black input:checked + .checkmark {
	background-image: url(../images/icon-thick-check2x.png);
}


	/* blue */

label.zorra-checkbox-blue .checkmark {
	border-color: #c4ccd6;
	background-color: #ffffff;
}
label.zorra-checkbox-blue input:checked + .checkmark {
	border-color: #2196f3;
	background-color: #2196f3;
	background-image: url(../images/icon-check-white.png);
}


	/* disabled */

label.zorra-checkbox.disabled .checkmark {
	border-color: #dddddd;
	background-color: #f9fafc;
}





.toggle-blue-on {
	display: inline-block;
	width: 60px;
	height: 26px;
	border-radius: 20px;
	background-color: #2196f3;
	background-image: url('../images/icon-thick-check.svg');
	background-repeat: no-repeat;
	background-position: 7px center;
	padding-left: 37px;
	padding-top: 4px;
}

.toggle-blue-switch {
	height: 18px;
	width: 18px;
	border-radius: 100%;
	background: #fff;
}

.toggle-blue-off {
	display: inline-block;
	width: 60px;
	height: 26px;
	border-radius: 20px;
	background-color: #586e82;
	background-image: url('../images/close.svg');
	background-repeat: no-repeat;
	background-position: 65px center;
	padding-top: 4px;
}

.toggle-label {
	margin: 8px;
	margin-top: 6px;
	display: inline-block;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 0.3px;
	text-align: left;
	color: #394858;
}

.toggle-default {
	width: 57px;
	height: 22px;
	border-radius: 100px;
	background-color: #f9fafc;
	border: solid 1px #dddddd;
	margin: 15px;
}

.toggle-switch {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: #b0b0b0;
	margin-top: -5px;
}
.toggle-default input:checked~ .toggle-switch  {
	margin-left: 30px;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggle-buttons-box {
	width: 115px;
	height: 32px;
	border-radius: 3px;
	background-color: #f9fafc;
	border: solid 1px #dddddd;
	cursor: pointer;
	overflow: hidden;
}

.toggle-button-down {
	width: 58px;
	height: 30px;
	background-color: #586e82;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 2.4px;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
	display: inline-block;
}

.toggle-button-up {
	width: 55px;
	height: 30px;
	background-color: #f9fafc;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 2.4px;
	text-align: center;
	color: #586e82;
	padding-top: 6px;
	display: inline-block;
}

.toggle-buttons-icon-box {
	width: 65px;
	height: 32px;
	border-radius: 3px;
	background-color: #f9fafc;
	border: solid 1px #dddddd;
	cursor: pointer;
	overflow: hidden;
}

.toggle-button-down-icon {
	width: 31px;
	height: 30px;
	background-color: #f9fafc;
	/*background-color: #586e82;*/
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 2.4px;
	text-align: center;
	color: #ffffff;
	padding-top: 6px;
	display: inline-block;
	/*border-radius: 2px 0px 0px 2px;*/
}

.toggle-button-up-icon {
	width: 32px;
	height: 30px;
	background-color: #586e82;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.36;
	letter-spacing: 2.4px;
	text-align: center;
	color: #586e82;
	padding-top: 6px;
	display: inline-block;
	/*border-radius: 0px 2px 2px 0px;*/
}

.upload-path {
	width: 220px;
	height: 34px;
	border-radius: 3px;
	background-color: #ffffff;
	border: solid 1px #d8d8d8;
	font-family: 'Lato-regular';
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #4a4a4a;
	display: inline-block;
	margin-right: 10px;
	padding: 10px;
}

.btn-browse {
	width: 100px;
	height: 34px;
	border-radius: 3px;
	background-color: #f5f6f8;
	box-shadow: inset 4px -14px 11px 0 rgba(0, 0, 0, 0.02);
	font-family: 'Lato-black';
	font-size: 14px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: 2px;
	text-align: center;
	color: #111;
	text-transform: uppercase;
	cursor: pointer;
	padding-top: 10px;
	display: block;
	float: right;
}


.switcher {
	display:inline-flex;
	align-items:center;
}

.flipswitch {
	position: relative;
	width: 60px;
	height: 26px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.flipswitch input[type=checkbox] {
	display: none;
}

.flipswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border-radius: 20px;
}

.flipswitch-inner {
	width: 200%;
	margin-left: -100%;
	-webkit-transition: margin 0.0s ease-in 0s;
	-moz-transition: margin 0.1s ease-in 0s;
	-ms-transition: margin 0.1s ease-in 0s;
	-o-transition: margin 0.1s ease-in 0s;
	transition: margin 0.1s ease-in 0s;
}

.flipswitch-inner:before,
.flipswitch-inner:after {
	float: left;
	width: 50%;
	height: 26px;
	padding: 0;
	line-height: 26px;
	font-size: 14px;
	color: white;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: bold;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.flipswitch-inner:before {
	content: "";
	padding-left: 7px;
	background-color: #2196f3;
	background-image: url(../images/icon-thick-check.svg);
	background-repeat: no-repeat;
	background-position: 7px center;
	color: #FFFFFF;
}

.flipswitch-inner:after {
	content: "";
	padding-right: 7px;
	background-color: #586e82;
	background-image: url(../images/close.svg);
	background-repeat: no-repeat;
	background-position: 41px center;
	color: #ffffff;
	text-align: right;
}

.flipswitch-switch {
	width: 18px;
	height: 18px;
	margin: 4px;
	background: #FFFFFF;
	border-radius: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 34px;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	-ms-transition: all 0.1s ease-in 0s;
	-o-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-inner {
	margin-left: 0;
}

.flipswitch-cb:checked+.flipswitch-label .flipswitch-switch {
	right: 0;
}


label.zorra-radio {
	font-family: 'Lato-regular';
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
	padding-top: 3px;
	cursor: pointer;
	font-size: 16px;
}

label.zorra-radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.zorra-radio-mark {
	position: absolute;
	top: 8px;
	left: 0;
	height: 16px;
	width: 16px;
	background: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 50%;
}

.zorra-radio-blue input:checked~.zorra-radio-mark {
	background: #2196f3;
}

label.zorra-radio input:disabled~.zorra-radio-mark {
	background: #ffffff;
	opacity: 0.6;
	pointer-events: none;
}

.zorra-radio-mark:after {
	box-sizing: unset;
	content: '';
	position: absolute;
	display: none;
}

label.zorra-radio input:checked~.zorra-radio-mark:after {
	display: block;
}

label.zorra-radio .zorra-radio-mark:after {
	left: 5px;
	top: 5px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #ffffff;
}

label.zorra-radio input:disabled~.zorra-radio-mark:after {
	background: #7b7b7b;
}


label.zorra-radio-white .zorra-radio-mark:after {
	left: 5px;
	top: 5px;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	background: #2196f3;
}

label.zorra-radio-white input:disabled~.zorra-radio-mark:after {
	background: #cacaca;
}
