
/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

@font-face {
	font-family: 'david';
	src: url('../fonts/david.ttf') format('truetype');
}

html, body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.container {
	padding-left: 5px;
	padding-right: 5px;
}

a, .btn-link {
	color: #0366d6;
}

.btn-primary {
	color: #fff;
	background-color: #1b6ec2;
	border-color: #1861ac;
}

.btn-group-xs > .btn, .btn-xs {
	padding: .25rem .4rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.btn-group-xs > .btn, .btn-xxs {
	padding: .1rem .2rem;
	font-size: .875rem;
	line-height: .5;
	border-radius: .2rem;
}

.content {
	padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
	outline: 1px solid #26b050;
}

.invalid {
	outline: 1px solid red;
}

.validation-message {
	color: red;
}

#blazor-error-ui {
	background: lightyellow;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	padding: 0.6rem 1.25rem 0.7rem 1.25rem;
	position: fixed;
	width: 100%;
	z-index: 1000;
}

#blazor-error-ui .dismiss {
	cursor: pointer;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

sup.verse-number {
	font-weight: bold;
	color: sandybrown
}

p.verse-outline {
	font-size: .8rem;
	font-style: italic;
	text-align: right;
	margin-bottom: 5px
}

span.verse-outline {
	font-size: .8rem;
	font-style: italic;
	text-align: right;
	margin-bottom: 5px
}

.skinny-offcanvas {
	background-color: aqua; /* Set your desired background color */
	max-width: 300px;
}

hr.warning {
	border-bottom: 3px solid #ece1c1;
}

.hebrew16 {
	font-size: 16.0pt;
	font-family: david;
	direction: rtl;
}

.hebrew {
	font-size: 22.0pt;
	font-family: david;
	direction: rtl;
}

/*nrl:(Not Real Letter)*/
.hebrew-nrl {
	font-size: 22.0pt;
	font-weight:300;
	font-family: david;
	direction: rtl;
}


.hebrew30 {
	font-size: 30.0pt;
	font-family: david;
	direction: rtl;
	margin-top: .2em;
}

.hebrew36 {
	font-size: 36.0pt;
	font-family: david;
	direction: rtl;
	margin-top: .2em;
}

.hebrew44 {
	font-size: 44.0pt;
	font-family: david;
	direction: rtl;
}

.hebrew62 {
	font-size: 62.0pt;
	font-family: david;
	direction: rtl;
}

.hebrew.tiny {
	font-size: 10.0pt;
}

.hebrew.xs {
	font-size: 10.0pt;
}

.hebrew.sm {
	font-size: 16.0pt;
}

.hebrew.md {
	font-size: 22.0pt;
}

.hebrew.lg {
	font-size: 30.0pt;
}

.hebrew.xl {
	font-size: 36.0pt;
}



/*color: #800000;*/
.at-red {
	color: #ff0000;
}

.hebrewchart {
	font-size: 22.0pt;
	font-family: david;
	direction: rtl;
	line-height: 1.1;
}

/* FontAwesome Big Callendar*/
.calendar-text {
	margin-top: .3em;
}

.sort-link {
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
