/* Minification failed. Returning unminified contents.
(189,1): run-time error CSS1019: Unexpected token, found '}'
 */
.modal-loading-panel
{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	background: #000 url(/Content/images/loading.gif) 50% 50% no-repeat;
}

.modal-loading-panel
{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.5;
	background: #000 url(/Content/images/loading.gif) 50% 50% no-repeat;
}

.box-border
{
	border: 1px solid #D8D4D4;
    border-radius:3px;
}

.required-field
{
	font-size: 18px;
	color: red;
	font-weight: bold;
	position: relative;
	vertical-align: middle;
	padding: 3px;
}

.gray-background
{
	background-color: #f5f5f5;
	padding: 5px;
	margin-bottom: 10px;
}

.form-valid-error
{
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	display: none;
}

.top-buffer
{
	margin-top: 20px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom
{
	margin-right: 0;
}

.modal
{
	overflow-y: auto;
}

.load-more-data
{
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

	.load-more-data:hover
	{
		background-color: #e5e5e5;
	}

.LoadingAnimation
{
	background-color: #eeeeee;
	padding: 10px;
	border-radius: 6px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	background-image: url(/Content/images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	display: none;
}


.col-centered
{
	float: none;
	margin: 0 auto;
}

.inline-cetered-container
{
	text-align:center;
}
.centered-block
{
	display:block;
	margin:0 auto;
}

.seperator
{
	margin: 0 .5em;
}

/*Custom edits for including dropdown buttons within a btn-group*/
.btn-group > .dropdown-toggle:not(:first-child)
{
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0;
	border-left: none;
}

.btn-group-lg > .btn + .dropdown-toggle
{
	padding-left: 16px;
	padding-right: 16px;
}

.field-validation-error {
    color: red;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.glyphicon.glyphicon-lg
{
	font-size: 24px;
}

a.glyphicon
{
	text-decoration: none !important;
	color: #333333 !important;
}

div#orderContentRow:nth-child(2) {
    background-color: #F1F1F1;
}

.message-main {   
     border-bottom: 1px dashed #E5E5E5;
    margin-bottom: 5px;
}

.message-main .message-subject {
    min-height: 30px;
    font-weight: bold;
    cursor: pointer;
    padding-bottom: 5px;
}

.massage-main .message-date {
    font-weight: 85%;
}

.message-body {
    padding-right: 30px;
}

div#InstiduteDetails {
   padding:10px;
}


}
@font-face {
    font-family: 'Open Sans Hebrew';
	src: url('~/Content/fonts/OpenSansHebrew-Regular.eot'); /* IE9 Compat Modes */
	src: url('~/Content/fonts/OpenSansHebrew-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('~/Content/fonts/OpenSansHebrew-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('~/Content/fonts/OpenSansHebrew-Regular.woff') format('woff'), /* Pretty Modern Browsers */
	 	 url('~/Content/fonts/OpenSansHebrew-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		 url('~/Content/fonts/OpenSansHebrew-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


body {
    font-family: 'Open Sans Hebrew',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans Hebrew',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
}

.nav-pills-customized li a {
    font-size: 20px;
}

.carousel-caption {
    top: 20%;
    text-align: right;
}

.carousel-control {
    opacity: 0.1;
}

    .carousel-control:hover,
    .carousel-control:focus {
        opacity: 0.3;
    }



.nav-pills-customized li a.activeLink {
    background-color: rgba(0, 0, 0, 0) !important;
    color: #FFF !important;
    text-decoration: underline;
}

/*.table-bordered {
    border: 1px solid #514848;
    border-radius:3px;
}*/

.table-bordered {
border: 2px solid #514848;

}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 2px solid #514848;
}



.Customer_Service_Follow {
    width: 22px;
    height: 25px;
    background-size: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Content/Icons/Products/warning_saved_jobs.png);
    background-position: 80%;
    color: transparent !important;
}

.Customer_NEW {
    width: 22px;
    height: 25px;
    background-size: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(/Content/Icons/Products/new_icon.png);
    background-position: 90%;
    color: transparent !important;
}

.product-icon{
    width: 50px;
    height: 50px;
    background-size: 70%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.store-products{
        background-image:url(/Content/Icons/Products/office.png)
}
.document{
    background-image:url(/Content/Icons/Products/booklet.png)
}
.babycard{
    background-image:url(/Content/Icons/Products/babycard.png)
}
.album{
    background-image:url(/Content/Icons/Products/album.png)
}
.photo-dev{
    background-image:url(/Content/Icons/Products/photo-dev.png)
}
.sublimation-1,.sublimation-14{
     background-image:url(/Content/Icons/Products/apron.png)
}
.sublimation-2,.sublimation-26{
     background-image:url(/Content/Icons/Products/mug.png)
}
.sublimation-3{
     background-image:url(/Content/Icons/Products/mouse-pad.png)
}

.sublimation-4{
  background-image:url(/Content/Icons/Products/hoodie.png)
}
.sublimation-5{
     background-image:url(/Content/Icons/Products/umbrella.png)
}
.sublimation-6,.sublimation-7{
     background-image:url(/Content/Icons/Products/baby_long_sleave_cloths.png)
}
.sublimation-15,.sublimation-16{
     background-image:url(/Content/Icons/Products/termal-mug_1.png)
}
.sublimation-43{
  background-image:url(/Content/Icons/Products/square-black-wood-block.png)
}
.sublimation-44{
  background-image:url(/Content/Icons/Products/rectangle-black-wood-block.png)
}
.sublimation-46{
  background-image:url(/Content/Icons/Products/square-laba-stone.png)
}

.sublimation-45,.sublimation-48 {
  background-image:url(/Content/Icons/Products/rectangle-laba-stone.png)
}

.sublimation-49{
     background-image:url(/Content/Icons/Products/heart_crystal.png)
}
.sublimation-50{
     background-image:url(/Content/Icons/Products/rectangle-crystal.png)
}

.sublimation-50{
     background-image:url(/Content/Icons/Products/rectangle-crystal.png)
}


.sublimation-54{
     background-image:url(/Content/Icons/Products/rectangle-glass.png)
}
.sublimation-55{
     background-image:url(/Content/Icons/Products/square-glass.png)
}




.sublimation-8,.sublimation-13{
     background-image:url(/Content/Icons/Products/shirt.png)
}
.sublimation-9{
     background-image:url(/Content/Icons/Products/puzzel.png)
}
.sublimation-10{
     background-image:url(/Content/Icons/Products/book-bag.png)
}
.sublimation-11{
     background-image:url(/Content/Icons/Products/lundry-bag.png)
}
.sublimation-17{
     background-image:url(/Content/Icons/Products/baby_cloths.png)
}
.sublimation-20,.sublimation-21,.sublimation-22,.sublimation-23,.sublimation-24,.sublimation-25{
     background-image:url(/Content/Icons/Products/wood-bluck.png)
}

.sublimation-3{
     background-image:url(/Content/Icons/Products/mouse-pad.png)
}
.sublimation-4{
  background-image:url(/Content/Icons/Products/hoodie.png)
}
.sublimation-5{
     background-image:url(/Content/Icons/Products/umbrella.png)
}
.sublimation-6,.sublimation-7,.sublimation-33{
     background-image:url(/Content/Icons/Products/baby_long_sleave_cloths.png)
}
.sublimation-15,.sublimation-16{
     background-image:url(/Content/Icons/Products/termal-mug_1.png)
}




.sublimation-8,.sublimation-13{
     background-image:url(/Content/Icons/Products/shirt.png)
}
.sublimation-9{
     background-image:url(/Content/Icons/Products/puzzel.png)
}
.sublimation-10{
     background-image:url(/Content/Icons/Products/book-bag.png)
}
.sublimation-11{
     background-image:url(/Content/Icons/Products/lundry-bag.png)
}
.sublimation-17{
     background-image:url(/Content/Icons/Products/baby_cloths.png)
}

.sublimation-19{
     background-image:url(/Content/Icons/Products/Pencil-case.png)
}
.sublimation-20,.sublimation-21,.sublimation-22,.sublimation-23,.sublimation-24,.sublimation-25{
     background-image:url(/Content/Icons/Products/wood-bluck.png)
}

.sublimation-27{
     background-image:url(/Content/Icons/Products/Oven-glove_1.png)
}
.sublimation-28{
     background-image:url(/Content/Icons/Products/A5-clock.png)
}
.sublimation-29{
     background-image:url(/Content/Icons/Products/fridge-magnet.png)
}
.sublimation-30,.sublimation-31{
     background-image:url(/Content/Icons/Products/Polo-shirt.png)
}
.sublimation-32{
     background-image:url(/Content/Icons/Products/cloth-bag.png)
}
.sublimation-34{
     background-image:url(/Content/Icons/Products/Protector-with-Stand.png)
}
.sublimation-35{
     background-image:url(/Content/Icons/Products/Bag-laces.png)
}

.sublimation-36{
     background-image:url(/Content/Icons/Products/table-calender.png)
}
.sublimation-37{
     background-image:url(/Content/Icons/Products/a4_calender.png)
}
.sublimation-38{
     background-image:url(/Content/Icons/Products/a3_calender.png)
}
.sublimation-39{
     background-image:url(/Content/Icons/Products/magnet_calender_2.png)
}
.sublimation-40{
     background-image:url(/Content/Icons/Products/bottle.png)
}
.sublimation-41,.sublimation-42{
     background-image:url(/Content/Icons/Products/hagada.png)
}

.digital-1{
     background-image:url(/Content/Icons/Products/b-card.png)
     
}
.digital-2{
     background-image:url(/Content/Icons/Products/wedding_invitation.png)
}
.digital-3{
     background-image:url(/Content/Icons/Products/invitation_card.png)
}
.digital-4{
     background-image:url(/Content/Icons/Products/postcard.png)
}
.digital-5{
     background-image:url(/Content/Icons/Products/envelop.png)
}
.digital-6{
     background-image:url(/Content/Icons/Products/flyer.png)
}
.digital-7{
     background-image:url(/Content/Icons/Products/stationery.png)
}
.digital-8 {
    background-image: url(/Content/Icons/Products/big_rolup.png)
}
.digital-9{
     background-image:url(/Content/Icons/Products/magnet_card.png)
}
.digital-10, .digital-11,.digital-12,.digital-14{
     background-image:url(/Content/Icons/Products/business_book.png)
}
.digital-13{
     background-image:url(/Content/Icons/Products/business_book_6.png)
}
.digital-15, .digital-44 {
    background-image: url(/Content/Icons/Products/science_poster.png)
}
.digital-16{
     background-image:url(/Content/Icons/Products/poster.png)
}
.digital-17{
     background-image:url(/Content/Icons/Products/memo_card.png)
}

.digital-18{
     background-image:url(/Content/Icons/Products/placement.png)
}
.digital-19{
     background-image:url(/Content/Icons/Products/Scdual-boeard--portraite.png)
}
.digital-20{
     background-image:url(/Content/Icons/Products/Scdual-boeard--landscap.png)
}
.digital-21,.digital-22{
     background-image:url(/Content/Icons/Products/spiral_booklet.png)
}
.digital-23,.digital-24{
     background-image:url(/Content/Icons/Products/magazine_booklet.png)
}
.digital-25 {
    background-image: url(/Content/Icons/Products/a4_calender.png)
}
.digital-26 {
    background-image: url(/Content/Icons/Products/a3_calender.png)
}
.digital-29 {
    background-image: url(/Content/Icons/Products/29.png)
}
.digital-30 {
    background-image: url(/Content/Icons/Products/30.png)
}
.digital-31 {
    background-image: url(/Content/Icons/Products/31.png)
}
.digital-32 {
    background-image: url(/Content/Icons/Products/hoodie.png)
}
.digital-33 {
    background-image: url(/Content/Icons/Products/62.png)
}
.digital-34 {
    background-image: url(/Content/Icons/Products/shirt.png)
}

.digital-35 {
    background-image: url(/Content/Icons/Products/35.png)
}

.digital-36 {
    background-image: url(/Content/Icons/Products/36.png)
}
.digital-37 {
    background-image: url(/Content/Icons/Products/37.png)
}

.digital-38 {
    background-image: url(/Content/Icons/Products/38.png)
}


.digital-39 {
    background-image: url(/Content/Icons/Products/39.png)
}
.digital-40 {
    background-image: url(/Content/Icons/Products/40.png)
}
.digital-41 {
    background-image: url(/Content/Icons/Products/41.png)
}
.digital-42 {
    background-image: url(/Content/Icons/Products/42.png)
}
.digital-43 {
    background-image: url(/Content/Icons/Products/43.png)
}
.digital-45 {
    background-image: url(/Content/Icons/Products/45.png)
}
.digital-46 {
    background-image: url(/Content/Icons/Products/46.png)
}
.digital-47 {
    background-image: url(/Content/Icons/Products/47.png)
}

.digital-48 {
    background-image: url(/Content/Icons/Products/48.png)
}
.digital-49 {
    background-image: url(/Content/Icons/Products/49.png)
}
.digital-50 {
    background-image: url(/Content/Icons/Products/50.png)
}
.digital-51 {
    background-image: url(/Content/Icons/Products/51.png)
}
.digital-52 {
    background-image: url(/Content/Icons/Products/52.png)
}
.digital-53 {
    background-image: url(/Content/Icons/Products/53.png)
}

.digital-54 {
    background-image: url(/Content/Icons/Products/54.png)
}
.digital-55 {
    background-image: url(/Content/Icons/Products/55.png)
}
.digital-56 {
    background-image: url(/Content/Icons/Products/56.png)
}
.digital-57 {
    background-image: url(/Content/Icons/Products/57.png)
}
.digital-58 {
    background-image: url(/Content/Icons/Products/58.png)
}
.digital-59 {
    background-image: url(/Content/Icons/Products/59.png)
}
.digital-60 {
    background-image: url(/Content/Icons/Products/60.png)
}
.digital-61 {
    background-image: url(/Content/Icons/Products/61.png)
}
.digital-62 {
    background-image: url(/Content/Icons/Products/62.png)
}
.digital-63 {
    background-image: url(/Content/Icons/Products/63.png)
}
.digital-64 {
    background-image: url(/Content/Icons/Products/64.png)
}
.digital-65 {
    background-image: url(/Content/Icons/Products/65.jpg)
}
.digital-66 {
    background-image: url(/Content/Icons/Products/66.png)
}
.digital-67 {
    background-image: url(/Content/Icons/Products/67.png)
}
.digital-68 {
    background-image: url(/Content/Icons/Products/68.png)
}
.digital-69 {
    background-image: url(/Content/Icons/Products/69.png)
}
.digital-70 {
    background-image: url(/Content/Icons/Products/70.png)
}
.digital-71 {
    background-image: url(/Content/Icons/Products/71.png)
}
.digital-72 {
    background-image: url(/Content/Icons/Products/72.png)
}
.digital-73 {
    background-image: url(/Content/Icons/Products/73.png)
}







.digital-8-12 {
    background-image: url(/Content/Icons/Products/mini_roll_up.png)
}

.digital-8-13 {
    background-image: url(/Content/Icons/Products/big_rolup.png)
}



.wide-1,.wide-2,.wide-3{
     background-image:url(/Content/Icons/Products/canvas_2.png)
}
.wide-4{
     background-image:url(/Content/Icons/Products/flex_banner.png)
}
.wide-5{
     background-image:url(/Content/Icons/Products/vinail_sticker.png)
}
.wide-6{
     background-image:url(/Content/Icons/Products/net_sticker.png)
}
h2 {
    font-size:1.7em;
    color: #ffffff ;
}

h3 {
    font-weight: bold ;
    color: #428bca ;
}
h4 {
    color: #428bca;
}
h5 {
    color: #428bca ;
}
p{
    font-size:1.2em;
}
/*section header*/
    .section-header {
    height: 30px ;
    padding: 0 10px 0 0;
    background: #5395D3;
    width: auto;
    margin-bottom: 9px;
    font-size:1.3em;
    color:#ffffff;
}
.section-header-text{
    padding-right:10px;
    vertical-align:middle;
}

.section-header-icon{
    float:left;
    margin: 5px 0 0 5px;
}
.btn-otakim{
    padding-left:16px ;
    padding-right:16px ;
    width:120px;
}
.button-img{
    height:16px;
    width:auto;

}
.button-text{
    padding-left:10px;
}
.btn-info,
.btn-info:focus,
.btn-info.active {
  color: #ffffff;
  background-color: #A0A0A1;
  border-color: #A0A0A1;
}
.btn-info:hover{
    background-color: #909091;
}
/*DropDown*/
select.form-control {
    background-color: #2264A1;
    color: #fff;
    border-radius: 0;
    height: 35px;
}


/*search*/
.stylish-input-group .input-group-addon {
    background: white !important;
}

.stylish-input-group .form-control {
    border-left: 0;
    box-shadow: 0 0 0;
    border-color: #ccc;
}

.stylish-input-group button {
    border: 0;
    background: transparent;
}
.searchBtn {
    color: #B5B5B5;
}



/*header*/
header {
    background-color: #2264A1;
}

.headerBtn {
    border: 0;
    color: white;
    background-color: #2264A1;
}

    .headerBtn:focus {
        border: 0;
        color: white;
        background-color: #2264A1;
    }

    .headerBtn:hover {
        border: 0;
        color: white;
        background-color: #2264A1;
    }

headerBtnImg {
     height:20px;
    width:100px;
}

span.glyphicon-th-list {
    font-size:1.5em;
}


/*sprites css*/
 
.tickets, .my-card, .envelope, .papers-b, .calander, 
.shipping, .drive, .drop, .acad, .s, 
.bookp, .bookp-hover, .booksp, .creditcard, .eye, 
.eye-hover, .menu, .mic, .p-mic, .p-sale, 
.pic2, .plus, .plus-hover, .print-big, .print-big-hover, 
.white-left, .white-right, .og, .og2, .og-hover, 
.pic-white, .book-b, .books, .green-v, .ogdan-white, 
.p-heart, .p-print, .v, .v-hover, .edit-folder, 
.edit-folder-hover, .files, .pen2, .pen2-hover, .pic3, 
.plus-white, .q-white, .qu, .set, .set-hover, 
.txt-center, .txt-center-hover, .txt-color, .txt-color-hover, .txt-right, 
.txt-right-hover, .white-v, .add-folder, .add-folder-hover, .p-message, 
.p-user, .edit2, .edit2-hover, .p-details, .rate2, 
.rate2-hover, .g-cards, .ribbon, .trash2, .trash-file, 
.trash-file-hover, .add-file, .add-file-hover, .doc-white, .edit, 
.edit-hover, .file-icon, .g-pic, .p-contact, .trash-f, 
.trash-f-hover, .txt-plus, .txt-plus-hover, .txt-trash, .txt-trash-hover, 
.right, .right-hover, .txt-u, .txt-u-hover, .a-left, 
.a-left-hover, .a-right, .a-right-hover, .light, .save-white, 
.txt-i, .txt-i-hover, .book-g, .g-paper, .pen, 
.print-f, .print-f-hover, .refresh, .trash, .trash-hover, 
.txt-bold, .txt-bold-hover, .x-blue, .x-blue-hover, .x-gray, 
.x-white, .flag, .flag-hover, .book2, .mail-align2, 
.rate, .rate-hover, .small-x, .mail-align1, .p-left
{ display: inline-block; background: url('/Content/images/icons.png') no-repeat; overflow: hidden; text-indent: -9999px; text-align: left; vertical-align:middle}
 
.tickets { background-position: -2px -0px; width: 62px; height: 33px; }
.my-card { background-position: -2px -35px; width: 57px; height: 43px; }
.envelope { background-position: -2px -80px; width: 45px; height: 48px; }
.papers-b { background-position: -2px -130px; width: 41px; height: 51px; }
.calander { background-position: -2px -183px; width: 38px; height: 44px; }
.shipping { background-position: -2px -229px; width: 31px; height: 16px; }
.drive { background-position: -2px -247px; width: 29px; height: 25px; }
.drop { background-position: -33px -247px; width: 28px; height: 25px; }
.acad { background-position: -2px -274px; width: 27px; height: 30px; }
.s { background-position: -31px -274px; width: 27px; height: 23px; }
.bookp { background-position: -31px -299px; width: 26px; height: 23px; }
.bookp-hover { background-position: -2px -306px; width: 26px; height: 23px; }
.booksp { background-position: -30px -324px; width: 26px; height: 29px; }
.creditcard { background-position: -2px -331px; width: 26px; height: 18px; }
.eye { background-position: -35px -229px; width: 26px; height: 13px; }
.eye-hover { background-position: -2px -351px; width: 26px; height: 13px; }
.menu { background-position: -30px -355px; width: 22px; height: 15px; }
.mic { background-position: -2px -366px; width: 22px; height: 20px; }
.p-mic { background-position: -26px -372px; width: 22px; height: 20px; }
.p-sale { background-position: -2px -388px; width: 22px; height: 19px; }
.pic2 { background-position: -26px -394px; width: 22px; height: 18px; }
.plus { background-position: -2px -409px; width: 22px; height: 19px; }
.plus-hover { background-position: -26px -414px; width: 22px; height: 19px; }
.print-big { background-position: -22px -412px; width: 27px;height: 23px;}
.print-big-hover { background-position: -26px -435px; width: 22px; height: 24px; }
.white-left { background-position: -2px -456px; width: 22px; height: 39px; }
.white-right { background-position: -26px -461px; width: 22px; height: 39px; }
.og { background-position: -2px -497px; width: 21px; height: 23px; }
.og2 { background-position: -25px -502px; width: 21px; height: 23px; }
.og-hover { background-position: -2px -522px; width: 21px; height: 23px; }
.pic-white { background-position: -25px -527px; width: 21px; height: 16px; }
.book-b { background-position: -42px -183px; width: 20px; height: 17px; }
.books { background-position: -42px -202px; width: 20px; height: 24px; }
.green-v { background-position: -25px -545px; width: 20px; height: 15px; }
.ogdan-white { background-position: -2px -547px; width: 20px; height: 23px; }
.p-heart { background-position: -24px -562px; width: 20px; height: 18px; }
.p-print { background-position: -2px -572px; width: 20px; height: 21px; }
.v { background-position: -24px -582px; width: 20px; height: 15px; }
.v-hover { background-position: -2px -595px; width: 20px; height: 15px; }
.edit-folder { background-position: -24px -599px; width: 19px; height: 19px; }
.edit-folder-hover { background-position: -2px -612px; width: 19px; height: 19px; }
.files { background-position: -23px -620px; width: 19px; height: 24px; }
.pen2 { background-position: -2px -633px; width: 19px; height: 19px; }
.pen2-hover { background-position: -23px -646px; width: 19px; height: 19px; }
.pic3 { background-position: -2px -654px; width: 19px; height: 18px; }
.plus-white { background-position: -23px -667px; width: 19px; height: 19px; }
.q-white { background-position: -2px -674px; width: 19px; height: 19px; }
.qu { background-position: -23px -688px; width: 19px; height: 19px; }
.set { background-position: -2px -695px; width: 19px; height: 19px; }
.set-hover { background-position: -23px -709px; width: 19px; height: 19px; }
.txt-center { background-position: -2px -716px; width: 19px; height: 17px; }
.txt-center-hover { background-position: -23px -730px; width: 19px; height: 17px; }
.txt-color { background-position: -2px -735px; width: 19px; height: 19px; }
.txt-color-hover { background-position: -23px -749px; width: 19px; height: 19px; }
.txt-right { background-position: -2px -756px; width: 19px; height: 17px; }
.txt-right-hover { background-position: -23px -770px; width: 19px; height: 17px; }
.white-v { background-position: -2px -775px; width: 19px; height: 15px; }
.add-folder { background-position: -44px -620px; width: 18px; height: 14px; }
.add-folder-hover { background-position: -44px -636px; width: 18px; height: 14px; }
.p-message { background-position: -44px -652px; width: 18px; height: 14px; }
.p-user { background-position: -44px -668px; width: 18px; height: 20px; }
.edit2 { background-position: -45px -130px; width: 17px; height: 17px; }
.edit2-hover { background-position: -45px -149px; width: 17px; height: 17px; }
.p-details { background-position: -44px -690px; width: 17px; height: 23px; }
.rate2 { background-position: -45px -599px; width: 17px; height: 17px; }
.rate2-hover { background-position: -44px -715px; width: 17px; height: 17px; }
.g-cards { background-position: -46px -562px; width: 16px; height: 17px; }
.ribbon { background-position: -44px -734px; width: 16px; height: 32px; }
.trash2 { background-position: -44px -768px; width: 16px; height: 19px; }
.trash-file { background-position: -23px -789px; width: 16px; height: 19px; }
.trash-file-hover { background-position: -41px -789px; width: 16px; height: 19px; }
.add-file { background-position: -2px -792px; width: 15px; height: 19px; }
.add-file-hover { background-position: -19px -810px; width: 15px; height: 19px; }
.doc-white { background-position: -36px -810px; width: 15px; height: 21px; }
.edit { background-position: -47px -545px; width: 15px; height: 16px; }
.edit-hover { background-position: -46px -581px; width: 15px; height: 16px; }
.file-icon { background-position: -2px -813px; width: 15px; height: 22px; }
.g-pic { background-position: -45px -168px; width: 15px; height: 14px; }
.p-contact { background-position: -19px -831px; width: 15px; height: 21px; }
.trash-f { background-position: -36px -833px; width: 15px; height: 18px; }
.trash-f-hover { background-position: -2px -837px; width: 15px; height: 18px; }
.txt-plus { background-position: -36px -853px; width: 15px; height: 15px; }
.txt-plus-hover { background-position: -19px -854px; width: 15px; height: 15px; }
.txt-trash { background-position: -2px -857px; width: 15px; height: 18px; }
.txt-trash-hover { background-position: -36px -870px; width: 15px; height: 18px; }
.right { background-position: -48px -502px; width: 14px; height: 23px; }
.right-hover { background-position: -19px -871px; width: 14px; height: 23px; }
.txt-u { background-position: -48px -527px; width: 14px; height: 17px; }
.txt-u-hover { background-position: -2px -877px; width: 14px; height: 17px; }
.a-left { background-position: -49px -80px; width: 13px; height: 15px; }
.a-left-hover { background-position: -49px -97px; width: 13px; height: 15px; }
.a-right { background-position: -49px -114px; width: 13px; height: 15px; }
.a-right-hover { background-position: -35px -890px; width: 13px; height: 15px; }
.light { background-position: -2px -896px; width: 13px; height: 23px; }
.save-white { background-position: -17px -896px; width: 13px; height: 13px; }
.txt-i { background-position: -32px -907px; width: 13px; height: 17px; }
.txt-i-hover { background-position: -47px -907px; width: 13px; height: 17px; }
.book-g { background-position: -50px -372px; width: 12px; height: 14px; }
.g-paper { background-position: -50px -388px; width: 12px; height: 19px; }
.pen { background-position: -50px -409px; width: 12px; height: 12px; }
.print-f { background-position: -50px -423px; width: 12px; height: 13px; }
.print-f-hover { background-position: -50px -438px; width: 12px; height: 13px; }
.refresh { background-position: -50px -453px; width: 12px; height: 15px; }
.trash { background-position: -50px -470px; width: 12px; height: 14px; }
.trash-hover { background-position: -50px -486px; width: 12px; height: 14px; }
.txt-bold { background-position: -17px -911px; width: 12px; height: 17px; }
.txt-bold-hover { background-position: -2px -921px; width: 12px; height: 17px; }
.x-blue { background-position: -50px -890px; width: 12px; height: 12px; }
.x-blue-hover { background-position: -31px -926px; width: 12px; height: 12px; }
.x-gray { background-position: -45px -926px; width: 12px; height: 12px; }
.x-white { background-position: -16px -930px; width: 12px; height: 12px; }
.flag { background-position: -2px -940px; width: 11px; height: 19px; }
.flag-hover { background-position: -30px -940px; width: 11px; height: 19px; }
.book2 { background-position: -43px -940px; width: 10px; height: 17px; }
.mail-align2 { background-position: -15px -944px; width: 10px; height: 8px; }
.rate { background-position: -53px -810px; width: 9px; height: 9px; }
.rate-hover { background-position: -53px -821px; width: 9px; height: 9px; }
.small-x { background-position: -53px -832px; width: 9px; height: 10px; }
.mail-align1 { background-position: -54px -355px; width: 8px; height: 10px; }
.p-left { background-position: -53px -844px; width: 7px; height: 12px; }

.otakim-footer {
  padding: 10px;
}

.align-center
{
	margin-left:auto;
	margin-right:auto;
}
@font-face {
    font-family: 'Open Sans Hebrew';
	src: url(/Content/fonts/OpenSansHebrew-Regular.eot); /* IE9 Compat Modes */
	src: url(/Content/fonts/OpenSansHebrew-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
		 url(/Content/fonts/OpenSansHebrew-Regular.woff2) format('woff2'), /* Super Modern Browsers */
		 url(/Content/fonts/OpenSansHebrew-Regular.woff) format('woff'), /* Pretty Modern Browsers */
	 	 url(/Content/fonts/OpenSansHebrew-Regular.ttf)  format('truetype'), /* Safari, Android, iOS */
		 url(/Content/fonts/OpenSansHebrew-Regular.svg#svgFontName) format('svg'); /* Legacy iOS */
}

body {
    font-family: 'Open Sans Hebrew',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.nav-pills-customized li a {
    background-color: transparent !important;
    color: #000000 !important;
}

    .nav-pills-customized li a:hover {
        background-color: transparent !important;
        color: #ffffff !important;
    }


/* CHANGING THE WIDTH OF THE SCREEN TO 970PX */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container {
        width: 970px;
    }

    .MainPictures {
        height: 582px;
        width: 100%;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .container {
        width: 1200px;
    }

    .MainPictures {
        height: 800px;
        width: 100%;
    }
}



.MainPic1 {
    background-image: url(/Content/images/Homepage/Pic1.png);
    background-repeat: no-repeat;
}

.NavigationHeader {
    padding-top: 16px;
    padding-right: 5%;
}

.MainPictures h1 {
    position: relative;
    top: 100px;
    right: 39px;
}

.MainPictures h3 {
    position: relative;
    top: 120px;
    right: 39px;
}


.facebookLogin {
    background-image: url(/Content/images/fb-signup.png);
    background-repeat: no-repeat;
    cursor: pointer;
    width: 227px;
    height: 27px;
}

    .facebookLogin:hover {
        background-image: url(/Content/images/fb-hover.png);
    }

.well img {
    padding-left: 10px;
}

/* Order Managment */
.orderManag label   {
    font-weight: normal;
    color: #828282;
}

.orderManag input   {
    color: #828282;
}

.orderMangTbl.table thead > tr > th {
    border-bottom: 2px solid #a5b1bd;
    color: #666;
}

.orderMangTbl.table tbody > tr > td {
    color: #666;
    margin: 5px;
    padding: 5px;
    vertical-align: middle;
}

.orderMangTbl.table-hover > tbody > tr:hover > td {
    background-color: #edf1f8;
}

.orderMangTbl #OrderID {
    padding: 5px 25px;
}

#multipleactions {
    padding: 10px 0 15px 0;
}

#multipleactions .marginTop {
    margin-top:35px;
}

#multipleactions #updateOrder {
    margin-top: -7px;
}



