@import url(https://fonts.googleapis.com/css?family=Share:400,400italic,700,700italic);
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

a {	
	color: darkblue;
}

/*
body{
	-moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select:none;
  user-select:none;
}
*/

.top-menu-tabs{
	float:left;
	min-height:60px;
	height: auto;
}

.top-menu.top-menu-tabs:after{
	content:'';
	position:absolute;
	top:34px;
	left:2px;
	background-image:url(Pictures/icons/config_node.png);
	width:25px;
	height:25px;
	background-size:100% 100%;
	pointer-events:none;
	
}

.top-menu.top-menu-tabs:hover:after{
    background-color:rgb(209, 121, 24, 74%);
}

.aMS_BookingOverview .top-menu.top-menu-tabs{
	background:grey;
}

.aMS_BookingOverview .top-menu.top-menu-tabs .topButtonTab{
	background:lightgray;
	color:black;
}

.aMS_BookingOverview .top-menu.top-menu-tabs:after{
	background-image:url(Pictures/Front_Booking/booking_top.png);
	background-size:24px 24px;
	background-repeat:no-repeat;
	background-position:center;
	background-color:rgba(0,0,0,0.2);
}

.aMS_BookingOverview .top-menu.top-menu-tabs:hover:after{
	background-color:rgb(209, 121, 24, 74%);	
}

@media screen and (max-width: 420px) {
	.top-menu img{
		height:28px;
	}
}

a:visited {	
	color: darkblue; 
}

html{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gwt-DialogBox {
	border: 2px solid #AAAAAA;
	background-color: white;
}

.gwt-DialogBox .Caption {
	background-image: url(gray_gradient.gif);
	background-repeat: repeat-x;
	padding: 4px;
	padding-bottom: 8px;
	font-weight: bold;
	cursor: default;
}

.gwt-MenuBar {
	background-color: #C3D9FF;
	cursor: default;
}

.gwt-MenuItem {
	font-size: 80%;
	margin: 1px;
	cursor: default;
}

.gwt-MenuItem-selected {
	background-color: #E8EEF7;
}

.gwt-Tree {
}

.gwt-Tree .gwt-TreeItem {
	font-size: 80%;
	cursor: default;
}

.gwt-Tree .gwt-TreeItem-selected {
	background-color: #C3D9FF;
}

.gwt-StackPanel {
	background-color: white;
	border: 1px solid #AAAAAA;
	width: 15em;
}

.gwt-StackPanel .gwt-StackPanelItem {
	background-image: url(blue_gradient.gif);
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	cursor: pointer;
	cursor: hand;
}

.gwt-StackPanel .gwt-StackPanelItem-selected {
}

.gwt-TabPanel {
	
}

.gwt-TabPanelBottom {
	border-left: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	border-bottom: 1px solid #87b3ff;
}

.gwt-TabBar {
	font-size: smaller;
}

.gwt-TabBar .gwt-TabBarFirst {
	height: 100%;
	border-bottom: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	padding-left: 3px;
}

.gwt-TabBar .gwt-TabBarRest {
	border-bottom: 1px solid #87b3ff;
	padding-right: 3px;
}

.gwt-TabBar .gwt-TabBarItem {
	border-top: 1px solid #87b3ff;
	border-bottom: 1px solid #87b3ff;
	padding: 2px;
	cursor: hand;
	white-space: nowrap;
	border-right: 1px solid #87b3ff;
}

.gwt-TabBar .gwt-TabBarItem-selected {
	font-weight: bold;
	background-color: #e8eef7;
	border-top: 1px solid #87b3ff;
	border-right: 1px solid #87b3ff;
	border-bottom: 1px solid #e8eef7;
	padding: 2px;
	cursor: default;
	white-space: nowrap;
}

.gwt-PushButton-up {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
}

.gwt-PushButton-up-hovering {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
}

.gwt-PushButton-down {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
}

.gwt-PushButton-down-hovering {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-up {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-up-hovering {
  background-color: #C3D9FF;
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-down {
  background-color: #C3D9FF;
  padding: 2px;
  background-color: #E8F1FF;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
}

.gwt-ToggleButton-down-hovering {
  background-color: #C3D9FF;
  padding: 2px;
  background-color: #E8F1FF;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
}

.gwt-RichTextArea {
  border: 1px solid black;
  background-color: white;
}

.gwt-RichTextToolbar {
  background-color: #C3D9FF;
  padding: 2px;
}

.gwt-RichTextToolbar .gwt-PushButton-up {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-PushButton-down {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-up {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
}

.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
  margin-right: 2px;
  border: 1px solid #C3D9FF;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down {
  margin-right: 2px;
  background-color: #E8F1FF;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
  margin-right: 2px;
  background-color: #E8F1FF;
  border: 1px solid #C3D9FF;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
}

.gwt-HorizontalSplitPanel {
	border: 8px solid #C3D9FF;
}

.gwt-HorizontalSplitPanel .splitter {
	background-color: #C3D9FF;
	cursor: move;
}

.gwt-HorizontalSplitPanel .left {
  background-color: #E8EEF7;
}

.gwt-VerticalSplitPanel {
	border: 8px solid #C3D9FF;
}

.gwt-VerticalSplitPanel .splitter {
	background-color: #C3D9FF;
	height: 8px;
	cursor: move;
}

.gwt-SuggestBoxPopup {
	border: 2px solid #C3D9FF;
}

.gwt-SuggestBoxPopup .item {
	padding: 2px;
}

.gwt-SuggestBoxPopup .item-selected {
	background-color: #C3D9FF;
	padding: 2px;
}

.gwt-DisclosurePanel {
	border: 2px solid #C3D9FF;
}

.gwt-DisclosurePanel .header {
	background-color: #e8eef7;
	cursor: hand;
}


.gwt-Image-top-up {
  padding: 2px;
  border: 2px solid transparent;
  border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  cursor: pointer;
  cursor: hand;
  width:60px;
  height:60px;
}

.gwt-Image-top-down {
  padding: 2px;
  border: 2px solid transparent;
  border-color: #9DAECD rgb(232, 241, 255) rgb(232, 241, 255) rgb(157, 174, 205);
  cursor: pointer;
  cursor: hand;
  width:60px;
  height:60px;
}

.gwt-Label-itemGroup-title{
	font-size:150%;
}


.table{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	outline:none;
	width: 110px;
	height: 110px;
	background-attachment: fixed;
	border: 5px solid transparent;
	margin-top:-5px;
	margin-left:-5px;
}

.table-active:after{
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	background-color:yellow;
	opacity:0.5;
	
}

.table .gwt-TextBox{
	text-align: center;
	color:white;
	text-weight:bold;
	font-size: 20px;
}

.table .titleWrapper{
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
}

.mapTable .titleWrapper{
	margin-left: -5px;
	margin-top: -5px;
}

.table .titleWrapper .title{
	color:white;
	text-weight:bold;
	font-size: 20px;
	
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.bigCircle
{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	width: 100px;
	height: 100px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border: 2px solid white;
}

.smallCircle
{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	width: 70px;
	height: 70px;
	border-radius: 35px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	border: 2px solid white;
}

.bigSquare
{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	width: 100px;
	height: 100px;
	border: 2px solid white;
}

.smallSquare
{
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	width: 70px;
	height: 70px;
	border: 2px solid white;
}

.table.aMS_BookingStatusRestricted{
    opacity:0.6;
}

.table-small{
	width:80px;
	height:80px;
}

.table-big{
	width:110px;
	height:110px;
}

.imageButton .gwt-Image{
	height:60px;
	margin:3px;
	align:right;
	width:50px;
}

.imageButton-erase .order-Button{
    background-color:rgb(247, 163, 0);
    height:60px;
    color:black;
    margin:3px;
    align:right;
    font-size:130%;
}

.imageButton-money .order-Button{
    background-color:rgb(125, 186, 0);
    height:60px;
    color:black;
    margin:3px;
    align:right;
    font-size:130%;
}

.gwt-Button .gwt-Button-Qty{
	font-size:150%;	
}

.imageButton-borderOn{
	border: 3px solid red;
	margin:0px;
}


.tabua-cortica{
	background-image:url(Pictures/icons/cortica.jpeg);	
}

.floor {
	background-image: url(Pictures/icons/Wood2.png);
}


.postIt {
	width:180px;
	height:180px;
	color: Blue;
	font-family: 'Gochi Hand', cursive;
	font-size:110%;
	padding-left:10px;
	 -moz-box-shadow: 1px 3px 2px #111;
	 -webkit-box-shadow: 1px 3px 2px #111;
	 box-shadow:  1px 3px 2px #111; 
	white-space:nowrap;
	overflow:hidden;
	margin-bottom:10px;
	cursor:pointer;
}

.postItAdd{
	line-height:190px;
	text-align:center;
	font-size:10em;
}

.postIt-call{
	color:white;
	background-color: red;
}

.postIt-big{
	font-size:250%;
}


.postIt-verybadBoy{
	background-color: black;
}

.postIt-badBoy{
	background-color: LightCoral;
}

.postIt-normalBoy{
	background-color: Yellow;
}

.postIt-goodBoy{
	background-color: LightGreen;
}


.gwt-Label-VeryBig {
	font-size: 200%;
	font-weight: bold;
}

.Order-item-FlexTable{
	margin-top : 5px;
	padding-top:5px;
}

.body-Qty {
	margin-right:50px ;
}

.gwt-Label-Totals {
	font-size: 140%;
	font-weight: bold ;
}

.gwt-Label-item-title {
	font-size:140%;
	font-weight:bold ;
}

body-new-item {
	padding-right:20px;
}

.body-new-item {
margin-right:30px;
}
.Order-Item {
	height:40px;
	width:100%;
	background-color: #E1E1E1;	
}
.Item-Modifier-gwt-Label {
	font-weight:bold;

}
.Label-Qty-up {
	height:30px;
	width:30px;
	background-color:green;
	font-size:180%;
  	padding: 2px;
  	border: 2px solid transparent;
  	border-color: #E8F1FF rgb(157, 174, 205) rgb(157, 174, 205) rgb(232, 241, 255);
  	cursor: pointer;
  	cursor: hand;	
}

.gwt-Button-Qty {
	font-size:180%;
	font-weight:bold;
}

.Keypad-button {
	width:60px;
	height:60px;
}

.Keypad-value {
	font-weight:bold;
	font-size:140%;
}

.led {
	height:60px;
	width:200px;
	/*background-image:url(Pictures/icons/AIRMENU_BW.png);*/
}

.led-connected {
	/*background-image:url(Pictures/icons/airmenu.png);*/	
}


.ledsPanel{
	background-color:#800000;
 	padding: 10px solid #808080;
 	height:100%;
 	width:100%;
	font-size:1000%;
	color:#FFA0A0;
	font-weight:bold;
}

.ledsPanelButtonSmall{
	background-color:#800000;
 	padding: 10px solid #808080;
 	height:60px;
 	width:100px;
	font-size:50%;
	color:#FFA0A0;
	font-weight:bold;
}

.topBar {
	position:fixed;
}



/* ===== LOGIN ===== */
.loginManager,
.loginManagerNewUser {
  /*	@include box-shadow(0 0 15px 3px #666);*/
  /*	@include border-radius(2px);*/
  /*	border: 4px solid $main-color;*/
  width: 300px;
  margin: 2% auto;
  /*	padding: 10px;*/
  /*	background: #eee;*/ }
  .loginManager .gwt-Label,
  .loginManagerNewUser .gwt-Label {
    color: #c45b31;
    margin-top: 10px; }
  .loginManager .gwt-Label-session,
  .loginManager .gwt-Label-newUser,
  .loginManagerNewUser .gwt-Label-session,
  .loginManagerNewUser .gwt-Label-newUser {
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #444;
    text-transform: none;
    margin-bottom: 10px; }
  .loginManager .gwt-TextBox,
  .loginManager .gwt-PasswordTextBox,
  .loginManagerNewUser .gwt-TextBox,
  .loginManagerNewUser .gwt-PasswordTextBox {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    margin-bottom: 2px;
    font-size: 1em;
    padding:0px;
    font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #666; }
    .loginManager .gwt-TextBox:focus,
    .loginManager .gwt-PasswordTextBox:focus,
    .loginManagerNewUser .gwt-TextBox:focus,
    .loginManagerNewUser .gwt-PasswordTextBox:focus {
      -webkit-box-shadow: 0 0 5px 2px #c45b31;
      -moz-box-shadow: 0 0 5px 2px #c45b31;
      -ms-box-shadow: 0 0 5px 2px #c45b31;
      -o-box-shadow: 0 0 5px 2px #c45b31;
      box-shadow: 0 0 5px 2px #c45b31; }
  .loginManager .gwt-Button,
  .loginManagerNewUser .gwt-Button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    -moz-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    -ms-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    -o-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    background: #c45b31;
    background-color: #c45b31;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c45b31), color-stop(100%, #9b4827));
    background-image: -webkit-linear-gradient(top, #c45b31, #9b4827);
    background-image: -moz-linear-gradient(top, #c45b31, #9b4827);
    background-image: -ms-linear-gradient(top, #c45b31, #9b4827);
    background-image: -o-linear-gradient(top, #c45b31, #9b4827);
    background-image: linear-gradient(top, #c45b31, #9b4827);
    color: #eee;
    font-size: 0.9em;
    font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    padding: 10px;
    border: 1px solid #d47854;
    width: 100%; }
    .loginManager .gwt-Button:hover,
    .loginManagerNewUser .gwt-Button:hover {
      background: #9b4827; }
    .loginManager .gwt-Button:active,
    .loginManagerNewUser .gwt-Button:active {
      background: #72351d; }
  .loginManager .gwt-Button-login,
  .loginManagerNewUser .gwt-Button-login {
    margin-top: 20px;
    width: 100%; }
  .loginManager .gwt-CheckBox,
  .loginManagerNewUser .gwt-CheckBox {
    margin: 10px 0 40px;
    clear: both;
    display: inline-block; }
    .loginManager .gwt-CheckBox input,
    .loginManagerNewUser .gwt-CheckBox input {
      margin: -2px 4px 0 0; }
  .loginManager .gwt-Button-newUser,
  .loginManager .gwt-Button-cancel,
  .loginManagerNewUser .gwt-Button-newUser,
  .loginManagerNewUser .gwt-Button-cancel {
    background: #ccc;
    color: #666;
    border-color: #ddd; }
    .loginManager .gwt-Button-newUser:hover,
    .loginManager .gwt-Button-cancel:hover,
    .loginManagerNewUser .gwt-Button-newUser:hover,
    .loginManagerNewUser .gwt-Button-cancel:hover {
      background: #bbb; }
    .loginManager .gwt-Button-newUser:active,
    .loginManager .gwt-Button-cancel:active,
    .loginManagerNewUser .gwt-Button-newUser:active,
    .loginManagerNewUser .gwt-Button-cancel:active {
      background: #666;
      color: #fff; }
    
.notification .gwt-Button {

	text-align: left;
	height:40px;
	font-weight: bold;
	margin-top:10px;
}

.notification .gwt-TextBox {
	height:40px;
	font-size:200%;
	width:50px;
}


.notification .gwt-Label {
    font-weight:130%;
}

/* PopupPanel */


.popupContent .gwt-Button {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    -moz-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    -ms-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    -o-box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    box-shadow: inset 0 0 12px -4px #444444, 0 0 3px 0 #666666;
    background: #c45b31;
    background-color: #c45b31;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c45b31), color-stop(100%, #9b4827));
    background-image: -webkit-linear-gradient(top, #c45b31, #9b4827);
    background-image: -moz-linear-gradient(top, #c45b31, #9b4827);
    background-image: -ms-linear-gradient(top, #c45b31, #9b4827);
    background-image: -o-linear-gradient(top, #c45b31, #9b4827);
    background-image: linear-gradient(top, #c45b31, #9b4827);
    color: #eee;
    font-size: 0.9em;
    font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    padding: 10px;
    border: 1px solid #d47854;
    width: 100%; 
}
    
.popupContent .gwt-Button:hover {
      background: #9b4827; 
}

.popupContent .gwt-Button:active {
      background: #72351d; 
}

.gwt-Label-title{

}

.popupContent .gwt-Label-title {
	margin-bottom:20px;
	font-size: 130%;
	text-align:center;
	color:#000;
//	font-weight:bold;
}

.popupContent .gwt-Label{
 	margin-right:5px;   
 	margin-top:5px;
}


/************************************************
*************** CSS Refactory ********************
************************************************/

body{
	font-family: sans-serif;
	margin:0px;
}

.top-menu .syncIcon{
width:24px;
height:24px;
left:0px;
top:0px;
position:absolute;
}


/* Buttons */

.ImageButton{
    width:64px;
    height:64px;
    min-width:64px;
    
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin:2px;
    padding: 0px;
    outline:none;
    
	overflow:hidden;
}

.ImageButton .gwt-Image{
    width: 56px;
    height: 53px;
    margin:4px;
}

.ImageButton .gwt-Label{
    text-align:center;
    margin:0px;
    height:100%;
    font-size:2.5em;
    font-weight:bold;
    line-height:60px;
}

/* Popup */

.gwt-PopupPanelGlass{
    background-color:black;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.gwt-PopupPanel {
	border: 0px !important;
}

.popupContent {
  	-webkit-box-shadow: 0 0 15px 3px #666666;
  	-moz-box-shadow: 0 0 15px 3px #666666;
  	-ms-box-shadow: 0 0 15px 3px #666666;
  	-o-box-shadow: 0 0 15px 3px #666666;
  	box-shadow: 0 0 15px 3px #666666;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	-ms-border-radius: 2px;
  	-o-border-radius: 2px;
  	border-radius: 2px;
  	margin: 2% auto;
	/*  padding: 10px; */
  	background: #e7e7e7;
  	padding:10px;
  	border:none;
}


/* OrderWindow */

.OrderWindow_MainPanel{
    background-color:white;
    
}

.OrderWindow_HeaderRow{
    height:68px;
    margin-left:-10px;
    margin-top:-10px;
    margin-right:-10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

.OrderWindow_CloseButton{
    margin-top:-20px;
    margin-left:-20px;
}

.OrderWindow_HeaderRowLeft{
    float:left;
}

.OrderWindow_HeaderRowRight{
    float:right;
}

.OrderWindow_firstButtonMargin{
    margin-right:3px;
}

.OrderWindow_HeaderRow .gwt-Label{
    color:#e3e3e3;
    font-size:1.3em;
    font-weight:bold;
    margin-top: 3px;
}

.OrderWindow_HeaderRow .OrderWindow_tableNumber{
    color:#e3e3e3;
    font-size:1.1em;
    font-weight:normal;
    margin-top:0px;
    width:100%;
}

.OrderWindow_HeaderRow .OrderWindow_tableNumber_center{
	margin-top: 20px;
}

.ButtonRightSpacing{
    margin-right:20px;
}

.OrderWindow_Close{
    width:64px;
    height:64px;
    background-image:url(/Pictures/icons/close_window_hover.png);
    margin-left:-20px;
    margin-top:-20px;
    outline:none;
}

.OrderWindow_Close:hover{
    cursor:pointer;
}

.OrderWindow_ItemsScroll{
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}

.OrderWindow_totalsPanel{
    float:left;
    background-color:#e7e7e7;
    font-size:1.3em;
    padding-top:5px;
    border-top: 1px solid #666;
    margin-top:1px;
}

.OrderWindow_totalsLeft{
    float:left;
}

.OrderWindow_totalsRight{
    float:right;
}

div.OrderWindow_totalsLeft{
    font-weight:bold;
}

span.OrderWindow_totalsLeft{
    margin-left:2px;
    margin-right:15px;
}

div.OrderWindow_totalsRight{
    margin-right:5px;
    font-weight:bold;
}

button.OrderWindow_totalsRight{
    width:60px;
    height:30px;
}

/* ItemGroup */

.ItemGroup_MainPanel{
    height:70px;
    background-color: #e7e7e7;
    width:100%;
}

.ItemGroup_ButtonsPanel{
    color:red;
    float:right;
    width: initial;
    margin-left:10px;
}

.ItemGroup_WhiteRow{
    background-color:white;
}

.ItemGroup_Photo{
    width:66px;
    height:66px;
    margin-right:10px;
    margin-left:2px;
    margin-top:2px;
    outline:none;
}

.ItemGroup_Photo_Button{
	cursor:pointer;
	outline:none;
}

.ItemGroup_Photo .gwt-Image{
    width:66px;
    height:66px;
}

.ItemGroup_ItemDetails{
    width:70%;
}

.ItemGroup_ItemDetails .gwt-Label{
    margin-right:10px;
}

.ItemGroup_Modifiers{
	width:30%;
    color: #333;
    font-size:1em;
}

.ItemGroup_Modifiers .gwt-Label{
	margin-right:10px;
}

.ItemGroup_Modifiers .gwt-Label{
    width:100%;
    margin: 0px;
    margin-bottom: -1px;
}

.ItemGroup_ItemDetails .gwt-Label{
    font-weight:bold;
    font-size:1.2em;
}

/* Message window */
.messageWindow .popupContent div{
    background-color:white;
    padding:10px;
}

.messageWindow .popupContent .gwt-Label{
    color:#666;
    font-size:1.5em;
    border-bottom:1px solid #666;
    margin-bottom:10px;
    margin-top:0px;
    margin-left:0px;
    margin-right:0px;
}

/* Notification */
.notification{
}

.notification table{
    background-color:white;
    padding:10px;
}

.notification .gwt-Label{
    color:#666;    
}

.notification .gwt-TextBox{
    margin-top:10px;
    height:30px; 
    margin-left:-5px;   
    font-size:1.3em;
}

.notification .gwt-Button{
    text-align:center;

}




/* ArrowPopupWindow */

.ArrowPopupWindow{
	z-index:2;
}

.ArrowPopupWindow .popupContent{
    background: transparent;  
    border:none;
    padding:0px;
    margin:0px;
    float:left;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;	
}

.ArrowPopupWindow .popupContent .ResizablePanel{
    overflow:hidden;
}

.ArrowPopupWindow .popupContent .ResizablePanel .MainPanel{
    float:left;
    
    -webkit-box-shadow: 0 0 15px 3px #666666;
    -moz-box-shadow: 0 0 15px 3px #666666;
    -ms-box-shadow: 0 0 15px 3px #666666;
    -o-box-shadow: 0 0 15px 3px #666666;
    box-shadow: 0 0 15px 3px #666666;
    
    border: 1px solid #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
  	
    margin-left:20px;
    margin-right:20px;
    margin-top:30px;
    margin-bottom:30px;
    
    background-color:#e7e7e7;
}

.ArrowPopupWindow .WindowContent{
    padding:10px;
    margin:5px;
    background-color:#F7F7F7;
    /*font-size:1em;*/
}

.ArrowPopupWindow .arrowLeft{
    float:left;
    width:20px;
    height:30px;
    background-image:url(Pictures/icons/menu_popup_arrow_left.png);
    margin-left:-20px;
}

.ArrowPopupWindow .contentRight{
    float:right;
}

.ArrowPopupWindow .arrowTop{
    width:30px;
    height:20px;
    background-image:url(Pictures/icons/menu_popup_arrow_top.png);
    margin-top:-20px;
}

.ArrowPopupWindow .arrowBottom{
    width:30px;
    height:20px;
    background-image:url(Pictures/icons/menu_popup_arrow_bottom.png);
    margin-bottom:-20px;
}

.ArrowPopupWindow .arrowRight{
    width:20px;
    height:30px;
    background-image:url(Pictures/icons/menu_popup_arrow_right.png);
    float:right;
    margin-right:-20px;
}

.ArrowPopupWindow .contentLeft{
    float:left;
}


/* Generic Form */

.GenericForm{
	/*margin-top:20px;
	width:700px;*/
	margin-left:auto;
	margin-right:auto;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #666;
	/*margin-bottom:100px;*/
}

.GenericForm fieldset{
	border: 1px solid #C3C3C3;
	margin: 0px;
}

.GenericFormDisabled{
	color: #c3c3c3;
}

.GenericForm table{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-spacing: 0px;
}

.GenericForm td{
	height:30px;
	padding-left:0px;
	padding-right:0px;
	vertical-align:middle;
}

.GenericForm .gwt-Label{
	width:100%;
	height:100%;
	border-bottom: 1px solid #C3C3C3;
	margin:0px;
	float:left;
}

.GenericForm .gwt-TextBox{
	width: 100%;
	height: 30px;
	border: none;
	padding:0px;
	outline:none;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #666 !important;
}

.GenericForm .gwt-TextArea{
	border: none;
	width: 100%;
	height: 100px;
	float: left;
	padding: 0px;
	margin: 0px;
	outline: none;
	resize: none;
	min-size: 100%;
	min-height: 100%;
	max-height: 100%;
}

.GenericForm .gwt-SuggestBox{
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: 30px;
	border: none;
	outline: none;
}

.GenericForm_TextBoxWrapper{
	height:31px;
	border: 1px solid #C3C3C3;
}

.GenericForm_TitleWrapper{
	width:100%;
	float:left;
}

.GenericForm .gwt-CheckBox{
	width:100%;
	border-bottom: 1px solid #C3C3C3;
	height:100%;
	float:left;
}

.GenericForm .FormSpacing{
	width:100%;
	height:100%;	
}

.GenericForm .Form_ListBox{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #C3C3C3;	
}

.GenericForm .Form_ListBox .gwt-ListBox{
	width: 100%;
}

.GenericForm .Form_ColorPicker{
	width:100%;
	min-width:10px;
	height:100%;
	border-bottom:1px solid #C3C3C3;
	cursor:pointer;
	outline:none;
}

.GenericForm form{
	width:100%;
}

.OrderInfo .GenericForm_ScrollableFlexTable{
	width:350px;
}

.OrderInfoPanel{
	width: 400px;
	max-width: calc(100vw - 60px);
}

/* Order Window Info */

.orderWindowInfo{
    height:64px;
    margin-top:2px;
    min-width:auto;
}

.orderWindowInfo .gwt-Label{
    height:auto;
    text-align:left;
    width:auto;
    margin-right:10px;
}

.orderWindowInfoGlow{
    border: 1px solid #C45B31;
    
    -webkit-box-shadow: 0 0 30px 0 #C45B31;
    -moz-box-shadow: 0 0 30px 0 #C45B31;
    -ms-box-shadow: 0 0 30px 0 #C45B31;
    -o-box-shadow: 0 0 30px 0 #C45B31;
    box-shadow: 0 0 30px 0 #C45B31;
    
    height:64px;
    margin-top:2px;
    
    outline: none;
	cursor: pointer;
}



/* History button and top buttons */

.topButton{
    min-width:50px;
    margin-left: 2px;
    margin-right: 2px;
}

.historyButton{
	margin-left:20px;
}

.topButtonNewFont{
	font-size:0.8em;
}

.MenuValidationMessage {
	font-size: 0.8em;
	background-color: #F7F7F7;
	width: 250px;
	cursor: pointer;
	margin: 0px;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	font-size: 22px;
	color: #666;
}

.OptionsWindow {
	width: 350px;
}

.NotificationForm{
	width: 350px;
}


/* TaskPanel */

.TaskPanel{
	width:100%;
	background-color: #e3e3e3;
	background: #e3e3e3; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #f3f3f3 0%, #d3d3d3 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f3f3f3), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #f3f3f3 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #f3f3f3 0%,#d3d3d3 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #f3f3f3 0%,#d3d3d3 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #f3f3f3 0%,#d3d3d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#d3d3d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
	background-image: url(Pictures/icons/yellow_paper.png);
	background-size: 100%;
}

.TaskPanel_Container{
	width: 100%;
	float: left;
	padding-bottom: 2%;
	padding-top: 2%;
}

.TaskPanel_AssignedSeparator{
	width: 80%;
	margin-top: 15px;
	border-bottom: 2px dashed #666;
	margin-left: 10%;
	float:left;
	height:25px;
	position: relative;
}

.TaskPanel_AssignedSeparator .gwt-Label{
	width:100%;
	text-align:center;
	color:#666;
	font-size:1.2em;
	margin-bottom:2px;
	bottom: 0px;
	position: relative;
	position: absolute;
}

.Task_Line{
	width: 100%;
	float:left;
	padding-left: 3%;
	padding-right: 3%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	outline:none;
}

.TaskPanel_AllowOffscreenValidation .Task_Line.Task_Line_Offscreen{
	border-radius:0px;
}

.TaskPanel_AllowOffscreenValidation .Task_Line.Task_Line_Offscreen *{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-ms-border-radius: 0px !important;
	-o-border-radius: 0px !important;
	border-radius: 0px !important;

	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	-ms-box-shadow: none !important;
  	-o-box-shadow: none !important;
  	box-shadow: none !important;

  	text-shadow: none !important;

  	background-image: none !important;

  	-webkit-filter: none !important;
	-moz-filter: none !important;
	-ms-filter: none !important;
	-o-filter: none !important;
	filter: none !important;

	color:black !important;

	border-color:white;
}

.TaskPanel_AllowOffscreenValidation:not(.BoardTaskPanel) .Task_Line.Task_Line_Offscreen *{
	background: none !important;
	background-color:white !important;
}

.TaskPanel_AllowOffscreenValidation .Task_Line.Task_Line_Offscreen .Task_MainPanel *{
	visibility:hidden;
}

@media screen and (max-width: 420px) {
	.Task_Line{
		width: 100vw;
	}
}

.Task_MainPanel{
	background-color: white;
	border: 1px solid #f3f3f3;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
	
	-webkit-box-shadow: 0 0 15px -2px #666666;
  	-moz-box-shadow: 0 0 15px -2px #666666;
  	-ms-box-shadow: 0 0 15px -2px #666666;
  	-o-box-shadow: 0 0 15px -2px #666666;
  	box-shadow: 0 0 15px -2px #666666;
  	
  	width:100%;
  	float:left;
  	
  	box-sizing: border-box;
  	-moz-box-sizing:border-box;
  	
	height: 57px;
	
	position:relative;
}

.Task_Title{
	font-family: 'Gochi Hand', cursive;
	font-size: 1.2em;
	float: left;
	margin-right: 20px;
	width: 100%;
	height: 24px;
	/* overflow: hidden; */
	margin-top: 2px;
	line-height: 0.6em;
}

@media screen and (max-width: 420px) {

.Task_Title{
	font-size: 0.7em;

}


}


.Task_Time{
	position: absolute;
	z-index: 10000;
	/* top: 15px; */
	left: -1px;
	width: 57px;
	font-size: 0.8em;
	color: white;
	text-align: center;
	text-shadow: 1px 1px black;
	height: 100%;
}

.Task_Location{
	font-family: 'Gochi Hand', cursive;
	font-size: 1.2em;
	color: #C45B31;
	float: left;
	margin-top: -8px;
	width: 100%;
	height: 20px;
	overflow: hidden;
}

.Task_Items{
	font-family: 'Gochi Hand', cursive;
	font-size: 1.2em;
	color: #666;
	float: left;
	width: 100%;
	overflow: hidden;
	height: 20px;
	margin-top: -3px;
}

.Task_Info{
	width: 45px;
	height: 45px;
	float:right;
	margin-right: 5px;
	margin-left: 0px;
	margin-top:5px;
	background-image: url(Pictures/icons/taskInfo.png);
	background-repeat: no-repeat;
	background-position: 4px 1px;
}

.Task_Info:hover{
	background-image: url(Pictures/icons/taskInfo.png);
}

.Task_Info_hide{
	background-image: url(Pictures/icons/hideTaskInfo.png);
}

.Task_Info_hide:hover{
	background-image: url(Pictures/icons/hideTaskInfo.png);
}

.Task_ActionButton{
	width: 45px;
	height: 45px;
	margin-top:5px;
	background-color: blue;
	float:right;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom:0px;
	text-align: center;
	line-height: 45px;
}

.Task_ActionButton .gwt-Image{
	width: 37px;
    height: 37px;
}

.Task_ActionWorking{
	background-color:transparent;
}

.Task_TextsPanel{
	float: left;
	width: 60%;
	margin-left:10px;
}

.Task_ButtonsPanel{
	float:right;
	width: 175px;
	height: 57px;
	margin-right: -1px;
	margin-top: -1px;
	border-bottom: none;
	border-left: 2px solid #C45B31;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-ms-border-radius-topright: 10px;
	-ms-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.Task_Thumbnail{
	float: left;
	height: 57px;
	width: 57px;
	margin-left:-1px;
	margin-top:-1px;
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-ms-border-radius-topleft: 10px;
	-ms-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.OrderInfo_ItemsContainer{
	margin-bottom:10px;
	
}

.OrderInfo_ItemsContainer .gwt-Label{
	border-bottom:none;
}

.Task_OrderInfoContainer{
	background-color:#f3f3f3;
	float:left;
	width:100%;
	-moz-box-shadow:    0 0 30px #000000;
	-webkit-box-shadow: 0 0 30px #000000;
	box-shadow:         0 0 30px #000000;
	margin-top:0px;
	padding-top:15px;
	padding-bottom:15px;
	border-top: 1px solid #4D4D4D;
	border: 1px solid #666;
	margin-left:0%;
	width:100%;
	border-radius:5px;
	position: absolute;
	margin-bottom:20px;
	z-index:1;
}

.Task_OrderInfoContainer .GenericForm{
	/*background-color:#f3f3f3;*/
	width:90%;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.Task_OrderInfoArrow{
	width: 30px;
	height: 20px;
	background-image: url(/Pictures/icons/blackarrow.png);
	margin: 0 auto;
	margin-top: -35px;
	margin-bottom: 20px;
	position: relative;
}

.Task_MainPanel_Paused{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	background-color: #e3e3e3;
	border-color:#e3e3e3;
}

@font-face {
  font-family: "BPdotsUnicase";
  src: url(/Fonts/BPdotsUnicase.otf);
}

.LedLine{
	font-family: "BPdotsUnicase", sans-serif;
	background-image: url(/Pictures/Vectorial/ledDot.svg);
	font-size:200px;
	color:red;
	line-height:160px;
	height:200px;
	white-space: nowrap;
	float: left;
}

.CallingLedsPanel{
	background-color: black;
	height: 100%;
	overflow: hidden;
}

.MainCallingLedsLine{
	width: 480px;
	text-align: center;
}

.FullscreenButton{
	position: relative;
	outline:none;
	z-index: 9999999;
	width: 20vh;
	height: 5vh;
	left: calc( (100vw - 20vh) / 2 ) !important;
	font-size: 2vh;
	background: #f86c6c;
	color: black;
	border: 2px solid black;
	border-radius: 0px;
}

.FullscreenButton:hover{
	background: #f93b3b;
}

.AbstractMenuNode .TitleWrapper {
	display: table;
	position: relative;
}

.AbstractMenuNode .gwt-Label {
	font-size: 0.9em;
	color: white;
	text-shadow: 1px 1px 2px #333;
	margin-top: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#000000')";
}

.AbstractMenuNode .TitleWrapper .gwt-Label {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
	overflow: hidden;
}

.AbstractMenuNode .TitleWrapper .MenuNode_SubTitle{
	font-size: 0.7em;
	padding:0px;
	margin:0px;
}

.LoadingMessageWindow .popupContent{
	padding: 0px;
	border: none;
	height: 150px;
	width: 150px;
}

.LoadingMessageWindow .AbstractMenuNode{
	margin-top:0px;
	margin-left:0px;
}

.ChildDivision_selected{
	border: 5px solid #666;
}

.DivisionSelector_label{
	font-size: 1.5em;
	padding-top: 15px;
	padding-left: 10px;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	color: #C45B31;
}

.OrderWindow_paidStamp{
	position: absolute;
	left: 0px;
	width: 130px;
	bottom: 15px;
}

.Postit_paidStamp{
	position: absolute;
	top: 40px;
	left: 5px;
	width: 180px;
}

.ItemGroup_paidStamp{
	position: absolute;
	left: 232px;
	width: 130px !important;
	height: 68px !important;
}

.Task_paidStamp{
	position:absolute;
	right:34%;
	width: 110px !important;
	height: 55px !important;
}


/*** User Board ***/

.UserBoard{
	float:left;
	background-image: url('/Pictures/Front_UserBoard/usersBackground.jpg');
	background-size: 100% 100%;
	width: 100%;
}

.UserBoard_Container{
	padding:5px;
	float:left;
}

.AlphaPanel{
	float: left;
	margin: 5px;
	
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.8), 0 0 3px rgba(0,0,0,.8);
	-moz-box-shadow:    0 0 1px rgba(255,255,255,.8), 0 0 3px rgba(0,0,0,.8);
	box-shadow:         0 0 1px rgba(255,255,255,.8), 0 0 3px rgba(0,0,0,.8);
	
	background-color: rgba(255,255,255,0.3);
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	border: 1px solid #eee;
	
	/*min-width: 135px;*/
}

.AlphaPanel_contentPanel{
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	min-width:135px;
	min-height:140px;
	
	margin: 6px;
}

.AlphaPanel_charLabel{
	color:white;
	margin:5px;
	font-size:1.5em;
	float:left;
	width: 25px;
}

.UserButton{
	width: 90px;
	height: 130px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	background-color: white;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	
	background: white; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlM2UzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, #eeeeee 0%, #ffffff 50%, #e3e3e3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(50%,#ffffff), color-stop(100%,#e3e3e3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #eeeeee 0%,#ffffff 50%,#e3e3e3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #eeeeee 0%,#ffffff 50%,#e3e3e3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #eeeeee 0%,#ffffff 50%,#e3e3e3 100%); /* IE10+ */
	background: linear-gradient(to right, #eeeeee 0%,#ffffff 50%,#e3e3e3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#e3e3e3',GradientType=1 ); /* IE6-8 */
	
	highlight:none;
	outline: none;
	cursor: pointer;
}

.UserButton_avatar{
	width: 80px;
	height: 90px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	background-color: lightgrey;
	background-image: url('/Pictures/Front_UserBoard/avatar_placeholder.png');
}

.UserButton_status{
	background-color:red;
	position:absolute;
	top:0px;
	left:0px;
	width:20px;
	height:20px;
	border-radius:10px;
}

.UserButton_status_online{
	background-color:green;
}

.UserButton_avatar_unknown{
	background-image: url('/Pictures/Front_UserBoard/avatar_placeholder_unknown.png');
}

.UserButton_avatar_photo{
	background-repeat: no-repeat;
  	background-size: cover;
  	background-position: center center;
}

.UserButton_avatar_add{
	background-image: url('/Pictures/Front_UserBoard/avatar_placeholder_add.png');
}

.UserButton_label{
	float: left;
	width: 80px;
	margin-left: 5px;
	margin-top: 1px;
	text-align: center;
	font-size: 0.8em;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.UserButton_statusBar{
	float:left;
	height: 3px;
	width: 50%;
	margin-top: 87px;
	background-color: white;
}

.UserButton_WaitingOrder{
	background-color:orange;
}

.UserButton_ReceiveOrder{
	background-color:red;
}

.UserButton_watching{
	width:27px;
	height:27px;
	background-image: url('/Pictures/Front_UserBoard/watching.png');
	position:absolute;
}

.UserButton_locked{
	width:27px;
	height:27px;
	position:absolute;
	right: 5px;
	background-image: url('/Pictures/Front_UserBoard/locker_locked.png');
}

.UserButton_locked:hover{
	background-color:white;
}

.UserButton_unlocked{
	width:27px;
	height:27px;
	position:absolute;
	right: 5px;
	background-image: url('/Pictures/Front_UserBoard/locker_unlocked.png');
}

.UserButton_unlocked:hover{
	background-color:white;
}

.UserButton_info{
	width:27px;
	height:27px;
	position:absolute;
	right: 5px;
	top: 32px;
	background-image: url('/Pictures/Front_UserBoard/info_button.png');
}

.UserButton_info:hover{
	background-color:white;
}

/* Delivery task */

.Delivery_MainPanel{
	min-height:57px;
	height:auto;
}

.DeliveryTask_address{
	color:black;
	float:left;
	width:100%;
}

.DeliveryTask_Client{
	color:#C45B31;
}

.DeliveryTask_addressName{
	float:left;
	font-weight:bold;
	margin-right:5px;
	cursor: pointer;
}

.DeliveryTask_addressAddress{
	color:back;
}

.DeliveryTask_addressPrice {
    color: #666;
    width: 100%;
    float: none;
    margin-left:10px;
}

.Delivery_MainPanel .Task_Thumbnail{
	margin-bottom:-1px;
}

.Delivery_MainPanel .Task_ButtonsPanel{
	margin-bottom:-1px;
}

.Delivery_MainPanel .Task_TextsPanel{
	margin-bottom:-1px;
}

.Delivery_MainPanel .Task_Title{
	margin-bottom: -5px;
	/* margin-top: -4px; */
	margin-left: 24px;
}

.DeliveryTask_TimeImage{
	position:absolute;
	height:22px;
	width:22px;
	left: 64px;
	top: -1px;
}

@media screen and (max-width: 420px) {
.DeliveryTask_TimeImage{
	left: 8px!important;
	top: -2px;
}
}


.DeliveryTask_TimeLabel{
	float:left;
	position:absolute;
	margin-left:25px;
	margin-top: 5px;
}

.Delivery_MainPanel .Task_Title.DeliveryTask_TimeLabelExists{
	margin-left: 95px;
}

.Delivery_MainPanel .Task_Thumbnail{
	background-repeat: no-repeat;
    background-size: 50px 47px;
    background-position: 4px 6px; 
}

.Task_operator_icon{
	width:20px;
	height:20px;
	background-image: url(Pictures/Front_DeliveryTask/operator.png);
	background-size:20px 20px;
	position:absolute;
	top:0px;
	left:0px;
}

.DeliveryTaskPanel{
	background-image: url(Pictures/Front_DeliveryTask/deliveryTaskPanel_background.jpg);
}

.DeliveryTaskPanel .TaskPanel_AssignedSeparator{
	border-bottom: 2px dashed #f3f3f3;
}

.DeliveryTaskPanel .TaskPanel_AssignedSeparator .gwt-Label{
	color: #f3f3f3;
}

.DeliveryTask_ClientIcon{
	width: 20px;
    height: 18px;
	border: 0px !important;
	box-shadow: none;
	float: left;
	cursor: pointer;
}

/* Assign users */

.AssignUsersList_waitLabel{
	width:100%;
	text-align:center;
	margin-top:20px;
	font-size: 1.2em;
	float:left;
}

.AssignUsersList{
	min-width:400px;
	width:90vw;
	position:relative
}

.UseNewLayout .AssignUsersList .grayButton{
	width:50%;
	margin-bottom:20px;
	margin-top: 30px;
	font-size: 1em;
	margin-left: 25%;
	height: 40px;
}

.AssignUsersList_scroll{
    background-color:white;
    width:100%;
}

.AssignUsersList_row{
	float: left;
    width: 100%;
    cursor:pointer;
    background-color:#e7e7e7;
    padding-bottom: 5px;
    -webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	-o-user-select: none;
	user-select: none;
	position:relative;
}

.AssignUsersList_waitLabel{
	margin:10px;
}

.AssignUsersList_row_whiteRow{
	background-color:white;
}

.AssignUsersList_email{
	float:left;
	margin-top:10px;
	margin-left:10px;
	width: 300px;
	font-size: 1.2em;
}

.AssignUsersList_name{
	float:left;
	margin-top:10px;
	margin-left:10px;
	width: 300px;
	font-size: 1.2em;
}

.AssignUsersList .gwt-Button{
	margin-top:5px;
}

.AssignUsersList_title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

.AssignUsersList>*{
	width:51%;
}

.AssignUsersList>button{
	width: 51% !important;
}

.AssignUsersList .aMS_Map{
	width:48%;
	height: 100%;
	position: absolute !important;
	top:0px;
	right:0px;
}



@media screen and (max-width: 680px) {
	.AssignUsersList .aMS_Map{
		display:none;
	}

	.AssignUsersList>*{
	    width:100%;
    }

	.AssignUsersList>button{
	    width: 100% !important;
    }
}



/* Noir request panel */

.noirRequestPanel{
    background-image:url(Pictures/icons/history_background.jpg);
}

.noirRequestPanel div{
    color: black !important;
    margin: 0px;
}

.noirRequestPanel span[style]{
    color:#666 !important;
}

.noirRequestPanel .postIt{
	height: 135px;
	width: 150px;
	margin-left: 15px;
	background-color: rgba(205,205,205,0.7);
	border:1px solid black;
	border-image-source: url(Pictures/icons/film_square.png);
	border-image-repeat: repeat;
	border-image-width:15px;
	border-image-slice: 15;
	border-image-outset: 15px;
	box-sizing: border-box;
	padding-left: 0px;
	box-shadow: none;
	margin-bottom:30px;
	font-size:1.0em;
}

.noirRequestPanel .postItAdd{
	line-height:160px;
	text-align:center;
	font-size:10em;
}

/* Flags */

.ImageButton.topButton .gwt-Label{
	font-size:1.4em;
}

.hasSubtitle.ImageButton.topButton .gwt-Label,
.hasSubSubtitle.ImageButton.topButton .gwt-Label{
	line-height: 35px;
}


.ImageButton.topButton .gwt-Label.subtitle{
	color:white;
	font-size:0.6em;
	line-height:10px;
	white-space:nowrap;
}

.ImageButton.topButton .gwt-Label.subSubtitle{
	color:white;
	font-size:0.6em;
	line-height:10px;
	white-space:nowrap;
}


.ImageButton .gwt-Label{
	font-size:2em;
	overflow:hidden;
}

.hasSubtitle.ImageButton .gwt-Label,
.hasSubSubtitle.ImageButton .gwt-Label{
	height:auto;
	line-height: 40px;
	white-space:nowrap;
}

.ImageButton_ContentPanel{
	height: 100%;
    width: 100%;
    position: relative;
    float: left;
	
}

.ImageButton .gwt-Label.subtitle{
	color:white;
	font-size:0.8em;
	line-height:15px;
	white-space:nowrap;
}

.ImageButton .gwt-Label.subSubtitle{
	color:white;
	font-size:0.8em;
	line-height:15px;
	white-space:nowrap;
}

.FlagButton .gwt-Image{
	width:100%;
	margin:0px;
	padding:0px;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}

.FlagButton .gwt-Label{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100% !important;
	text-shadow: 0px 0px 2px black;
	margin:0px;
	padding:0px;
	border:none;
	font-size:1em !important;
	line-height:66px !important;
	color:white;
}

.Task_ButtonsPanel .FlagButton .gwt-Label{
	font-size:0.8em !important;
	line-height:45px !important;
}

.FlagButton .subtitle{
	top:42px;
	line-height:10px !important;
	font-size:0.7em !important;
	color:#e3e3e3 !important;
}

.Task_ButtonsPanel .FlagButton .subtitle{
	line-height:10px !important;
	top:27px;
	font-size:0.5em !important;
}

.FlagButton .subSubtitle{
	top:54px;
	line-height:10px !important;
	font-size:0.7em !important;
	color:#e3e3e3 !important;
}

.Task_ButtonsPanel .FlagButton .subSubtitle{
	line-height:10px !important;
	top:36px;
	font-size:0.5em !important;
}

.topButton.ImageButtonActive{
	background:black;
}

.grayButton.ImageButtonActive{
	background:#999;
}

.FlagsPanel{
	float:left;
	width:70px;
	outline: none;
}

.FlagButton .Flag_ActionLayer:hover{
	background:none;
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin:0px;
    padding:0px;
    border:none;
    background-color:rgba(255,255,255,0.5);
}

.FlagButton .Flag_ActionLayer{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    margin:0px;
    padding:0px;
    border:none;
}

.Flag_Play .Flag_ActionLayer,
.Flag_Play .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_play.png)!important;
}

.Flag_PlayPaused .Flag_ActionLayer,
.Flag_PlayPaused .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_playPaused.png)!important;
}

.Flag_Pause .Flag_ActionLayer,
.Flag_Pause .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_pause.png)!important;
}

.Flag_Stop .Flag_ActionLayer,
.Flag_Stop .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_stop.png)!important;	
}
			
.Flag_Finish .Flag_ActionLayer,
.Flag_Finish .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_finish.png)!important;
}

.Flag_FinishPlay .Flag_ActionLayer,
.Flag_FinishPlay .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_finishPlay.png)!important;
}
			
.Flag_Rollback .Flag_ActionLayer,
.Flag_Rollback .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_rollback.png)!important;
}

.Flag_Toggled .Flag_ActionLayer,
.Flag_Toggled .Flag_ActionLayer:hover{
        background-image:url(Pictures/Front_Flags/Flag_toggled.png)!important;
}

.Flag_Intermediate .Flag_ActionLayer,
.Flag_Intermediate .Flag_ActionLayer:hover{
	background-image:url(Pictures/Front_Flags/Flag_toggled.png)!important;
	opacity:0.5;
}

.Flag_More .Flag_ActionLayer,
.Flag_More .Flag_ActionLayer:hover{
        background-image:url(Pictures/Front_Flags/Flag_more.png)!important;
}

.FlagsAuxPannel{
	background-color:white;
}

.FlagFocusPanel{
	outline: none;
}

.FlagAuxWindow .WindowContent{
	float:left;
}

.Task_ButtonsPanel .FlagButton{
	width:50px;
	height:45px;
	margin-top:5px;
	margin-right: 5px;
	margin-left: 0px;
}

.Delivery_MainPanel .FlagThumbnail.Task_Thumbnail{
	background-size: 57px 57px;
    background-position: center;
}

.TaskSeparatorButtonsPanel{
	position:absolute;
	right: -4px;
	bottom: -7px;
	border: none;
}

.TaskPanel_FlagSeparator{
	height: 40px !important;
}

/* BookingPanel */

.BookingPanel_Container{
	background-size:cover;
	position: absolute !important;
	left:120px;
	top:75px;
	bottom:0px;
	right:0px;
	
}

.BookingPanel_MainPanel{
	position: relative;
	float: left;
	overflow: hidden;
	background-image:url(/Pictures/Front_Booking/frontBookingBack.jpg);
	background-size:cover;
}


.BookingPanel_MainPanel_Popup{
	width:300px;
}

.BookingPanel_TopHeader{
	position: absolute;
	top: 0px;
	margin-left:121px;
	margin-top:10px;
	height:64px;
	width:99999px;
	overflow:hidden;
}

.BookingPanel_LeftHeader{
	position: absolute;
	top: 0px;
	left: 10px;
	margin-top:75px;
	overflow:hidden;
	width:108px;
	height:99999px;
}

.BookingPanel_TopInnerHeader{
	position: absolute;
}

.BookingPanel_LeftInnerHeader{
	position: absolute;
}

.BookingPanel_TopHeader .BookingPanel_Grid_Header{
	height:46px;
	margin:1px;
	width:92px;
	float:left;
}

.BookingPanel_LeftHeader .BookingPanel_Grid_Header{
	height:46px;
	margin:2px;
	width:90px;
}

.BookingPanel_Grid_Header{
	background-color:#a3a3a3;
	color:white;
	padding:6px;
	text-align:center;

	border: 1px solid #666;

    color: #ccc;
    background-color: #4D4D4D;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D4D4D), color-stop(100%, #2F2F2F));
    background-image: -webkit-linear-gradient(top, #4D4D4D, #2F2F2F);
    background-image: -moz-linear-gradient(top, #4D4D4D, #2F2F2F);
    background-image: -ms-linear-gradient(top, #4D4D4D, #2F2F2F);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4d4d4d", endColorStr="#2f2f2f");
    background-image: -o-linear-gradient(top, #4D4D4D, #2F2F2F);
    background-image: linear-gradient(top, #4D4D4D, #2F2F2F);
    text-align: center;
    font-size: 0.95em;
    font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    outline: none;
    overflow: hidden;
    border-radius:3px;
    min-width:80px;
}

.BookingPanel_Grid_Header_Button{
	cursor:pointer;
}

.BookingPanel_Grid_Header_Button:not(.BookingPanel_Grid_Header_Active){
	opacity:0.7;
}

.BookingPanel_Grid_Header_Active{
	box-shadow: inset 0 0 0 2px #79c97c;
}

.BookingPanel_MainPanel_WithDateControls .BookingPanel_Container{
	top:115px;
}

.BookingPanel_MainPanel_WithDateControls .BookingPanel_TopHeader{
	margin-top:60px;
}

.BookingPanel_MainPanel_WithDateControls .BookingPanel_LeftHeader{
	margin-top:115px;
}

.BookingPanel_DateControls{
	position:absolute;
	top:10px;
	left:120px;
	display:flex;
	align-items:center;
	gap:8px;
	z-index:2;
}

.BookingPanel_DateControls_Button{
	min-width:36px;
	height:36px;
	padding:0px 6px;
	border-radius:3px;
	border: 1px solid #666;
	color: #ccc;
	background-color: #4D4D4D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D4D4D), color-stop(100%, #2F2F2F));
	background-image: -webkit-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: -moz-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: -ms-linear-gradient(top, #4D4D4D, #2F2F2F);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4d4d4d", endColorStr="#2f2f2f");
	background-image: -o-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: linear-gradient(top, #4D4D4D, #2F2F2F);
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	cursor:pointer;
}

.BookingPanel_DateControls_Button[disabled]{
	opacity:0.4;
	cursor:default;
	pointer-events:none;
}

.BookingPanel_DateControls_Input{
	height:36px;
	padding:4px 10px;
	border-radius:3px;
	border: 1px solid #666;
	color: #ccc;
	background-color: #4D4D4D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D4D4D), color-stop(100%, #2F2F2F));
	background-image: -webkit-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: -moz-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: -ms-linear-gradient(top, #4D4D4D, #2F2F2F);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4d4d4d", endColorStr="#2f2f2f");
	background-image: -o-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: linear-gradient(top, #4D4D4D, #2F2F2F);
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
}

.BookingPanel_DateControls_Reset{
	height:36px;
	padding:4px 12px;
	border-radius:3px;
	border: 1px solid #666;
	color: #ccc;
	background-color: #4D4D4D;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4D4D4D), color-stop(100%, #2F2F2F));
	background-image: -webkit-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: -moz-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: -ms-linear-gradient(top, #4D4D4D, #2F2F2F);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4d4d4d", endColorStr="#2f2f2f");
	background-image: -o-linear-gradient(top, #4D4D4D, #2F2F2F);
	background-image: linear-gradient(top, #4D4D4D, #2F2F2F);
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	cursor:pointer;
}

.BookingPanel_TimeCell{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4CAF50), color-stop(100%, #b7ec79));
	background-image: -webkit-linear-gradient(top, #4CAF50, #b7ec79);
    background-image: -moz-linear-gradient(top, #4CAF50, #b7ec79);
    background-image: -ms-linear-gradient(top, #4CAF50, #b7ec79);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#4CAF50", endColorStr="#b7ec79");
    background-image: -o-linear-gradient(top, #4CAF50, #b7ec79);
    background-image: linear-gradient(top, #4CAF50, #b7ec79);

	background-color:#4CAF50;
	color:black;
	text-align:center;
	cursor:pointer;
	
	margin:-1px;
	height: 100%;
	padding:15px;
	position:relative;
	font-size:1.5em;
	border-radius:3px;
	
	width:76px;
	height:30px;
}

.BookingPanel_Grid_All{
	margin-left:10px;
}

.BookingPanel_Grid_All.BookingPanel_Grid_Header{
	margin-left:11px;
}

.BookingPanel_TimeCell:after{
	content:'';
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0.5)), color-stop(100%, rgba(255,255,255,0.2)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="rgba(255,255,255,0.5)", endColorStr="rgba(255,255,255,0.2)");
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));
    background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0.2));

	position: absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:50%;
	margin:2px;
	border-radius:3px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;

}

.BookingPanel_TimeCell_NotOk{
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F44336), color-stop(100%, #ec8179));
	background-image: -webkit-linear-gradient(top, #F44336, #ec8179);
    background-image: -moz-linear-gradient(top, #F44336, #ec8179);
    background-image: -ms-linear-gradient(top, #F44336, #ec8179);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr="#F44336", endColorStr="#ec8179");
    background-image: -o-linear-gradient(top, #F44336, #ec8179);
    background-image: linear-gradient(top, #F44336, #ec8179);
	
	background-color:#F44336;
}

.BookingPanel_Grid{
	margin:0 auto;
	margin-top:0px;
	margin-bottom:0px;
}

.BookingPanel_ChildDivisionStatus{
	pointer-events:none;
	position:absolute;
	top:1px;
	right:2px;
}

.BookingPanel_ChildDivisionStatus .BookingPanel_TimeCell{
	width:3px;
	height:3px;
	padding:0px;
	border:1px solid black;
	margin:-2.5px;
	border-radius:0px;
}

/* MapInfoWindow */

.MapInfoWindow{
	width:310px;
	float:left;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
}

.MapInfoTitle{
	width:300px;
	font-size:2em;
	font-weight:bold;
	text-align:center;
	float:left;
}

.MapInfoTitleTimeRow{
	width:300px;
	text-align:center;
	float:left;
}

.MapInfoTitleClock{
	height: 15px;
	text-align:center;
	display:inline-block;
	margin-right:5px;
}

.MapInfoTitleTime{
	text-align:center;
	display:inline-block;
	font-size: 1.5em;
}

.MapInfoNearbyTitle{
	width:300px;
	font-size:1.5em;
	text-align:center;
	float:left;
	
}

.MapInfoOrderRow{
	width:300px;
	font-size:1.5em;
	float:left;
	margin-top:8px;
	border-bottom:1px solid #ccc;
	color:#666;
	padding-left:5px;
	padding-right:5px;

}

.MapInfoOrderRowCheck{
	width:10%;
	font-size:1em;
	float:left;
	margin:0px;
	margin-top:5px;
}

.MapInfoOrderRowTitle{
	width:55%;
	font-size:1.2em;
	float:left;
}

.MapInfoOrderRowDistance{
	width:35%;
	font-size:0.9em;
	float:left;
	text-align:right;
	color:#C45B31;
	margin-top:7px;
}

.MapInfoOrderRowRemainingTimeRow{
	width:300px;
	text-align:right;
	float:right;
	margin-top:-37px;
}

.MapInfoOrderRowRemainingClock{
	height: 12px;
	display:inline-block;
	margin-right:5px;
}

.MapInfoOrderRowRemainingTime{
	display:inline-block;
	font-size: 0.8em;
}

.MapInfoOrderShow{
	width:310px;
	margin-top:10px;
	font-size:1.4em;
}

.parentDivision_ZoomIn,
.parentDivision_ZoomIn:hover{
	top: 7px;
	left: 10px;
	position:absolute;
	color:white;
	width:30px;
	font-size:20px;
	background:none;
	background-image: url(Pictures/AutomaticLayoutEditor/zoom_in.png);
	background-size: 90% auto;
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	color:transparent;
}

.parentDivision_ZoomIn:hover{
	background-color:white;
}

.parentDivision_ZoomOut,
.parentDivision_ZoomOut:hover{
	top: 7px;
	left: 50px;
	position:absolute;
	color:white;
	width:30px;
	font-size:20px;
	background:none;
	background-image: url(Pictures/AutomaticLayoutEditor/zoom_out.png);
    background-size: 90% auto;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    color:transparent;
}

.parentDivision_ZoomOut:hover{
	background-color:white;
}

.ParentDivision_Overview{
	position:absolute;
	top:0px;
	left:0px;
	background-color:lightgrey;
	width:100%;
	height:50px;
	padding-left: 100px;
	border-bottom:1px solid #666;
	box-sizing:border-box;
}

.ParentDivision_Overview div.title{
	font-size: 0.5em;
	height: 12px;
}

.ParentDivision_Overview div{
	position:relative;
	height: 38px;
	float: left;
	width: 100px;
	font-size: 1.5em;
	text-align: center;
}

/*  HAND SIGNATURE  */

.aMS_HandSignature{
	position:relative;
}

.aMS_HandSignature canvas{
    position: relative;
    width: 100%;
    height: 150px;
}

.aMS_HandSignature .aMS_Button{
	position:absolute;
	bottom:5px;
	right:5px;
	background:white;
	border:#666;
	width:30px;
	height:30px;
	background-image:url(https://lh3.googleusercontent.com/ReIvb-umZeOopJK9VLs9zi2Rqj4uL6w55VMtLc-UC0gSa28hLNNNfTLITz8S5tGyGjeZ33k5c9tnEN2eQqk);
	background-size:25px 25px;
	background-position:center;
	background-repeat:no-repeat;
}

.aMS_HandSignature .aMS_Button:active,
.aMS_HandSignature .aMS_Button:hover{
	background:#bbb;
	background-image:url(https://lh3.googleusercontent.com/ReIvb-umZeOopJK9VLs9zi2Rqj4uL6w55VMtLc-UC0gSa28hLNNNfTLITz8S5tGyGjeZ33k5c9tnEN2eQqk);
	background-size:25px 25px;
	background-position:center;
	background-repeat:no-repeat;
}


/*  PRINT BUTTON  */

.pannelPrintButton,
.pannelPrintButton:hover{
	z-index: 1;
    background-size: 25px 25px;
    background-position: center;
    background-repeat: no-repeat;
}

.aMS_CustomPanel .pannelPrintButton
{
    background-image: url(/Pictures/icons/order_window_print.png);
    position: absolute;
    right: 5px;
    top: 5px;
    width: 34px;
    height: 34px;
}


/*  MEDIA QUERIES  */

@media screen and (max-width: 9999px) {
	.Task_ButtonsPanel.HasFlags {
		width:403px;
	}
}


@media screen and (max-width: 1290px) {
	.Task_ButtonsPanel.HasFlags {
		width:346px;
	}
}




@media screen and (max-width: 1150px) {
	.Task_ButtonsPanel.HasFlags {
		width:289px;
	}
}



@media screen and (max-width: 977px) {
	.Task_ButtonsPanel.HasFlags {
		width:232px;
	}
}


@media screen and (max-width: 830px) {
	.Task_ButtonsPanel.HasFlags {
		width:175px;
	}
}

@media screen and (max-width: 665px) {
	
	.Task_Thumbnail{
		display:none;
	}
	
	.Task_TextsPanel{
		width:70%;
	}
	
	.Task_MainPanel{
		height:161px;
	}
	
	.Delivery_MainPanel .Task_TextsPanel{
		margin-bottom:20px;
	}
	
	.Delivery_MainPanel {
 	   	min-height:161px;
 	   	height: auto;
 }
	
	.Task_ButtonsPanel{
		width:61px;
		height: 60px;
	}
	
	.Task_ButtonsPanel.HasFlags{
		width:61px;
		height:161px;
	}

	.Task_ButtonsPanel .ImageButton{
		margin-bottom:0px;
	}
	
	.Task_Items{
		height:122px;
	}
	
	.Task_Time {
		position: absolute;
		z-index: 10000;
		bottom: 5px;
		left: 10px;
		width: 100%;
		font-size: 0.8em;
		color: #666;
		text-align: left;
		text-shadow: none;
		top: auto;
	}
}
@media screen and (max-width: 420px) {


	.Delivery_MainPanel{
		font-size:1em!important;
	}
	.Delivery_MainPanel .Task_Title.DeliveryTask_TimeLabelExists{
	margin-left:30px;
	}
	.Delivery_MainPanel .Task_Title{
		margin-bottom: 10px;
		margin-left: 24px;
	}
	.DeliveryTask_TimeLabel{
		margin-top: 15px;
	}
	.ItemGroup_ButtonsPanel{
	    width: initial!important;
	}	
	.ItemGroup_Photo .gwt-Image{
    	width:30px;
    	height:30px;
	}
	.topButtonNewFont{
		min-width:30px;
		max-width:50px;
	}
	.top-menu .historyButton{
		display:none;
	}

	.ItemGroup_ItemDetails .gwt-Label{
		font-weight:initial;
		font-size:0.7em;
		max-width: 40vw!important;
	}
	.ItemGroup_Modifiers{
    	font-size:0.5em;
	}
	.ImageButton .gwt-Label{
		font-size: 1em;
		overflow:hidden;
		line-height: initial;
	}
	legend{
		max-width:50vw!important;
		width:50vwimportant;
		overflow:hidden;
	}
	.ItemGroup_Photo{
		width:30px;
		height:30px;
		margin-right:5px;
		margin-left:2px;
		margin-top:2px;
		outline:none;
	}
	td{
		width: initial;
	}
	.ItemGroup_MainPanel .ImageButton{
		width:30px;
		height:30px;
		min-width:30px;
	}

	.Task_OrderInfoContainer button
	{
		display:none;
	}
}















/* Date period */


.SalesTree_PeriodPanel{
	height: 34px;
	border-bottom: 1px solid #C3C3C3;
	margin-top: 20px;
}

.SalesTree_PeriodPanel .gwt-ListBox{
	float:left;
	margin-top:8px;
	margin-left:10px;
	width: auto;
}

.SalesTree_ListBoxMinute{
	margin-right: 30px;
	margin-left: 2px !important;
}

.SalesTree_PeriodPanel .gwt-Label,
.GenericForm .SalesTree_PeriodPanel .gwt-Label{
	float:left;
	margin-top: 5px;
}

.GenericForm .SalesTree_PeriodPanel .gwt-Label{
	width:auto;
	border-bottom: none;
}

.SalesTree_PeriodPanel button{
	min-width: 100px;
	float: right;
}


.SalesTree_PeriodTextBox,
.GenericForm .SalesTree_PeriodTextBox.gwt-TextBox {
	width: 80px;
	margin-left: 10px;
	height: 31px;
	float: left;
	text-align: center;
	border: 1px solid #c3c3c3;
}

.GenericForm .SalesTree_PeriodTextBox.gwt-TextBox{
	margin-top:2px
}

.SalesTree_DatePicker{
	margin-right: 3px;
}

.SalesTree_DatePicker *{
	outline:none;
}

.SalesTree_DatePicker .datePickerMonthSelector{
	background-color: #f3f3f3;
	color: #e3e3e3;
	width: 100%;
}

.SalesTree_DatePicker .datePickerMonthSelector .datePickerMonth{
	text-align:center;
	background-color:#666;
}

.SalesTree_DatePicker .datePickerPreviousButton{
	background-color:#666;
	width:25px;
	text-align:center;
	cursor:pointer;
}

.SalesTree_DatePicker .datePickerPreviousButton:hover{
	background-color:#f3f3f3;
	color:#666;
}

.SalesTree_DatePicker .datePickerNextButton{
	background-color:#666;
	width:25px;
	text-align:center;
	cursor:pointer;
	margin-right: -3px;
}

.SalesTree_DatePicker .datePickerNextButton:hover{
	background-color:#f3f3f3;
	color:#666;
}


.SalesTree_DatePicker .datePickerWeekdayLabel{
text-align: center;
width: 25px;
background-color: #E3E3E3;
border-left: 3px solid #F3F3F3;
border-top: 3px solid #F3F3F3;
border-bottom: 9px solid #F3F3F3; 
}

.SalesTree_DatePicker .datePickerWeekendLabel{
text-align: center;
width: 25px;
background-color: #E3E3E3;
border-left: 3px solid #F3F3F3;
border-top: 3px solid #F3F3F3;
border-bottom: 9px solid #F3F3F3;
color: red;
}

.SalesTree_DatePicker .datePickerDay{
width: 25px;
background-color: #E3E3E3;
border-left: 3px solid #F3F3F3;
border-bottom: 3px solid #F3F3F3;
border-right: none;
border-top: none;
cursor:pointer;
}

.SalesTree_DatePicker .datePickerDay:hover{
	background-color:#666;
	color:#f3f3f3;
}

.SalesTree_DatePicker .datePickerDayIsWeekend:hover{
	background-color:red;
}

.SalesTree_DatePicker .datePickerDayIsWeekend{
	color:red;
}

.SalesTree_DatePicker .datePickerDayIsWeekend .datePickerDayIsFiller {
	color:pink;
}

.SalesTree_DatePicker .datePickerDayIsFiller{
	color:#f3f3f3;
}

.SalesTree_DatePicker .datePickerDayIsToday{
	background-color: #c3c3c3;
}

.SalesTree_DatePicker .datePickerDayIsValue{
	background-color: #666;
	color:#f3f3f3;
}



#aMI_BookingPanel:empty{
	border:2px dashed gray;
	height:100%;
	background-image:url(Pictures/icons/refresh_red.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}


/***********************/
/* Secret QrCode */
/***********************/


#aMI_ScreenContent .aMS_OrderHistoryElement > img
{
	width:100%;
	margin-top:10%;
	margin-bottom:10%;
}
#aMI_ScreenContent .aMS_OrderHistoryElement >  .aMS_Label.aMS_Info
{
	position:absolute;
	font-size: 20px;
}








/***********************/
/* Board Task Panel    */
/***********************/

.BoardTask{
	height:30px;
	min-height:30px;
}

.BoardTask .Task_MainPanel{
	background-color:white;
	height:30px;
	border-radius:0px;
	border:none;
	box-shadow:none;
	margin:0px;
}

.BoardTask .Task_MainPanel>div:nth-child(1){
	cursor:pointer;
}

.BoardTask .Task_MainPanel>div,
.BoardTask .Task_MainPanel>div>div{
    width:100% !important;
    height:100% !important;
    position:relative;    	
}

.BoardTask:nth-child(2n) .Task_MainPanel{
	background-color:#dfdfdf;
}

.BoardTask .Task_MainPanel div:not(.Flag_ActionLayer),
.BoardTask .Task_MainPanel span,
.BoardTask .Task_MainPanel .HasFlags,
.BoardTask .Task_MainPanel .FlagButton{
	background:none;
	float:left;
	position:relative;
	height:auto;
	width:auto;
	color:black;
	height: 100% !important;
	width:auto;
	font-size: initial;
	border:none;
	margin:0px;
	padding:0px;
	min-width:auto;
	font-size:1em !important;
	font-weight:initial;
	text-shadow:none;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	border-radius:0px;
}

.BoardTask .Task_MainPanel .FlagButton{
	float:right !important;
}

.BoardTask .Task_MainPanel .HasFlags .FlagButton .Flag_ActionLayer{
    ackground-position: center;
    background-size: auto 30px;
    background-position:-15px 10px;
}

.BoardTask .Task_MainPanel .HasFlags .FlagButton .Flag_ActionLayer:hover{
    border-radius:0px;	
}

.BoardTask .Task_MainPanel .FlagButton.IsDelete div{
    color:red;
}

.BoardTask .Task_MainPanel .FlagButton.IsFinish div{
    color:green;
}

.BoardTask .Task_MainPanel .gwt-Label,
.BoardTask .Task_MainPanel .FlagButton .gwt-Label,
.BoardTask .Task_MainPanel span{
    text-align:center;
    height: 100% !important;
    line-height:30px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.BoardTask .Task_MainPanel>div>div>.gwt-Label:nth-child(1){
	width:50px;
}

.BoardTask .Task_MainPanel>div>div>.gwt-Label:nth-child(2){
	width:100px;
}

.BoardTask .Task_MainPanel>div>div>.gwt-Label:nth-child(3){
	width:150px;
}

.BoardTask .Task_MainPanel>div>div>.gwt-Label:nth-child(4){
	width:calc((100% - 400px) * 0.3);
	text-align:left;
	padding-left:5px;
    padding-right:5px;
    box-sizing:border-box;
}

.BoardTask .Task_MainPanel>div>div>span:nth-child(5){
	width:100px;
}

.BoardTask .Task_MainPanel .FlagButton .ImageButton_ContentPanel .gwt-Label{
	width:100px;
}

.BoardTask .Task_MainPanel .FlagButton .ImageButton_ContentPanel .gwt-Label.subtitle,
.BoardTask .Task_MainPanel .FlagButton .ImageButton_ContentPanel .gwt-Label.subSubtitle,
.BoardTask .Task_MainPanel .FlagButton .ImageButton_ContentPanel .gwt-Label.gwt-Image{
	display:none;
}

.BoardTask .Task_MainPanel div.FlagsWrapper{
	width:calc((100% - 400px) * 0.7);
}

.BoardTask .Task_MainPanel div.FlagsWrapper .HasFlags{
	float: right;
}

.BoardTask .Task_MainPanel .FlagButton.Flag_More .gwt-Label:before{
	content:'+ More Actions';
}

.BoardTask .Task_MainPanel .FlagButton.Flag_More div{
    background-image:none;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer{
	background:#dfdfdf;
	float:left;
	position:relative;
	height:auto !important;
	border-radius:0px;
	box-shadow:none;
	top:0px !important;
	border:1px solid #666;
	margin-left:-1px;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer .grayButton{
	display:none;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer fieldset{
	background-color:white;
	border:none;
	border-radius:3px;
	margin-top:10px;
	padding: 10px;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer fieldset .GenericForm{
	margin:0px;
	width: 100% !important;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer fieldset legend{
	background-color:#dfdfdf;
	width:100%;
	margin-top: 6px;
	float: left;
	padding: 4px;
	box-sizing: border-box;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer fieldset tr td .gwt-Label{
	border-bottom: 1px dashed #dfdfdf;
	width:100%;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	height: 100% !important;
	position: relative;
	white-space: initial;
}

.BoardTask .Task_MainPanel div.Task_OrderInfoContainer fieldset tr td:nth-child(1) .gwt-Label{
	text-align:left;
	white-space: initial;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm{
    border-radius:0px;
    width:calc(100% - 40px) !important;
    margin:20px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm td{
    height:1px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel{
	width:100%;
	background-color:white;
	border-radius:3px;
	height:auto;
	border-bottom:1px dashed #dfdfdf;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel>tbody>tr>td:nth-child(1){
	display:none;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm.OrderInfo>table>tbody>tr>td>.OrderInfo_ItemsContainer{
	width:100%;
	border-radius:3px;
	overflow:hidden;
	padding:10px;
	background-color:white;
	box-sizing:border-box;
	margin-top: 10px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm.OrderInfo>table>tbody>tr>td>.OrderInfo_ItemsContainer:before{
	content:'Item';
	width:100%;
	float:left;
	padding:4px;
	background-color:#dfdfdf;
	box-sizing:border-box;
	margin-top:6px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm.OrderInfo>table>tbody>tr>td>.OrderInfo_ItemsContainer:after{
	content:'Qty';
	width:100%;
	position:absolute;
	padding:4px;
	background-color:#dfdfdf;
	box-sizing:border-box;
	top:16px;
	right:10px;
	width:32px;
	text-align:center;
	border-left:2px solid white;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm.OrderInfo>table>tbody>tr>td>.OrderInfo_ItemsContainer .ItemGroup_MainPanel{
	
	border-radius:0px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm.OrderInfo>table>tbody>tr>td>.OrderInfo_ItemsContainer .ItemGroup_MainPanel td:nth-child(2) span{
	display:none;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .GenericForm.OrderInfo>table>tbody>tr>td>.OrderInfo_ItemsContainer .ItemGroup_MainPanel td:nth-child(2) .gwt-Label{
	padding-left: 5px;
    padding-right: 5px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel>tbody>tr>td:nth-child(2){
	width:100%;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel>tbody>tr>td:nth-child(3){
	width:auto;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel>tbody>tr>td:nth-child(3) .grayButton:nth-last-child(1){
	
	display:block;
	width:30px;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel .ItemGroup_ButtonsPanel{
	width:30px !important;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .ItemGroup_MainPanel>tbody>tr>td:nth-child(3) .grayButton:nth-last-child(1) .gwt-Label{
	text-align:center;
	width:100%;
}

.BoardTask .Task_MainPanel .Task_OrderInfoContainer .pannelPrintButton.grayButton{
	display:block;
	top:-10px !important;
	left:auto !important;
	right:-10px !important;
}

.BoardTask.InfoVisible .Task_MainPanel{
    border:1px solid #666;
}

.BoardTaskPanel{
	background:white;
}

.BoardTaskPanel .TaskPanel_Container{
	padding-top:calc(2% + 60px);
}

.BoardTaskHeader{
	background-color:#dfdfdf;
	height:30px;
	position:absolute;
	width:94%;
	margin-left:3%;
	margin-top: -30px;
}

.BoardTaskHeader .gwt-Label{
	float:left;
	text-align:center;
	line-height:30px;
	border-right:1px solid white;
	border-left:1px solid white;
	box-sizing:border-box;
	cursor:pointer;
}

.BoardTaskHeader .gwt-Label:nth-child(1){
	width:50px;
	border-left:none;
}

.BoardTaskHeader .gwt-Label:nth-child(2){
	width:100px;
}

.BoardTaskHeader .gwt-Label:nth-child(3){
	width:150px;
}

.BoardTaskHeader .gwt-Label:nth-child(4){
    width: calc((100% - 400px) * 0.3);
    text-align:left;
    padding-left:5px;
    padding-right:5px;
}

.BoardTaskHeader .gwt-Label:nth-child(5){
	width:100px;
	border-right:2px solid white;
}

.BoardTaskHeader .gwt-Label.asc:after{
	content:' \25B2';
	font-size:0.7em;
}

.BoardTaskHeader .gwt-Label.desc:after{
	content:' \25BC';
	font-size:0.7em;
}

.BoardTaskPanel>div>div>.pannelPrintButton{
	height:30px !important;
	width:30px !important;
	left:auto !important;
	right:3% !important;
	top:0px !important;
	margin-top: calc(2% - 2px) !important;
}

.BoardTaskPanel .Task_paidStamp
{
    display:none;
}

@media (hover: hover) and (pointer: fine) {
.BoardTaskPanel .Task_MainPanel:nth-child(1n):hover{
	background-color:tomato;
}
}

 .BoardSearchBar{
	position:absolute;
	width:200px;
	margin-left:3%;
	height:30px;
	margin-top: -60px;
}

 .BoardSearchBar input{
	background-color:white;
	height:28px;
	border:1px solid; black;
	box-sizing:border-box;
	width:100%;
	padding-right:28px;
	outline: none;
	
}

 .BoardSearchBar:after{
	content:' ';
	width:28px;
	height:28px;
	position:absolute;
	right:0px;
	top: -2px;
	background-image:url(http://lh3.googleusercontent.com/ZaA3f6BNOqDU0Q2sWP6wZbojHo_DI90VUQQklbLeGsnXFXBEbPOp1-jksGLib16WtGj1PFCck2i0oNiGxSwp);
	background-size:28px 28px;
	background-position:0px 2px;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator,
.BoardTaskPanel .TaskPanel_AssignedSeparator.TaskPanel_FlagSeparator{
	
	width:94%;
	margin-left:3%;
	height:30px !important;
	box-sizing:border-box;
	border:2px solid #dfdfdf;
	margin-top:30px !important;
	color:#666;
	font-weight:bold;
	line-height:30px;
	padding-left:10px;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .gwt-Label,
.BoardTaskPanel .TaskPanel_AssignedSeparator.TaskPanel_FlagSeparator .gwt-Label{
	float:left;
	width:auto;
	height:100%;
	font-size:1em;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel{
	height:100%;
	margin:0px;
	top:0px;
	right: -2px;
	width:auto;
	border-radius:0px;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton{
	height:100%;
	margin:0px;
	box-sizing:border-box;
	width:100px;
	border:none;
	background:none;
	border-radius:0px;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton .ImageButton_ContentPanel:hover{
	background:none;
	background-color:#dfdfdf;
	border-radius:0px;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton .gwt-Label{
	width:100%;
	height:100% !important;
	line-height:26px !important;
	text-shadow:none;
	color:black;
	font-size: 1em !important;
	font-weight:bold;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton.IsDelete .gwt-Label{
    color:red;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton.IsFinish .gwt-Label{
	color:green;
}

.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton .subtitle,
.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton .subSubtitle,
.BoardTaskPanel .TaskPanel_AssignedSeparator .Task_ButtonsPanel .FlagButton .Flag_ActionLayer{
	display:none;
}




/* Custom Panel */

.aMS_CustomPanel{
        background-color:#e6e6e6;
        height:100%;
        width:100%;
        overflow: scroll;
        overflow-x:hidden;
        display:flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        position:relative;
        align-content: flex-start;
}

.aMS_CustomPanelMain{
       padding-top: 10px;
       width: 99%;
       margin-left: 0.5%;
}

.aMS_CustomPanelMain .BoardSearchBar{
	margin-top:0px;
	top:10px;
	left:0;
	margin-left:5px;
}
	 
.aMS_CustomPanelHeader{
        font-weight:bold;
        /* margin: 5px; */
        display:flex;
        flex-direction: row;
        flex-wrap:nowrap;
        position:sticky;
        top:0;
        /* background-color: #8a2e2e; */
        /* color: white; */
        /* border-radius: 5px; */
        z-index:1;
        width:100%;
        justify-content:center;
        margin-top: 40px;
        gap:5px;
        font-size:larger;
}

.aMS_CustomPanel.NoTitle .aMS_CustomPanelHeader{
        visibility: hidden;
}

.aMS_CustomPanel {
  height: calc(100vh - 50px)!important;
  /* width: 100%!important; */
}

.aMS_CustomPanel > div{
	width:inherit;
}

.aMS_CustomPanel .aMS_CustomPanelCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 auto;
  box-sizing: border-box;
  /* border: 5px solid #e6e6e6; */
  border-radius: 10px;
  background-color:white;
}

.aMS_CustomPanelCardContainer{
  position:relative;
  /* padding: 4px 0px 4px 4px; */
}

.aMS_CustomPanelCardInfoButton{
  position:absolute;
  top:6px;
  right:6px;
  width:24px;
  height:24px;
  border-radius:12px;
  background: rgb(218 218 218);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:600;
  cursor:pointer;
}


.aMS_CustomPanelCards{
        width:100%;
        display:flex;
        flex-wrap:wrap;
        align-content:flex-start;
        gap:5px;
        justify-content: flex-start;
        margin-top: 5px;
}

@media (hover: hover) and (pointer: fine) {
.aMS_CustomPanel .aMS_CustomPanelCard:nth-child(n):hover {
    cursor: default;
}
}

.aMS_CustomPanelCards.aMS_CustomPanelLayout_SQUARES{}
.aMS_CustomPanelCards.aMS_CustomPanelLayout_LIST{flex-direction:column;}
.aMS_CustomPanelCards.aMS_CustomPanelLayout_TABLE{display:table;width:100%;}

.aMS_CustomPanelCardBgLight{background-color:#f5f5f5;}
.aMS_CustomPanelCardBgDark{background-color:#333;color:#fff;}

.aMS_CustomPanelBgLight{background-color:#f5f5f5;}
.aMS_CustomPanelBgDark{background-color:#333;color:#fff;}

.aMS_CustomPanelCards .aMS_Field{
        box-sizing: border-box;
        margin-bottom:2px;
        margin-top: 2px;
        padding-left:5px;
        /* padding-right:5px; */
        font-weight: 200;
}

.aMS_CustomPanel .aMS_Field{

        display: flex;
    	align-items: center;
}
.aMS_CustomPanel .gwt-Label.aMS_Field[style*="visibility: hidden"]
{
  margin-top:0;
  margin-bottom:0;
}

.aMS_CustomPanelCards .aMS_Field_MODIFIER_TITLE,.aMS_CustomPanelCards .aMS_Field_MODIFIER_PRICE,.aMS_CustomPanelCards .aMS_Field_MODIFIER_QTY,.aMS_CustomPanelCards .aMS_Field_MODIFIER_PLU{
	color:#797979;
	padding-left:20px;
	font-size:smaller;
}

.aMS_CustomPanelCards .aMS_Field.aMS_Field_NAME,.aMS_CustomPanelCards .aMS_Field.aMS_Field_QTY,.aMS_CustomPanelCards .aMS_Field.aMS_Field_PRICE,.aMS_CustomPanelCards .aMS_Field.aMS_Field_PLU
{
	color:#000000;
	font-size:smaller;
	padding-left:10px;
}

.aMS_CustomPanelCardContent{
        display:flex;
        flex-wrap:wrap;
}

.aMS_CustomPanel_AllowOffscreenValidation .aMS_CustomPanelCard.aMS_CustomPanelCard_Offscreen{
        border-radius:0px;
}

.aMS_CustomPanel_AllowOffscreenValidation .aMS_CustomPanelCard.aMS_CustomPanelCard_Offscreen *{
        -webkit-border-radius:0px !important;
        -moz-border-radius:0px !important;
        -ms-border-radius:0px !important;
        -o-border-radius:0px !important;
        border-radius:0px !important;

        -webkit-box-shadow:none !important;
        -moz-box-shadow:none !important;
        -ms-box-shadow:none !important;
        -o-box-shadow:none !important;
        box-shadow:none !important;

        text-shadow:none !important;
        background-image:none !important;
        -webkit-filter:none !important;
        -moz-filter:none !important;
        -ms-filter:none !important;
        -o-filter:none !important;
        filter:none !important;
        color:black !important;
        border-color:white;
        background:none !important;
        background-color:white !important;
}

.aMS_CustomPanel_AllowOffscreenValidation .aMS_CustomPanelCard.aMS_CustomPanelCard_Offscreen .aMS_CustomPanelCardContent *{
        visibility:hidden;
}

.aMS_CustomPanelModifier{
        display:contents;
}


.aMS_CustomPanel .aMS_CustomPanelCard input
{
        height:auto;
}

.BoardSearchBar .PickupCountdownToggle{
        display:inline-flex;
        align-items:center;
        gap:6px;
        margin-left:12px;
        padding:6px 12px;
        border-radius:999px;
        background:rgba(19,111,99,0.12);
        font-weight:600;
        color:#124b3a;
        cursor:pointer;
        transition:background-color .25s ease, box-shadow .25s ease;
}

.BoardSearchBar .PickupCountdownToggle:hover{
        background:rgba(19,111,99,0.22);
        box-shadow:0 4px 10px rgba(18,75,58,0.18);
}

.BoardSearchBar .PickupCountdownToggle input{
        margin:0;
}

.BoardSearchBar .PickupCountdownToggle label{
        cursor:pointer;
}

.aMS_CustomPanelCards .aMS_PickupCountdown{
        width:100%;
        box-sizing:border-box;
        margin-top:10px;
        padding:12px 14px;
        border-radius:14px;
        background:linear-gradient(135deg,rgba(226,252,239,0.92),rgba(236,243,255,0.95));
        box-shadow:0 10px 24px rgba(15,60,56,0.12);
        display:flex;
        flex-direction:column;
        gap:10px;
        position:relative;
        overflow:hidden;
}

.aMS_CustomPanelCards .aMS_PickupCountdown.IsDue{
        background:linear-gradient(135deg,rgba(254,226,226,0.95),rgba(255,237,213,0.95));
        box-shadow:0 12px 26px rgba(185,28,28,0.22);
}

.aMS_CustomPanelCards .aMS_PickupCountdownHeader{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        text-transform:uppercase;
        font-size:.72rem;
        letter-spacing:.08em;
        color:#134b3a;
        font-weight:700;
}

.aMS_CustomPanelCards .aMS_PickupCountdownTitle{
        color:#0f5132;
}

.aMS_CustomPanelCards .aMS_PickupCountdownEta{
        font-size:.82rem;
        font-weight:700;
        color:#136f63;
}

.aMS_CustomPanelCards .aMS_PickupCountdownBar{
        height:12px;
        border-radius:999px;
        background:rgba(19,111,99,0.16);
        overflow:hidden;
        position:relative;
}

.aMS_CustomPanelCards .aMS_PickupCountdownFill{
        height:100%;
        width:100%;
        border-radius:inherit;
        background:linear-gradient(90deg,#2ebf6f,#ffd166);
        box-shadow:0 6px 12px rgba(0,0,0,0.14);
        transition:width .45s ease, background .45s ease, background-color .45s ease;
}

.aMS_CustomPanelCards .aMS_PickupCountdownLabel{
        font-size:.9rem;
        font-weight:700;
        color:#166534;
}


.aMS_CustomPanel .aMS_CustomPanelHeaderCard
{
        /* margin: 10px; */
        /* padding: 0px; */
        /* border-radius: 10px; */
        display:flex;
        flex-direction: row;
        flex-wrap: wrap;
        box-sizing: border-box;
        flex: 0 0 auto;
        color: #ffffff;
        /* border: 2px solid #ffffff; */
        border-radius: 5px;
        background-color: #4c4c4c;
        gap: 0px;
}

.aMS_CustomPanelHeader .gwt-Label.asc:after{
        content:' \25B2';
        font-size:0.7em;
}
.aMS_CustomPanelHeader .gwt-Label.desc:after{
        content:' \25BC';
        font-size:0.7em;
}

.aMS_CustomPanelSeparator{
        width:100%;
        margin-top:15px;
        border-bottom:2px dashed #666;
        float:left;
        height:25px;
        position:relative;
        text-align:center;
        color:#666;
        font-weight:bold;
        line-height:25px;
}

/* FlagsText */ 

.aMS_CustomPanel .FlagsWrapper.FlagsText
{
	padding-left:5px;
}
.aMS_CustomPanel .FlagsWrapper.FlagsText .HasFlags{
	
    display: flex;
    flex-direction: row-reverse;

}

.aMS_CustomPanel .FlagsWrapper.FlagsText .FlagsWrapper.FlagsText
{
	width:100%;
}

.aMS_CustomPanel .FlagsWrapper.FlagsText .ImageButton_ContentPanel{
	border:initial;
	height:initial;
}


.aMS_CustomPanel .FlagsWrapper.FlagsText .ImageButton,.aMS_CustomPanel .FlagsWrapper.FlagsText .gwt-Image
{
	height: initial;
	width:initial;
	background-color:initial!important;
	background-image:initial!important;
	border:initial!important;
	position:relative;
	float: left;
}
.aMS_CustomPanel .FlagsWrapper.FlagsText .gwt-Label
{
	line-height:initial!important;
	background-color:initial;
	position:relative;
	color:initial;
	text-shadow:initial;
	float: left;
	width: auto;
	margin-right: 3px;
}

.aMS_CustomPanel .FlagsWrapper.FlagsText .subtitle,.aMS_CustomPanel .FlagsWrapper.FlagsText .subSubtitle,.aMS_CustomPanel .FlagsWrapper.FlagsText .gwt-Image
{
	width:20px;
}

.aMS_CustomPanel .FlagsWrapper .ImageButton .material-icons{
	display:none!important;
}
.aMS_CustomPanel .FlagsWrapper.FlagsText .ImageButton .material-icons{
	display: none!important;
}

.aMS_CustomPanel .FlagsWrapper.FlagsText .FlagButton .Flag_ActionLayer{
    position:absolute;
    width: 30px;
    height: 30px;
    float: right;
	top:0;
	right:30px;
}


.aMS_CustomPanel .FlagsWrapper.FlagsText  .FlagButton.IsDelete div{
    color:red;
}

.aMS_CustomPanel .FlagsWrapper.FlagsText  .FlagButton.IsFinish div{
    color:green;
}


.aMS_CustomPanel .FlagsWrapper.FlagsText .topButton div:hover,.aMS_CustomPanel .FlagsWrapper.FlagsText .topButton:hover
{
		background-color:initial;
		background-image:initial;
		text-decoration: underline;
}


/* New Layout */

.UseNewLayout .aMS_Keypad,
.UseNewLayout .aMS_Keypad table,
.UseNewLayout .aMS_Keypad tr,
.UseNewLayout .aMS_Keypad td{
	border:none;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel){
	background: black;
	background-image: none;
	height: 45px;
	min-height: 45px;
	border: none;
	border-bottom:3px solid #7db800;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel).top-menu-tabs:after{
	display:none;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton,
.MoreTabsPanel .topButton{
	background:#333;
	border: none;
	border-radius: 0px;
	box-shadow:none;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	height:35px;
	font-size: 0.9em;
	margin-top:10px;
	color:white;
	margin-left:4px;
	margin-right:4px;
	max-width:200px;
	overflow: visible;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton.historyButton{
	margin-left:20px;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton.firstButton{
	margin-right:8px;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .ButtonMoreTabs{
	min-width:44px;
	border-radius:5px;
	height:27px;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton.topButtonTab-selected,
.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton.topButtonTab-selected:hover{
	background:#7db800;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton div:hover,
.MoreTabsPanel .topButton div:hover{
	background:none;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton .gwt-Label,
.MoreTabsPanel .topButton .gwt-Label{
	height:100%;
	display:flex;
	padding-left:30px;
	text-overflow: ellipsis;
	align-items: center;
	white-space: nowrap;
	overflow: hidden;
	justify-content:center;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton .gwt-Label.material-icons,
.MoreTabsPanel .topButton .gwt-Label.material-icons{
	position:absolute;
	padding:0px;
	overflow:visible;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButtonTab-focus.topButton,
.MoreTabsPanel .topButtonTab-focus.topButton{
	animation-name:FocusAnimationNotSelected;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction:alternate
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButtonTab-focus.topButton.topButtonTab-selected,
.MoreTabsPanel .topButtonTab-focus.topButton.topButtonTab-selected{
	animation-name:FocusAnimationSelected;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButtonTab-focus.topButton:nth-child(2n),
.MoreTabsPanel .topButtonTab-focus.topButton:nth-child(2n){
	animation-delay:0.5s;
}

@keyframes FocusAnimationSelected {
  from {background:#7db800;}
  to {background:#adff00;}
}

@keyframes FocusAnimationNotSelected {
  from {background:#333;}
  to {background:#585858;}
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton .gwt-Image,
.MoreTabsPanel .topButton .gwt-Image{
	display:none;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton .topButtonTab_labelCount,
.MoreTabsPanel .topButton .topButtonTab_labelCount.gwt-Label{
	width:15px;
	height:15px !important;
	border-radius:5px;
	margin:0px;
	padding:0px;
	font-size:11px;
	right:0px;
	display:flex;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .topButton .topButtonTab_labelCount.topButtonTab_labelCount_Left,
.MoreTabsPanel .topButton .topButtonTab_labelCount.gwt-Label.topButtonTab_labelCount_Left{
	right:auto;
	left:0;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .gwt-Image{
	height:45px;
	width:250px;
	object-fit:contain;
	background-color:#333;
	margin-top: 0px;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .gwt-Image{
	height:45px;
	width:250px;
	object-fit:contain;
	background-color:#333;
	margin-top: 0px;
	margin-right: 4px;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel):before{
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
	content:'menu';
	width:45px;
	height:45px;
	position:absolute;
	font-size:35px;
	color:#484747;
	display:flex;
	align-items: center;
	justify-content: center;
	top:0px;
	left:5px;
	pointer-events:none;
}

.UseNewLayout .SecondaryPanel.top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel):before{
	display:none;
}

.UseNewLayout .SecondaryPanel .DivisionSelector_label{
	color:#7db800;
	float:left;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .syncIcon {
    width: 250px;
    height: 3px;
    position: absolute;
    overflow: hidden;
    background-color: #333;
    margin: 0px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .syncIcon:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 40%;
    background-color: #7db800;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    100% {
        left: 100%;
        width: 100%;
	}
}

.MoreTabsPanel{
	float:left;
	position:relative;
	width:200px;
}

.MoreTabsPanel .topButton{
	float:left;
	position:relative;
	width:100%;
	border-radius:5px;
	margin: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.MoreTabsPanel .topButton .gwt-Label{
	margin-top:0px;
}

.ArrowPopupWindow .WindowContent{
	float:left;
}



/* Wait Screen */

.aMS_WaitScreen {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    background: #ffffffbb;
    background: radial-gradient(ellipse at center, rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.4) 100%);
}

.aMS_WaitScreen .aMS_WaitScreenLogo {
    background-image: url(/SvgLoader/order.00000000.ff9118ff.79b83bff.svg);
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center;
}

.aMS_WaitScreen .aMS_WaitScreenAnimation {
    position: absolute;
    top: calc(50% + 30px);
    left: calc(50% - 50px);
    width: 100px;
    height: 12px;
    border: 3px solid #a3a3a3;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

.aMS_WaitScreen .aMS_WaitScreenAnimation:before{
	content:'';
	position:absolute;
	top:0px;
	left:-50px;
	width:200px;
	height:100%;
	background: repeating-linear-gradient(45deg,white,white 5px,#a3a3a3 5px,#a3a3a3 10px);

	animation-name: progressbar;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function:linear;
}

@keyframes progressbar {
  from {left:-50px;}
  to {left:-21px;}
}



/* Side menu */

.UseNewLayout .top-menu .OptionsSideMenu{
	position:absolute;
	z-index: 2;
	top: 45px;
	width: 250px;
	height: calc(100vh - 45px);
	padding: 10px;
	background-color: #e3e3e3;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	color: #666;
	font-weight: normal;
	font-size: 0.7em;
	line-height: 30px;
	overflow: auto;
	box-sizing: border-box;
}

.UseNewLayout .top-menu .OptionsSideMenu .EnterpriseDetailsPanel{
	
}

.UseNewLayout .top-menu .OptionsSideMenu .EnterpriseDetailsPanel .gwt-Image{
	background:none;
	width: 70%;
	height:auto;
	margin: 0px;
	margin-left: 15%;
	border-radius: 4px;
	margin-top: 10px;
}

.UseNewLayout .top-menu .OptionsSideMenu .EnterpriseDetailsPanel .gwt-Label{
	color: #666;
	width: 100%;
	text-align: center;
	font-size: 0.92em;
	margin-top: 10px;
	font-weight: bold;
	border:none;
}

.UseNewLayout .top-menu .OptionsSideMenu .GenericForm_Button{
	display:flex;
	justify-content: center;
}

.UseNewLayout .top-menu .OptionsSideMenu .Refresh{
	padding-left:35px;	
	position:relative;
}

.UseNewLayout .top-menu .OptionsSideMenu .Refresh:before{
	content:'sync';
	font-family: 'Material Icons';
	width:35px;
	height:33px;
	top:0px;
	left:0px;
	position:absolute;
	font-size:30px;
	line-height:33px;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_FieldWrapper:nth-child(1){
	margin-left:0px;
	margin-right: 0px;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm > .GenericForm_FieldsContainer > .GenericForm_FieldWrapper:nth-child(2){
	border-radius:4px;
	background-color: #B3B3B3;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #CCC), color-stop(100%, #B3B3B3));
    background-image: -webkit-linear-gradient(top, #CCC, #B3B3B3);
    background-image: -moz-linear-gradient(top, #CCC, #B3B3B3);
    background-image: -ms-linear-gradient(top, #CCC, #B3B3B3);
    background-image: -o-linear-gradient(top, #CCC, #B3B3B3);
    background-image: linear-gradient(top, #CCC, #B3B3B3);
}

.UseNewLayout .top-menu .OptionsSideMenu .Logout{
    background-image: url(Pictures/Front_UserBoard/avatar_placeholder.png);
    background-size: 35px 35px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    color: #ff6459;
    position:relative;
    padding-left:35px;
    background-color:transparent;
}

.UseNewLayout .top-menu .OptionsSideMenu .Logout:hover,
.UseNewLayout .top-menu .OptionsSideMenu .Logout:active{
	background-color:#ccc;
}

.UseNewLayout .top-menu .OptionsSideMenu .Logout:before{
	content: '';
    margin-top: -6px;
    margin-left: -6px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    position: relative;
    float: left;
    border: 8px solid #e3e3e3;
    border-radius: 40px;
	display:none;
}

.UseNewLayout .top-menu .OptionsSideMenu .Logout:after{
	content: '';
    top: -0px;
    left: -0px;
    width: 35px;
    height: 35px;
    background-color: transparent;
    position: absolute;
    float: left;
    border: 2px solid #666;
    border-radius: 40px;
	display:none;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm.GenericForm.GenericForm_NewCSS .GenericForm_InnerForm > div > .gwt-Label{
	margin-bottom:0px;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm.GenericForm.GenericForm_NewCSS .GenericForm_InnerForm{
	margin-top:50px;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm button{
	width:100%;
	margin:0px;
	margin-top:20px;
}


.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm > div > .GenericForm > .GenericForm_FieldsContainer > .GenericForm_Button,
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm > div > .GenericForm > .GenericForm_FieldsContainer > .GenericForm_Button > button{
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	height:29px;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel .gwt-Label:nth-child(1),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel .gwt-Label:nth-child(6),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel input:nth-child(2),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel input:nth-child(7){
	width:100%;
	margin-left:0;
	box-sizing:border-box;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel select:nth-child(3),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel select:nth-child(5),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel select:nth-child(8),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel select:nth-child(10){
	width:calc(50% - 5px);
	margin-left:0px !important;
	margin-right:0px;
	box-sizing:border-box;
	height:30px;
	text-align:center;
}

.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel .gwt-Label:nth-child(4),
.UseNewLayout .top-menu .OptionsSideMenu > .GenericForm .GenericForm_InnerForm .SalesTree_PeriodPanel .gwt-Label:nth-child(9){
	width:10px;
	margin-left:0px;
	margin-right:0px;
	box-sizing:border-box;
	text-align:center;
	height:30px;
}




/* Period panel */

.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .SalesTree_PeriodPanel > .gwt-TextBox{
	width:80px;
}

.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .SalesTree_PeriodPanel .gwt-Label{
	height:35px;
	margin:0px;
	line-height:35px;
}

.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .SalesTree_PeriodPanel .gwt-ListBox{
	box-shadow: 0px 0px 2px #d1d1d1 inset;
	border-radius:4px;
	border: 1px solid #d1d1d1;
	height:35px;
	margin-top:0px;
}

.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .SalesTree_PeriodPanel .gwt-Label:nth-child(4),
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .SalesTree_PeriodPanel .gwt-Label:nth-child(9){
	margin-left:2px;
}

.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .SalesTree_PeriodPanel .gwt-Label:nth-child(6){
	margin-left:20px;
}

.GenericForm_NewCSS .SalesTree_PeriodPanel{
	border:none;
}

.GenericForm_NewCSS .SalesTree_PeriodPanel div.gwt-Label{
	font-size:0.9em;
	margin-top:7px;
}

.GenericForm_NewCSS .SalesTree_PeriodPanel .gwt-ListBox,
.GenericForm_NewCSS .SalesTree_PeriodPanel .SalesTree_PeriodTextBox.gwt-TextBox{
	border:1px solid #dddddd;
	border-radius:4px;
	box-shadow:0px 0px 2px #d1d1d1 inset;
	padding-left:5px;
	padding-right:5px;
	box-sizing:content-box;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel{
	/* height:25px; */
	min-height:25px;
	border:1px solid #dddddd;
	border-radius:4px;
	margin-bottom: 5px;
	box-sizing: content-box;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .SalesTree_PeriodPanel{
	border:none;
	box-shadow:none;
	margin-bottom: 0px;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .SalesTree_PeriodPanel .gwt-Label{
	font-size:1em;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .SalesTree_PeriodPanel *{
	font-size:1em;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .SalesTree_PeriodPanel .gwt-ListBox{
	font-size:1em;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .SalesTree_PeriodPanel .gwt-Label:nth-child(1){
	margin-left:5px;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .rowTitle{
	position: absolute;
	top: -4px;
	border: 1px #dddddd solid;
	height: 26px;
	right: 25px;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel > *{
	margin-top:3px !important;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel *,
.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel div.gwt-Label{
	border:none;
	font-size:0.7em;
	background:none;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .gwt-ListBox{
	font-size:0.6em;
	color:#666;
	height:25px;
	margin-top:0px !important;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .gwt-TextBox{
	height:23px;
	margin-top:0px !important;
}

.GenericForm_NewCSS .BookingRestrictedTimesEditor .SalesTree_PeriodPanel .gwt-HTML.deleteRow{
	top:-3px;
	height: 25px;
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
}






/* GenericForm NewCSS */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer{
	margin-left:auto;
	margin-right:auto;
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:center;
	align-items: center;
}

.GenericForm.GenericForm_NewCSS.OrderInfo .GenericForm_FieldsContainer{
	--flex-fit:fit;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper{
	width: 50%;
	min-height: 35px;
	height: auto;
	float: left;
	margin-bottom: 20px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper{
	width: calc(50% - 20px);
	margin-left:10px;
	margin-right:10px;
}



.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_TextArea{
	width:100%;
}

.ArrowPopupWindow .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button),
.UseNewLayout .top-menu .OptionsSideMenu .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper{
	width: 100%;
}



.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Space{
	display:none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm{
	box-shadow: 1px 1px 5px #d1d1d1;
	border: 1px solid #d1d1d1;
	border-radius:4px;
	background-color:white;
	padding-left:10px;
	padding-right:10px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm .GenericForm_FieldsContainer{
	width:100%;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm > div > .gwt-Label{
	border:none;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	font-size: 0.9em;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Widget,
.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm{
	width:100%;
	min-height: 0px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Widget fieldset{
	box-shadow: 1px 1px 5px #d1d1d1;
	border: 1px solid #d1d1d1;
	border-radius:4px;
	background-color:white;
	padding-left: 20px;
	padding-right: 20px;
	position:relative;
	padding-top: 0px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Widget fieldset > legend{
	width: calc(100%);
	background:none;
	background-color:transparent;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 30px;
	top: auto;
	position: relative;
	float: left;
	display: block;
	font-size: 0.9em;
	color:#666;
	padding:0px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_HasTitle > .GenericForm_TitleWrapper{
	width:100%;
	float:left;
	font-size: 0.7em;
	margin-bottom: 5px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_HasTitle > .GenericForm_TitleWrapper *{
	border:none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_HasTitle > :not(.GenericForm_TitleWrapper){	
	width:100%;
	float:left;
}

.GenericForm.GenericForm_NewCSS *{
	box-sizing:border-box;
}

.GenericForm.GenericForm_NewCSS .CodeMirror-scroll{
	margin-right:0px;
}

/* Label */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Label .gwt-Label{
	border:none;
	font-size: 0.9em;
	min-height:35px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Label .gwt-Label:first-child{
	font-size:0.7em;
	margin-bottom:10px;
	min-height:auto;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Label .GenericForm_TitleWrapper .gwt-Label{
	font-size:1.2em;
}

/* Collapsable Button */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton{
	width:100%;
	margin-top:-30px;
	margin-bottom: 30px;
	cursor:pointer;
	min-height: auto;
	margin-left: 0px;
	margin-right: 0px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton > div{
	margin-bottom:0px !important;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton > .GenericForm_CollapseField_Collapsed .gwt-Label.GenericForm_CollapsaField_label{
	margin-bottom: -20px !important;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton .gwt-Label.GenericForm_CollapsaField_label{
	border-bottom:none;
	text-align:center;
	width:100% !important;
	font-size:0.9em;
	min-height:auto !important;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton .gwt-Label.GenericForm_CollapsaField_label:after{
	content:'+';
	margin-left:5px;
	/* color:#bbb; */
	display: inline-block;
	font-family: arial;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton .GenericForm_CollapseField_Expanded .gwt-Label.GenericForm_CollapsaField_label:after{
	content:'-';
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_CollapseButton .GenericForm_CollapsaField_wrapper{
	display:none;
}

.GenericForm.GenericForm_NewCSS .CodeMirror{
	width:100% !important;
}

/* Button */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_Button button{
	min-height:35px;
}


/* ListBox */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_ListBox .Form_ListBox{
	border:none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_ListBox select,
.GenericForm_NewCSS .HorizontalPanelLanguage .gwt-ListBox{
	height:35px;
	border: 1px solid #dddddd;
	border-radius:4px;
	padding:2px;
	font-size:0.8em;
	color:#666;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_TextBox .GenericForm_TextBoxWrapper,
.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_SuggestBox .GenericForm_TextBoxWrapper{
	border:none;
	height:35px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_TextBox .gwt-TextBox,
.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_SuggestBox .gwt-SuggestBox{
	height:35px;
	border: 1px solid #dddddd;
	border-radius:4px;
	padding:5px;
	font-size:0.8em;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_TextArea .gwt-TextArea{
	border: 1px solid #dddddd;
	border-radius:4px;
	padding:5px;
	font-size:0.8em;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_TextArea .GenericForm_TextBoxWrapperTextBox{
	border:none;
}


/* ColorPicker */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_ColorPicker .Form_ColorPicker{
	height:35px !important; 
	width:35px !important;
	float:left !important;
	position:relative !important;
	border:none;
	border-radius:4px;
	border: 1px solid #dddddd;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
}

.GenericForm.GenericForm_NewCSS .GenericForm_ColorPicker.GenericForm_FieldWrapper.GenericForm_HasTitle .GenericForm_TitleWrapper{
	float:right;
	position:relative;
	width:calc(100% - 45px);
	margin-top: 8px;
}

/* CheckBox */

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_HasTitle.GenericForm_CheckBox > .GenericForm_TitleWrapper{
	width:calc(100% - 35px);
	float:right;
	margin-top:3px;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_HasTitle.GenericForm_CheckBox > :not(.GenericForm_TitleWrapper){
	width:25px;
	float:right;
	border:none;
}


.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox input,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox input,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox input,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox label,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox label,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox label,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox label{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius:4px;
  background-color: #eee;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox input ~ label,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox input ~ label,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox input ~ label,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox input ~ label{
  border: 2px solid #7db800;
  background-color: white;
  box-sizing:border-box;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox input:checked ~ label,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox input:checked ~ label,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox input:checked ~ label,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox input:checked ~ label{
  background-color: #7db800;
  border: none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox span.gwt-CheckBox.gwt-CheckBox-disabled input:checked ~ label,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment span.gwt-CheckBox.gwt-CheckBox-disabled input:checked ~ label,
.GenericForm_NewCSS .AvailabilitiesConfigurations span.gwt-CheckBox.gwt-CheckBox-disabled input:checked ~label,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup span.gwt-CheckBox.gwt-CheckBox-disabled input:checked ~label{
  background-color: #ccc;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox span.gwt-CheckBox.gwt-CheckBox-disabled input ~ label,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment span.gwt-CheckBox.gwt-CheckBox-disabled input ~ label,
.GenericForm_NewCSS .AvailabilitiesConfigurations span.gwt-CheckBox.gwt-CheckBox-disabled input ~label,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup span.gwt-CheckBox.gwt-CheckBox-disabled input ~label{
  background-color: #ccc;
  border: none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox label:after,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox label:after,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox label:after,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox label:after{
  content: "";
  position: absolute;
  display: none;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox input:checked ~ label:after,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox input:checked ~ label:after,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox input:checked ~ label:after,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox input:checked ~ label:after{
  display: block;
}

.GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_CheckBox .gwt-CheckBox label:after,
.GenericForm_NewCSS .ConfigurationsForm_HorizontalPanelPayment .gwt-CheckBox label:after,
.GenericForm_NewCSS .AvailabilitiesConfigurations .gwt-CheckBox label:after,
.ArrowPopupWindow_NewCSS .AddAvailabilityPopup .gwt-CheckBox label:after{
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}





.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button) .CultureTitlesBox .GenericForm_FieldWrapper{
	width:calc(50% - 20px);
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm:not(.GenericForm_CheckBox):not(.GenericForm_Button):nth-child(2),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm .GenericForm_FieldWrapper.GenericForm_Widget:not(.GenericForm_CheckBox):not(.GenericForm_Button),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button) .GenericForm_FieldWrapper{
	width:100%;
}





.ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_ElementPlaceholder{
	position:relative;
	bottom: auto;
	right: auto;
	width: 300px;
	height: 130px;
}

.ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_ElementPlaceholder .MenuNodeContent{
	border-radius:3px;
	box-shadow:none;
}

.ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_MoveAndDeleteButton{
	position: fixed;
	bottom: calc(50vh - 171px);
	top: auto;
	right: calc(12.5vw + 10px);
	float: none;
	margin: auto;
	height: 40px;
	width: 40px;
	transition: all 0.5s;
}

.ArrowPopupWindow_NewCSS .NodesEditor_NodeElementsPanel .AbstractMenuNode.aMS_MoveAndDeleteButton{
	right: 10px;
	bottom: 10px !important;
}

.ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_MoveAndDeleteButton .MenuNodeContent{
	border-radius:4px;
	box-shadow:none;
	background-color: #999;
}

.ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_MoveAndDeleteButton .MenuNodeContent:before{
	color:white;
	font-size:35px
}

.ArrowPopupWindow_NewCSS .GenericForm.FormBuilder .HelpButton{
	right:-10px;
	top:20px;
}

.ArrowPopupWindow_NewCSS:not(.ArrowPopupWindow_Horizontal) .ActionsWindow{
	width:75vw !important;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS{
	position: fixed !important;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s;
	opacity: 0;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS:last-child{
	background-color: rgba(0,0,0,0.5);
}

body.AutomaticLayoutEditorScreen.ArrowPopupActive .ArrowPopupWindow.ArrowPopupWindow_NewCSS{
	justify-content: left;
}

body.AutomaticLayoutEditorScreen.ArrowPopupActive .ArrowPopupWindow.ArrowPopupWindow_NewCSS:last-child{
	background: rgb(0,0,0);
	background: linear-gradient(90deg, rgba(0,0,0,0.5) 0px, rgba(0,0,0,0.5) 580px, rgba(0,0,0,0) 650px);
}

body.AutomaticLayoutEditorScreen.ArrowPopupActive .ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent{
	margin-left: 60px;
}

body.ArrowPopupActive .ArrowPopupWindow.ArrowPopupWindow_NewCSS{
	opacity: 1;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal .ArrowPopupWindow.ArrowPopupWindow_NewCSS:not(.ArrowPopupWindow_Horizontal){
	height: calc(100% - 221px);
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal {
	height:221px;
	bottom:0px;
	top: auto !important;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .popupContent{
	width:100%;
	border-radius:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .PopupPanel{
	width:100%;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .PopupPanel .NodesEditor_NodeElementsPanel{
	width:100% !important;
	padding:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .PopupControlButtons button{
	display:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .PopupControlButtons button:last-child{
	display:block;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .popupContent .PopupPanel .PopupControlButtons{
	height:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent{
	margin:auto;
	position:relative;
	float: none;
	width: auto;
	border: none;
	padding: 0px;
	margin: 0px;
	background-color: white;
	box-sizing: border-box;
	border-radius: 10px;
	box-shadow: 0 0 4px 0px #4e4e4e;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel{
	height:100%;
	position: relative;
	float: left;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .ScrollPanel{
	height: calc(100% - 100px);
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	margin-top: 40px;
	border-top: 1px solid #ccc;
}

.ArrowPopupWindow_NoControls.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .ScrollPanel{
	border:none;
	margin-top:0px;
	height: calc(100% - 0px);
	padding-bottom: 0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.NodesWindow .popupContent .PopupPanel .ScrollPanel{
	padding:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.ArrowPopupWindow_Horizontal .popupContent .PopupPanel .ScrollPanel{
	margin-top:0px;
	border-top:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons{
	height: 60px;
	overflow:hidden;
	border-top: 1px solid #ccc;
}

.ArrowPopupWindow_NoControls.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons{
	display:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .PickImageButton{
	width:30% !important;
	margin-left:35%;
	margin-top:10px;
	heigh:40px !important;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button{
	width:100px;
	margin-top: 10px;
	margin-left:10px;
	box-sizing: border-box;
	height: 40px;
	padding: 0px;
	box-shadow: none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button{
	background-image: none;
	border:none;
	background:none;
	font-size: 1.3em;
	background-color:#999;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(1),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(2),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(4),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(6){
	background-color:#7db801;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(5){
	float:right;
	margin-right:10px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(5),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(7){
	background-color:#ff5252;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .PopupPanel .PopupControlButtons button:nth-child(8){
	position:absolute;
	top: -10px;
	right:0px;
	width:40px;
	height:40px;
	font-family: 'Material Icons';
	color: #666;
	font-size: 35px;
	background-color: transparent;
	font-weight: bold;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .ResizablePanel{
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .popupContent .ResizablePanel .MainPanel{
	height:100%;
	float: left;
	box-shadow: none;
	margin: 0px;
	border: none;
}

.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup{
	width: 650px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button) .CultureTitlesBox .GenericForm_FieldWrapper{
	width:calc(50% - 20px);
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm:not(.GenericForm_CheckBox):not(.GenericForm_Button):nth-child(2),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper.GenericForm_InnerForm .GenericForm_FieldWrapper.GenericForm_Widget:not(.GenericForm_CheckBox):not(.GenericForm_Button),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS .MenuNodeConfigurationsPopup .GenericForm.GenericForm_NewCSS .GenericForm_FieldsContainer .GenericForm_FieldWrapper:not(.GenericForm_CheckBox):not(.GenericForm_Button) .GenericForm_FieldWrapper{
	width:100%;
}

.ArrowPopupWindow_NewCSS .GenericForm_NewCSS .AvailabilitiesConfigurations .AvailabilityRow{
	width:100%;
}

.ArrowPopupWindow_NewCSS .GenericForm_NewCSS .AvailabilitiesConfigurations table{
	width:100%;
}

.ArrowPopupWindow_NewCSS .gwt-DatePicker{
	margin-top:15px;
}

.NodeFormDialog,
.ArrowPopupWindow_NewCSS .SmallSizeDialog{
	width:450px;
}

.NodeFormDialog,
.ArrowPopupWindow_NewCSS .SmallerSizeDialog{
	width:300px;
}

.ArrowPopupWindow_NewCSS .SmallSizeDialog .GenericForm.GenericForm_NewCSS .GenericForm_FieldWrapper.GenericForm_TextArea .GenericForm_TextBoxWrapperTextBox{
	width:430px;
}

.ArrowPopupWindow_NewCSS .ImageChooserWidget_ImageRegionChooser{
	margin-left: calc(50% - 175px);
}

.ArrowPopupWindow_NewCSS .ImageChooserWidget_Preview .ImageChooserWidget_Caption.gwt-Label{
	font-size:1.3em !important;
}

.ArrowPopupWindow_NewCSS .LayoutPresetParameterPanel{
	box-sizing:border-box;
	height:35px;
	border: 1px solid #dddddd;
	border-radius:4px;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
}

.ArrowPopupWindow_NewCSS .GenericForm_Widget:first-child{
	margin-top:30px;
}

.ArrowPopupWindow_NewCSS .GenericForm_InnerForm .GenericForm_Widget:first-child{
	margin-top:0px;
}

.ArrowPopupWindow_NewCSS .LayoutPresetParameterPanel .gwt-ListBox,
.ArrowPopupWindow_NewCSS .LayoutPresetParameterPanel .gwt-TextBox{
	box-sizing: border-box;
	margin:0px;
	height: 33px;
	border: 1px solid #dddddd;
	border-radius:4px;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
	width: 160px;
}

.ArrowPopupWindow_NewCSS .LayoutPresetParameterPanel > .grayButton{
	height:33px;
	width:33px;
	background-repeat:no-repeat;
	background-position:center;
}

.ArrowPopupWindow_NewCSS .LayoutPresetParameterPanel > .gwt-Label{
	height:33px;
	line-height:33px;
	padding-left:5px;
	border-right: none !important;
}

.ArrowPopupWindow_NewCSS.AutomaticLayoutEditor_EditLayoutElementPopup .CopyButton{
	top:-14px;
}

.ArrowPopupWindow_NewCSS .aMS_IsEmpty .AbstractMenuNode.aMS_ElementPlaceholder:before{
	display:none;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal .ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_MoveAndDeleteButton{
	bottom: calc((50vh + 111px) - 172px);
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal .ArrowPopupWindow_NewCSS .AbstractMenuNode.aMS_ElementPlaceholder{
	display:none;
}

body.ArrowPopupActive > table{
	filter:blur(2px);
	transition:0.5s;
}

body.AutomaticLayoutEditorScreen.ArrowPopupActive > table{
	filter: blur(0px);
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal > table{
	filter:none;
	transition:none;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal > table .MenuTools{
	height:calc(100vh - 266px) !important;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal > table .MenuTools .aMS_MenuBar{
	height:calc(100vh - 266px) !important;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal > table .MenuTools .NodesEditor{
	height:calc(100vh - 266px) !important;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal > table .MenuTools .NodesEditor .MenuNodesContainerMenu {
	height:calc(100vh - 316px) !important;
}

body.ArrowPopupActive.ArrowPopupActive_Horizontal > table .MenuTools .NodesEditor .MenuNodesContainerMenu > div{
	height:calc(100vh - 316px) !important;
}






/* OrderWindow */

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .popupContent .PopupPanel .ScrollPanel{
  padding-top:0px;
  padding-bottom:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .popupContent .PopupPanel{
	width: calc(100vw - 40px);
	max-width: 850px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .popupContent .PopupPanel .ScrollPanel .OrderWindow_MainPanel{
	width:100%;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu{
	background:white;
	box-sizing:border-box;
	border:none;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	margin-left:-5px;
	width: calc(100% + 10px);
	height: 80px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton,
.UseNewLayout .ItemGroup_MainPanel .ImageButton{
	height:50px;
	width:50px;
	border-radius:2px;
	background:#ccc;
	border:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton:hover,
.UseNewLayout .ItemGroup_MainPanel .ImageButton:hover{
	border-radius:2px;
	background:#bbb;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton .ImageButton_ContentPanel:hover,
.UseNewLayout .ItemGroup_MainPanel .ImageButton .ImageButton_ContentPanel:hover{
	background:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton,
.UseNewLayout .ItemGroup_MainPanel .ImageButton{
	margin:5px;
}



.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton:not(.FlagButton) .gwt-Image,
.UseNewLayout .ItemGroup_MainPanel .ImageButton:not(.FlagButton) .gwt-Image{
	display:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton .gwt-Label,
.UseNewLayout .ItemGroup_MainPanel .ImageButton .gwt-Label,
.UseNewLayout .FlagFocusPanel .ImageButton .gwt-Label{
	top:-15px;
	left:0px;
	position:absolute;
	color:#666;
	text-shadow:none;
	height:50px;
	line-height:50px !important;
	font-size:0.9em !important;
	margin:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.FlagButton .gwt-Label.subtitle,
.UseNewLayout .ItemGroup_MainPanel .ImageButton.FlagButton .gwt-Label.subtitle,
.UseNewLayout .FlagFocusPanel .ImageButton.FlagButton .gwt-Label.subtitle{
	color:black !important;
	top:8px;
	font-size:0.7em !important;
	font-weight:normal;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.FlagButton .gwt-Label.subSubtitle,
.UseNewLayout .ItemGroup_MainPanel .ImageButton.FlagButton .gwt-Label.subSubtitle,
.UseNewLayout .FlagFocusPanel .ImageButton.FlagButton .gwt-Label.subSubtitle{
	color:black !important;
	top:18px;
	font-size:0.7em !important;
	font-weight:normal;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton .gwt-Label.material-icons,
.UseNewLayout .ItemGroup_MainPanel .ImageButton .gwt-Label.material-icons,
.UseNewLayout .FlagFocusPanel .ImageButton .gwt-Label.material-icons{
	color:#666;
	width:100%;
	top:0px;
	font-size:2.5em !important;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.FlagButton .gwt-Label.material-icons,
.UseNewLayout .ItemGroup_MainPanel .ImageButton.FlagButton .gwt-Label.material-icons,
.UseNewLayout .FlagFocusPanel .ImageButton.FlagButton .gwt-Label.material-icons{
	font-size:2em !important;
	top:7px
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.FlagButton .Flag_ActionLayer:hover,
.UseNewLayout .ItemGroup_MainPanel .ImageButton.FlagButton .Flag_ActionLayer:hover{
	/*background:none;*/
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_ItemsScroll{
	border:none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel{
	border:none;
	background:transparent;
	height: 80px;
	position:relative;
	padding:0px;
	margin-top:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsLeft,
.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel span.OrderWindow_totalsLeft{
	position:absolute;
	top: 25px;
	left:0px;
	margin:0px;
	font-size:0.7em;
	font-weight:normal;
	color:#666;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel span.OrderWindow_totalsLeft{
	top:auto;
	bottom:10px;
	font-size:1em;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsLeft:nth-child(3),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel span.OrderWindow_totalsLeft:nth-child(4){
	left:125px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsLeft:nth-child(5),
.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel span.OrderWindow_totalsLeft:nth-child(6){
	left:250px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsRight:nth-child(7){
	height:auto;
	width:auto;
	margin:0px;
	bottom:10px;
	position:absolute;
	right:0px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsRight:nth-child(7) div{
	color:transparent;
	width:0;
	height:0px;
	pointer-events: none;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsRight:nth-child(7) div:before{
	content:'payments';
	color:#666;
	font-family:'Material Icons';
	font-size:1.1em;
	position:absolute;
	width:50px;
	height:40px;
	right:0px;
	text-align:center;
	top:3px;
	pointer-events:none;
	font-weight: normal;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsRight:nth-child(7) button{
	width:50px;
	height:50px;
	border:none;
	border-radius:2px;
	background:#ccc;
	margin:0px;
	padding-top:25px;
	font-size:1em;
}



.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.orderWindowInfoGlow,
.UseNewLayout .ItemGroup_MainPanel .ImageButton.orderWindowInfoGlow{
	box-shadow:none;
	animation-name:FocusAnimationInfo;
	animation-duration: 0.5s;
	animation-iteration-count: infinite;
	animation-direction:alternate
}

@keyframes FocusAnimationInfo {
  from {background:#ccc;}
  to {background:#aaa;}
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow .OrderWindow_HeaderRowLeft{
	font-size:1.05em;
	color:#666;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow .OrderWindow_tableNumber{
	font-size:0.9em;
	color:#666;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow table.OrderWindow_HeaderRowLeft{
	margin-left:5px;
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.LocationButton.material-icons .gwt-Label,
.UseNewLayout .ItemGroup_MainPanel .ImageButton.LocationButton.material-icons .gwt-Label{
	width:100%;
	height:100%;
	top:0px;
	text-align:center;
	font-size:2.5em !important;
}

/* Item Group */

.UseNewLayout .ItemGroup_MainPanel:not(.ItemGroup_WhiteRow){
	background-color: #7db80117;
}

.UseNewLayout .ItemGroup_MainPanel{
	height:auto;
	min-height:60px;
}

.UseNewLayout .BoardTaskPanel .ItemGroup_MainPanel{
	height:70px;
	min-height:auto;
}

.UseNewLayout .ItemGroup_MainPanel > tbody > tr > td:first-child{
	width:60px;
}

.UseNewLayout .ItemGroup_MainPanel > tbody > tr > td:nth-child(2){
	width: calc(50% );
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_ItemDetails{
	width:50%;
	color:#666;
	overflow:hidden;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_ItemDetails *{
	margin-top:0px;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_ItemDetails span{
	position:relative;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_Modifiers{
	width:50%;
	padding-left:10px;
	box-sizing:border-box;
	overflow:hidden;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_Modifiers .gwt-Label{
	padding-left: 8px;
	position: relative;
	box-sizing: border-box;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_Modifiers .gwt-Label:before{
	content:"\2022";
	margin-right:2px;
	display:block;
	float:left;
	position: absolute;
	left: 0px;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_Photo{
	width:50px;
	height:50px;
	margin:0px;
	border-radius:2px;
}

.UseNewLayout .ItemGroup_MainPanel .ItemGroup_Photo .gwt-Image{
	width:50px;
	height:50px;
	object-fit: cover;
}

.UseNewLayout .ItemGroup_MainPanel .ImageButton,
.UseNewLayout .FlagFocusPanel .ImageButton{
	width:50px;
	height:50px;
	min-width:50px;
	border:none;
	background:#ccc;
	border-radius:2px;
	margin:0px;
	position: relative;
}

.UseNewLayout .ItemGroup_MainPanel .ImageButton{
	font-size:0.9em;
	margin-bottom: 10px;
}

.UseNewLayout .FlagFocusPanel .ImageButton_ContentPanel{
	font-size:1.3em;
}

.UseNewLayout .ItemGroup_MainPanel .ImageButton:not(.FlagButton) .gwt-Label{
	text-align:center;
	width:100%;
	height:50px;
	margin:0px;
	top:0px;
	font-size:1.4em !important;	
}

.UseNewLayout .ItemGroup_MainPanel .FlagButton{
	margin-left:10px;
}

.UseNewLayout .FlagFocusPanel .FlagButton{
	margin-left:5px;
	margin-right:5px;
}

.UseNewLayout .ItemGroup_MainPanel .ImageButton .gwt-Label{
	line-height:50px;
}

.UseNewLayout .OrderInfo .ItemGroup_MainPanel{
	font-size:0.7em;
}

.UseNewLayout .BoardTask .OrderInfo .ItemGroup_MainPanel{
	font-size:1em;
}

.UseNewLayout .BoardTask .ItemGroup_MainPanel .ImageButton:not(.FlagButton) .gwt-Label{
	font-size:1em !important;
	line-height:30px !important;
}

.UseNewLayout .Task_MainPanel .ImageButton .material-icons{
	display:none;
}

.UseNewLayout .ItemGroup_MainPanel .ImageButton .material-icons{
	display:block;
}

.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_InnerForm{
	width:calc(50% - 20px);
}

.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_InnerForm .GenericForm_FieldWrapper{
    width: calc(50% - 20px);
}

@media screen and (max-width: 1100px) {
	.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_InnerForm .GenericForm_FieldWrapper{
    	width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_FieldWrapper{
		width:100%;
	}

	.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_InnerForm .GenericForm_FieldWrapper{
		width:calc(50% - 20px);
	}
}

@media screen and (max-width: 600px) {
	.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_InnerForm{
		width:100%;
	}

	.UseNewLayout .Task_Line .OrderInfo.GenericForm_NewCSS .GenericForm_InnerForm .GenericForm_FieldWrapper{
		width:100%;
	}
}

.UseNewLayout .MenuValidationMessage{
	background:transparent;
}


.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-19) .ItemGroup_Photo{
	background: #f79d00;
	background: -webkit-linear-gradient(to top, #64f38c, #f79d00);
	background: -webkit-gradient(linear, left bottom, left top, from(#64f38c), to(#f79d00));
	background: -webkit-linear-gradient(bottom, #64f38c, #f79d00);
	background: -o-linear-gradient(bottom, #64f38c, #f79d00);
	background: linear-gradient(to top, #64f38c, #f79d00);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-18) .ItemGroup_Photo{
	background: #cb2d3e;
	background: -webkit-linear-gradient(to top, #ef473a, #cb2d3e);
	background: -webkit-gradient(linear, left bottom, left top, from(#ef473a), to(#cb2d3e));
	background: -webkit-linear-gradient(bottom, #ef473a, #cb2d3e);
	background: -o-linear-gradient(bottom, #ef473a, #cb2d3e);
	background: linear-gradient(to top, #ef473a, #cb2d3e);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-17) .ItemGroup_Photo{
	background: #f7ff00;
	background: -webkit-linear-gradient(to top, #db36a4, #f7ff00);
	background: -webkit-gradient(linear, left bottom, left top, from(#db36a4), to(#f7ff00));
	background: -webkit-linear-gradient(bottom, #db36a4, #f7ff00);
	background: -o-linear-gradient(bottom, #db36a4, #f7ff00);
	background: linear-gradient(to top, #db36a4, #f7ff00);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-16) .ItemGroup_Photo{
	background: #000428;
	background: -webkit-linear-gradient(to top, #004e92, #000428);
	background: -webkit-gradient(linear, left bottom, left top, from(#004e92), to(#000428));
	background: -webkit-linear-gradient(bottom, #004e92, #000428);
	background: -o-linear-gradient(bottom, #004e92, #000428);
	background: linear-gradient(to top, #004e92, #000428);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-15) .ItemGroup_Photo{
	background: #16BFFD;
	background: -webkit-linear-gradient(to top, #CB3066, #16BFFD);
	background: -webkit-gradient(linear, left bottom, left top, from(#CB3066), to(#16BFFD));
	background: -webkit-linear-gradient(bottom, #CB3066, #16BFFD);
	background: -o-linear-gradient(bottom, #CB3066, #16BFFD);
	background: linear-gradient(to top, #CB3066, #16BFFD);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-14) .ItemGroup_Photo{
	background: #42275a;
	background: -webkit-linear-gradient(to top, #734b6d, #42275a);
	background: -webkit-gradient(linear, left bottom, left top, from(#734b6d), to(#42275a));
	background: -webkit-linear-gradient(bottom, #734b6d, #42275a);
	background: -o-linear-gradient(bottom, #734b6d, #42275a);
	background: linear-gradient(to top, #734b6d, #42275a);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-13) .ItemGroup_Photo{
	background: #ff4b1f;
	background: -webkit-linear-gradient(to top, #1fddff, #ff4b1f);
	background: -webkit-gradient(linear, left bottom, left top, from(#1fddff), to(#ff4b1f));
	background: -webkit-linear-gradient(bottom, #1fddff, #ff4b1f);
	background: -o-linear-gradient(bottom, #1fddff, #ff4b1f);
	background: linear-gradient(to top, #1fddff, #ff4b1f);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-12) .ItemGroup_Photo{
	background: #141E30;
	background: -webkit-linear-gradient(to top, #243B55, #141E30);
	background: -webkit-gradient(linear, left bottom, left top, from(#243B55), to(#141E30));
	background: -webkit-linear-gradient(bottom, #243B55, #141E30);
	background: -o-linear-gradient(bottom, #243B55, #141E30);
	background: linear-gradient(to top, #243B55, #141E30);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-11) .ItemGroup_Photo{
	background: #a80077;
	background: -webkit-linear-gradient(to top, #66ff00, #a80077);
	background: -webkit-gradient(linear, left bottom, left top, from(#66ff00), to(#a80077));
	background: -webkit-linear-gradient(bottom, #66ff00, #a80077);
	background: -o-linear-gradient(bottom, #66ff00, #a80077);
	background: linear-gradient(to top, #66ff00, #a80077);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-10) .ItemGroup_Photo{
	background: #2C3E50;
	background: -webkit-linear-gradient(to top, #FD746C, #2C3E50);
	background: -webkit-gradient(linear, left bottom, left top, from(#FD746C), to(#2C3E50));
	background: -webkit-linear-gradient(bottom, #FD746C, #2C3E50);
	background: -o-linear-gradient(bottom, #FD746C, #2C3E50);
	background: linear-gradient(to top, #FD746C, #2C3E50);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-9) .ItemGroup_Photo{
	background: #2196f3;
	background: -webkit-linear-gradient(to top, #f44336, #2196f3);
	background: -webkit-gradient(linear, left bottom, left top, from(#f44336), to(#2196f3));
	background: -webkit-linear-gradient(bottom, #f44336, #2196f3);
	background: -o-linear-gradient(bottom, #f44336, #2196f3);
	background: linear-gradient(to top, #f44336, #2196f3);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-8) .ItemGroup_Photo{
	background: #2C3E50;
	background: -webkit-linear-gradient(to top, #4CA1AF, #2C3E50);
	background: -webkit-gradient(linear, left bottom, left top, from(#4CA1AF), to(#2C3E50));
	background: -webkit-linear-gradient(bottom, #4CA1AF, #2C3E50);
	background: -o-linear-gradient(bottom, #4CA1AF, #2C3E50);
	background: linear-gradient(to top, #4CA1AF, #2C3E50);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-7) .ItemGroup_Photo{
	background: #e96443;
	background: -webkit-linear-gradient(to top, #904e95, #e96443);
	background: -webkit-gradient(linear, left bottom, left top, from(#904e95), to(#e96443));
	background: -webkit-linear-gradient(bottom, #904e95, #e96443);
	background: -o-linear-gradient(bottom, #904e95, #e96443);
	background: linear-gradient(to top, #904e95, #e96443);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-6) .ItemGroup_Photo{
	background: #0B486B;
	background: -webkit-linear-gradient(to top, #F56217, #0B486B);
	background: -webkit-gradient(linear, left bottom, left top, from(#F56217), to(#0B486B));
	background: -webkit-linear-gradient(bottom, #F56217, #0B486B);
	background: -o-linear-gradient(bottom, #F56217, #0B486B);
	background: linear-gradient(to top, #F56217, #0B486B);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-5) .ItemGroup_Photo{
	background: #3a7bd5;
	background: -webkit-linear-gradient(to top, #3a6073, #3a7bd5);
	background: -webkit-gradient(linear, left bottom, left top, from(#3a6073), to(#3a7bd5));
	background: -webkit-linear-gradient(bottom, #3a6073, #3a7bd5);
	background: -o-linear-gradient(bottom, #3a6073, #3a7bd5);
	background: linear-gradient(to top, #3a6073, #3a7bd5);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-4) .ItemGroup_Photo{
	background: #FF5F6D;
	background: -webkit-linear-gradient(to top, #FFC371, #FF5F6D);
	background: -webkit-gradient(linear, left bottom, left top, from(#FFC371), to(#FF5F6D));
	background: -webkit-linear-gradient(bottom, #FFC371, #FF5F6D);
	background: -o-linear-gradient(bottom, #FFC371, #FF5F6D);
	background: linear-gradient(to top, #FFC371, #FF5F6D);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-3) .ItemGroup_Photo{
	background: #00d2ff;
	background: -webkit-linear-gradient(to top, #928DAB, #00d2ff);
	background: -webkit-gradient(linear, left bottom, left top, from(#928DAB), to(#00d2ff));
	background: -webkit-linear-gradient(bottom, #928DAB, #00d2ff);
	background: -o-linear-gradient(bottom, #928DAB, #00d2ff);
	background: linear-gradient(to top, #928DAB, #00d2ff);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-2) .ItemGroup_Photo{
	background: #ff4b1f;
	background: -webkit-linear-gradient(to top, #ff9068, #ff4b1f);
	background: -webkit-gradient(linear, left bottom, left top, from(#ff9068), to(#ff4b1f));
	background: -webkit-linear-gradient(bottom, #ff9068, #ff4b1f);
	background: -o-linear-gradient(bottom, #ff9068, #ff4b1f);
	background: linear-gradient(to top, #ff9068, #ff4b1f);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n-1) .ItemGroup_Photo{
	background: #EECDA3;
	background: -webkit-linear-gradient(to top, #EF629F, #EECDA3);
	background: -webkit-gradient(linear, left bottom, left top, from(#EF629F), to(#EECDA3));
	background: -webkit-linear-gradient(bottom, #EF629F, #EECDA3);
	background: -o-linear-gradient(bottom, #EF629F, #EECDA3);
	background: linear-gradient(to top, #EF629F, #EECDA3);
}

.UseNewLayout .ItemGroup_MainPanel:nth-of-type(20n) .ItemGroup_Photo{
	background: #1D4350;
	background: -webkit-linear-gradient(to top, #A43931, #1D4350);
	background: -webkit-gradient(linear, left bottom, left top, from(#A43931), to(#1D4350));
	background: -webkit-linear-gradient(bottom, #A43931, #1D4350);
	background: -o-linear-gradient(bottom, #A43931, #1D4350);
	background: linear-gradient(to top, #A43931, #1D4350);
}




/* Login screen */
.UseNewLayout .LoginPopup{
	height: 100vh !important;
	width:100vw !important;
	position: relative !important;
	margin-top: -25px;
	font-size:0.98em;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	color: #666;
}

.UseNewLayout .loginManager, 
.UseNewLayout .loginManagerNewUser{
	margin:0px;
}

.UseNewLayout .LoginPopup div{
	color: #666;
}

.UseNewLayout .LoginPopup:before,
.UseNewLayout .SquareChooser.LanguageChooser:before{
	content:'';
	background:url(https://lh3.googleusercontent.com/SZ9kRsdMLGAoYH-4uuAW36ry7uQe2GPINvt-xZrerseGXLxYEs1ypA9axe8PxVxENGVC9ryJIZgPI7_ZiL_w8jMl81hz-PcEVg=s10000?.cache.);
	background-size:cover;
	background-position: left top;
	width:100%;
	height:100%;
	display: block;
	position: absolute;
}

.UseNewLayout .LoginPopup:after,
.UseNewLayout .SquareChooser.LanguageChooser:after{
	content:'';
	background:url(LogoLoader/defaultAlias_1679667978260.png);
	background-position:right;
	background-repeat:no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: 10px;
	width:100%;
	height:75px;
}

.UseNewLayout .LoginPopup .popupContent{
	height:100%;
	width:auto;
	box-shadow:none;
	border:none;
	margin:0px;
	float: left;
	position: relative;
	background-color:white;
	padding: 0px;
	padding-left:50px;
	padding-right:50px;
	display: flex;
	align-items: center;
}

.UseNewLayout .loginManager .gwt-Label-session, 
.UseNewLayout .loginManager .gwt-Label-newUser, 
.UseNewLayout .loginManagerNewUser .gwt-Label-session, 
.UseNewLayout .loginManagerNewUser .gwt-Label-newUser {
	margin-bottom:20px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager{
	/* padding-top: 100px; */
	/* padding-bottom:100px; */
}

.UseNewLayout .LoginPopup .popupContent .loginManager button{
	height:35px;
	box-shadow:none;
	text-shadow:none;
	font-size:1.2em;
	font-weight: normal;
	font-family: "Share", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
	box-sizing:border-box;
	line-height:35px;
	padding:0px;
	margin-bottom: 10px;
	background: black;
    box-shadow: none;
    border: none;
}

.UseNewLayout .LoginPopup .popupContent .loginManager button.gwt-Button-login{
	background: none;
	background-color:#7db800;
	border:none;
	margin-top:10px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager button.LoginButton_Facebook{
	background:#4166a1;
	background-image:url(/Pictures/icons/facebookLogin.png);
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid #4166a1;
	border-radius:4px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager button.LoginButton_Google{
	background:white;
	background-image:url(/Pictures/icons/googleLogin.png);
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid #e3e3e3;
	border-radius:4px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager button.LoginButton_LinkedIn{
	background:#4e83b8;
	background-image:url(/Pictures/icons/linkedinLogin.png);
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid #4e83b8;
	border-radius:4px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager button.LoginButton_Apple{
	background:black;
	background-image:url(/Pictures/icons/appleLogin.png);
	background-size:contain;
	background-repeat:no-repeat;
	border:1px solid black;
	border-radius:4px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager input{
	height:35px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	padding: 5px;
	font-size: 0.8em;
	box-shadow: 0px 0px 2px #d1d1d1 inset;
	box-sizing:border-box;
	width:100%;
	margin-bottom: 15px;
	font-size: 1.1em;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-Label{
	width:100%;
	margin-top: 0px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-Label.gwt-Label-email:before{
	content:'Or AirMenu Account';
	position:absolute;
	width:100%;
	text-align:center;
	top:-25px;
	font-size:1.1em;
}

.aMS_Locale_pt .UseNewLayout .LoginPopup .popupContent .loginManager .gwt-Label.gwt-Label-email:before,
.aMS_Locale_pt_BR .UseNewLayout .LoginPopup .popupContent .loginManager .gwt-Label.gwt-Label-email:before{
	content:'Ou Conta AirMenu';
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-Label.gwt-Label-email,
.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-Label.gwt-Label-pass{
	margin-bottom:5px;
	position:relative;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .ChangePasswordLink{
	color:#7db800;
	margin-top: 20px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox{
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 20px;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox:after{
	content:'Do not ask again';
	font-size:0.8em
}

.aMS_Locale_pt .UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox:after,
.aMS_Locale_pt_BR .UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox:after{
	content:'Não perguntar novamente';
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox label{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius:4px;
  background-color: #eee;
	font-size:0;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox input ~ label{
	background-color: #ccc;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox input:checked ~ label{
	background-color: #7db800;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox-disabled input:checked ~ label{
	background-color: #ccc;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox label:after{
	content: "";
	position: absolute;
	display: none;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox input:checked ~ label:after{
	display: block;
}

.UseNewLayout .LoginPopup .popupContent .loginManager .gwt-CheckBox label:after{
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.UseNewLayout .LoginPopup .popupContent .loginManager > div{
	margin-top: 50px;
}





/*  Modern call panel */


#aMI_ModernCallPanel{
	width:100%;
	height:100%;
	position:absolute;
	background-color:black;
	font-family: 'Roboto Condensed', sans-serif;
}


.aMS_CallPanel{
    background-color:white;
    width:60%;
    height:85%;
    position:absolute;
    top:5px;
    left:5px;
    overflow:hidden;
}

.aMS_CallPanel.aMS_HasSubPanel{
	display:flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    align-items: stretch;
}

.aMS_CallPanel:not(.aMS_HasSubPanel):after{
	content:'';
	width:5px;
	height:100%;
	background:black;
	top:0px;
	right:0px;
	position:absolute;
}

.aMS_CallPanel:not(.aMS_HasSubPanel):before{
	content:'Calling';
	position:absolute;
	top:0px;
	left: 0px;
	background-color:black;
	z-index:1;
	padding:10px;
	color:white;
	font-size: 4vh;
	height: calc(4vh + 20px);
	line-height: 4vh;
	box-sizing:border-box;
	text-align: center;
	width: 100%;
}

.aMS_Locale_pt .aMS_CallPanel:not(.aMS_HasSubPanel):before{
	content:'A Chamar';
}

.aMS_SubCallPanel{
	float:left;
	width:10px;
	flex-grow:1;
	overflow:hidden;
	position:relative;
}

.aMS_SubCallPanel:after{
	content:'';
	width:5px;
	height:100%;
	background:black;
	top:0px;
	right:0px;
	position:absolute;
}

.aMS_SubCallPanel .aMS_ColumnName{
	position:absolute;
	top:0px;
	left: 0px;
	background-color:black;
	z-index:1;
	padding:10px;
	color:white;
	font-size: 4vh;
	height: calc(4vh + 20px);
	line-height: 4vh;
	box-sizing:border-box;
	text-align: center;
	width: 100%;
	border-right:5px solid white;
}

.aMS_SubCallPanel:last-child .aMS_ColumnName{
	border-right:none;
}

.aMS_SubCallPanel .aMS_ColumnIcon{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	background:black;
	height: calc(4vh + 20px);
	width: calc(4vh + 20px);
}

.aMS_CallPanel .gwt-Label:not(.aMS_ColumnName){
	color: #666;
	font-size:11vh;
	display: inline-block;
	white-space: nowrap;
	box-sizing: content-box;
	height: calc( (100% - 4vw) * 0.23);
	line-height: 150%;
	transform: translate3d(100%, 0px, 0px);
	margin-right: 100%;
	float: right;
	min-width:96%;
	padding-left:2%;
	padding-right:2%;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker1;
	animation-duration: 20s;
	text-align: center;
}

.aMS_CallPanel .gwt-Label:not(.aMS_ColumnName):first-child{
	color: black;
	height: calc( (100% - 4vw) * 0.3);
	font-size:15vh;
	background-color: #e3e3e3;
	padding-top: 0;
	padding-top: 4vw;
	animation-name:ticker2;
}

.aMS_CallPanel .gwt-Label:not(.aMS_ColumnName):first-child:before{
	content:' ';
	position:absolute;
	left:0px;
	top:0px;
	background-color:transparent;
	width:100%;
	height:100%;
	animation-duration: 2s;
	animation-name:reveal;
	background-color:#000;
	opacity:0;
}











.aMS_MessagePanel{
    height:calc(15% - 5px);
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
}

.aMS_BannerPanel{
    background-color:white;
    width: calc(40% - 10px);
    height:85%;
    position:absolute;
    top:5px;
    right:5px;
    overflow:hidden;
    box-sizing:border-box;
}

.aMS_BannerPanel .gwt-Image{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	object-fit: cover;

	transition-property:opacity;
	transition-duration:0.5s;
}

.aMS_BannerPanel:after{
	content:' ';
	background-color:transparent;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}







.aMS_MessagePanel .gwt-Label{
	color:white;
	font-size: 9vh;

	display: inline-block;
	white-space: nowrap;
	padding-left: 100%;
	box-sizing: content-box;
	height: 100%;
	line-height: 150%;
	min-width:100%;

	animation-iteration-count: infinite;
	animation-timing-function: linear;
	animation-name: ticker;
	animation-duration: 100s;
}

.aMS_MessagePanel:after{
	content:'Powered by AirMenu';
	position:absolute;
	bottom:2px;
	right:5px;
	font-size:2vh;
	color: rgba(255,255,255,0.5);
	background-color: transparent;
	text-shadow: black 1px 1px 0px !important;
}







@keyframes reveal {
  0% {
        opacity:0;
  }

  16.6% {
        opacity:0.5;
  }

  33.3% {
        opacity:0;
  }

  50% {
        opacity:0.5;
  }

  66.6% {
        opacity:0;
  }

  83.3% {
        opacity:0.5;
  }

  100% {
        opacity:0;
  }
}

@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker1 {
  0% {
    transform: translate3d(100%, 0, 0);
    margin-right: 100%;
    color:transparent;
  }

  5% {
    transform: translate3d(100%, 0, 0);
    margin-right: 100%;
    color:#aaa;
  }

  25% {
    transform: translate3d(100%, 0, 0);
    margin-right: 100%;
    color:#aaa;
  }

  90% {
    transform: translate3d(0%, 0, 0);
    margin-right: 0%;
    color:#aaa;
  }

  95% {
    transform: translate3d(0%, 0, 0);
    margin-right: 0%;
    color:#aaa;
  }

  100% {
  	transform: translate3d(0%, 0, 0);
    margin-right: 0%;
  	color:transparent;
  }
}

@keyframes ticker2 {
  0% {
    transform: translate3d(100%, 0, 0);
    margin-right: 100%;
    color:transparent;
  }

  5% {
    transform: translate3d(100%, 0, 0);
    margin-right: 100%;
    color:#333;
  }

  25% {
    transform: translate3d(100%, 0, 0);
    margin-right: 100%;
    color:#333;
  }

  90% {
    transform: translate3d(0%, 0, 0);
    margin-right: 0%;
    color:#333;
  }

  95% {
    transform: translate3d(0%, 0, 0);
    margin-right: 0%;
    color:#333;
  }

  100% {
  	transform: translate3d(0%, 0, 0);
    margin-right: 0%;
  	color:transparent;
  }
}

.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_HeaderRow.top-menu .topButton.FlagButton.Flag_More .gwt-Label.material-icons, 
.UseNewLayout .ItemGroup_MainPanel .ImageButton.FlagButton.Flag_More .gwt-Label.material-icons{
	display:none;
}

@media screen and (max-width: 800px) {
	.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .gwt-Image{
  		width:55px;
  		object-position: 0% 200%;
	}
	
	.UseNewLayout .top-menu:not(.OrderWindow_HeaderRow):not(.Task_ButtonsPanel) .syncIcon {
	    width: 55px;
	}

	.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsLeft:nth-child(3),
	.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel span.OrderWindow_totalsLeft:nth-child(4) {
	    left: 90px;
	}

	.ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel div.OrderWindow_totalsLeft:nth-child(5), .ArrowPopupWindow.ArrowPopupWindow_NewCSS.OrderWindow .OrderWindow_totalsPanel span.OrderWindow_totalsLeft:nth-child(6) {
	    left: 180px;
	}
}

/*
 * Link Status Panel
 */
.LinkStatusPanel-scroll {
        height: 100%;
        overflow: auto;
}

.LinkStatusPanel {
        box-sizing: border-box;
        padding: 24px;
        min-height: 100%;
        background-color: #f5f7fb;
}

.LinkStatusPanel-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 20px;
}

.LinkStatusPanel-title {
        font-size: 24px;
        font-weight: 600;
        color: #1f2933;
        margin: 0;
}

.LinkStatusPanel-cards {
        display: flex;
        flex-wrap: wrap;
        margin: -12px;
        padding: 0;
        list-style: none;
        height: calc(100vh - 120px);
        overflow: scroll;
}

.LinkStatusPanel-empty {
        margin-top: 32px;
        font-size: 14px;
        color: #64748b;
        text-align: center;
}

.LinkStatusPanel-card {
        position: relative;
        display: flex;
        flex-direction: column;
        box-sizing: border-box;
        background: #ffffff;
        border-radius: 16px;
        padding: 20px 24px 24px;
        box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
        margin: 12px;
        flex: 1 1 280px;
        min-width: 350px;
}

.LinkStatusPanel-cardHeader {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
}

.LinkStatusPanel-logo {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        object-fit: contain;
        background: #ffffff;
        border: 1px solid #e2e8f0;
        padding: 6px;
        margin-right: 14px;
        box-sizing: border-box;
}

.LinkStatusPanel-cardTitle {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-width: 0;
}

.LinkStatusPanel-provider {
        font-size: 15px;
        font-weight: 600;
        color: #1f2933;
        margin: 0;
}

.LinkStatusPanel-store {
        font-size: 13px;
        color: #64748b;
        margin: 4px 0 0;
}

.LinkStatusPanel-division {
        font-size: 12px;
        color: #4b5563;
        margin: 6px 0 0;
        word-break: break-word;
}

.LinkStatusPanel-statusGroup {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin: 10px 0 4px;
}

.LinkStatusPanel-statusBadge {
        font-size: 12px;
        font-weight: 600;
        padding: 4px 12px;
        border-radius: 999px;
        border: 1px solid transparent;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        background: #f1f5f9;
        color: #475569;
}

.LinkStatusPanel-statusBadgeOpen {
        background-color: #e8f7ef;
        color: #2f855a;
        border-color: #2f855a;
}

.LinkStatusPanel-statusBadgeClosed {
        background-color: #fdeaea;
        color: #c53030;
        border-color: #c53030;
}

.LinkStatusPanel-meta {
        font-size: 12px;
        color: #5f6a7a;
        margin: 6px 0 0;
        line-height: 1.5;
}

.LinkStatusPanel-error {
        color: #c53030;
        font-weight: 600;
}

.LinkStatusPanel-warning {
        font-size: 12px;
        color: #c53030;
        margin-left: 12px;
}

.LinkStatusPanel-actions {
        display: flex;
        flex-wrap: wrap;
        margin-top: 18px;
        gap: 12px;
}

.LinkStatusPanel-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 18px;
        min-width: 140px;
        border-radius: 12px;
        border: 1px solid #d1d5db;
        background: #ffffff;
        color: #1f2933;
        box-shadow: 0 6px 18px rgba(15, 23, 42, 0.04);
        cursor: pointer;
        transition: all 0.2s ease;
        text-decoration: none;
}

.LinkStatusPanel-button:hover {
        transform: translateY(-1px);
        box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
}

.LinkStatusPanel-buttonPrimary {
        background-color: #e8f7ef;
        border-color: #2f855a;
        color: #276749;
}

.LinkStatusPanel-buttonPrimary:hover {
        background-color: #dbf1e4;
}

.LinkStatusPanel-buttonDanger {
        background-color: #fdeaea;
        border-color: #c53030;
        color: #9b2c2c;
}

.LinkStatusPanel-buttonDanger:hover {
        background-color: #fcd8d8;
}

.LinkStatusPanel-refreshButton {
        min-width: 120px;
        background-color: #eef2ff;
        border-color: #4c51bf;
        color: #3730a3;
}

.LinkStatusPanel-refreshButton:hover {
        background-color: #e0e7ff;
}

.LinkStatusPanel-buttonLabel {
        font-size: 13px;
        font-weight: 600;
        color: inherit;
        text-align: center;
        white-space: nowrap;
}

.LinkStatusPanel-loading {
        pointer-events: none;
        opacity: 0.6;
}

.LinkStatusPanel-loading .LinkStatusPanel-button {
        pointer-events: none;
}

/*
 * Menu Availability Panel
 */
.MenuAvailabilityPanel-scroll {
        height: 100%;
        overflow: auto;
}

.MenuAvailabilityPanel {
        box-sizing: border-box;
        padding: 24px;
        min-height: 100%;
        background-color: #f8fafc;
            height: calc(100vh - 50px);
    overflow: scroll;
}

.MenuAvailabilityPanel-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 24px;
}

.MenuAvailabilityPanel-controls {
        display: flex;
        align-items: center;
        gap: 12px;
        flex: 1 1 100%;
        flex-wrap: wrap;
}

.MenuAvailabilityPanel-search {
        flex: 1 1 260px;
}

.MenuAvailabilityPanel-searchInput {
        width: 100%;
        padding: 10px 12px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        font-size: 14px;
        background: #ffffff;
        color: #0f172a;
        box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
        transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.MenuAvailabilityPanel-searchInput:focus {
        outline: none;
        border-color: #2563eb;
        box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.MenuAvailabilityPanel-filter {
        min-width: 170px;
        padding: 10px 12px;
        border: 1px solid #e2e8f0;
        border-radius: 10px;
        font-size: 14px;
        color: #0f172a;
        background: #ffffff;
        box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.MenuAvailabilityPanel-title {
        font-size: 24px;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
}

.MenuAvailabilityPanel-saveButton {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 10px 20px;
        border-radius: 12px;
        background-color: #2563eb;
        color: #ffffff;
        cursor: pointer;
        transition: all 0.2s ease;
        box-shadow: 0 10px 24px rgba(37, 99, 235, 0.25);
        border: none;
        text-decoration: none;
}

.MenuAvailabilityPanel-saveButton:hover {
        transform: translateY(-1px);
        box-shadow: 0 16px 32px rgba(37, 99, 235, 0.28);
}

.MenuAvailabilityPanel-saveButton--disabled,
.MenuAvailabilityPanel-saveButton--loading {
        pointer-events: none;
        opacity: 0.55;
        box-shadow: none;
}

.MenuAvailabilityPanel-saveButtonLabel {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.01em;
}

.MenuAvailabilityPanel-status {
        flex: 1 1 100%;
        font-size: 13px;
        color: #475569;
        min-height: 18px;
}

.MenuAvailabilityPanel-families {
        display: flex;
        flex-direction: column;
        gap: 18px;
}

.MenuAvailabilityPanel-accordion {
        background: #ffffff;
        border-radius: 16px;
        border: 1px solid #e2e8f0;
        box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
        transition: box-shadow 0.2s ease;
}

.MenuAvailabilityPanel-accordionHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 22px;
        cursor: pointer;
        position: relative;
}

.MenuAvailabilityPanel-accordionHeader::after {
        content: '\25BC';
        font-size: 14px;
        color: #64748b;
        transition: transform 0.2s ease;
}

.MenuAvailabilityPanel-accordion.open .MenuAvailabilityPanel-accordionHeader::after {
        transform: rotate(180deg);
}

.MenuAvailabilityPanel-accordionTitle {
        font-size: 18px;
        font-weight: 600;
        color: #0f172a;
        margin: 0;
        flex: 1 1 auto;
}

.MenuAvailabilityPanel-accordionContent {
        display: none;
        padding: 12px 7px 18px;
        border-top: 1px solid #e2e8f0;
        padding-right: 0px;
}

.MenuAvailabilityPanel-accordion.open .MenuAvailabilityPanel-accordionContent {
        display: block;
}

.MenuAvailabilityPanel-item {
        border-bottom: 1px solid #e2e8f0;
        padding: 12px 0;
}

.MenuAvailabilityPanel-item:last-child {
        border-bottom: none;
}

.MenuAvailabilityPanel-itemHeader {
        display: flex;
        align-items: center;
        gap: 12px;
        cursor: pointer;
        position: relative;
}

.MenuAvailabilityPanel-itemHeader::after {
        content: '\25BC';
        font-size: 12px;
        color: #94a3b8;
        margin-left: auto;
        transition: transform 0.2s ease;
}

.MenuAvailabilityPanel-item.open .MenuAvailabilityPanel-itemHeader::after {
        transform: rotate(180deg);
}

.MenuAvailabilityPanel-checkbox {
        margin-right: 6px;
}

.MenuAvailabilityPanel-itemTitle {
        flex: 1 1 auto;
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
        margin: 0;
            width: 70%;
}

.MenuAvailabilityPanel-itemDetails {
        display: none;
        padding: 12px 0 4px 36px;
}

.MenuAvailabilityPanel-item.open .MenuAvailabilityPanel-itemDetails {
        display: block;
}

.MenuAvailabilityPanel-item--modifier {
        margin-left: 12px;
        border-left: 2px solid rgba(99, 102, 241, 0.25);
        padding-left: 12px;
}

.MenuAvailabilityPanel-section {
        border: 1px solid #e2e8f0;
        border-radius: 12px;
        margin-top: 12px;
        overflow: hidden;
        background: #f1f5f9;
}

.MenuAvailabilityPanel-sectionHeader {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 16px;
        cursor: pointer;
        position: relative;
}

.MenuAvailabilityPanel-sectionHeader::after {
        content: '\25BC';
        font-size: 11px;
        color: #64748b;
        transition: transform 0.2s ease;
}

.MenuAvailabilityPanel-section.open .MenuAvailabilityPanel-sectionHeader::after {
        transform: rotate(180deg);
}

.MenuAvailabilityPanel-sectionTitle {
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #0f172a;
        margin: 0;
}

.MenuAvailabilityPanel-sectionContent {
        display: none;
        padding: 10px 16px 14px;
        background: #ffffff;
}

.MenuAvailabilityPanel-section.open .MenuAvailabilityPanel-sectionContent {
        display: block;
}

.MenuAvailabilityPanel-availabilityRow {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        margin: 8px 0;
}

.MenuAvailabilityPanel-availabilityLabel {
        flex: 1 1 auto;
        font-size: 13px;
        color: #475569;
        line-height: 1.4;
        width:30%;
}

.MenuAvailabilityPanel-empty {
        margin: 8px 0;
        font-size: 13px;
        color: #94a3b8;
        font-style: italic;
}

@media screen and (max-width: 720px) {
        .MenuAvailabilityPanel {
                padding: 18px;
        }

        .MenuAvailabilityPanel-itemDetails {
                padding-left: 20px;
        }
}

@media screen and (max-width: 720px) {
        .LinkStatusPanel {
                padding: 18px;
        }

        .LinkStatusPanel-card {
                flex: 1 1 100%;
                min-width: 0;
        }

        .LinkStatusPanel-statusBadge {
                position: static;
                align-self: flex-start;
                margin-top: 16px;
        }

        .LinkStatusPanel-actions {
                width: 100%;
        }
}
