/* colors 
@white:#ffffff;

@grey-3:#eaeaea;
@grey-2:#c5c5c5;
@grey-1:#aeaeae;
@grey:#949494;
@grey1:#6e6e6e;
@grey2:#5f5f5f;

@blue-4:#ecf0f5;
@blue-3:#e2e8ef;
@blue-2:#b8c7ce;
@blue-1:#95abb5;
@blue:#4192c2;
@blue1:#367fa9;
@blue2:#32759c;
@blue3:#2c3b41;
@blue4:#222d32;
@blue5:#1f2830;
@blue6:#171e24;

@green-2:#66d96b;
@green:#339900;

@orange-2:#ffcc66;

@red:#ff0000;
@red-2:#fc4f45;
@yellow:#ffff00;
*/


@media print {
body {-webkit-print-color-adjust: exact;}
}

.green{ color:#339900 }
.red {color:#ff0000 }
.blue {color:#4192c2 }

/* system - hebrew */
.heb{
text-align:right;
direction:rtl;
}

/* system - hidden */
.hid{
display:none;
}

/* system - no margin */
.nom{
margin:0px !important;
}

/* system - no padding */
.nop{
padding:0px !important;
}

/* system - border - testing */
.bor{
border:1px solid red !important;
}

.bog{
border:1px solid green !important;
}

.bob{
border:1px solid blue !important;
}

/* system - lang */
.heb{
text-align:right;
direction:rtl;
}

.eng{
text-align:left;
direction:ltr;
}

/* system -link */
.link{
color:#004a95;
font-size:.9em;
cursor:pointer;
}

.link:hover{
text-decoration:underline;
}

/* system - focus */
.focus{
    border-color: rgba(82,168,236,.8);
    outline: 0;
    outline: thin dotted \9;
    -moz-box-shadow: 0 0 8px rgba(82,168,236,.6);
    box-shadow: 0 0 8px rgba(82,168,236,.6) !important;
}

/* system - datepicker */
.datepicker table tr td:first-child + td + td + td + td + td + td  {
	color: red
}

/* system - vertical bootstrap divider -eng */
.row.vdivider-eng [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  right:0;
  min-height: 70px;
}

/* system - vertical bootstrap divider -heb */
.row.vdivider-heb [class*='col-']:not(:last-child):after {
  background: #e0e0e0;
  width: 1px;
  content: "";
  display:block;
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  min-height: 70px;
}

/* system - override bootstrap settings */
.btn:focus,.btn:active {
   outline: none !important;
}

tbody{
   background-color:white !important;
}

/* body,html */
html,body {
	min-height: 100%;
}

.layout-boxed html, .layout-boxed body {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	overflow-y: hidden;
    font-family: Arial, sans-serif;
    font-weight: 400;
	color:#6e6e6e;
}

/* main  wrappers */
#wrapper-eng {
	padding-left: 210px;
	transition: all 0.4s ease 0s;
	height:100vh;
}

#wrapper-heb {
	padding-right: 210px;
	transition: all 0.4s ease 0s;
	height:100vh;
}

#sidebar-wrapper {
	margin-left: -210px;
	left: 210px;
	width: 210px;
	background: #222d32;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
	transition: all 0.4s ease 0s;
}


#sidebar-wrapper-eng {
	margin-left: -210px;
	left: 210px;
	width: 210px;
	background: #222d32;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
	transition: all 0.4s ease 0s;
}


#sidebar-wrapper-heb {
	margin-right: -210px;
	right: 210px;
	width: 210px;
	background: #222d32;
	position: fixed;
	height: 100%;
	overflow-y: auto;
	z-index: 100;
	transition: all 0.4s ease 0s;
}

#wrapper-eng.active {
	padding-left: 0;
}

#wrapper-heb.active {
	padding-right: 0;
}



#wrapper-eng.active #sidebar-wrapper-eng {
	left: 0;
}

#wrapper-heb.active #sidebar-wrapper-heb {
	right: 0;
}

#page-content-wrapper {
	width: 100%;
	height: 100%;
	transition: all 0.4s ease 0s;
	background: #ecf0f5;
}


/* sidebar */
#menu-toggle {
	text-decoration: none;
	float: left;
	color: #ffffff;
	padding-right: 15px;
}

#sidebar-header {
	width:100%;
	height:50px;
	color:#ffffff;
	background:#367fa9;
	text-align:center;
	padding-top:15px;
	font-size:1.2em;
	line-height:14px;
}

.sidebar-item{
	position:relative;
	width:100%;
	height:40px;
	color:#b8c7ce;
	text-align:left;
	padding:10px 20px 0 ;
	font-size:1em;
	cursor:pointer;
}

.sidebar-item-passive{
	background:#222d32;
}

.sidebar-item-passive:hover{
	background:#1f2830;
	color:#ffffff;
}

.sidebar-item-passive:hover .sidebar-pass-hover{
	display:inline;
}

.sidebar-item-active, .sidebar-item-expanded{
	background:#171e24;
	color:#ffffff;
}

.sidebar-pass-hover, .sidebar-pass-active, .sidebar-pass-expanded{
	position:absolute;
	top:0px;
	width:5px;
	height:40px;
	display:none;
}

.sidebar-pass-hover{
	background:#367fa9;
}

.sidebar-pass-active, .sidebar-pass-expanded{
	background:#4192c2;
}

.sidebar-sub{
	position:relative;
	width:100%;
	background:#2c3b41;
	display:none;
}

.sidebar-sub-item{
	width:100%;
	height:30px;
	color:#b8c7ce;
	text-align:left;
	font-size:1em;
	cursor:pointer;
}

.sidebar-sub-item-eng{
	padding:5px 0 0 41px;
}

.sidebar-sub-item-heb{
	padding:5px 41px 0 0;
}

.sidebar-sub-item:hover{
	background:#222d32;
	color:#ffffff;
}

.sidebar-sub-item-active{
	color:#ffffff;
}

.sidebar-expand-arrow{
	position:absolute;
	top:14px;
	width:16px;
	height:16px;
	font-size:.7em;
	color:#b8c7ce;
}

/* content header */


.blind-mode {
	position:absolute;
	right:0px;
	top:0px;
	width:40px;
	height:40px;
	background:rgba(0,0,0,.6);
	color:#ffffff;
	font-size:2em;
	padding:0px 7px;
	cursor:pointer;
	display:none;
	z-index:999;
}

.blind-mode :hover{
	color:#ffff00;
}

.admin-header {
	padding:12px 20px !important;
	height:50px;
	color:#ffffff;
	background:#4192c2;
}


.btn-flash{
	background-color:red;
	cursor:default;
	opacity:0;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.btn-flash:hover{
	background-color:red;
}

/* content */

.content-wrapper{
	padding:10px 4px;
}

.content{
	padding:0px;
}

.content-container{
	width:100%;
	height:100%;
}

.content-row{
	height:100%;
	padding:0px;
}

.content-col{
	height:100%;
	padding:0px 5px;
}

/* content footer */
.content-footer {
	width:100%;
	display:table;
	height:30px;
	background:#ffffff;
}

.content-footer-left {
	display:table-cell;
	text-align:center;
	vertical-align: middle;
	padding-left:16px;
}

.content-footer-right {
	width:300px;
	display:table-cell;
	text-align:right;
	vertical-align: middle;
	padding-right:16px;
	font-size:.8em;
}

/* elements - box */

.box{
	position: relative;
	width: 100%;
	padding: 0px;
}

.box-vis{
	position: relative;
	border-radius: 5px;
	background: #ffffff;
	width: 100%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	padding: 10px 10px 12px;
}

.box-header{
	width:100%;
	font-size:1.2em;
	color:#5f5f5f;
	padding:2px 10px;
}


.box-grey{
	border-top: 5px solid #c5c5c5;
}

.box-green{
	border-top: 5px solid #66d96b;
}

.box-orange{
	border-top: 5px solid #ffcc66;
}

.box-blue{
	border-top: 5px solid #4192c2;
}

.box-red{
	border-top: 5px solid #fc4f45;
}


.box-full{
	position:relative;
	height:100%;
}

.box-abs{
	position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	overflow:hidden;
}

.box-row{
	position:relative;
	width:100%;
}

.box-title{
	font-size:1.2em;
	color:#949494;
}

.box-info{
	font-size:1em;
	color:#949494;
	text-align:center;
	padding-top:6px;
}

.box-info-result{
color:#4192c2;
font-weight:bold;
}

/* elements - input */
.col-input{
padding:0 5px !important;
}

.row-input{
padding:0 8px !important;
margin-top:10px;
}

/* elements - tables */

.table-fixed{
	table-layout:fixed;
}

.table-bg{
	background-color:white;
	margin:5px 0 0 0;
}

.table-bg th,td{
	text-align:center;
}

.table-wrapper{
    position:absolute;
    height:auto;
    bottom:0;
    top:0;
    left:0;
    right:0;
	margin-top:26px;
	overflow:hidden;
}

.table-th{
margin:0px;
}

.table-th td{
	background:#367fa9;
	text-align:center;
	color:#ecf0f5;
	font-size:.9em !important;
	border-right:1px solid #ffffff;
	padding:4px 0px!important;
}



.table-th .th-active{
	cursor:pointer;
}

.table-th .th-active:hover{
	cursor:pointer;
	background:#32759c;
	color:#ffffff;
}

.table-th-green td{
	background:green !important;
}

.table-th-orange td{
	background:#ff6633 !important;
}

.table-std td{
	padding:4px 10px !important;
	font-size:.9em
}

.table-std th{
	background:#32759c;
	text-align:center;
	color:#ecf0f5;
	font-size:.9em !important;
	border-right:1px solid #ffffff;
	padding:8px 0px 2px !important;
}

.tr-std, .tr-std-active{
	cursor:pointer;
}

.tr-std:hover{
	background:#e2e8ef !important;
}


.tr-std-active{
	font-weight:600;
	color:#5f5f5f;
	background:#e2e8ef !important;
}


/* elements - glyphicons */
.glyphicon{
color:#949494;
}

/* elements - labels */
label{
color:#95abb5;
font-weight:normal;
font-size:.9em;
padding:0px;
margin:0px;
}

/* elements - close button */
.close-button-eng{
right:-4px;
}

.close-button-heb{
left:-4px;
}


.close-button{
position:absolute;
top:-10px;
color:#aeaeae;
cursor:pointer;
font-size:1.5em;
}

.close-button:hover{
color:#949494;
}

.close-button-red{
position:absolute;
top:-8px;
color:#fc4f45;
cursor:pointer;
font-size:1.5em;
}

.close-button-red:hover{
color:#ff0000;
}

/* elements - list button */
.btn-list{
padding:4px;
margin:4px;
border:1px solid #bbbbbb;
border-radius:4px;
color:#339900;
}
/* elements - slide button */
.slide-button{
position:absolute;
right:7px;
top:5px;
color:white
cursor:pointer;
font-size:1.2em;
}


/* elements - spacers */
.hr{
width:100%;
height:1px;
border-bottom:1px solid #eaeaea;
padding:0px;
margin:15px 0;
}

.space-xs{
width:100%;
height:10px;
}

/* elements - refresh */
.refresh{
position:relative;
width:100%;
height:100%;
}

.refresh_img{
position:absolute;
top:0px;
bottom:0px;
left:0px;
right:0px;
margin:auto;
width:108px; 
opacity: 0.72;f
ilter: alpha(opacity=72);
}

/* elements - modals */

.mod-dim {
position: fixed;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0.55);
z-index: 200;
height: 100%;
width: 100%;
display:none;
}

.mod-m100{
z-index:201;
position: absolute;
margin:9px auto;
max-width:1200px;
top:0px;
bottom:0px;
left:0px;
right:0px;
background: #fff;
padding:20px;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
display:none;
}

.mod-m100-inner{
width:100%;
}

.mod-close-button{
position:absolute;
cursor:pointer;
right:5px;
top:5px;
font-size:1.6em;
color:#b2b2b2;
}

.mod-close-button:hover{
color:#818181;
}

.mod-title{
	font-size:1.2em;
	color:#32759c;
}


/* order */
.order{
width:100%;
height:100%;
padding:4px 8px;
border:1px solid#c9c9c9;
cursor:pointer;
}


.order-rep, .order-rep-pass{
background-color:#c8f89c;
}

.order-rep:hover{
background-color:#b7f57e;
}

.order-tw, .order-tw-pass{
background-color:#fdfa86;	
}

.order-tw:hover{
background-color:#fcf861;
}

.order-single, .order-single-pass{
background-color:#bfe0ee;
}

.order-single:hover{
background-color:#a8d5e8;
}

.order-rep-pass, .order-tw-pass, .order-single-pass{
cursor:default !important;
}


/* pay */
.pay{
color:white;
background-color:green;
}

.pay-active{
color:white;
background-color:red;
cursor:pointer;
}

.pay-active:hover{
background-color:#ce0000;
}

.pay-partial{
color:white;
background-color:#ff9900;
cursor:pointer;
}

.pay-partial:hover{
background-color:#cc7a00;
}


.order-pending{
background-color:red;
color:white;
cursor:pointer;
text-align:left;
}

.order-pending:hover{
background-color:#ce0000;
color:yellow;
}

.order-progress{
background-color:blue;
color:white;
cursor:pointer;
text-align:left;
}

.order-progress:hover{
background-color:#0000c4;
color:yellow;
}

.order-ended{
background-color:green;
color:white;
cursor:pointer;
text-align:left;
}

.order-ended:hover{
background-color:#336600;
color:yellow;
}

.order-coorder{
background-color:#f3fe2e;
text-align:center;
}

.remove-coworker{
color:#8f8f8f;
cursor:pointer;
padding:12px 0;
}

.remove-coworker:hover{
color:#b30000;
}

.order-week{
min-height:50px;
}

.order-week-blank{
position:absolute;
min-height:98%;
min-width:98%;
background-color:white;
cursor:pointer;
}

.order-week-blank:hover{
background-color:#e8edee;
}

.order-week-two-week{
position:absolute;
min-height:98%;
min-width:98%;
background-color:#fdfa86;
cursor:pointer;
}

.order-week-two-week:hover{
background-color:white;
}


.order-week-next-week{
position:absolute;
min-height:98%;
min-width:98%;
background-color:#c8f89c;
cursor:pointer;
}

.order-week-next-week:hover{
background-color:white;
}



.order_weeek_plus{
width:40px;
height:40px;
position:absolute;
top:0px;
right:0px;
bottom:0px;
left:0px;
margin:auto;
}

.order-second-week{
position:absolute;
left:3px;
top:3px;
width:5px;
height:5px;
border-radius:2.5px;
background-color:black;
}

.shift{
min-height:48px;
height:48px;
padding-top:14px;
}