::-webkit-calendar-picker-indicator{
	opacity: 0.3;
}
textarea{
	min-height: 150px;
	resize: vertical;
}
input[type=file]{
	border: none;
}
body{
	background-color: #EEEEEE55 !important;
}
.card{
	padding: 25px 30px 25px 30px;
	border-radius: 5px;
	background-color: #FFF;
	border: thin solid #EEE;
}
.cardHead{
	border: thin solid #EEE;
	border-radius: 5px;
	background-color: #FFF;
}
.cardHeadTopTools{
	border-bottom: thin solid #EEE;
	margin: 8px 32px 0px 32px;
	height: 50px;
	position:relative;
	background-color:#FFF;
	z-index:101;
}
.cardHeadTopToolsTitle{
	float: right;
	margin-top: 7px;
	width: 80%;
}
.cardHeadTopToolsTitleWithFilters{
	float: right;
	margin-top: 7px;
	width: 20%;
}
.cardHeadTopToolsFilters{
	float: right;
	width: 60%;
}
.cardHeadToolsTopIcon{
	float: left;
	margin-top: 0px;
	width: 20%;
}
.cardHeadBody{
	padding: 24px 32px 24px 32px;
}
.cardPrint{
	margin-top: 3px;
	padding: 5px;
}
.cardPrint:hover{
	border-radius: 5px;
	background-color: #22AA77CC;
	cursor: pointer;
}
.noteImg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}
.noteTitle{
	margin-top: 30px;
	font-size: 20px;
	text-align: center;
	direction: rtl;
	font-family: "bold", "regular", "tahoma", "arial";
	color: #303740;
}
.noteText{
	margin-top: 8px;
	font-size: 16px;
	text-align: center;
	direction: rtl;
	color: #303740;
}
.noteLink{
	margin-top: 60px;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 200px !important;
}
.msg{
	border-radius: 5px;
	min-width: 400px;
	position: fixed;
	bottom: -150px;
	box-shadow: 0px 0px 8px 0px #1230334D;
	padding-top: 15px;
	padding-bottom: 15px;
	left: 48px;
	z-index: 302;
	opacity: 0;
	background-color: #FFF;
}
.msgLine{
	width: 6px;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	border-radius: 0px 5px 5px 0px;
}
.msgSvg{
	float: right;
	margin-left: 15px;
	margin-right: 20px;
}
.msgCloseItem{
	float: left;
	margin-top: 5px;
	margin-left: 17px;
	margin-right: 5px;
}
.msgCloseItems{
	position: absolute;
	top: 17px;
	left: 17px;
}
.msgCloseItem:hover,.msgCloseItems:hover{
	cursor: pointer;
}
.msgHead{
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	font-family: "bold", "regular", "tahoma", "arial";
}
.msgItems{
	margin-top: 2px;
	font-size: 14px;
	margin-right: 63px;
	min-width: 280px;
}
.msgItems img{
	margin-left: 5px;
}
.msgItem{
	float: right;
	margin-top: 5px;
	font-size: 15px;
	min-width: 280px;
	font-family: "bold", "regular", "tahoma", "arial";
}
.msgStyle{
	text-align: right;
	direction: rtl;
	color: #303740;
}
.msgLineError{
	background-color: #F00064;
}
.msgLineDone{
	background-color: #22AA77;
}
.msgLineWarning{
	background-color: #F1C232;
}
.list{
	text-align: right;
	direction: rtl;
}
.listHead td:first-child{
	border-radius: 0px 5px 0px 0px;
}
.listHead td:last-child{
	border-radius: 5px 0px 0px 0px;
}
.listHead td{
	font-size: 14px;
	background-color: #22AA77CC;
	color: #FFF;
	text-align: center !important;
	direction: rtl;
	white-space: nowrap;
}
.listRow td{
	font-size: 14px;
	text-align: center !important;
	direction: rtl;
	color: #000;
	white-space: nowrap;
}
.listRow:nth-child(even){
	background-color: #22AA7711;
}
.listRowControls img{
	position: relative;
}
.listControls{
	display: none;
	position: absolute;
	box-shadow: 0px 0px 8px 0px #1230334D;
	border-radius: 5px;
	padding: 8px 0px;
	background-color: #FFF;
	z-index: 301;
}
.listControlsItem{
	font-size: 14px;
	padding: 4px 12px 4px 12px;
	color: #303740;
}
.listControlsItem:hover{
	background-color: #22AA7711;
}
.listControlJS{
	cursor: pointer;
}
.listControlsItem img{
	float: right;
	margin-left: 8px;
}
.listControlsItem div{
	margin-top: 1px;
	float: right;
}
.listEmpty img{
	margin-left: calc(50% - 50px);
}
.listEmpty div{
	margin-top: 15px;
	font-size: 14px;
	color: #30374099;
	text-align: center;
	direction: rtl;
	font-family: "bold", "regular", "tahoma", "arial";
}
.listFilters{
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.listFiltersBox{
	padding: 4px 2px;
	border-radius: 5px;
	direction: rtl;
	background-color: #EEE;
	display: flex;
}
.listFiltersButton{
	width: 130px;
	border-radius: 5px;
	-ms-flex: 1;
	flex: 1;
	padding: 4px 0px;
	margin: 0px 2px;
	font-size: 14px;
	text-align: center;
	color: #303740;
}
.listFiltersButton:hover{
	background-color: #22AA7711;
}
.listFiltersSelect{
	box-shadow: 0px 0px 8px 0px #1230334D;
	font-family: "bold", "regular", "tahoma", "arial";
	color: #303740;
	background-color: #FFF !important;
}
.view{
	text-align: right;
	direction: rtl;
}
.view td{
	width: 49%;
	padding: 6px 24px;
	margin-bottom: 4px;
}
.view table{
	table-layout: fixed;
}
.viewHead{
	width: 100%;
	font-size: 14px;
	margin-bottom: 6px;
	color: #30374099;
}
.viewItem{
	font-size: 14px;
	width: 100%;
	color: #303740;
}
.view tr:nth-child(even){
	background-color: #22AA7711;
}
.textTitle{
	font-size: 15px;
	text-align: right;
	direction: rtl;
	font-family: "bold", "regular", "tahoma", "arial";
}
.textContent{
	font-size: 14px;
	text-align: right;
	direction: rtl;
}
.textTitleRight{
	float: right;
}
.textBack{
	padding-left: 5px;
	float: right;
}
.link{
	font-size: 14px;
	color: #30374099;
}
.link a:hover{
	color: #303740;
}
.confirmImg{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 75px;
}
.confirmText{
	margin-top: 25px;
	text-align: center;
	direction: rtl;
}
.logo{
	float: right;
	width: 100%;
}
.logoImg{
	float: right;
	margin-left: 10px;
	border-radius: 10px;
	width: 70px;
	height: 70px;
}
.logoContent{
	float: right;
	margin-top: 11px;
}
.logoTitle{
	font-size: 15px;
	font-family: "bold", "regular", "tahoma", "arial";
	text-align: right;
	direction: rtl;
	color: #303740;
}
.logoText{
	font-size: 12px;
	color: #30374099;
	text-align: right;
	margin-top: 5px;
}
#bodyHead{
	position: fixed;
	right: 260px;
	left: 24px;
	top: 0px;
	border-radius: 5px;
	width: calc(100% - 284px);
	padding: 0px 25px 0px 13px;
	border: thin solid #EEE;	
	z-index: 201;
	background-color: #FFF;
}
#bodyHeadName{
	margin-top: 12px;
	float: right;
	font-size: 14px;
	text-align: right;
	direction: rtl;
	color: #303740;
}
#bodyHeadNameBox{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	cursor: pointer;
}
#bodyHeadNameBoxIcon{
	margin-right: 4px;
}
#bodyHeadProfile{
	display: none;
	position:absolute;
	padding: 8px 0px;
	box-shadow: 0px 0px 8px 0px #1230334D;
	border-radius: 5px;
	background-color: #FFF;
}
.bodyHeadProfileItem{
	font-size: 14px;
	padding: 4px 12px 4px 12px;
	text-align: right;
	direction: rtl;
	color: #303740;
}
.bodyHeadProfileItem:hover{
	background-color: #22AA7711;
}
.bodyHeadProfileItem img{
	float: right;
	margin-left: 8px;
}
.bodyHeadProfileItem div{
	margin-top: 1px;
	float: right;
}
.bodyHeadIcon{
	padding: 12px;
	float: left;
}
.bodyHeadIcon:hover{
	border-radius: 5px;
	background-color: #22AA77;
	cursor: pointer;
}
#bodyMenu{
	border: thin solid #EEE;
	border-right: none;
	position: fixed;
	right: 0px;
	top: 0px;
	width: 236px;
	min-height: 100%;
	padding: 16px;
	border-radius: 5px;
	background-color: #FFF;
}
#bodyMenuBox{
	margin-top: 32px;
}
.bodyMenuHead{
	font-size: 14px;
	margin-top: 24px;
	margin-bottom: 4px;
	padding: 0px 12px;
	text-align: right;
	direction: rtl;
	color: #30374099;
}
.bodyMenuItem{
	font-size: 14px;
	padding: 9px 12px 7px 12px;
	border-radius: 5px;
	margin-top: 2px;
	text-align: right;
	direction: rtl;
	color: #303740;
	cursor: pointer;
}
.bodyMenuItem:hover{
	background-color: #22AA7711;
}
.bodyMenuItemIcon{
	margin-top: -2px;
	margin-left: 12px;
}
.bodyMenuItemSelect{
	background-color: #22AA77;
	color: #FFF;
}
.bodyMenuItemSelect:hover{
	background-color: #22AA77 !important;
}
#bodyMenuIconDown{
	display: none;
}
#bodyMain{
	margin-top: 88px;
	margin-bottom: 36px;
	margin-right: 260px;
	margin-left: 24px;
	width: calc(100% - 284px);
}
.formArrayRow{
	clear: both;
}
.formBox{
	margin-bottom: 15px;
}
.formMsg{
	margin-top: 5px;
	margin-right: 6px;
	font-size: 12px;
	text-align: right;
	direction: rtl;
	color: #F00064;
}
.formSubmit{
	border-radius: 5px;
	padding: 14px 10px 12px 10px;
	width: 100%;
	max-width: 400px;
	font-size: 14px;
	border: thin solid #22AA77;
	font-family: "bold", "regular", "tahoma", "arial";
	text-align: center !important;
	direction: rtl !important;
	cursor: pointer !important;
	background-color: #22AA77 !important;
	color: #FFF !important;
}
.formSubmit:hover,
.formSubmit:focus{
	border: thin solid #22AA77CC;
	background-color: #22AA77CC !important;
}
.formButton{
	border-radius: 5px;
	border: 1px solid #30374099;
	padding: 14px 10px 12px 10px;
	font-size: 14px;
	direction: rtl;
	background-color: #FFF;
	text-align: center;
	cursor: pointer;
	color: #30374099;
	font-family: "bold", "regular", "tahoma", "arial";
}
.formButton:hover{
	border: 1px solid #00000011;
	background-color: #00000011;
}
.formTagInput{
	margin-bottom: 1px;
	border-radius: 5px;
	padding: 13px 12px 11px 12px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #303740;
	text-align: right;
	direction: rtl;
}
.formTagInput:focus{
	background-color: #FFF;
}
.formTagDescription{
	margin-right: 6px;
	font-size: 12px;
	direction: rtl;
	text-align: right;
	color: #00000099;
}
.formTagLabel{
	float: right;
	margin-bottom: 1px;
	margin-right: 6px;
	font-size: 14px;
	text-align: right;
	direction: rtl;
	color: #303740;
	cursor: pointer;
}
.formTagInputIcon{
	padding-right: 3px;
	position: relative;
	background-color: #FFF;
}
.formTagInputIcon img{
	top: 12px !important;
	left: 14px !important;
	position: absolute !important;
	cursor: pointer;
}
.formTagCheckBox{
	float: right;
	display: block;
	font-size: 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.formTagCheckBox input{
	position: absolute;
	height: 0;
	width: 0;
	opacity: 0;
	cursor: pointer;
}
.formTagCheckBoxCheck{
	float: right;
	border-radius: 5px;
	margin-left: 4px;
	height: 24px;
	width: 24px;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.formTagCheckBox input:checked ~ .formTagCheckBoxCheck{
	background-color: #09F;
	border: 2px solid #09F;
}
.formTagCheckBoxCheck:after{
	content: "";
	float: right;
	display: none;
}
.formTagCheckBox .formTagCheckBoxCheck:after{
	float: right;
	margin-right: 6px;
	margin-top: 0px;
	width: 6px;
	height: 12px;
	border: solid #FFF;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.formTagCheckBox input:checked ~ .formTagCheckBoxCheck:after{
	display: block;
}
.formTagRadio{
	float: right;
	display: block;
	position: relative;
	font-size: 14px;
	margin-top: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.formTagRadio input{
	opacity: 0;
	cursor: pointer;
}
.formTagRadioCheck{
	float: right;
	margin-left: 10px;
	height: 24px;
	width: 24px;
	border-radius: 50%;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.formTagRadio input:checked ~ .formTagRadioCheck{
	border: 2px solid #09F;
	background-color: #FFF;
}
.formTagRadio input:checked ~ .formTagRadioCheck:after{
	display: block;
}
.formTagRadioCheck:after{
	float: right;
	display: none;
	content: "";
}
.formTagRadio input{
	position: absolute;
}
.formTagRadio .formTagRadioCheck:after{
	float: right;
	margin-right: 3px;
	margin-top: 3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #09F;
}
.formTagRadioLabel{
	float: right;
	text-align: right;
	direction: rtl;
	color: #303740;
	cursor: pointer;
	margin-top: 1px;
}
.formTagSwitch{
	float: right;
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
	border-radius: 50%;
}
.formTagSwitchBox{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.formTagSwitch input{
	opacity: 0;
	width: 0;
	height: 0;
}
.formTagSwitchlabel{
	float: right;
	margin: 3px 15px;
	font-size: 14px;
	color: #303740;
}
.formTagSwitchSlider{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 15px;
	cursor: pointer;
	background-color: #999;
	-webkit-transition: .3s;
	transition: .3s;

}
.formTagSwitchSlider:before{
	box-shadow: 0px 0px 8px 0px #1230334D;
	position: absolute;
	height: 31px;
	width: 31px;
	top: -3px;
	left: -1px;
	border-radius: 50%;
	background-color: #FFF;
	content: "";
	-webkit-transition: .3s;
	transition: .3s;
}
input:checked + .formTagSwitchSlider{
	background-color: #09F;
}
input:checked + .formTagSwitchSlider:before{
	-webkit-transform: translateX(21px);
	-ms-transform: translateX(21px);
	transform: translateX(21px);
}
.formArrayRowCount{
	float:right;
	width: 50px;
	text-align:center;
	padding-top:38px;
	font-size:14px;
	color: #303740;
}
.formArrayRowDeleteJS{
	float:right;
	margin: 36px 0px 0px 10px;
}
.formArrayRowPlus{
	display: flex;
	flex-direction:row-reverse;
}
.formArrayRowPlusJS{
	margin-right: 9px;
	width: 32px;
	cursor: pointer;
	margin-top: 25px;
}
@media only screen and (max-width:800px){
	#bodyHead{
		position: relative;
		right: 0%;
		left: 2%;
		top: 10px;
		width: 96%;
		z-index: 201;
	}
	#bodyMenu{
		position: relative !important;
		right: 0%;
		left: 2%;
		top: 20px !important;
		width: 96%;
		border-radius: 5px !important;	
	}
	#bodyMenuBox{
		display: none;
	}
	#bodyMenuIconDown{
		display: block;
		margin-top: 15px;
		cursor: pointer;
	}
	#bodyMain{
		position: relative;
		right: 0%;
		left: 2%;
		top: 30px;
		width: 96%;
		margin: 0px;
		margin-bottom: 40px;
	}
	.cardHeadTopTools{
		clear: both;
		height: auto;
		min-height: 57px;
	}
	.cardHeadTopToolsTitleWithFilters{
		float: right;
		width: 80%;
	}
	.cardHeadTopToolsFilters{
		clear: both;
		float: none;
		width: 100%;
	}
	.listFiltersButton{
		padding: 4px 20px;
		width: auto;
	}
	.listControls{
		left: 0px !important;
	}
	.listControlsItem img{
		float: none;
	}
	.listControlsItem div{
		margin-top: 0px;
		float: none;
	}
	.view td{
		width: 100%;
		padding: 6px 0px;
		float: left;
	}
	.view td:nth-child(2){
		background-color: #22AA7711;
	}
	.view tr:nth-child(even){
		background-color: #FFF;
	}
	.msg{
		border-radius: 5px;
		min-width: 92%;
		position: fixed;
		bottom: -150px;
		box-shadow: 0px 0px 8px 0px #1230334D;
		padding-top: 15px;
		padding-bottom: 15px;
		left: 4%;
		z-index: 302;
		opacity: 0;
		background-color: #FFF;
	}
	.noteImg{
		width: 250px;
	}
}
@media only screen and (min-width:801px) and (max-width:1280px){
	.cardHeadTopTools{
		clear: both;
		height: auto;
		min-height: 57px;
	}
	.cardHeadTopToolsTitleWithFilters{
		float: right;
		width: 80%;
	}
	.cardHeadTopToolsFilters{
		clear: both;
		float: none;
		width: 100%;
	}
	.listFiltersButton{
		padding: 4px 20px;
		width: auto;
	}
	.noteImg{
		width: 300px;
	}
}
@media only screen and (min-width:1281px) and (max-width:1600px){
	.noteImg{
		width: 400px;
	}
}