﻿@font-face {
	font-family: 'Samim';
	src: url('../fonts/Samim.eot?#') format('eot'),  /* IE6–8 */
		url('../fonts/Samim.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('../fonts/Samim.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Samim';
	src: url('../fonts/Samim.eot?#') format('eot'),  /* IE6–8 */
		url('../fonts/Samim.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('../fonts/Samim.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
	font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'Samim';
	src: url('../fonts/Samim-Bold.eot?#') format('eot'),  /* IE6–8 */
		url('../fonts/Samim-Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		url('../fonts/Samim-Bold.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
	font-weight: bold;
    font-style: normal;
}
/*---------------------------------*/
body
{
	background-color: Black;
	font-family: Samim;
	margin: 0;
	direction: rtl;
}
img 
{
	border: none 0px;
	vertical-align: middle;
}
p
{
	margin-top: 0;
	line-height: 2em;
}
a
{
	text-decoration: none;
	color: aqua;
}
.hidden
{
	display: none;
}
.hc, .hc100
{
	text-align: center;
}
.hc100
{
	width: 100%;
}
.sectiontitle
{
	box-sizing: border-box;
	display: block;
	color: white;
    font-size: 12pt;
    font-weight: bolder;
    padding-top: 5px;
    padding-bottom: 5px;
    /*margin-bottom: 10px;*/
    background-color: #28380b;
}
.fullscreen
{
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1000000 !important;
}
.ltr
{
	direction: ltr !important;
    text-align: left !important;
}
.rtl
{
	direction: rtl !important;
    text-align: right !important;
}
.rtlcenter
{
	direction: rtl !important;
	text-align: center !important;
}
.ltrcenter
{
	direction: ltr !important;
	text-align: center !important;
}
.TimeOnly
{
	text-align: center !important;
}
.green 
{
	color: #25d425;
}
.orange
{
	color: orange;
}
/*---------------------------------*/
.header
{
	background-color: #28380b;
    color: white;
    font-size: 10pt;
}
.header > .maintitle
{
    height: 70px;
	color: White;
    font-size: 15pt;
    font-weight: bolder;
    text-align: center;
    line-height: 50px;
    text-shadow: 1px 1px 1px yellow;
    background: linear-gradient(to bottom, #666666, #000000 55%);
}
.header > .topstatus
{
	position: relative;
	height: 32px;
    background: linear-gradient(to bottom, #777777, #FFFFFF 30%, #FFFFFF 70%, #777777);
    text-align: center;
}
.header > .topstatus > .msginfo
{
    box-sizing: border-box;
    position: absolute;
    left: 75.2%;
    margin-left: 7px;
    top: 0px;
    line-height: 29px;
    color: #18840c; /*#5c05e2;*/
    height: 100%;
    font-size: 9pt;
    font-weight: bold;
    text-decoration: none;
}
.header > .topstatus > .loginbar
{
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
    width: 50%;
    background-color: black;
    height: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 2px #ece36c, -2px 2px 2px #ece36c;
    color: white;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding-right: 10px;
    top: 0px;
    left: 50%;
    margin-left: -25%;
}
.header > .topstatus > .loginbar > .username
{
	position: absolute;
    right: 5px;
}
.header > .topstatus > .loginbar > .username.link
{
	cursor: pointer;
	color: #7474d6;
	font-size: 13px;
	font-weight: bold;
}
.header > .topstatus > .loginbar > .usercredit
{
	position: absolute;
    left: 5px;
}
@media screen and (max-width: 900px) {
	.header > .topstatus > .loginbar
	{
	    top: -20px;
		box-shadow: 2px -2px 2px #ece36c, -2px -2px 2px #ece36c;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		width: 80%;
		margin-left: -40%;
	}
}
@media screen and (max-width: 385px) {
	.header > .topstatus > .loginbar
	{
		font-size: 10px;
	}
	.header > .topstatus > .loginbar > .username.link
	{
		cursor: pointer;
		color: #7474d6;
		font-weight: bold;
	}
}
.header > .topstatus .loginout
{
	position: absolute;
    font-size: 12px;
    right: 5px;
    line-height: 30px;
    color: blue;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.header > .topstatus > .currentdatetime
{
	position: absolute;
    font-size: 12px;
    left: 5px;
    line-height: 30px;
}
.menubar
{
	height: 30px;
    background: linear-gradient(to bottom, #ffcc00 60%, #e1a900 65%);
}
.menubar > ul
{
	margin: 0;
    padding: 0;
}
.menubar ul > li
{
	display: inline-block;
    list-style-type: none;
    font-size: 10pt;
    margin-right: 20px;
    font-weight: bold;
    padding-top: 4px;
    cursor: pointer;
}
.menubar ul > li:before
{
	content: '';
}
.menubar ul > li a
{
	text-decoration: none;
	color: Black;
}
@media screen and (max-width: 1000px) 
{
	.menubar {
		height: auto;
	}
	.menubar ul
	{
		text-align: center;
	}
	.menubar ul > li {
		margin-right: 10px;
		width: 110px;
		border-bottom: solid 1px gray;
		padding: 10px 0 10px 0;
	}
}
/*---------------------------------*/
.updateprogress
{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(85,85,85,0.3);
	z-index: 1000;
}
.updateprogress:before
{
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.updateprogress img
{
	position: relative;
	margin: 0px auto;
	opacity: 0.5;
	vertical-align: middle;
}
.updateprogress.hide 
{
	display: none;
}
@media screen and (max-width: 1000px) 
{
	.updateprogress
	{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(85,85,85,0.3);
		z-index: 2000000;
	}
	.updateprogress img
	{
		position: absolute;
		display: inline-block;
		left: 50%;
		top: 50%;
		margin: -50% 0 0 -50%;
		opacity: 0.5;
		vertical-align: middle;
		border: none 0px;
		z-index: 2000001;
	}
}
/*---------------------------------*/
.editpanel
{
	position: relative;
	box-sizing: border-box;
	background-color: #edeeef;
	padding: 5px;
	/*margin: 20px;*/
}
.editpanel .title
{
	width: 100%;
    text-align: right;
    font-size: 12pt;
    background-color: #662d91;
    color: rgba(255,255,255,0.75);
    font-weight: bold;
    height: 45px;
    line-height: 37px;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 5px;
    border: double 3px;
    border-radius: 9px;
}
.editpanel > img
{
	text-align: center;
	border: none 0px;
}
.editpanel .column2, .editpanel .column3
{
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
}
.editpanel .column2
{
	width: 50%;
}
.editpanel .column3
{
	width: 32.5%;
}
@media screen and (max-width: 1000px) 
{
	.editpanel .column2, .editpanel .column3
	{
		width: 100%;
	}
}
.editpanel .item
{
	position: relative;
	display: flex;
	box-sizing: border-box;
	color: var(--form-text-color);
	margin: 4px auto;
	font-weight: bold;
}
.editpanel .caption
{
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
	min-width: 30%;
	font-size: 10pt;
}
.editpanel .value
{
	display: inline-block;
	text-align: right;
	box-sizing: border-box;
	min-width: 70%;
}
.editpanel .item .value .validator
{
	position: relative;
    right: 2px;
    top: -7px;
    font-size: 8pt;
    color: #d60000;
}
@media screen and (max-width: 1000px) 
{
	.editpanel .caption
	{
		width: 30%;
	}
	 .editpanel .value
	 {
	 	width: 70%;
	 }
}
.editpanel .column2 .caption, .editpanel .column3 .caption
{
	width: 30%;
}
.editpanel .column2 .value, .editpanel .column3 .value
{
	width: 70%;
}
.editpanel .value *
{
	box-sizing: border-box;
	width: 100%;
	font-family: Samim, Tahoma;
}
.editpanel .value *[id*=txtEmail]
{
	direction: ltr;
}
.editpanel .info
{
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.editpanel .info *
{
	display: inline-block;
	box-sizing: border-box;
}
.editpanel .submit
{
	text-align: center;
	margin-top: 10px;
}
.editpanel .submit input, .editpanel .submit select, .editpanel .submit textarea
{
	font-family: Samim, Tahoma !important;
	font-weight: bold !important;
	font-size: 10pt !important;
}
.editpanel .progress
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 30000;
}
.editpanel .progress img
{
	display: block;
	margin: 15% auto;
}
.editpanel .link
{
	font-size: 10pt;
	cursor: pointer;
	margin-top: 10px;
    margin-bottom: 10px;
}
.editpanel .link a
{
	color: blue;
    text-decoration: none;
    border-bottom: dotted 1px;
}
.editpanel .message
{
    font-size: 8pt;
    color: #DA0000;
    direction: rtl;
}
/*---------------------------------*/
.editform
{
	position: relative;
	box-sizing: border-box;
	padding: 5px;
	font-size: 10pt;
}
.editform .title
{
	width: 100%;
    text-align: right;
    font-size: 12pt;
    background-color: #662d91;
    color: rgba(255,255,255,0.75);
    font-weight: bold;
    height: 45px;
    line-height: 37px;
    box-sizing: border-box;
    padding-right: 10px;
    margin-bottom: 5px;
    border: double 3px;
    border-radius: 9px;
}
.editform > img
{
	text-align: center;
	border: none 0px;
}
.editform .column2, .editform .column3
{
	display: inline-block;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5px;
}
.editform .column2
{
	width: 50%;
}
.editform .column3
{
	width: 32.5%;
}
.editform > .item
{
	box-sizing: border-box;
	position: relative;
	display: block;
	color: White;
	margin: 4px auto;
	font-weight: bold;
	text-align: right;
	border-bottom: solid 1px #4a4a47;
	padding-bottom: 8px;
    padding-top: 3px;
}
/*
.editform .item div
{
	display: inline-block;
	z-index: 100;
	vertical-align: middle;
}
*/
.editform .item div[id*="Frame"]
{
	margin-top: 30px;
}
.editform > .item > .caption
{
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 10pt;
	min-width: 120px;
	margin-bottom: 5px;
}
.editform > .item > .caption.min300
{
	min-width: 300px;
}
@media screen and (max-width: 1000px) 
{
	.editform > .item > .caption
	{
		text-align: right;
		box-sizing: border-box;
        padding: 0 0 5px 0;
	}
	.editform .item > .value 
	{
		width: 100% !important;
        margin: 0 0 5px 0;
	}
	.editform .item > .value.fix
	{
        width: auto !important;
		margin-right: 10px;
	}
	.editform input, .editform select, .editform textarea
	{
		width: 100% !important;
	}
	.caption.min300
	{
		min-width: auto !important;
	}
	.editform input[type="submit"]
	{
		min-height: 40px;
        margin-bottom: 10px;
        background-color: #f6f1c3;
	}
}
.editform .item > .value
{
	display: inline-block;
	text-align: right;
	box-sizing: border-box;
}
.editform > .item > .value > .validator
{
	position: relative;
    right: 2px;
    top: -7px;
    font-size: 8pt;
    color: #d60000;
}
.editform > .item > .value > *
{
	box-sizing: border-box;
	font-family: Samim, Tahoma;
	text-align: right;
	direction: rtl;
}
.editform > .item > .value > *[id*=txtEmail] 
{
	direction: ltr;
}
.editform > .item > .unit
{
	display: inline-block;
	text-align: right;
	box-sizing: border-box;
	margin-right: 5px;
	margin-left: 20px;
	font-size: 10pt;
}
.editform > .item > .sep
{
	display: inline-block;
	text-align: right;
	box-sizing: border-box;
	margin-right: 20px;
	margin-left: 5px;
	font-size: 10pt;
}
.editform > .item > .caption.gap
{
	margin-right: 10px;
	min-width: 0;
}
.editform > .info
{
	box-sizing: border-box;
	text-align: center;
	width: 100%;
	line-height: 2em;
}
.editform > .info > *
{
	display: inline-block;
	box-sizing: border-box;
}
.editform > .info .messagetext
{
	overflow-wrap: anywhere;
}
.editform > .submit
{
	text-align: center;
	margin-top: 10px;
}
.editform > .submit > span
{
	color: yellow;
    border: solid 1px #635e5e;
    padding: 2px;
    vertical-align: middle;
    font-size: 9pt;
}
.editform > .submit > input, .editform > .submit > select, .editform > .submit > textarea
{
	font-family: Samim, Tahoma !important;
	font-weight: bold !important;
	font-size: 10pt !important;
	min-width: 100px;
}
.editform > .submit > input
{
	min-width: 70px;
}
.editform > .progress
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 30000;
}
.editform > .progress > img
{
	display: block;
	margin: 15% auto;
}
.editform .link
{
	font-size: 10pt;
	cursor: pointer;
	margin-top: 5px;
    margin-bottom: 10px;
}
.editform .link > a
{
	color: blue;
    text-decoration: none;
    border-bottom: dotted 1px;
}
.editform .message
{
    font-size: 8pt;
    color: #DA0000;
    direction: rtl;
}
.editform .message.error
{
    font-size: 12pt;
	text-align: center;
}
.editform input, .editform select, .editform textarea
{
	font-family: Samim;
	vertical-align: middle;
	text-align: center;
    border-radius: 5px;
    padding: 2px;
    border: solid 2px #c8a831;
}
.editform .item .message
{
    text-align: center;
    font-weight: bold;
    font-size: 12pt;
    margin: 20px 0;
	color: white !important;
}
.editform .item .qrcode
{
    text-align: center;
}
.editform .item .qrcode img
{
}
.editform .item .crypto
{
    text-align: center;
    padding: 5px 0 20px 0;
}
.editform .item .crypto img
{
}
.editform .item .crypto span
{
}
.editform .item .wallet
{
    box-sizing: border-box;
    text-align: center;
    padding: 20px 10px 10px 10px;
    font-weight: bold;
    font-size: 15pt;
	overflow-wrap: break-word;
    cursor: pointer;
}
.editform .item .status
{
    text-align: center;
    color: green;
    font-size: 13pt;
}
.editform .item.footer
{
	text-align: center;
}
/*---------------------------------*/
.pageholder
{
	position: relative;
    text-align: center;
    margin: 0px auto;
	color: white;
}
/*---------------------------------*/
.totolist
{
	width: 100%;
    color: #755B03;
}
.totolist .headerrow
{
	background: #FFCC20;
    font-size: 10pt;
}
.totolist .mainrow, .totolist .altrow
{
	font-size: 10pt;
}
.totolist .mainrow
{
	background-color: white;
}
.totolist .selectrow
{
	background-color: darkkhaki;
	font-size: 10pt;
}
.totolist .mainrow td, .totolist .altrow td, .totolist .selectrow td
{
	padding-left: 12px;
    padding-right: 12px;
    border-left: solid 1px #FFCC20;
    text-align: center;
}

.totolist .mainrow td a, .totolist .altrow td a, .totolist .selectrow td a
{
    cursor: pointer;
}

.totolist .altrow
{
	background-color: #FFF3CC;
}
.totolist .pagerrow
{
}
.totolist .pagerrow tr td
{
    color: #ffcc20;
    border: solid 1px #ffcc20;
    width: 20px;
    height: 20px;
}
.totolist .pagerrow tr td a
{
    color: white;
}
.totolist .linkbutton
{
	font-family: Samim;
	border: none 0px;
    background-color: transparent;
    direction: rtl;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
	.totolist .mainrow, .totolist .altrow, .totolist .selectrow
	{
		font-size: 10pt;
	}
	.totolist .mainrow td, .totolist .altrow td, .totolist .selectrow td
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.totolist .pagerrow tr td
	{
		width: 30px;
		height: 30px;
	}
}
/*---------------------------------*/
.matchform
{
    border-collapse: separate !important;
    border: none 0px;
    color: #755B03;
    overflow: hidden;
}
.matchform .headerrow
{
	background: Black;
    color: white;
    font-size: 12pt;
    font-weight: bold;
    border: solid 1px;
}
.matchform .mainrow, .matchform .altrow
{
    font-size: 9pt;
    color: #ffcc00;
}
.matchform .mainrow
{
    background-color: #565656;
}
.matchform .altrow
{
    background-color: #4B4B4B;
}
.matchform .selectrow
{
	background-color: darkkhaki;
	font-size: 10pt;
}
.matchform .mainrow td, .matchform .altrow td, .matchform .selectrow td
{
	padding-left: 12px;
    padding-right: 12px;
    text-align: center;
}

.matchform .mainrow td a, .matchform .altrow td a, .matchform .selectrow td a
{
    cursor: pointer;
}
.matchform .pagerrow
{
}
.matchform .pagerrow tr td
{
    color: #ffcc20;
    border: solid 1px #ffcc20;
    width: 20px;
    height: 20px;
}
.matchform .pagerrow tr td a
{
    color: white;
}
.matchform .linkbutton
{
	font-family: Samim;
	border: none 0px;
    background-color: transparent;
    direction: rtl;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
	.matchform
	{
		width: 100%;
	}
	.matchform .mainrow, .matchform .altrow, .matchform .selectrow
	{
		font-size: 10pt;
	}
	.matchform .mainrow td, .matchform .altrow td, .matchform .selectrow td
	{
		padding-left: 5px;
		padding-right: 5px;
	}
	.matchform .pagerrow tr td
	{
		width: 30px;
		height: 30px;
	}
}
/*---------------------------------*/
.filter
{
	box-sizing: border-box;
    width: 100%;
    color: white;
    font-size: 10pt;
    text-align: right;
    position: relative;
    border: solid 1px white;
    padding: 5px;
}
.filter > .row
{
	box-sizing: border-box;
    margin-bottom: 5px;
}
.filter > .row > *
{
	box-sizing: border-box;
	display: inline-block;
    vertical-align: middle;
}
.filter .search
{
	position: absolute;
    bottom: 5px;
    left: 5px;
    font-family: Samim;
    font-size: 8pt;
}
.filter select
{
	font-family: Samim;
    font-size: 9pt;
}
/*---------------------------------*/
.forminfo {
	box-sizing: border-box;
	padding: 10px;
	color: white;
	line-height: 1.5em;
	border-bottom: solid 1px white;
}
.forminfo > *
{
	display: block;
	text-align: center;
	min-height: 1.5em;
    font-size: 9pt;
    font-weight: normal;
    direction: ltr;
}
.forminfo .enddate
{
}
.forminfo .resultdatetime
{
}
.forminfo .gamecount
{
}
.forminfo .serial
{
}
.forminfo .price
{
}
.forminfo .award
{
}
.forminfo .desc
{
	direction: rtl;
	text-align: justify;
}
/*---------------------------------*/
.form
{
	box-sizing: border-box;
    min-width: 250px;
    text-align: center;
	/*width: 500px;*/
}
@media screen and (max-width: 900px) {
	.form
	{
		min-width: 0;
	}
}
.form .sectiontitle
{
	position: absolute;
    margin-bottom: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}
.form .close
{
	position: absolute;
    top: 0;
    right: 10px;
    margin-top: 8px;
    z-index: 1;
    color: White;
	cursor: pointer;
}
.form .filter
{
}
.form .list
{
	
}
.formlist .list
{
	overflow-x: auto;
}
/*---------------------------------*/
.readonlyform
{
	position: relative;
	display: inline-block;
    vertical-align: middle;
	margin: 0 auto;
    background-color: black;
    box-shadow: 2px 2px 12px white, -2px 2px 12px white, 2px -2px 12px white, -2px -2px 12px white;
    padding-top: 35px;
}
.readonlyform > .forminfo
{
}
.formlist
{
	position: relative;
}
/*---------------------------------*/
.displayForm
{
	text-align: right;
	background: #ffcc20;
}
.displayForm.black
{
	background: black !important;
	text-align: center !important;
}
.displayForm .row
{
	box-sizing: border-box;
	border: solid 1px white;
    border-width: 1px 0px 0px 0px;
	font-size: 9pt;
	text-align: right;
}
.displayForm .row.cols
{
	display: inline-block;
	border: none 0;
	padding-left: 10px;
}
.displayForm .row .rowsection
{
	display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.displayForm .row .rowsection a
{
	text-decoration: none;
	font-weight: 600;
    font-size: 10pt;
    color: #534aca
}
.displayForm .item
{
	display: inline-block;
    box-sizing: border-box;
    /* width: 55%; */
    height: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    /* background-color: #FFF3CC; */
    color: black;
    font-size: 9pt;
    text-align: right;
    vertical-align: middle;
}
.displayForm.black .item
{
	color: White;
}
.displayForm .value
{
	display: inline-block;
    vertical-align: middle;
    font-size: 10pt;
}
.displayForm.black .value
{
	color: #ffcc00;
}
.displayForm .item.important
{
	display: block;
    text-align: center;
    color: #a04ec2;
    font-size: 10pt;
    font-weight: 600;
    padding: 0;
}
.displayForm .value.important
{
    box-sizing: border-box;
    display: block;
    padding-bottom: 10px;
    text-align: center;
}
.displayForm .colspan
{
	width: 100%;
    background-color: #FFF3CC;
}
.displayForm > .column1, .displayForm > .column2
{
	display: inline-block;
	width: 50%;
	padding: 0;
	margin: 0;
}
.displayForm > .column1
{
}
.displayForm > .column2
{
}
/*---------------------------------*/
.floatbutton
{
	position: fixed;
    display: block;
    left: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    z-index: 150000;
    cursor: pointer !important;
	color: black;
    background: #e6b906;
    box-shadow: 0px 0px 8px 3px rgba(255, 255, 255, 0.92);
    border: 1px solid #ebeced;
    border-radius: 100%;
}
@media screen and (min-width: 1280px) 
{
	.floatbutton
	{
		/*position: absolute;*/
	}
}
.floatbutton:hover
{
    box-shadow: 0px 0px 8px 3px rgba(0, 155, 0, 0.92);
    border-color: rgba(0, 155, 0, 0.92);
}
.floatbutton i {
    line-height: 40px;
}
/*---------------------------------*/
/*--      Custom CheckBox        --*/
/*---------------------------------*/
.ccheckbox {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 25px;
    height: 25px;
    /* padding-left: 30px; */
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*border: solid 1px red;*/
}

/* Hide the browser's default checkbox */
.ccheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.ccheckbox .checkmark {
    position: absolute;
    top: -1px;
    left: -1px;
    box-sizing: border-box;
    height: 25px;
    width: 25px;
    background-color: #ddddddb3;
    border: solid 1px #565656;
    border-radius: 30%;
}

/* On mouse-over, add a grey background color */
.ccheckbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.ccheckbox input:checked ~ .checkmark {
    background-color: #28380b;
    border-radius: 30%;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ccheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.ccheckbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.ccheckbox .checkmark:after {
    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mizban 
{
	padding-left: 5px;
}
.mihman 
{
	padding-right: 5px;
}
/*---------------------------------*/
.grouplist
{
    display: inline-block;
    text-align: right;
    padding: 0;
    margin: 10px 0 0 0;
    background-color: white;
	padding-right: 8px;
}
.grouplist li
{
    box-sizing: border-box;
	display: inline-block;
    list-style-type: none;
    padding: 2px 10px 4px 10px;
    margin: 0;
    font-size: 10pt;
    /* border-left: solid 1px #fbe8a7; */
    border-bottom: solid 1px #fbe8a7;
    line-height: 24px;
    background-color: white;
    width: 87px;
    text-align: center;
}
.grouplist li:hover
{
	background-color: #bcbcbc;
	color: White;
}
.grouplist li a
{
	display: inline-block;
    width: 100%;
    height: 100%;
	text-decoration: none;
    color: black;
    cursor: pointer;
}
.grouplist li a:hover
{
	color: White;
}
.grouplist .linkbutton
{
	font-family: Samim;
	border: none 0px;
    background-color: transparent;
    direction: rtl;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
/*---------------------------------*/
.qform 
{
	color: white;
    text-align: right;
    font-size: 10pt;
    box-sizing: border-box;
}
.qform .question 
{
	list-style: decimal;
	padding: 5px 0;
}
.qform .question span
{

}
.qform .question .qitems
{

}
.qform .question .qitems .item
{

}
.qform .question .qitems li
{
	list-style-type: none;
	line-height: 2em;
}
/*---------------------------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	display: none;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
	content: '';
	position: absolute;
	right: -25px;
	top: 4px;
	width: 16px;
	height: 16px;
	border: 1px solid #ddd;
	border-radius: 100%;
	background: #28380b;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
	content: '';
	width: 12px;
	height: 12px;
	background: #ffcc20;
	position: absolute;
	top: 7px;
	right: -22px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[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);
}
/*---------------------------------*/
