HEX
Server: Apache
System: Linux 185.122.168.184.host.secureserver.net 5.14.0-570.52.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Oct 15 06:39:08 EDT 2025 x86_64
User: barbeatleanalyti (1024)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/barbeatleanalyti/www/public_html/webmail/modules/CoreWebclient/styles/common/checkbox.less
.custom_radio,
.custom_checkbox {
	cursor: pointer;
	display: inline-block;
	font-size: 0;
	line-height: 1;
	margin-right: 4px;
	overflow: hidden;
	vertical-align: text-bottom;
	
	html.rtl & {
		margin-left: 4px;
		margin-right: 0px;
	}
	
	.toolbar & {
		vertical-align: middle !important;
	}
	
	&.disabled,
	&.disabled {
		cursor: default;
	}
	
	input {
		.opacity(0);

		float: left;
		margin-right: -13px; // equals to icon width for fix androud native brauser
		margin-top: -30px;
		
		html.rtl & {
			float: right;
		}
	}
	
	.icon {
		background: #ffffff;
		border: 1px solid #b4b5b6;
		border-radius: 2px;
		color: #5a6269;
		display: inline-block;
		height: 13px !important;
		line-height: 13px !important;
		text-align: center;
		vertical-align: top;
		width: 13px !important;
		
		.init-icon-font();
		
		&:before {
			display: inline-block;
			font-size: 10px;
			line-height: inherit;
			vertical-align: baseline;
			
			.toolbar & {
				font-size: 12px !important;
				height: 12px !important;
				width: 12px !important;
			}
		}
		
		.disabled& {
			color: #cccccc;
		}
	}
}

.custom_checkbox.checked .icon:before {
	content: "\e61c";
}

.custom_radio {
	.icon {
		border-radius: 50%;

		&:before {
			margin: 0 0 0 -1px;
		}
	}
	
	&.checked .icon:before {
		content: "\e61b";
	}
}

.custom_switcher {
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 3px;
	display: inline-block;
	font-size: 0px;
	
	.text {
		border-right: 1px solid #cccccc;
		display: inline-block !important;
		font-size: 9pt;
		padding: 5px 5px;
	}
	
	label {
		&.checked {
			background: #6fa8de;
			color: #ffffff;
			display: inline-block;
		}
		
		&:first-child .text {
			padding-left: 7px;

			html.rtl & {
				border: 0px;
				padding-right: 7px;
			}
		}
		
		&:last-child .text{
			border: 0px;
			padding-right: 7px;

			html.rtl & {
				border-right: 1px solid #cccccc;
				padding-right: 5px;
			}
		}
	}
	
	input {
		display: none;
	}
}