﻿.bg-light
{
	background-color: #1ab394 !important;
}

.rtl
{
	direction: rtl;
	text-align: right;
}

body
{
	background-color: rgba(245, 242, 232, 0.59);
	font-family: 'Heebo', sans-serif !important;
}

.modal-backdrop
{
	background-color: white !important;
}

.img-loading
{
	content: url(../images/loading.gif);
}

#ifrPdfMp3
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.01;
}

.navbar span
{
	color: white;
	font-weight: 700;
	font-size: 16px;
	margin-right: 1em;
}

.navbar
{
	padding: 0 !important;
}

.navbar-brand
{
	margin-left: 1em;
	margin-bottom: 0.3em;
	padding-bottom: 0 !important;
}

#lblNotDownloadedMp3
{
	color: red;
	border-color: red;
	border-style: solid;
	border-width: 0px;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	text-align: center;
	position: absolute;
	padding-top: -5px;
	top: 8px;
	left: 30px;
	cursor: pointer;
	font-size: 16px;
	color: white;
	background-color: red;
}

	#lblNotDownloadedMp3.adjusted
	{
		width: 17px;
		height: 16px;
		left: 8px;
		font-size: 12px;
	}

		#lblNotDownloadedMp3.adjusted > div
		{
			width: 17px;
			height: 16px;
		}

	#lblNotDownloadedMp3.loading > img
	{
		display: block !important;
	}

	#lblNotDownloadedMp3 > img
	{
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
	}

	#lblNotDownloadedMp3 > div
	{
		position: absolute;
		width: 24px;
		height: 24px;
		text-align: center;
	}

#dvSubmenuContainer
{
	position: relative;
}

#lblMarketing
{
	direction: rtl;
	text-align: right;
	color: #51616d;
	font-weight: 200;
	font-size: 12px;
	padding-top: 0.5em;
}


.hr-main
{
	/*background-color: #1ab394;*/
	/*border: 1px solid #1ab394;*/
	border: none; /* Убираем границу для браузера Firefox */
	color: #1ab394; /* Цвет линии для остальных браузеров */
	background-color: #1ab394; /* Цвет линии для браузера Firefox и Opera */
	height: 0.9px; /* Толщина линии */
}

.hr-sidebar
{
	height: 2px;
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-color: white;
}

.btn-primary
{
	background-color: #1AB394 !important;
	border-color: #1AB394 !important;
}

	.btn-primary:focus, .btn-primary.focus
	{
		box-shadow: 0 0 0 0.2rem #0aa384 !important;
	}

.btn-secondary
{
	background-color: #CBD0D3 !important;
	border-color: #CBD0D3 !important;
}

.btn-light
{
	background-color: #f2f2f2 !important;
	border-color: #f2f2f2 !important;
	color: #1ab394 !important;
}

.btn
{
	direction: rtl;
	text-align: right;
}

	.btn:focus
	{
		outline: none !important;
	}

.settings-btn
{
	content: url(../images/settings.svg);
	width: 24px;
	height: 24px;
	cursor: pointer;
	margin-top: 0px;
}

.almagu-menu
{
	width: 100%;
}

#productName
{
	float: right;
}

.ar-menu-item
{
	cursor: pointer;
	float: right;
	margin-right: 1em;
}

.ar-menu-item-disabled
{
	cursor: default !important;
}

.ar-menu-text
{
	color: white;
	float: left;
}


.ar-menu-ico
{
	float: left;
}

.ar-menu-item img
{
	width: 28px;
	height: 28px;
}

.almagu-logo
{
	height: 120px;
	background-color: white;
	width: 100%;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: rgb(28, 182, 211);
}

	.almagu-logo .logo-link
	{
		content: url('../images/logo with text.svg?1');
		width: 200px;
		height: 51px;
		position: absolute;
		margin-right: 1em;
		margin-top: 1.5em;
		right: 0;
	}

#lnkTtsApi
{
	position: absolute;
	right: 50px;
	top: 78px;
	padding-top: 5px;
	direction: rtl;
	font-size: 13px;
	height: 30px;
}

	#lnkTtsApi:hover
	{
		text-decoration: none !important;
	}

.ar-login-area
{
	height: 100%;
	background-color: rgb(78, 78, 78);
	width: 375px;
	float: left;
	position: relative;
}

#dlgSuggestPurchase .modal-body
{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	direction: rtl;
}

#btnSuggestPurchase
{
	margin-bottom: 30px;
}

@media screen and (max-width: 768px)
{
	.ar-menu-text, #productName
	{
		visibility: hidden;
		display: none;
	}
}

.sidenav
{
	height: 100%;
	margin-top: 40px;
	width: 0;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: #f5f5f5;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
}

.sidenav-pre-title
{
	width: 100%;
	height: 40px;
	background-color: white;
	display: block;
}

.sidenav-title
{
	width: 100%;
	height: 41px;
	background-color: #48c2a9;
	display: block;
}

.sidenav a
{
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #111;
	display: block;
	transition: 0.3s;
}

	.sidenav a:hover, .offcanvas a:focus
	{
		color: #3043e3;
	}

.ar-user-name
{
	position: absolute;
	color: #FFFFFF !important;
	font-size: 19px !important;
	left: 0;
	top: -30px;
}

.main-container
{
	padding-top: 1em;
	margin-top: 20px;
}

#dvSentencesLeft
{
	margin-top: 4px;
	margin-left: 1em;
	color: white;
	float: left;
	width: 200px;
}

	#dvSentencesLeft div
	{
		float: left;
	}

.ar-credits
{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 90px;
	text-align: center;
}

.ar-credits-moe
{
	display: none !important;
}

#lblSentenceLeftLabel,
#lblSentenceLeftLabelM
{
	font-size: 10px;
	font-weight: 400;
	margin: 0;
}

.ar-credits-norm,
.ar-credits-warn
{
	width: 74px;
	height: 60px;
	display: flex;
	margin-left: 35px;
}

.ar-credits-norm
{
	background: url('../images/credits_box.svg?1') 0 0 no-repeat;
	background-size: 74px;
}

.ar-credits-warn
{
	background: url('../images/credits_red.svg') 0 0 no-repeat;
	background-size: 74px;
}

#dvSentencesLeftText,
#dvSentencesLeftTextM
{
	position: absolute;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	padding-right: 2px;
	cursor: default;
}

.text-white
{
	color: white;
}

.text-gray
{
	color: rgb(77, 77, 77);
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable- input:focus
{
	border-color: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: -webkit-focus-ring-color auto 0px;
}


/* style for "popup forms "*/
.msg-reg-container
{
	max-width: 1150px;
	background-color: rgb(250, 250, 250);
	padding-bottom: 2em;
	margin-top: 5em;
	padding-top: 2em;
	border-color: rgb(227,227,227);
	border-style: solid;
	border-width: 2px;
	position: relative;
}

.logo-hr
{
	height: 4px;
	background-color: #54B4CF;
	margin-left: 2em;
	margin-right: 2em;
	border: 0 none;
	margin-bottom: 0em;
}

.logo
{
	content: url('../images/logo with text.svg?1');
	width: 200px;
	height: 51px;
}

#dvNotFound_Container
{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 100px;
	gap: 20px;
}

#btnReportProblem_Send
{
	text-align: center;
}

/* Universal text input */
.input-text
{
	width: 100%;
	position: relative;
	margin-top: 1em;
}

	.input-text input
	{
		width: 100%;
		direction: rtl;
		text-align: right;
		padding-right: 0.75em;
		padding-top: 0.75em;
		padding-bottom: 0.75em;
		border-color: rgb(77, 77, 77);
		border-width: 1px;
	}

		.input-text input :focus
		{
			border-style: none !important;
		}

	.input-text .icon
	{
		position: absolute;
		height: 62px;
		top: 0;
		left: 0;
	}

	.input-text .ar-error,
	.input-text .ar-error-wo,
	.ar-captcha-error
	{
		color: rgba(216, 76, 90, 1);
		font-size: 0.75em;
		direction: rtl;
		text-align: right;
	}

		.input-text .ar-error > span > span,
		.input-text .ar-error-wo > span > span
		{
			margin-left: 10px;
			margin-right: 10px;
		}

	.input-text .icon > span
	{
		width: 33px;
		height: 33px;
		position: absolute;
		margin-top: -21px;
		margin-left: 16px;
		top: 50%;
		left: 0px;
		background-size: 33px;
		display: flex;
	}


/* some text boxes with login/passwords must be left aligned.*/
.msg-txt-left
{
	direction: ltr !important;
}

textarea:active,
textarea:focus,
button:focus,
button:active,
label:focus,
span:focus,
.btn:active,
.btn.active
{
	outline: 0px !important;
	-webkit-appearance: none;
	box-shadow: none !important;
}

.slider-container
{
	min-width: 200px;
	max-width: 200px;
	float: left;
	margin-left: 24px;
	margin-right: 24px;
	margin-top: -5px;
	margin-bottom: 5px;
}

.slider
{
	width: 100%;
	height: 4px !important;
	background-color: rgb(243, 146, 33) !important;
}

.ui-slider-handle
{
	border-radius: 14px !important;
	background-color: rgb(243, 146, 33) !important;
	border-style: solid;
	border-width: 2px;
	border-color: rgb(77, 77, 77) !important;
}

.ui-slider-horizontal .ui-slider-handle
{
	top: -0.5em !important;
	margin-bottom: 1em;
}

.slider-title
{
	color: rgb(77, 77, 77);
	font-weight: 400;
	direction: rtl;
	width: 100%;
	text-align: center;
	margin-right: 1em;
	margin-bottom: 0.5em;
	display: block;
	text-align: center;
}

.slider-min-title,
.slider-min-title-2
{
	color: #51616d;
	direction: rtl;
	float: left;
	margin-left: 1em;
	font-size: 12px;
	font-weight: 200;
	width: 26px
}

.slider-min-title-2
{
	color: rgb(77, 77, 77);
	font-weight: 500;
}

.slider-middle-title
{
	color: #51616d;
	direction: ltr;
	float: left;
	margin-left: 19px;
	padding-top: 0.2em;
	font-size: 12px;
	font-weight: 200;
}

.slider-max-title,
.slider-max-title-2
{
	color: #51616d;
	direction: rtl;
	float: right;
	margin-right: 1em;
	font-size: 12px;
	font-weight: 200;
}

.slider-max-title-2,
.slider-middle-title
{
	color: rgb(77, 77, 77);
	font-weight: 500;
}


.slider-subtitle
{
	width: 100%;
	margin-top: 0.5em;
}



/* Modal form */
.modal-header
{
	border-bottom: none !important;
	position: relative;
}

.modal-footer
{
	border-top: none !important;
}

.modal-content
{
	background-color: rgb(250, 250, 250) !important;
}

.btn-close-modal
{
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
	position: absolute;
	top: 1em;
	left: 1em;
	cursor: pointer;
	z-index: 1;
	background-color: rgb(250, 250, 250);
}

	.btn-close-modal > span
	{
		width: 20px;
		height: 20px;
		background: url(../images/close.png) 0 0 no-repeat;
		background-size: 20px;
		display: flex;
		margin-top: -5px;
	}

.ar-modal-content-header
{
	width: 100%;
}

.ar-modal-body
{
	width: 100%;
	min-height: 100px;
	font-size: 32px;
	color: #1CB6D3;
	direction: rtl;
	text-align: right;
}

.red-modal
{
	color: rgb(255, 86, 86) !important;
}

.ar-modal-btn-go
{
	margin-bottom: 2em;
}

#refToFaq
{
	color: rgb(77, 77, 77);
}

#dvMoeNotPaid,
#dvSuggestPaymentRenew
{
	position: absolute;
	top: 110px;
	width: 100%;
	text-align: center;
	background-color: #1cb6d3;
	color: white;
	height: 0px;
	transition: height 0.5s;
	direction: rtl;
	overflow: hidden;
}

#dvMaintenance
{
	font-size: 14px;
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 100px;
	text-align: center;
	background-color: #3ED1ED;
	color: white;
	height: 0px;
	transition: height 0.5s;
	direction: rtl;
	overflow: hidden;
	border-radius: 4px;
}

	#dvMaintenance > a
	{
		cursor: pointer;
		font-weight: 700;
		text-decoration: underline;
	}

#dvDicta
{
	font-size: 14px;
	position: fixed;
	bottom: 30px;
	left: 10px;
	width: 150px;
	text-align: center;
	background-color: #3ED1ED;
	color: white;
	transition: height 0.5s;
	direction: rtl;
	overflow: hidden;
	border-radius: 4px;
}

	#dvDicta  a
	{
		cursor: pointer;
		font-weight: 700;
		text-decoration: underline;
		color: white !important;
	}

.maintenance-visible
{
	height: 1.5em !important;
}

#dvMoeNotPaid
{
	height: 2.8em !important;
	background-color: red;
	top: 92px;
	font-size: 20px;
}

#dvSuggestPaymentRenew
{
	height: 1.4em !important;
	background-color: #1cb6d3;
	top: 114px;
	font-size: 20px;
}

	#dvSuggestPaymentRenew > a,
	#dvMoeNotPaid > a
	{
		color: white;
		text-decoration: underline;
	}

.dlg-purchase-moe .modal-body
{
	text-align: right;
	direction: rtl;
}


#dlgSuggestMoePurchaseTeacher .modal-content
{
	background-color: rgb(243, 146, 33) !important;
	color: white !important;
	border-radius: 30px !important;
	box-shadow: 0px 3px 10px #b0b0b0;
}

	#dlgSuggestMoePurchaseTeacher .modal-content::after
	{
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 60px solid rgb(243, 146, 33);
		transform: skew(-37deg);
		content: "";
		position: absolute;
		bottom: -50px;
		left: 40px;
	}

#dlgSuggestMoePurchaseTeacher .modal-body
{
	text-align: center;
	padding-right: 2rem;
	padding-left: 2rem;
	padding-top: 0.2rem;
	padding-bottom: 1rem !important;
}

	#dlgSuggestMoePurchaseTeacher .modal-body a
	{
		font-weight: 500;
		color: white;
		text-decoration: underline;
	}

		#dlgSuggestMoePurchaseTeacher .modal-body a:hover
		{
			font-weight: 700;
		}

.btn-moe-close-modal
{
	padding: 0;
	border: none;
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
	z-index: 1;
	background-color: transparent;
}

	.btn-moe-close-modal > img
	{
		content: url(../images/ic_close_24px.svg);
		width: 14px;
		height: 14px;
	}

.img-logout
{
	content: url(../images/logout.svg);
}

.img-faq
{
	content: url(../images/faq.svg);
}

.img-home
{
	content: url(../images/home.svg);
}

.img-contact
{
	content: url(../images/contact.svg);
}

#dvYvcImgMobile img
{
	content: url(../images/DomainAccess/yvc-logo-wide.png);
}

#dvBeitImgMobile img
{
	content: url(../images/DomainAccess/BeitBerl_logo.png);
}

#dvAacImgMobile img
{
	content: url(../images/DomainAccess/aac-logo-wide.png?1);
}

#dvKinneretImgMobile img
{
	content: url(../images/DomainAccess/kinneret-logo-wide.png);
}

#dvTelhaiImgMobile img
{
	content: url(../images/DomainAccess/telhai-logo-wide.png);
}

#dvMtaImgMobile img
{
	content: url(../images/DomainAccess/mta-logo-wide.png);
}

#dvBuiImgMobile img
{
	content: url(../images/DomainAccess/bui-logo-wide.png);
}

#dvAchvaImgMobile img
{
	content: url(../images/DomainAccess/achva-logo-wide.png);
}

#dvWgalilImgMobile img
{
	content: url(../images/DomainAccess/wgalil-logo-wide.svg);
}

#dvWashImgMobile img
{
	content: url(../images/DomainAccess/washington-logo-wide.jpg);
}

#dvTauImgMobile img
{
	content: url(../images/DomainAccess/tau-logo-wide.png);
}

#dvHujiImgMobile img
{
	content: url(../images/DomainAccess/logo-huji.png);
}

#dvDyellinImgMobile img
{
	content: url(../images/DomainAccess/dyellin-logo-wide.png);
}

#dvZefatImgMobile img
{
	content: url(../images/DomainAccess/zefat-logo-wide.svg?1);
}

#dvEindegiImgMobile img
{
	content: url(../images/DomainAccess/eindegi-logo-wide.png);
	margin-top: -25px;
}

#dvRuppinImgMobile img
{
	content: url(../images/DomainAccess/ruppin-logo-wide.png);
}

#dvOpenuImgMobile img
{
	content: url(../images/DomainAccess/openu-logo-wide.svg);
}

#dvGordonImgMobile img
{
	content: url(../images/DomainAccess/gordon-logo-wide.webp);
}

#dvIacImgMobile img
{
	content: url(../images/DomainAccess/iac-logo-wide.png);
}

#dvSapirImgMobile img
{
	content: url(../images/DomainAccess/sapir-logo.svg);
}

#dvPacImgMobile
{
	content: url(../images/DomainAccess/pac_logo_wide.png);
}

@media screen and (max-width: 1250px)
{
	#dlgSuggestMoePurchaseTeacher
	{
		padding-right: 20px !important;
		padding-left: 20px !important;
	}
}

/* Specific styles for mobile controls */
.ar-touch-point
{
	width: 100px;
	height: 10px;
	border-radius: 5px;
	background-color: rgb(127, 127, 127);
}

#dvUserNameM
{
	right: 0.5em;
	color: rgb(78, 78, 78);
	font-size: 16px;
	top: 10px;
	left: unset;
	position: absolute;
}

#imgHeadphonesM
{
	bottom: -80px !important;
	left: 40px !important;
	top: unset !important;
}

.ar-subnav-m
{
	height: 3em;
	width: 100%;
	background-color: rgb(216, 217, 216);
}

#btnLoginM
{
	float: right;
	margin-top: 4px;
	margin-right: 2em;
}

.ar-credits-msg-m
{
	width: 37px !important;
	height: 30px !important;
	background-size: 37px !important;
	margin-left: 22px !important;
}

.ar-credits-m
{
	left: 0;
	top: 5px;
	width: 80px;
	height: 0;
}

#dvSentencesLeftTextM
{
	margin-top: 3px !important;
	font-size: 12px;
}

.almagu-logo-m
{
	height: 80px;
}

.ar-login-area-m
{
	width: 80px !important;
	cursor: pointer;
}

.logo-link-m
{
	width: 140px !important;
	height: 36px !important;
	margin-top: 1.4em !important;
}

#imgMenuIconM
{
	position: absolute;
	top: 28px;
	left: 29px;
	cursor: pointer;
}

.slidePanel
{
	color: rgb(81, 97, 109);
	background: rgba(0, 0, 0, 0.4);
	z-index: 1000;
}

.ar-slide-menu
{
	position: absolute;
	width: 300px;
	height: 100%;
	left: 0;
	background-color: rgb(216, 217, 216);
	direction: rtl;
	text-align: right;
	overflow-y: overlay;
}

.ar-slide-menu-header
{
	height: 80px;
	background-color: rgb(70, 73, 75);
}

.ar-slide-menu-item
{
	font-size: 19px;
	height: 50px;
	padding-right: 1em;
	padding-left: 2em;
	border-bottom-color: rgb(196, 198, 199);
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 0.5em;
	cursor: pointer;
}

.ar-slide-menu-light
{
	background-color: rgb(234, 232, 233) !important;
}

.ar-slide-menu-item > img
{
	width: 30px;
	height: 30px;
	float: left;
}

.ar-slide-voice-closed,
.ar-slide-voice-opened
{
	width: 12px !important;
	height: 12px !important;
}

.ar-slide-voice-closed
{
	content: url(/images/down.png);
}

.ar-slide-voice-opened
{
	content: url(/images/up.png);
}

#lblSelectedVoice
{
	font-weight: 800;
}

#btnCloseMenuM
{
	width: 20px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 28px;
	cursor: pointer;
}

#rateSliderContainerM
{
	left: 38px;
	top: 95px;
}

.slider-container
{
	font-size: 16px !important;
}

.ar-slider-touched
{
	background-color: rgb(200, 200, 200) !important;
}

#dvSliderMenu
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}

.ar-slider-menu-transition
{
	transition: left 1s;
}

#dvSliderTouch
{
	background-color: rgba(0, 0, 0, 0.4);
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100vw - 300px);
}

.ar-tooltip + .tooltip > .tooltip-inner
{
	background-color: #f00;
}

.ar-tooltip + .tooltip > .tooltip-arrow
{
	border-bottom-color: #f00;
}

.tooltip-inner
{
	background-color: #1cb6d3;
}

.arrow::before
{
	border-bottom-color: #1cb6d3 !important;
}

.tooltip
{
	opacity: 1.0 !important;
}

#dv200
{
	direction: rtl;
}

.ar-separator-adj
{
	margin-left: 5px !important;
	margin-right: 5px !important;
}

#dvInfoFooter
{
	display: flex;
	position: fixed;
	bottom: 0px;
	width: 100%;
	background-color: rgba(62, 209, 237, 1);
	z-index: 10000;
	color: white;
	opacity: 0.75;
	height: 20px;
	font-size: 14px;
	justify-content: space-around;
	direction: rtl;
}

.info-about-exceed
{
	color: yellow;
}

.info-exceed
{
	color: red;
}

.tos-link,
.accessibility-link
{
	color: white;
}

.accessibility-link
{
	font-size: 13px;
}

#dvMobileTosContainer
{
	display: flex;
	justify-content: space-around;
}

#dvReportProblem_Info
{
	margin-top: 16px;
	cursor: help;
}

/* Responsive part */
@media screen and (max-width: 576px)
{
	#dvMaintenance
	{
		z-index: 111;
		bottom: 5px;
	}

	.ar-btn-save, .ar-btn-pdf, .ar-voice-combo
	{
		font-size: 14px !important;
		margin-top: -7px !important;
		margin-left: 0 !important;
		margin-right: 10px !important;
		padding-left: 6px !important;
		padding-right: 6px !important;
	}

	.ar-btn-pdf, .ar-btn-save
	{
		max-width: 150px !important;
	}

	.ar-btn-pdf
	{
		text-align: center !important;
	}

	.modal-dialog
	{
		margin-top: 80px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	#dvMoeNotPaid
	{
		top: unset;
		bottom: 0;
		z-index: 1000;
		font-size: 16px;
		height: 5.8em !important;
		position: fixed;
	}

	#dvSuggestPaymentRenew
	{
		top: unset;
		bottom: 0;
		z-index: 1000;
		font-size: 14px;
		height: 2.8em !important;
		position: fixed;
	}
}

#btnStudentEmailSave
{
	width: 150px;
	margin-top: 30px;
}

#vldStudentWrongEmail
{
	color: red;
}

#txtStudentEmail
{
	width: 50%;
}

#dlgGetMoeStudentEmail .modal-body
{
	text-align: center;
}

#dvDomainAccessOptions
{
	padding-right: 4em
}

#dvDomainAccessDetails1
{
	margin-top: 5px;
	font-size: 14px;
}

#lblRegisterDomainInstitutionEmail
{
	font-size: 18px;
}

#dvAlmaguLogoDomainAccess
{
	margin-right: 50px;
}

.btn-domain
{
	width: 280px !important;
	position: relative;
}

#btnSapirLogin_DomainPopup div
{
	margin-left: 0px !important;
}

#btnLoadGoogleHuji,
#btnLoadGoogleHuji2
{
	width: 280px !important;
	margin-top: 8px;
}

	#btnLoadGoogleHuji > .msg-sync-google,
	#btnLoadGoogleHuji2 > .msg-sync-google
	{
		margin-left: 10px !important;
		margin-right: -10px !important;
	}

#btnDomainAccessClose
{
	height: 50px;
	width: 280px;
	text-align: center;
	margin-top: 6px;
}

#dvSapirImgMobile img
{
	border-color: white;
	border-style: solid;
	border-width: 2px;
	background-color: transparent;
}

#dvSapirImgMobile b
{
	font-size: 20px;
}

.dv-beit-img
{
	margin-left: 40px;
}

#dvPacImgMobile > img,
#dvBeitImgMobile > img
{
	background-color: unset !important;
}

.domain-access-btn-container
{
	display: block !important;
	text-align: center;
}

#dvKinneretImgMobile,
#dvTelhaiImgMobile,
#dvMtaImgMobile,
#dvBuiImgMobile
{
	margin-top: -20px;
}

#dvAchvaImgMobile
{
	margin-top: -10px;
}

.for-mobile
{
	display: none;
}

.dv-huji-img img
{
	content: url(../images/DomainAccess/logo-huji.png);
}

.dv-tau-img
{
	margin-left: 30px;
}

.dv-tau-img img
{
	content: url(../images/DomainAccess/tau-logo-wide.png);
}

.dv-sapir-img img
{
	content: url(../images/DomainAccess/sapir-logo.svg);
}

.dv-pac-img img
{
	content: url(../images/DomainAccess/pac_logo_wide-dark.png);
}

.dv-beit-img img
{
	content: url(../images/DomainAccess/BeitBerl_logo.png);
}

.dv-yvc-img img
{
	content: url(../images/DomainAccess/yvc-logo-wide.png);
}

.dv-aac-img img
{
	content: url(../images/DomainAccess/aac-logo-wide.png?1);
}

.dv-kinneret-img img
{
	content: url(../images/DomainAccess/kinneret-logo-wide.png);
}

.dv-telhai-img img
{
	content: url(../images/DomainAccess/telhai-logo-wide.png);
}

.dv-mta-img img
{
	content: url(../images/DomainAccess/mta-logo-wide.png);
}

.dv-bui-img img
{
	content: url(../images/DomainAccess/bui-logo-wide.png);
}

.dv-achva-img img
{
	content: url(../images/DomainAccess/achva-logo-wide.png);
}

.dv-dyellin-img img
{
	content: url(../images/DomainAccess/dyellin-logo-wide.png);
}

.dv-wgalil-img img
{
	content: url(../images/DomainAccess/wgalil-logo-wide.svg);
}

.dv-wash-img img
{
	content: url(../images/DomainAccess/washington-logo-wide.jpg);
}

.dv-zefat-img img
{
	content: url(../images/DomainAccess/zefat-logo-wide.svg?1=0);
}

.dv-eindegi-img img
{
	content: url(../images/DomainAccess/eindegi-logo-wide.png);
}

.dv-ruppin-img img
{
	content: url(../images/DomainAccess/ruppin-logo-wide.png);
}

.dv-openu-img img
{
	content: url(../images/DomainAccess/openu-logo-wide.svg);
}

.dv-gordon-img img
{
	content: url(../images/DomainAccess/gordon-logo-wide.webp);
}

.dv-iac-img img
{
	content: url(../images/DomainAccess/iac-logo-wide.png);
}

@media screen and (max-width: 1250px)
{
	.for-desktop
	{
		display: none;
	}

	.for-mobile
	{
		display: block;
	}

	#dvRegisterDomainMobileLine
	{
		display: block !important;
		margin-top: 0 !important;
	}

	#dvDomainAccessOptions
	{
		padding-top: 20px;
		padding-right: 0;
	}

	#txtStudentEmail
	{
		width: 100%;
	}

	#dvInfoFooter
	{
		display: none !important;
	}

	#navDesktop, .stuff, .logo, .logo-hr, #dvVerticalLine, #dvHugeAdv
	{
		display: none !important;
	}

	#navMobile
	{
		display: flex !important;
	}

	.ar-touch-point
	{
		display: block !important;
	}

	#imgHeadphonesM
	{
		opacity: 0.25;
		display: block !important;
	}

	#dvHugeAdv2
	{
		display: block !important;
		height: unset !important;
		overflow-y: hidden !important;
		max-height: 75px !important;
	}

	.modal-body
	{
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}

	.modal
	{
		padding-right: 0px !important;
		padding-left: 0px !important;
	}

	.modal-content
	{
		border-radius: 0 !important;
	}

	#dvTextContainer
	{
		text-align: center !important;
		margin-top: 1em !important;
		padding-left: 1em !important;
		padding-right: 1em !important;
		position: relative;
		margin-top: 30px;
	}

	#dvLeftRegisterBlock
	{
		position: relative;
	}

	#dvRememberMe
	{
		margin-top: 0.5em !important;
		margin-bottom: 0.5em !important;
	}

	.ar-user-name
	{
		color: rgb(78, 78, 78) !important;
		font-size: 16px !important;
		position: unset !important;
		float: right !important;
	}

	.ar-logout-link
	{
		position: unset !important;
		color: rgb(78, 78, 78) !important;
		padding-right: 1em;
		font-size: 16px !important;
	}

	#dvCards
	{
		margin-top: 0 !important;
	}

	#dvPaymentTariff2
	{
		margin-bottom: 1em !important;
	}

	.ar-collapse
	{
		white-space: unset !important;
	}

	#btnBackToMain
	{
		margin-top: 0 !important;
	}

		#btnBackToMain > .ar-btn-purchase-orange
		{
			z-index: 1;
			margin-top: 0.5em !important;
		}

	.text-white-md
	{
		margin-bottom: 0 !important;
	}

	.text-white-xl
	{
		margin-bottom: 0 !important;
	}

	.ar-register-text
	{
		display: unset !important;
	}

	.text-white-md
	{
		font-size: 16px !important;
	}

	.text-white-xl
	{
		font-size: 24px !important;
	}

	.text-gray-md
	{
		font-size: 20px !important;
	}

	#dvHugeAdv
	{
		margin-top: -14px !important;
	}

	.input-text .icon > img
	{
		margin-top: -31px !important;
	}

	.input-text input
	{
		padding-top: 0.25em !important;
		padding-bottom: 0.25em !important;
	}

	.hr
	{
		margin-top: 1em !important;
		margin-bottom: 1em !important;
	}

	#lblRegisterErrorSummary,
	#lblRegisterDomainErrorSummary
	{
		margin-top: 0 !important;
		padding-top: 0.5em !important;
	}

	.hr > div
	{
		font-size: 14px !important;
		margin-top: -10px !important;
	}

	.chk-container
	{
		font-size: 12px !important;
	}

	.chk-checkmark
	{
		top: 0 !important;
	}

	.dv-sapir-img,
	.dv-huji-img,
	.dv-pac-img,
	.dv-yvc-img,
	.dv-aac-img,
	.dv-beit-img,
	.dv-kinneret-img,
	.dv-telhai-img,
	.dv-mta-img,
	.dv-bui-img,
	.dv-tau-img
	{
		display: none !important;
	}		

	.domain-access-small-line
	{
		margin-left: 0 !important;
	}

	#imgMenuIconM
	{
		content: url(../images/m-menu.png);
	}

	#btnCloseMenuM
	{
		content: url(../images/m-close.png);
	}

	.img-purchase
	{
		content: url(../images/purchase.svg);
	}

	#dvHugeAdv2
	{
		position: absolute !important;
		left: 0px !important;
		width: 100% !important;
		top: 0 !important;
	}

		#dvHugeAdv2.register-domain
		{
			max-height: 120px !important;
			height: 120px !important;
		}

	#dvControlContainerRegister
	{
		margin-top: 2em !important;
	}

	#dvControlContainerRegister_Domain,
	#dvControlContainerRegister_Huji
	{
		margin-top: 80px !important;
	}

	#dvControlContainerRegister_Huji
	{
		height: 300px !important;
	}

	#imgCloseRegister
	{
		background: url(../images/close-transparent.png) 0 0 no-repeat;
		background-size: cover;
	}

	.btn-close-modal
	{
		height: unset;
		background-color: transparent;
	}

	#lnkRestorePassword
	{
		margin-right: 0 !important;
	}

	.msg-sync-google,
	.msg-sync-fb,
	.msg-sync-moe,
	.msg-sync-huji
	{
		margin-right: 0 !important;
		margin-top: -2px;
	}

	#dvControlContainerLogin
	{
		margin-top: -20px !important;
	}

	.msg-img-google,
	.msg-img-fb,
	.msg-img-moe
	{
		height: 40px !important;
		padding-top: 4px !important;
		margin-right: 5% !important;
		width: 97% !important;
	}

	.domain-access-btn-container
	{
		flex-direction: column;
	}

		.domain-access-btn-container > a,
		.domain-access-btn-container > button
		{
			height: 50px !important;
			margin-top: 12px !important;
		}

		.domain-access-btn-container > .msg-img-google
		{
			margin-right: unset !important;
			padding-top: 12px !important;
		}

	.msg-img-fb
	{
		padding-right: 15px !important;
		padding-left: 0 !important;
	}

	#dvTextContainer > p
	{
		margin-bottom: 0 !important;
	}

	#pvLogin, #pvRestorePassword, #pvChangePassword
	{
		margin-bottom: 0 !important;
	}

	#dvLoginBlock
	{
		margin-top: 0.25em !important;
	}

	.ar-btn-login-container
	{
		margin-left: 0 !important;
		margin-top: -25px !important;
	}

	#pvContact
	{
		margin-top: -3em !important;
	}

	.ar-btn-contact
	{
		margin-top: 0 !important;
	}

	#desk
	{
		min-height: unset !important;
	}

	.input-text .icon > span
	{
		margin-top: -21px !important;
	}
}

.btn-loader
{
	width: 16px;
	height: 16px;
	content: url(../images/loading.gif);
	margin-right: 5px;
}


.ocr-file-warning
{
	color: red;
}

#dlgOcrApprove h5
{
	text-align: center;
	margin-bottom: 30px;
}

#btnOcrWarningClose2
{
	width: 170px;
	color: white;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
}

#dvOcrWarningError
{
	color: red;
}

.dv-sapir-img
{
	color: #0C0F0A;
	font-weight: 800 !important;
	font-size: 20px;
	margin-left: 30px;
}

.dv-pac-img
{
	margin-left: 30px;
}

#lnkDocLibrary.menu-item-disabled
{
	opacity: 0.5;
}