@charset "windows-1255";
/* CSS Document */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

body {
	background: #B93900;
}
nav {
	background: #fff;
}
#mainheaderBar { padding-top: 8px;}

#mainheaderBar img { width: 100%; height: auto;}

#mainheaderBar img#logo { }
#mainheaderBar div { padding:0;}

#mainArea { padding-top: 20px;}

.bg-faded { background: #fff; font-size: 15px;}

ul.navbar-nav {
  padding-left: 0;
}

.navbar-nav .nav-item + .nav-item {
  margin-left: 0.5rem;
}


@media only screen and (max-width: 800px) {
.navbar-nav .nav-item + .nav-item {
  margin-left: 0;
}
}

.navbar-nav.mr-auto {
  padding-right: 0;
}
/*
.navbar-brand {
	float: right;
}
*/
.navbar-toggler-icon {
  height: 1.2em;
  width: 1.2em;
}

.navbar-toggler {
  background: rgb(255, 255, 255) none repeat scroll 0 0;
  z-index: 1;
}
.secondnav .navbar-toggler  { margin-top: -55px;  right: 0.5rem;}

#mainheaderBar .navbar-toggler  { margin-top: -35px; left: 0rem;} 

.container {
	background: #fff;
}
.headerimg { padding-top: 10px;
/*margin-bottom: 10px;
	border-radius: 10px;*/
}
.headerimg img {
	width: 100%;
	height: auto;
}
.dropdown-menu {
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: medium none;
  width: 250px;
}


/*
 * Footer
 */

.blog-footer {
	padding: 2.5rem 0;
	color: #999;
	text-align: center;
	font-size: 80%;
}
.blog-footer p:last-child {
	margin-bottom: 0;
}
.blog-footer a {
	color: #fff;
}

#sidebar { border-right: 1px solid #A23800; padding: 5px  5px 15px  5px;}
#footer {margin-bottom: 15px; border-radius:  0 0 0.3rem 0.3rem ;}
#mainheaderBar { margin-top: 5px;  border-radius:  0.3rem 0.3rem 0 0; }
.footerinner { text-align: center; font-size: 12px; padding: 10px 0;}
.footerinner a { color: #999; text-decoration: underline;}
.secondnav { padding-bottom: 10px;}


@media only screen and (max-width: 800px) {
	.dropdown-menu {border: none;}
	#sidebar { border: none; padding: 5px}
	#mainArea {  padding-top: 8px;}
	.secondnav { padding-bottom: 0px;}

}



.nav-item {
  background: #9f2f07 none repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
}
.nav-item.dropdown {
  /*background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #330;*/
}


.nav-link { 
  color: #fff !important;
}



.dropdown-menu {
  background: #9f2f07 none repeat scroll 0 0;
}
.dropdown-item {
  color: #fff;
}


@media only screen and (max-width: 800px) {
		.nav-item { padding-left: 8px; margin-top: 4px;}
		.dropdown-item {	 padding-left: 6px; padding-right: 6px;}
		.dropdown-menu { margin: 0 0 0 -6px;}
}

#sidebar table td { padding-bottom: 3px;}


    /*TAAMIM*/
    div#taamimChoose {
        width: 60%;
        margin: 20px auto;
        background-color: #b93900;
        color: white;
        border-radius: 10px;
        padding: 25px;
        box-sizing: border-box;
    }

    .taamimChoose {
        float: right;
        width: 33.333333%;
        box-sizing: border-box;
        padding: 0 10px;
    }

    .taamimChoose h3 {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .taamimGroup {
        height: 22px;
        box-sizing: border-box;
        margin-bottom: 7px;
    }

    .taamimGroup [type="radio"] {
        margin-left: 8px;
    }

    div#taamimGroupChooserImage {
        width: 50%;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
    }

    div#taamimGroupChooserImage img {
        width: 100%;
    }

    .taamimGroupChooserVirtual {
        position: absolute;
        width: 50%;
        height: 50%;
    }

    div#taamimGroupChooserRightTop {
        right: 0;
        top: 0;
    }

    div#taamimGroupChooserLeftTop {
        left: 0;
        top: 0;
    }

    div#taamimGroupChooserRightBottom {
        right: 0;
        bottom: 0;
    }

    div#taamimGroupChooserLeftBottom {
        left: 0;
        bottom: 0;
    }

    div#taamimSelf {
        width: 60%;
        margin: 25px auto;
        border: 2px solid #b93900;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

    div#taamimOptions {
        background-color: #b93900;
        text-align: center;
        padding: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

    }

    .taamimOptions {
        display: inline-block;
        background-color: white;
        padding: 5px 10px;
        border-radius: 13px;
        color: #de4600;
        font-weight: bold;
        cursor: pointer;
    }
	
	.taamimOptions[data-value="2"], .taamimOptions[data-value="3"] {
	  padding: 3px 10px;
	}

    #taamimImage img {
        width: 100%;
    }

    #taamimImage {
        background-color: white;
        height: 129px;
    }

    div#taamimNotFound {
        text-align: center;
        margin: 10px auto;
        display: none;
    }

    #blessWhat {
        width: 45%;
        margin: 10px auto;
        background-color: #b93900;
        padding: 20px;
        border-radius: 10px;
    }

    .blessWhat {
        width: 50%;
        float: right;
        color: white;
        line-height: 35px;
        font-weight: 500;
    }

    .teacherForm.inBless {
        width: 76%;
        line-height: 29px;
        display: none;
    }

    /*END OF TAAMIM*/
	
 /*KRIOT*/
#kriotSubmit {
	text-align: center;
}
.kriotButton {
	font-weight: bold;
	font-size: 150%;
	color: white;
	background-color: #b93900;
	display: inline-block;
	padding: 10px 21px;
	border-radius: 25px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#kriah {
	text-align: center;
}
#kriahDetails {
	display: inline-block;
	background-color: #B93900;
	color: white;
	padding: 10px;
	margin-top: 10px;
	border-radius: 12px;
}
#kriahDetails span {
	margin: 0 10px;
}
#kriahSelf {
	position: relative;
	display: inline-block;
	margin: 25px auto;
	background-color: #B93900;
}
#kriahMailControllers {
	position: relative; direction:rtl;
}
#kriahMailControllers .fa {
	cursor: pointer;
	background-color: white;
	padding: 6px;
	border-radius: 50%;
	margin-bottom: 10px;
	color: #921813;
	text-align: center;
	margin-left: 10px;
}
#canvasKriaHolder {
	width: 600px;
	height: 300px;
	padding: 6px;
}
#canvasKriaHolder canvas {
	background-color: white;
}
#sideKriahControllers .fa {
	background-color: white;
	display: block;
	margin: 10px 5px;
	border-radius: 50%;
	padding: 10px;
	color: #8f1514;
	font-weight: bold;
}
#sideKriahControllers {
	position: absolute;
	background-color: #B93900;
	right: -43px;
	top: 88px;
	border-radius: 0 10px 10px 0;
	padding: 10px 0;
}
#kriahControllers {
	position: relative;
}
#kriahControllers #sideInKriahControllers {
	position: absolute;
	left: 17px;
	top: 2px;
	z-index: 5555;
}
#sideInKriahControllers i {
	background-color: white;
	height: 22px !important;
	display: inline-block;
	padding: 3px 4px 0;
	vertical-align: middle;
	border-radius: 16px;
}


#kriahMemorials {
	text-align: center;
}
#kriahMemorials .memorials h4 {
	text-align: center;
	margin-bottom: 10px;
}
#kriahMemorials .memorials {
	height: auto;
	margin: 25px 0 0;
	float: none;
	text-align: center;
	display: inline-block;
	width: 64%;
	background-color: #8f1514;
	font-size: 22px;
	min-height: 100px;
}
.memorials h4 {
	text-align: center;
}

#kriahControllers #loader {
	position: absolute;
	top: 0;
	margin-top: 0;
	right: 0;
	left: 0;
	background-color: #B93900;
	z-index: 555555;
}
#kriahControllers #loader img {
	width: 43px;
	vertical-align: middle;
}

@media only screen and (max-width: 800px) {
	
	.sideimage { display: none;}
	
		 /*KRIOT*/
	#kriotSubmit {
		text-align: center;
	}
	.kriotButton {
		font-weight: bold;
		font-size: 150%;
		color: white;
		background-color: #b93900;
		display: inline-block;
		padding: 10px 21px;
		border-radius: 25px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	#kriah {
		text-align: center;
		margin-top: 30px;
	}
	#kriahDetails {
		display: inline-block;
		background-color: #B93900;
		color: white;
		padding: 10px;
		margin-top: 10px;
		border-radius: 12px;
	}
	#kriahDetails span {
		margin: 0 10px;
	}
	#kriahSelf {
		position: relative;
		display: inline-block;
		margin: 25px auto;
		background-color: #B93900;
		width: 100%;
	}
	#kriahMailControllers {
		position: relative; direction:rtl;
	}
	#kriahMailControllers .fa {
		cursor: pointer;
		background-color: white;
		padding: 6px;
		border-radius: 50%;
		margin-bottom: 10px;
		color: #921813;
		text-align: center;
		margin-left: 10px;
	}
	#canvasKriaHolder {
		width: 100%;
		height: auto;
		padding: 6px;
		text-align: center;
		box-sizing: border-box;
		position: relative;
	}
	#mobileAdClicker {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}
	#canvasKriaHolder canvas {
		background-color: white;
		width: 98%;
		box-sizing: border-box;
	}
	#sideKriahControllers .fa {
		background-color: white;
		display: inline-block;
		margin: 0;
		border-radius: 50%;
		padding: 10px;
		color: #8f1514;
		font-weight: bold;
	}
	#sideKriahControllers {
		position: absolute;
		background-color: #B93900;
		right: 0;
		top: -40px;
		border-radius: 10px 10px 0 0;
		padding: 4px 0;
		left: 0;
		width: 50%;
		margin: 0 auto;
	}
	#kriahControllers {
		position: relative;
	}
	#kriahControllers #sideInKriahControllers {
		margin: 2px auto 0; top:0; left: 10px;
	}
	#sideInKriahControllers i {
		background-color: white;
		height: 22px !important;
		display: inline-block;
		padding: 3px 4px 0;
		vertical-align: middle;
		border-radius: 16px;
	}
	
	#sideInKriahControllers i.print { display: none;}
	
	
	
	#kriahMemorials {
		text-align: center;
	}
	#kriahMemorials .memorials h4 {
		text-align: center;
		margin-bottom: 10px;
	}
	#kriahMemorials .memorials {
		height: auto;
		margin: 25px 0 0;
		float: none;
		text-align: center;
		display: inline-block;
		width: 100%;
		background-color: #8f1514;
		font-size: 20px;
		min-height: 122px;
	}
	.memorials h4 {
		text-align: center;
	}
	.cms {
		color: #000269;
		line-height: 26px;
		margin-top: 15px;
		word-break: break-word;
	}
	/*END OF KRIOT*/
	
	/*TAAMIM*/
    div#taamimChoose {
        width: 80%;
        margin: 20px auto;
        background-color: #b93900;
        color: white;
        border-radius: 10px;
        padding: 25px;
        box-sizing: border-box;
    }

    .taamimChoose {
        float: none;
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin-bottom: 25px;
    }

    .taamimChoose h3 {
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .taamimGroup {
        height: 22px;
        box-sizing: border-box;
        margin-bottom: 7px;
    }

    .taamimGroup [type="radio"] {
        margin-left: 8px;
    }

    div#taamimGroupChooserImage {
        width: 100%;
        margin: 0 auto;
        position: relative;
        cursor: pointer;
    }

    div#taamimGroupChooserImage img {
        width: 100%;
    }

    .taamimGroupChooserVirtual {
        position: absolute;
        width: 50%;
        height: 50%;
    }

    div#taamimGroupChooserRightTop {
        right: 0;
        top: 0;
    }

    div#taamimGroupChooserLeftTop {
        left: 0;
        top: 0;
    }

    div#taamimGroupChooserRightBottom {
        right: 0;
        bottom: 0;
    }

    div#taamimGroupChooserLeftBottom {
        left: 0;
        bottom: 0;
    }

    div#taamimSelf {
        width: 100%;
        margin: 25px auto;
        border: 2px solid #b93900;
        box-sizing: border-box;
        border-radius: 10px;
        overflow: hidden;
    }

    div#taamimOptions {
        background-color: #b93900;
        text-align: center;
        padding: 5px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

    }

    .taamimOptions {
        display: inline-block;
        background-color: white;
        padding: 5px 10px;
        border-radius: 13px;
        color: #de4600;
        font-weight: bold;
        cursor: pointer;
    }
	
	.taamimOptions[data-value="2"], .taamimOptions[data-value="3"] {
	  padding: 3px 10px;
	}

    #taamimImage img {
        width: 100%;
    }

    #taamimImage {
        background-color: white;
        height: 79px;
    }

    div#taamimNotFound {
        text-align: center;
        margin: 10px auto;
        display: none;
    }

    #blessWhat {
        width: 100%;
        margin: 10px auto;
        background-color: #b93900;
        padding: 10px;
        border-radius: 10px;
        box-sizing: border-box;
    }

    .blessWhat {
        width: 100%;
        float: none;
        color: white;
        line-height: 35px;
        font-weight: 500;
    }

    .teacherForm.inBless {
        width: 76%;
        line-height: 29px;
        display: none;
    }
	
	
	
	
}
/*END OF KRIOT*/