* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	outline: none !important;
}
#header-top{
  position: fixed;
  top:0px;
  left:var(--width-header-left);
  width:calc(100% - var(--width-header-left));
  height:var(--height-header-top);
  background-color:var(--color-header-top);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow:0 0 10px 0 rgba(86,61,124,.13);
  z-index: 3;
}
.menu_options_left{
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 85%;
  padding: 0px 10px;
}
.name_factory{
  position: relative;
  margin-left: 20px;
  top:3px;
  font-size: 21px;
  font-weight: bold;
}

.menu_options_right{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  align-content: center;
	margin-right: 30px;
}
.open_now_restaurant{
  border: none;
  color:#fff;
  padding: 8px 15px;
	font-size: 15px;
  border-radius: 4px;
  background-color: var(--color_main);
  transition: ease 0.3s;
  margin-right: 30px;
}
.open_now_restaurant:hover{ background-color: #c15201 }
.button_option_disabled{background-color: #C9C7C9;pointer-events: none;}
.button_option_disabled:hover{ background-color: #C9C7C9;}
.status_provider{
  padding:0px 15px 0px 30px;
  border-left:1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.status_provider .information_status{
  margin-left: 10px;
  font-size: 16px;
  display: block;
  font-weight: bold;
  color: #404040
}
.status_provider .icon_notify_provider{
	position: relative;
	top: -1px;
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.status_provider .icon_notify_open{
	border: 2px solid #03d372;
  background-color: #00eb7d
}
.status_provider .icon_notify_close{
	border: 2px solid #dc3545;
  background-color: #dc3545
}

/* REVIEW: menu esquerdo */
#header-left{
  position: fixed;
  top:0px;
  width:var(--width-header-left);
  height:100%;
  background-color:var(--color-header-left);
  background-color: #3a3f48;
  box-shadow: 0px 0px 3px 0px #2a2a2a;
  z-index:4;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content:  space-between;
}
.options_top_header{
  width:84%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-start;
}
.father_option_header{
  position: relative;
  margin-top:var(--margin_default);
  width: 100% ;
  border-radius:5px;
  user-select: none;
  cursor: pointer;
  color:#e1e1e1;
  display: flex;
  align-items: center;
  justify-content:  space-around;
  flex-direction: column;
  padding: 10px 5px;
  transition: all 0.3s ease;
}
.currentPageRequest,
.father_option_header:hover{
  background-color: #767477;
  text-decoration: none;
  color: #fff;
}
.new_ordem_option_notify{
  position: absolute;
  top:-10px;
  right:0px;
  background-color:var(--color_main);
  z-index: 2;
  border-radius:5px;
  box-shadow:0px 0px 5px 0px #000;
  color:#fff;
  text-align: center;
  font-weight: bold;
  font-size:17px;
  padding: 1px 4px;
  display: none;
}
.icon_option_header{
  width: 62%;
}
.text_icon_option{
  color:var(--svg_color);
  font-weight: bold;
  margin-top: 10px;
  font-size:14px;
  line-height: normal;
  text-align: center;
}

.options_bottom_header{
  width:84%;
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: flex-end;
}
.options_bottom_header .father_option_header{
  margin-top:0px;
  margin-bottom:calc(var(--margin_default) / 2);
}


/* ESTILOS DOS MENUS SUSPEND  */
.menu_suspend_default{
  position: fixed;
  height: max-content;
  width: max-content;
  background-color: #fff;
  min-width:240px;
  z-index: 5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 0 15px 1px rgba(90,80,105,.2);
  transition: all 270ms cubic-bezier(.34,1.25,.3,1);
  transform: scale(.7)!important;
  right: 18px;
  top:55px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.close_menu_suspend{
  position: absolute;
  top:5px;
  right:5px;
  width: 18px;
  height: 18px;
  color:#fff;
  z-index: 2;
  cursor: pointer;
  transition:all ease 0.5s;
}
.close_menu_suspend:hover{
  transform: rotate(-180deg);
}
.menu_suspend_visible{
  opacity: 1;
  visibility: visible;
  transition: all 270ms cubic-bezier(.34,1.25,.3,1);
  transform: scale(1)!important;
}
.basic_informations{
  width: 260px;
  height: 90px;
  background-image: linear-gradient(to top, #0d5396, var(--color-header-left-dark));
}
.show_user_informations{
  position: relative;
  padding: 22px 32px;
  white-space: nowrap;
  color:#fff;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
.border_option_image_user{
  width: 50px;
  height: 50px;
  float:left;
  left:0px;
  top:0px;
}
.image_user{
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url(../../files/others/test_user.png);
  border-radius: 50%;
}
.name_user{
  position: relative;
  left:10px;
  margin-top: 5px;
  overflow: hidden;
  padding-right: 10px;
  text-overflow: ellipsis;
}
.function_user{
  position: relative;
  left:10px;
  font-size: 14px;
  color:#e9e9e9;
}
.dropdwon_option{
  display: block;
  width: 100%;
  padding: .75rem 3rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  transition: ease 0.3s;
}
.icon_dropdown_option{
  position: absolute;
  left:19px;
  margin-top:1px;
  stroke-width:1.6;
  width: 18px;
  height: 18px;
}
.dropdwon_option:hover{
  color: var(--color-header-left-dark);
  text-decoration: none;
  box-shadow: inset 0px 0px 6px 1px #f8f8f8;
  background-color: #f8f9fa;
}
.border_option:active{
  background-color: #EAEAEA;
}
.border_option:hover .icon_option{
  color:#148fff;
}
